@aws-sdk/client-wellarchitected 3.948.0 → 3.953.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/dist-cjs/index.js +865 -567
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/AssociateLensesCommand.js +2 -2
- package/dist-es/commands/AssociateProfilesCommand.js +2 -2
- package/dist-es/commands/CreateLensShareCommand.js +2 -2
- package/dist-es/commands/CreateLensVersionCommand.js +2 -2
- package/dist-es/commands/CreateMilestoneCommand.js +2 -2
- package/dist-es/commands/CreateProfileCommand.js +2 -2
- package/dist-es/commands/CreateProfileShareCommand.js +2 -2
- package/dist-es/commands/CreateReviewTemplateCommand.js +2 -2
- package/dist-es/commands/CreateTemplateShareCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadCommand.js +2 -2
- package/dist-es/commands/CreateWorkloadShareCommand.js +2 -2
- package/dist-es/commands/DeleteLensCommand.js +2 -2
- package/dist-es/commands/DeleteLensShareCommand.js +2 -2
- package/dist-es/commands/DeleteProfileCommand.js +2 -2
- package/dist-es/commands/DeleteProfileShareCommand.js +2 -2
- package/dist-es/commands/DeleteReviewTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteTemplateShareCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadCommand.js +2 -2
- package/dist-es/commands/DeleteWorkloadShareCommand.js +2 -2
- package/dist-es/commands/DisassociateLensesCommand.js +2 -2
- package/dist-es/commands/DisassociateProfilesCommand.js +2 -2
- package/dist-es/commands/ExportLensCommand.js +2 -2
- package/dist-es/commands/GetAnswerCommand.js +2 -2
- package/dist-es/commands/GetConsolidatedReportCommand.js +2 -2
- package/dist-es/commands/GetGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/GetLensCommand.js +2 -2
- package/dist-es/commands/GetLensReviewCommand.js +2 -2
- package/dist-es/commands/GetLensReviewReportCommand.js +2 -2
- package/dist-es/commands/GetLensVersionDifferenceCommand.js +2 -2
- package/dist-es/commands/GetMilestoneCommand.js +2 -2
- package/dist-es/commands/GetProfileCommand.js +2 -2
- package/dist-es/commands/GetProfileTemplateCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateAnswerCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateCommand.js +2 -2
- package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/commands/GetWorkloadCommand.js +2 -2
- package/dist-es/commands/ImportLensCommand.js +2 -2
- package/dist-es/commands/ListAnswersCommand.js +2 -2
- package/dist-es/commands/ListCheckDetailsCommand.js +2 -2
- package/dist-es/commands/ListCheckSummariesCommand.js +2 -2
- package/dist-es/commands/ListLensReviewImprovementsCommand.js +2 -2
- package/dist-es/commands/ListLensReviewsCommand.js +2 -2
- package/dist-es/commands/ListLensSharesCommand.js +2 -2
- package/dist-es/commands/ListLensesCommand.js +2 -2
- package/dist-es/commands/ListMilestonesCommand.js +2 -2
- package/dist-es/commands/ListNotificationsCommand.js +2 -2
- package/dist-es/commands/ListProfileNotificationsCommand.js +2 -2
- package/dist-es/commands/ListProfileSharesCommand.js +2 -2
- package/dist-es/commands/ListProfilesCommand.js +2 -2
- package/dist-es/commands/ListReviewTemplateAnswersCommand.js +2 -2
- package/dist-es/commands/ListReviewTemplatesCommand.js +2 -2
- package/dist-es/commands/ListShareInvitationsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTemplateSharesCommand.js +2 -2
- package/dist-es/commands/ListWorkloadSharesCommand.js +2 -2
- package/dist-es/commands/ListWorkloadsCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -2
- package/dist-es/commands/UpdateIntegrationCommand.js +2 -2
- package/dist-es/commands/UpdateLensReviewCommand.js +2 -2
- package/dist-es/commands/UpdateProfileCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateCommand.js +2 -2
- package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/commands/UpdateShareInvitationCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadCommand.js +2 -2
- package/dist-es/commands/UpdateWorkloadShareCommand.js +2 -2
- package/dist-es/commands/UpgradeLensReviewCommand.js +2 -2
- package/dist-es/commands/UpgradeProfileVersionCommand.js +2 -2
- package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +525 -497
- package/dist-types/WellArchitectedClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +271 -337
- package/dist-types/ts3.4/WellArchitectedClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +270 -338
- package/package.json +34 -34
|
@@ -26,7 +26,12 @@ const getRuntimeConfig = (config) => {
|
|
|
26
26
|
},
|
|
27
27
|
],
|
|
28
28
|
logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
|
|
29
|
-
protocol: config?.protocol ??
|
|
29
|
+
protocol: config?.protocol ?? protocols_1.AwsRestJsonProtocol,
|
|
30
|
+
protocolSettings: config?.protocolSettings ?? {
|
|
31
|
+
defaultNamespace: "com.amazonaws.wellarchitected",
|
|
32
|
+
version: "2020-03-31",
|
|
33
|
+
serviceTarget: "WellArchitectedApiServiceLambda",
|
|
34
|
+
},
|
|
30
35
|
serviceId: config?.serviceId ?? "WellArchitected",
|
|
31
36
|
urlParser: config?.urlParser ?? url_parser_1.parseUrl,
|
|
32
37
|
utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateLenses } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateLenses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateLensesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateLensesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "AssociateLenses", {})
|
|
13
13
|
.n("WellArchitectedClient", "AssociateLensesCommand")
|
|
14
|
-
.sc(AssociateLenses)
|
|
14
|
+
.sc(AssociateLenses$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { AssociateProfiles } from "../schemas/schemas_0";
|
|
4
|
+
import { AssociateProfiles$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class AssociateProfilesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class AssociateProfilesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "AssociateProfiles", {})
|
|
13
13
|
.n("WellArchitectedClient", "AssociateProfilesCommand")
|
|
14
|
-
.sc(AssociateProfiles)
|
|
14
|
+
.sc(AssociateProfiles$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateLensShare } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateLensShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLensShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateLensShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateLensShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateLensShareCommand")
|
|
14
|
-
.sc(CreateLensShare)
|
|
14
|
+
.sc(CreateLensShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateLensVersion } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateLensVersion$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateLensVersionCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateLensVersionCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateLensVersion", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateLensVersionCommand")
|
|
14
|
-
.sc(CreateLensVersion)
|
|
14
|
+
.sc(CreateLensVersion$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateMilestone } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateMilestone$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateMilestoneCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateMilestoneCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateMilestone", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateMilestoneCommand")
|
|
14
|
-
.sc(CreateMilestone)
|
|
14
|
+
.sc(CreateMilestone$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateProfile } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateProfile$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateProfileCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateProfileCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateProfile", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateProfileCommand")
|
|
14
|
-
.sc(CreateProfile)
|
|
14
|
+
.sc(CreateProfile$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateProfileShare } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateProfileShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateProfileShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateProfileShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateProfileShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateProfileShareCommand")
|
|
14
|
-
.sc(CreateProfileShare)
|
|
14
|
+
.sc(CreateProfileShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateReviewTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateReviewTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateReviewTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateReviewTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateReviewTemplate", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateReviewTemplateCommand")
|
|
14
|
-
.sc(CreateReviewTemplate)
|
|
14
|
+
.sc(CreateReviewTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateTemplateShare } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateTemplateShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateTemplateShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateTemplateShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateTemplateShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateTemplateShareCommand")
|
|
14
|
-
.sc(CreateTemplateShare)
|
|
14
|
+
.sc(CreateTemplateShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWorkload } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWorkload$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWorkloadCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWorkloadCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateWorkload", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateWorkloadCommand")
|
|
14
|
-
.sc(CreateWorkload)
|
|
14
|
+
.sc(CreateWorkload$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { CreateWorkloadShare } from "../schemas/schemas_0";
|
|
4
|
+
import { CreateWorkloadShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class CreateWorkloadShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class CreateWorkloadShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "CreateWorkloadShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "CreateWorkloadShareCommand")
|
|
14
|
-
.sc(CreateWorkloadShare)
|
|
14
|
+
.sc(CreateWorkloadShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteLens } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteLens$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteLensCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteLensCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DeleteLens", {})
|
|
13
13
|
.n("WellArchitectedClient", "DeleteLensCommand")
|
|
14
|
-
.sc(DeleteLens)
|
|
14
|
+
.sc(DeleteLens$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteLensShare } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteLensShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteLensShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteLensShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DeleteLensShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "DeleteLensShareCommand")
|
|
14
|
-
.sc(DeleteLensShare)
|
|
14
|
+
.sc(DeleteLensShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteProfile } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteProfile$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteProfileCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteProfileCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DeleteProfile", {})
|
|
13
13
|
.n("WellArchitectedClient", "DeleteProfileCommand")
|
|
14
|
-
.sc(DeleteProfile)
|
|
14
|
+
.sc(DeleteProfile$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteProfileShare } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteProfileShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteProfileShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteProfileShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DeleteProfileShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "DeleteProfileShareCommand")
|
|
14
|
-
.sc(DeleteProfileShare)
|
|
14
|
+
.sc(DeleteProfileShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteReviewTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteReviewTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteReviewTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteReviewTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DeleteReviewTemplate", {})
|
|
13
13
|
.n("WellArchitectedClient", "DeleteReviewTemplateCommand")
|
|
14
|
-
.sc(DeleteReviewTemplate)
|
|
14
|
+
.sc(DeleteReviewTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteTemplateShare } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteTemplateShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteTemplateShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteTemplateShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DeleteTemplateShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "DeleteTemplateShareCommand")
|
|
14
|
-
.sc(DeleteTemplateShare)
|
|
14
|
+
.sc(DeleteTemplateShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWorkload } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWorkload$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWorkloadCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWorkloadCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DeleteWorkload", {})
|
|
13
13
|
.n("WellArchitectedClient", "DeleteWorkloadCommand")
|
|
14
|
-
.sc(DeleteWorkload)
|
|
14
|
+
.sc(DeleteWorkload$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DeleteWorkloadShare } from "../schemas/schemas_0";
|
|
4
|
+
import { DeleteWorkloadShare$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DeleteWorkloadShareCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DeleteWorkloadShareCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DeleteWorkloadShare", {})
|
|
13
13
|
.n("WellArchitectedClient", "DeleteWorkloadShareCommand")
|
|
14
|
-
.sc(DeleteWorkloadShare)
|
|
14
|
+
.sc(DeleteWorkloadShare$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateLenses } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateLenses$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateLensesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateLensesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DisassociateLenses", {})
|
|
13
13
|
.n("WellArchitectedClient", "DisassociateLensesCommand")
|
|
14
|
-
.sc(DisassociateLenses)
|
|
14
|
+
.sc(DisassociateLenses$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { DisassociateProfiles } from "../schemas/schemas_0";
|
|
4
|
+
import { DisassociateProfiles$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class DisassociateProfilesCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class DisassociateProfilesCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "DisassociateProfiles", {})
|
|
13
13
|
.n("WellArchitectedClient", "DisassociateProfilesCommand")
|
|
14
|
-
.sc(DisassociateProfiles)
|
|
14
|
+
.sc(DisassociateProfiles$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { ExportLens } from "../schemas/schemas_0";
|
|
4
|
+
import { ExportLens$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class ExportLensCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class ExportLensCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "ExportLens", {})
|
|
13
13
|
.n("WellArchitectedClient", "ExportLensCommand")
|
|
14
|
-
.sc(ExportLens)
|
|
14
|
+
.sc(ExportLens$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetAnswer } from "../schemas/schemas_0";
|
|
4
|
+
import { GetAnswer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetAnswerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetAnswerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetAnswer", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetAnswerCommand")
|
|
14
|
-
.sc(GetAnswer)
|
|
14
|
+
.sc(GetAnswer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetConsolidatedReport } from "../schemas/schemas_0";
|
|
4
|
+
import { GetConsolidatedReport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetConsolidatedReportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetConsolidatedReportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetConsolidatedReport", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetConsolidatedReportCommand")
|
|
14
|
-
.sc(GetConsolidatedReport)
|
|
14
|
+
.sc(GetConsolidatedReport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetGlobalSettings } from "../schemas/schemas_0";
|
|
4
|
+
import { GetGlobalSettings$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetGlobalSettingsCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetGlobalSettingsCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetGlobalSettings", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetGlobalSettingsCommand")
|
|
14
|
-
.sc(GetGlobalSettings)
|
|
14
|
+
.sc(GetGlobalSettings$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetLens } from "../schemas/schemas_0";
|
|
4
|
+
import { GetLens$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetLensCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetLensCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetLens", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetLensCommand")
|
|
14
|
-
.sc(GetLens)
|
|
14
|
+
.sc(GetLens$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetLensReview } from "../schemas/schemas_0";
|
|
4
|
+
import { GetLensReview$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetLensReviewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetLensReviewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetLensReview", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetLensReviewCommand")
|
|
14
|
-
.sc(GetLensReview)
|
|
14
|
+
.sc(GetLensReview$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetLensReviewReport } from "../schemas/schemas_0";
|
|
4
|
+
import { GetLensReviewReport$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetLensReviewReportCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetLensReviewReportCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetLensReviewReport", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetLensReviewReportCommand")
|
|
14
|
-
.sc(GetLensReviewReport)
|
|
14
|
+
.sc(GetLensReviewReport$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetLensVersionDifference } from "../schemas/schemas_0";
|
|
4
|
+
import { GetLensVersionDifference$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetLensVersionDifferenceCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetLensVersionDifferenceCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetLensVersionDifference", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetLensVersionDifferenceCommand")
|
|
14
|
-
.sc(GetLensVersionDifference)
|
|
14
|
+
.sc(GetLensVersionDifference$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetMilestone } from "../schemas/schemas_0";
|
|
4
|
+
import { GetMilestone$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetMilestoneCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetMilestoneCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetMilestone", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetMilestoneCommand")
|
|
14
|
-
.sc(GetMilestone)
|
|
14
|
+
.sc(GetMilestone$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetProfile } from "../schemas/schemas_0";
|
|
4
|
+
import { GetProfile$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetProfileCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetProfileCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetProfile", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetProfileCommand")
|
|
14
|
-
.sc(GetProfile)
|
|
14
|
+
.sc(GetProfile$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetProfileTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { GetProfileTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetProfileTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetProfileTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetProfileTemplate", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetProfileTemplateCommand")
|
|
14
|
-
.sc(GetProfileTemplate)
|
|
14
|
+
.sc(GetProfileTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetReviewTemplateAnswer } from "../schemas/schemas_0";
|
|
4
|
+
import { GetReviewTemplateAnswer$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetReviewTemplateAnswerCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetReviewTemplateAnswerCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetReviewTemplateAnswer", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetReviewTemplateAnswerCommand")
|
|
14
|
-
.sc(GetReviewTemplateAnswer)
|
|
14
|
+
.sc(GetReviewTemplateAnswer$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetReviewTemplate } from "../schemas/schemas_0";
|
|
4
|
+
import { GetReviewTemplate$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetReviewTemplateCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetReviewTemplateCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetReviewTemplate", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetReviewTemplateCommand")
|
|
14
|
-
.sc(GetReviewTemplate)
|
|
14
|
+
.sc(GetReviewTemplate$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
2
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
3
|
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
-
import { GetReviewTemplateLensReview } from "../schemas/schemas_0";
|
|
4
|
+
import { GetReviewTemplateLensReview$ } from "../schemas/schemas_0";
|
|
5
5
|
export { $Command };
|
|
6
6
|
export class GetReviewTemplateLensReviewCommand extends $Command
|
|
7
7
|
.classBuilder()
|
|
@@ -11,6 +11,6 @@ export class GetReviewTemplateLensReviewCommand extends $Command
|
|
|
11
11
|
})
|
|
12
12
|
.s("WellArchitectedApiServiceLambda", "GetReviewTemplateLensReview", {})
|
|
13
13
|
.n("WellArchitectedClient", "GetReviewTemplateLensReviewCommand")
|
|
14
|
-
.sc(GetReviewTemplateLensReview)
|
|
14
|
+
.sc(GetReviewTemplateLensReview$)
|
|
15
15
|
.build() {
|
|
16
16
|
}
|