@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.
- package/CHANGELOG.md +8 -0
- package/dist-types/ts3.4/WellArchitected.d.ts +724 -205
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +370 -113
- package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +33 -17
- package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLensCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +36 -17
- package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +34 -17
- package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +32 -17
- package/dist-types/ts3.4/commands/index.d.ts +40 -40
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/WellArchitectedServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +1598 -1503
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
- package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensReviewImprovementsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensReviewsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListMilestonesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListNotificationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListShareInvitationsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkloadSharesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/ListWorkloadsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/index.d.ts +11 -11
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +485 -122
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +68 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +69 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +13 -11
- 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
|
|
5
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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 {
|
|
3
|
-
|
|
4
|
-
|
|
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";
|