@aws-sdk/client-wellarchitected 3.169.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 +8 -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,6 +1,7 @@
1
- import { PaginationConfiguration } from "@aws-sdk/types";
2
- import { WellArchitected } from "../WellArchitected";
3
- import { WellArchitectedClient } from "../WellArchitectedClient";
4
- export interface WellArchitectedPaginationConfiguration extends PaginationConfiguration {
5
- client: WellArchitected | WellArchitectedClient;
6
- }
1
+ import { PaginationConfiguration } from "@aws-sdk/types";
2
+ import { WellArchitected } from "../WellArchitected";
3
+ import { WellArchitectedClient } from "../WellArchitectedClient";
4
+ export interface WellArchitectedPaginationConfiguration
5
+ extends PaginationConfiguration {
6
+ client: WellArchitected | WellArchitectedClient;
7
+ }
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListAnswersCommandInput, ListAnswersCommandOutput } from "../commands/ListAnswersCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListAnswers(config: WellArchitectedPaginationConfiguration, input: ListAnswersCommandInput, ...additionalArguments: any): Paginator<ListAnswersCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListAnswersCommandInput,
4
+ ListAnswersCommandOutput,
5
+ } from "../commands/ListAnswersCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListAnswers(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListAnswersCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListAnswersCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput } from "../commands/ListLensReviewImprovementsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListLensReviewImprovements(config: WellArchitectedPaginationConfiguration, input: ListLensReviewImprovementsCommandInput, ...additionalArguments: any): Paginator<ListLensReviewImprovementsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListLensReviewImprovementsCommandInput,
4
+ ListLensReviewImprovementsCommandOutput,
5
+ } from "../commands/ListLensReviewImprovementsCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListLensReviewImprovements(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListLensReviewImprovementsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListLensReviewImprovementsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "../commands/ListLensReviewsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListLensReviews(config: WellArchitectedPaginationConfiguration, input: ListLensReviewsCommandInput, ...additionalArguments: any): Paginator<ListLensReviewsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListLensReviewsCommandInput,
4
+ ListLensReviewsCommandOutput,
5
+ } from "../commands/ListLensReviewsCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListLensReviews(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListLensReviewsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListLensReviewsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "../commands/ListLensSharesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListLensShares(config: WellArchitectedPaginationConfiguration, input: ListLensSharesCommandInput, ...additionalArguments: any): Paginator<ListLensSharesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListLensSharesCommandInput,
4
+ ListLensSharesCommandOutput,
5
+ } from "../commands/ListLensSharesCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListLensShares(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListLensSharesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListLensSharesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListLensesCommandInput, ListLensesCommandOutput } from "../commands/ListLensesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListLenses(config: WellArchitectedPaginationConfiguration, input: ListLensesCommandInput, ...additionalArguments: any): Paginator<ListLensesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListLensesCommandInput,
4
+ ListLensesCommandOutput,
5
+ } from "../commands/ListLensesCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListLenses(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListLensesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListLensesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "../commands/ListMilestonesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListMilestones(config: WellArchitectedPaginationConfiguration, input: ListMilestonesCommandInput, ...additionalArguments: any): Paginator<ListMilestonesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListMilestonesCommandInput,
4
+ ListMilestonesCommandOutput,
5
+ } from "../commands/ListMilestonesCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListMilestones(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListMilestonesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListMilestonesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListNotifications(config: WellArchitectedPaginationConfiguration, input: ListNotificationsCommandInput, ...additionalArguments: any): Paginator<ListNotificationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListNotificationsCommandInput,
4
+ ListNotificationsCommandOutput,
5
+ } from "../commands/ListNotificationsCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListNotifications(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListNotificationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListNotificationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "../commands/ListShareInvitationsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListShareInvitations(config: WellArchitectedPaginationConfiguration, input: ListShareInvitationsCommandInput, ...additionalArguments: any): Paginator<ListShareInvitationsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListShareInvitationsCommandInput,
4
+ ListShareInvitationsCommandOutput,
5
+ } from "../commands/ListShareInvitationsCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListShareInvitations(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListShareInvitationsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListShareInvitationsCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "../commands/ListWorkloadSharesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListWorkloadShares(config: WellArchitectedPaginationConfiguration, input: ListWorkloadSharesCommandInput, ...additionalArguments: any): Paginator<ListWorkloadSharesCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListWorkloadSharesCommandInput,
4
+ ListWorkloadSharesCommandOutput,
5
+ } from "../commands/ListWorkloadSharesCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListWorkloadShares(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListWorkloadSharesCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListWorkloadSharesCommandOutput>;
@@ -1,4 +1,11 @@
1
- import { Paginator } from "@aws-sdk/types";
2
- import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
- export declare function paginateListWorkloads(config: WellArchitectedPaginationConfiguration, input: ListWorkloadsCommandInput, ...additionalArguments: any): Paginator<ListWorkloadsCommandOutput>;
1
+ import { Paginator } from "@aws-sdk/types";
2
+ import {
3
+ ListWorkloadsCommandInput,
4
+ ListWorkloadsCommandOutput,
5
+ } from "../commands/ListWorkloadsCommand";
6
+ import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
+ export declare function paginateListWorkloads(
8
+ config: WellArchitectedPaginationConfiguration,
9
+ input: ListWorkloadsCommandInput,
10
+ ...additionalArguments: any
11
+ ): Paginator<ListWorkloadsCommandOutput>;
@@ -1,11 +1,11 @@
1
- export * from "./Interfaces";
2
- export * from "./ListAnswersPaginator";
3
- export * from "./ListLensReviewImprovementsPaginator";
4
- export * from "./ListLensReviewsPaginator";
5
- export * from "./ListLensSharesPaginator";
6
- export * from "./ListLensesPaginator";
7
- export * from "./ListMilestonesPaginator";
8
- export * from "./ListNotificationsPaginator";
9
- export * from "./ListShareInvitationsPaginator";
10
- export * from "./ListWorkloadSharesPaginator";
11
- export * from "./ListWorkloadsPaginator";
1
+ export * from "./Interfaces";
2
+ export * from "./ListAnswersPaginator";
3
+ export * from "./ListLensReviewImprovementsPaginator";
4
+ export * from "./ListLensReviewsPaginator";
5
+ export * from "./ListLensSharesPaginator";
6
+ export * from "./ListLensesPaginator";
7
+ export * from "./ListMilestonesPaginator";
8
+ export * from "./ListNotificationsPaginator";
9
+ export * from "./ListShareInvitationsPaginator";
10
+ export * from "./ListWorkloadSharesPaginator";
11
+ export * from "./ListWorkloadsPaginator";