@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,17 +1,34 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WellArchitectedClientResolvedConfig,
|
|
13
|
+
} from "../WellArchitectedClient";
|
|
14
|
+
export interface UpdateWorkloadCommandInput extends UpdateWorkloadInput {}
|
|
15
|
+
export interface UpdateWorkloadCommandOutput
|
|
16
|
+
extends UpdateWorkloadOutput,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
|
|
19
|
+
export declare class UpdateWorkloadCommand extends $Command<
|
|
20
|
+
UpdateWorkloadCommandInput,
|
|
21
|
+
UpdateWorkloadCommandOutput,
|
|
22
|
+
WellArchitectedClientResolvedConfig
|
|
23
|
+
> {
|
|
24
|
+
readonly input: UpdateWorkloadCommandInput;
|
|
25
|
+
constructor(input: UpdateWorkloadCommandInput);
|
|
26
|
+
|
|
27
|
+
resolveMiddleware(
|
|
28
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
29
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
30
|
+
options?: __HttpHandlerOptions
|
|
31
|
+
): Handler<UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput>;
|
|
32
|
+
private serialize;
|
|
33
|
+
private deserialize;
|
|
34
|
+
}
|
|
@@ -1,17 +1,38 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
+
UpdateWorkloadShareInput,
|
|
10
|
+
UpdateWorkloadShareOutput,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
import {
|
|
13
|
+
ServiceInputTypes,
|
|
14
|
+
ServiceOutputTypes,
|
|
15
|
+
WellArchitectedClientResolvedConfig,
|
|
16
|
+
} from "../WellArchitectedClient";
|
|
17
|
+
export interface UpdateWorkloadShareCommandInput
|
|
18
|
+
extends UpdateWorkloadShareInput {}
|
|
19
|
+
export interface UpdateWorkloadShareCommandOutput
|
|
20
|
+
extends UpdateWorkloadShareOutput,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class UpdateWorkloadShareCommand extends $Command<
|
|
24
|
+
UpdateWorkloadShareCommandInput,
|
|
25
|
+
UpdateWorkloadShareCommandOutput,
|
|
26
|
+
WellArchitectedClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: UpdateWorkloadShareCommandInput;
|
|
29
|
+
constructor(input: UpdateWorkloadShareCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput>;
|
|
36
|
+
private serialize;
|
|
37
|
+
private deserialize;
|
|
38
|
+
}
|
|
@@ -1,17 +1,32 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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 { UpgradeLensReviewInput } from "../models/models_0";
|
|
9
|
+
import {
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
WellArchitectedClientResolvedConfig,
|
|
13
|
+
} from "../WellArchitectedClient";
|
|
14
|
+
export interface UpgradeLensReviewCommandInput extends UpgradeLensReviewInput {}
|
|
15
|
+
export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {}
|
|
16
|
+
|
|
17
|
+
export declare class UpgradeLensReviewCommand extends $Command<
|
|
18
|
+
UpgradeLensReviewCommandInput,
|
|
19
|
+
UpgradeLensReviewCommandOutput,
|
|
20
|
+
WellArchitectedClientResolvedConfig
|
|
21
|
+
> {
|
|
22
|
+
readonly input: UpgradeLensReviewCommandInput;
|
|
23
|
+
constructor(input: UpgradeLensReviewCommandInput);
|
|
24
|
+
|
|
25
|
+
resolveMiddleware(
|
|
26
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
27
|
+
configuration: WellArchitectedClientResolvedConfig,
|
|
28
|
+
options?: __HttpHandlerOptions
|
|
29
|
+
): Handler<UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput>;
|
|
30
|
+
private serialize;
|
|
31
|
+
private deserialize;
|
|
32
|
+
}
|
|
@@ -1,40 +1,40 @@
|
|
|
1
|
-
export * from "./AssociateLensesCommand";
|
|
2
|
-
export * from "./CreateLensShareCommand";
|
|
3
|
-
export * from "./CreateLensVersionCommand";
|
|
4
|
-
export * from "./CreateMilestoneCommand";
|
|
5
|
-
export * from "./CreateWorkloadCommand";
|
|
6
|
-
export * from "./CreateWorkloadShareCommand";
|
|
7
|
-
export * from "./DeleteLensCommand";
|
|
8
|
-
export * from "./DeleteLensShareCommand";
|
|
9
|
-
export * from "./DeleteWorkloadCommand";
|
|
10
|
-
export * from "./DeleteWorkloadShareCommand";
|
|
11
|
-
export * from "./DisassociateLensesCommand";
|
|
12
|
-
export * from "./ExportLensCommand";
|
|
13
|
-
export * from "./GetAnswerCommand";
|
|
14
|
-
export * from "./GetLensCommand";
|
|
15
|
-
export * from "./GetLensReviewCommand";
|
|
16
|
-
export * from "./GetLensReviewReportCommand";
|
|
17
|
-
export * from "./GetLensVersionDifferenceCommand";
|
|
18
|
-
export * from "./GetMilestoneCommand";
|
|
19
|
-
export * from "./GetWorkloadCommand";
|
|
20
|
-
export * from "./ImportLensCommand";
|
|
21
|
-
export * from "./ListAnswersCommand";
|
|
22
|
-
export * from "./ListLensReviewImprovementsCommand";
|
|
23
|
-
export * from "./ListLensReviewsCommand";
|
|
24
|
-
export * from "./ListLensSharesCommand";
|
|
25
|
-
export * from "./ListLensesCommand";
|
|
26
|
-
export * from "./ListMilestonesCommand";
|
|
27
|
-
export * from "./ListNotificationsCommand";
|
|
28
|
-
export * from "./ListShareInvitationsCommand";
|
|
29
|
-
export * from "./ListTagsForResourceCommand";
|
|
30
|
-
export * from "./ListWorkloadSharesCommand";
|
|
31
|
-
export * from "./ListWorkloadsCommand";
|
|
32
|
-
export * from "./TagResourceCommand";
|
|
33
|
-
export * from "./UntagResourceCommand";
|
|
34
|
-
export * from "./UpdateAnswerCommand";
|
|
35
|
-
export * from "./UpdateGlobalSettingsCommand";
|
|
36
|
-
export * from "./UpdateLensReviewCommand";
|
|
37
|
-
export * from "./UpdateShareInvitationCommand";
|
|
38
|
-
export * from "./UpdateWorkloadCommand";
|
|
39
|
-
export * from "./UpdateWorkloadShareCommand";
|
|
40
|
-
export * from "./UpgradeLensReviewCommand";
|
|
1
|
+
export * from "./AssociateLensesCommand";
|
|
2
|
+
export * from "./CreateLensShareCommand";
|
|
3
|
+
export * from "./CreateLensVersionCommand";
|
|
4
|
+
export * from "./CreateMilestoneCommand";
|
|
5
|
+
export * from "./CreateWorkloadCommand";
|
|
6
|
+
export * from "./CreateWorkloadShareCommand";
|
|
7
|
+
export * from "./DeleteLensCommand";
|
|
8
|
+
export * from "./DeleteLensShareCommand";
|
|
9
|
+
export * from "./DeleteWorkloadCommand";
|
|
10
|
+
export * from "./DeleteWorkloadShareCommand";
|
|
11
|
+
export * from "./DisassociateLensesCommand";
|
|
12
|
+
export * from "./ExportLensCommand";
|
|
13
|
+
export * from "./GetAnswerCommand";
|
|
14
|
+
export * from "./GetLensCommand";
|
|
15
|
+
export * from "./GetLensReviewCommand";
|
|
16
|
+
export * from "./GetLensReviewReportCommand";
|
|
17
|
+
export * from "./GetLensVersionDifferenceCommand";
|
|
18
|
+
export * from "./GetMilestoneCommand";
|
|
19
|
+
export * from "./GetWorkloadCommand";
|
|
20
|
+
export * from "./ImportLensCommand";
|
|
21
|
+
export * from "./ListAnswersCommand";
|
|
22
|
+
export * from "./ListLensReviewImprovementsCommand";
|
|
23
|
+
export * from "./ListLensReviewsCommand";
|
|
24
|
+
export * from "./ListLensSharesCommand";
|
|
25
|
+
export * from "./ListLensesCommand";
|
|
26
|
+
export * from "./ListMilestonesCommand";
|
|
27
|
+
export * from "./ListNotificationsCommand";
|
|
28
|
+
export * from "./ListShareInvitationsCommand";
|
|
29
|
+
export * from "./ListTagsForResourceCommand";
|
|
30
|
+
export * from "./ListWorkloadSharesCommand";
|
|
31
|
+
export * from "./ListWorkloadsCommand";
|
|
32
|
+
export * from "./TagResourceCommand";
|
|
33
|
+
export * from "./UntagResourceCommand";
|
|
34
|
+
export * from "./UpdateAnswerCommand";
|
|
35
|
+
export * from "./UpdateGlobalSettingsCommand";
|
|
36
|
+
export * from "./UpdateLensReviewCommand";
|
|
37
|
+
export * from "./UpdateShareInvitationCommand";
|
|
38
|
+
export * from "./UpdateWorkloadCommand";
|
|
39
|
+
export * from "./UpdateWorkloadShareCommand";
|
|
40
|
+
export * from "./UpgradeLensReviewCommand";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
-
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
1
|
+
import { RegionInfoProvider } from "@aws-sdk/types";
|
|
2
|
+
export declare const defaultRegionInfoProvider: RegionInfoProvider;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./WellArchitected";
|
|
2
|
-
export * from "./WellArchitectedClient";
|
|
3
|
-
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
|
-
export * from "./pagination";
|
|
6
|
-
export { WellArchitectedServiceException } from "./models/WellArchitectedServiceException";
|
|
1
|
+
export * from "./WellArchitected";
|
|
2
|
+
export * from "./WellArchitectedClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
6
|
+
export { WellArchitectedServiceException } from "./models/WellArchitectedServiceException";
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
|
|
6
|
+
export declare class WellArchitectedServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
1
|
+
export * from "./models_0";
|