@aws-sdk/client-wellarchitected 3.168.0 → 3.170.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 (67) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/WellArchitected.d.ts +724 -205
  3. package/dist-types/ts3.4/WellArchitectedClient.d.ts +370 -113
  4. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +32 -17
  5. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +37 -17
  6. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +37 -17
  7. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +37 -17
  8. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +34 -17
  9. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +38 -17
  10. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +32 -17
  12. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +32 -17
  13. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +33 -17
  14. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +33 -17
  15. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +34 -17
  16. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +34 -17
  17. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +34 -17
  19. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +38 -17
  20. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +41 -17
  21. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +34 -17
  22. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +34 -17
  23. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +34 -17
  24. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +34 -17
  25. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +41 -17
  26. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +37 -17
  27. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +34 -17
  28. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +34 -17
  29. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +34 -17
  30. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +37 -17
  31. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +41 -17
  32. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
  33. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +38 -17
  34. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +34 -17
  35. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
  36. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
  37. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +34 -17
  38. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
  39. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +37 -17
  40. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +41 -17
  41. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +34 -17
  42. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +38 -17
  43. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +32 -17
  44. package/dist-types/ts3.4/commands/index.d.ts +40 -40
  45. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  46. package/dist-types/ts3.4/index.d.ts +6 -6
  47. package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +8 -6
  48. package/dist-types/ts3.4/models/index.d.ts +1 -1
  49. package/dist-types/ts3.4/models/models_0.d.ts +1598 -1503
  50. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  51. package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +11 -4
  52. package/dist-types/ts3.4/pagination/ListLensReviewImprovementsPaginator.d.ts +11 -4
  53. package/dist-types/ts3.4/pagination/ListLensReviewsPaginator.d.ts +11 -4
  54. package/dist-types/ts3.4/pagination/ListLensSharesPaginator.d.ts +11 -4
  55. package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +11 -4
  56. package/dist-types/ts3.4/pagination/ListMilestonesPaginator.d.ts +11 -4
  57. package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
  58. package/dist-types/ts3.4/pagination/ListShareInvitationsPaginator.d.ts +11 -4
  59. package/dist-types/ts3.4/pagination/ListWorkloadSharesPaginator.d.ts +11 -4
  60. package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +11 -4
  61. package/dist-types/ts3.4/pagination/index.d.ts +11 -11
  62. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +485 -122
  63. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
  64. package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
  65. package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
  66. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
  67. package/package.json +34 -34
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListNotificationsInput, ListNotificationsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListNotificationsCommandInput extends ListNotificationsInput {
6
- }
7
- export interface ListNotificationsCommandOutput extends ListNotificationsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListNotificationsCommand extends $Command<ListNotificationsCommandInput, ListNotificationsCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListNotificationsCommandInput;
12
- constructor(input: ListNotificationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListNotificationsCommandInput, ListNotificationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListNotificationsInput,
10
+ ListNotificationsOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface ListNotificationsCommandInput extends ListNotificationsInput {}
18
+ export interface ListNotificationsCommandOutput
19
+ extends ListNotificationsOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class ListNotificationsCommand extends $Command<
23
+ ListNotificationsCommandInput,
24
+ ListNotificationsCommandOutput,
25
+ WellArchitectedClientResolvedConfig
26
+ > {
27
+ readonly input: ListNotificationsCommandInput;
28
+ constructor(input: ListNotificationsCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WellArchitectedClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<ListNotificationsCommandInput, ListNotificationsCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListShareInvitationsInput, ListShareInvitationsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListShareInvitationsCommandInput extends ListShareInvitationsInput {
6
- }
7
- export interface ListShareInvitationsCommandOutput extends ListShareInvitationsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListShareInvitationsCommand extends $Command<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListShareInvitationsCommandInput;
12
- constructor(input: ListShareInvitationsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListShareInvitationsInput,
10
+ ListShareInvitationsOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface ListShareInvitationsCommandInput
18
+ extends ListShareInvitationsInput {}
19
+ export interface ListShareInvitationsCommandOutput
20
+ extends ListShareInvitationsOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListShareInvitationsCommand extends $Command<
24
+ ListShareInvitationsCommandInput,
25
+ ListShareInvitationsCommandOutput,
26
+ WellArchitectedClientResolvedConfig
27
+ > {
28
+ readonly input: ListShareInvitationsCommandInput;
29
+ constructor(input: ListShareInvitationsCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WellArchitectedClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ ListShareInvitationsCommandInput,
37
+ ListShareInvitationsCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListTagsForResourceInput, ListTagsForResourceOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListTagsForResourceCommandInput extends ListTagsForResourceInput {
6
- }
7
- export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListTagsForResourceCommandInput;
12
- constructor(input: ListTagsForResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListTagsForResourceInput,
10
+ ListTagsForResourceOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface ListTagsForResourceCommandInput
18
+ extends ListTagsForResourceInput {}
19
+ export interface ListTagsForResourceCommandOutput
20
+ extends ListTagsForResourceOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListTagsForResourceCommand extends $Command<
24
+ ListTagsForResourceCommandInput,
25
+ ListTagsForResourceCommandOutput,
26
+ WellArchitectedClientResolvedConfig
27
+ > {
28
+ readonly input: ListTagsForResourceCommandInput;
29
+ constructor(input: ListTagsForResourceCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WellArchitectedClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,38 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListWorkloadSharesInput, ListWorkloadSharesOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListWorkloadSharesCommandInput extends ListWorkloadSharesInput {
6
- }
7
- export interface ListWorkloadSharesCommandOutput extends ListWorkloadSharesOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListWorkloadSharesCommand extends $Command<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListWorkloadSharesCommandInput;
12
- constructor(input: ListWorkloadSharesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ ListWorkloadSharesInput,
10
+ ListWorkloadSharesOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface ListWorkloadSharesCommandInput
18
+ extends ListWorkloadSharesInput {}
19
+ export interface ListWorkloadSharesCommandOutput
20
+ extends ListWorkloadSharesOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class ListWorkloadSharesCommand extends $Command<
24
+ ListWorkloadSharesCommandInput,
25
+ ListWorkloadSharesCommandOutput,
26
+ WellArchitectedClientResolvedConfig
27
+ > {
28
+ readonly input: ListWorkloadSharesCommandInput;
29
+ constructor(input: ListWorkloadSharesCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WellArchitectedClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput>;
36
+ private serialize;
37
+ private deserialize;
38
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface ListWorkloadsCommandInput extends ListWorkloadsInput {
6
- }
7
- export interface ListWorkloadsCommandOutput extends ListWorkloadsOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class ListWorkloadsCommand extends $Command<ListWorkloadsCommandInput, ListWorkloadsCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: ListWorkloadsCommandInput;
12
- constructor(input: ListWorkloadsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWorkloadsCommandInput, ListWorkloadsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { ListWorkloadsInput, ListWorkloadsOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface ListWorkloadsCommandInput extends ListWorkloadsInput {}
15
+ export interface ListWorkloadsCommandOutput
16
+ extends ListWorkloadsOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class ListWorkloadsCommand extends $Command<
20
+ ListWorkloadsCommandInput,
21
+ ListWorkloadsCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: ListWorkloadsCommandInput;
25
+ constructor(input: ListWorkloadsCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<ListWorkloadsCommandInput, ListWorkloadsCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { TagResourceInput, TagResourceOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface TagResourceCommandInput extends TagResourceInput {
6
- }
7
- export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: TagResourceCommandInput;
12
- constructor(input: TagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { TagResourceInput, TagResourceOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface TagResourceCommandInput extends TagResourceInput {}
15
+ export interface TagResourceCommandOutput
16
+ extends TagResourceOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class TagResourceCommand extends $Command<
20
+ TagResourceCommandInput,
21
+ TagResourceCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: TagResourceCommandInput;
25
+ constructor(input: TagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface UntagResourceCommandInput extends UntagResourceInput {
6
- }
7
- export interface UntagResourceCommandOutput extends UntagResourceOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: UntagResourceCommandInput;
12
- constructor(input: UntagResourceCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { UntagResourceInput, UntagResourceOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface UntagResourceCommandInput extends UntagResourceInput {}
15
+ export interface UntagResourceCommandOutput
16
+ extends UntagResourceOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UntagResourceCommand extends $Command<
20
+ UntagResourceCommandInput,
21
+ UntagResourceCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: UntagResourceCommandInput;
25
+ constructor(input: UntagResourceCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,34 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface UpdateAnswerCommandInput extends UpdateAnswerInput {
6
- }
7
- export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateAnswerCommand extends $Command<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: UpdateAnswerCommandInput;
12
- constructor(input: UpdateAnswerCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAnswerCommandInput, UpdateAnswerCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { UpdateAnswerInput, UpdateAnswerOutput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface UpdateAnswerCommandInput extends UpdateAnswerInput {}
15
+ export interface UpdateAnswerCommandOutput
16
+ extends UpdateAnswerOutput,
17
+ __MetadataBearer {}
18
+
19
+ export declare class UpdateAnswerCommand extends $Command<
20
+ UpdateAnswerCommandInput,
21
+ UpdateAnswerCommandOutput,
22
+ WellArchitectedClientResolvedConfig
23
+ > {
24
+ readonly input: UpdateAnswerCommandInput;
25
+ constructor(input: UpdateAnswerCommandInput);
26
+
27
+ resolveMiddleware(
28
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
29
+ configuration: WellArchitectedClientResolvedConfig,
30
+ options?: __HttpHandlerOptions
31
+ ): Handler<UpdateAnswerCommandInput, UpdateAnswerCommandOutput>;
32
+ private serialize;
33
+ private deserialize;
34
+ }
@@ -1,17 +1,36 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateGlobalSettingsInput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface UpdateGlobalSettingsCommandInput extends UpdateGlobalSettingsInput {
6
- }
7
- export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: UpdateGlobalSettingsCommandInput;
12
- constructor(input: UpdateGlobalSettingsCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import { UpdateGlobalSettingsInput } from "../models/models_0";
9
+ import {
10
+ ServiceInputTypes,
11
+ ServiceOutputTypes,
12
+ WellArchitectedClientResolvedConfig,
13
+ } from "../WellArchitectedClient";
14
+ export interface UpdateGlobalSettingsCommandInput
15
+ extends UpdateGlobalSettingsInput {}
16
+ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {}
17
+
18
+ export declare class UpdateGlobalSettingsCommand extends $Command<
19
+ UpdateGlobalSettingsCommandInput,
20
+ UpdateGlobalSettingsCommandOutput,
21
+ WellArchitectedClientResolvedConfig
22
+ > {
23
+ readonly input: UpdateGlobalSettingsCommandInput;
24
+ constructor(input: UpdateGlobalSettingsCommandInput);
25
+
26
+ resolveMiddleware(
27
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
+ configuration: WellArchitectedClientResolvedConfig,
29
+ options?: __HttpHandlerOptions
30
+ ): Handler<
31
+ UpdateGlobalSettingsCommandInput,
32
+ UpdateGlobalSettingsCommandOutput
33
+ >;
34
+ private serialize;
35
+ private deserialize;
36
+ }
@@ -1,17 +1,37 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateLensReviewInput, UpdateLensReviewOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface UpdateLensReviewCommandInput extends UpdateLensReviewInput {
6
- }
7
- export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateLensReviewCommand extends $Command<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: UpdateLensReviewCommandInput;
12
- constructor(input: UpdateLensReviewCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateLensReviewInput,
10
+ UpdateLensReviewOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface UpdateLensReviewCommandInput extends UpdateLensReviewInput {}
18
+ export interface UpdateLensReviewCommandOutput
19
+ extends UpdateLensReviewOutput,
20
+ __MetadataBearer {}
21
+
22
+ export declare class UpdateLensReviewCommand extends $Command<
23
+ UpdateLensReviewCommandInput,
24
+ UpdateLensReviewCommandOutput,
25
+ WellArchitectedClientResolvedConfig
26
+ > {
27
+ readonly input: UpdateLensReviewCommandInput;
28
+ constructor(input: UpdateLensReviewCommandInput);
29
+
30
+ resolveMiddleware(
31
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
32
+ configuration: WellArchitectedClientResolvedConfig,
33
+ options?: __HttpHandlerOptions
34
+ ): Handler<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput>;
35
+ private serialize;
36
+ private deserialize;
37
+ }
@@ -1,17 +1,41 @@
1
- import { Command as $Command } from "@aws-sdk/smithy-client";
2
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0";
4
- import { ServiceInputTypes, ServiceOutputTypes, WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
5
- export interface UpdateShareInvitationCommandInput extends UpdateShareInvitationInput {
6
- }
7
- export interface UpdateShareInvitationCommandOutput extends UpdateShareInvitationOutput, __MetadataBearer {
8
- }
9
-
10
- export declare class UpdateShareInvitationCommand extends $Command<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput, WellArchitectedClientResolvedConfig> {
11
- readonly input: UpdateShareInvitationCommandInput;
12
- constructor(input: UpdateShareInvitationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WellArchitectedClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput>;
15
- private serialize;
16
- private deserialize;
17
- }
1
+ import { Command as $Command } from "@aws-sdk/smithy-client";
2
+ import {
3
+ Handler,
4
+ HttpHandlerOptions as __HttpHandlerOptions,
5
+ MetadataBearer as __MetadataBearer,
6
+ MiddlewareStack,
7
+ } from "@aws-sdk/types";
8
+ import {
9
+ UpdateShareInvitationInput,
10
+ UpdateShareInvitationOutput,
11
+ } from "../models/models_0";
12
+ import {
13
+ ServiceInputTypes,
14
+ ServiceOutputTypes,
15
+ WellArchitectedClientResolvedConfig,
16
+ } from "../WellArchitectedClient";
17
+ export interface UpdateShareInvitationCommandInput
18
+ extends UpdateShareInvitationInput {}
19
+ export interface UpdateShareInvitationCommandOutput
20
+ extends UpdateShareInvitationOutput,
21
+ __MetadataBearer {}
22
+
23
+ export declare class UpdateShareInvitationCommand extends $Command<
24
+ UpdateShareInvitationCommandInput,
25
+ UpdateShareInvitationCommandOutput,
26
+ WellArchitectedClientResolvedConfig
27
+ > {
28
+ readonly input: UpdateShareInvitationCommandInput;
29
+ constructor(input: UpdateShareInvitationCommandInput);
30
+
31
+ resolveMiddleware(
32
+ clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
+ configuration: WellArchitectedClientResolvedConfig,
34
+ options?: __HttpHandlerOptions
35
+ ): Handler<
36
+ UpdateShareInvitationCommandInput,
37
+ UpdateShareInvitationCommandOutput
38
+ >;
39
+ private serialize;
40
+ private deserialize;
41
+ }