@aws-sdk/client-wellarchitected 3.890.0 → 3.891.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-types/commands/AssociateLensesCommand.d.ts +2 -0
- package/dist-types/commands/AssociateProfilesCommand.d.ts +2 -0
- package/dist-types/commands/CreateLensShareCommand.d.ts +2 -0
- package/dist-types/commands/CreateLensVersionCommand.d.ts +2 -0
- package/dist-types/commands/CreateMilestoneCommand.d.ts +2 -0
- package/dist-types/commands/CreateProfileCommand.d.ts +2 -0
- package/dist-types/commands/CreateProfileShareCommand.d.ts +2 -0
- package/dist-types/commands/CreateReviewTemplateCommand.d.ts +2 -0
- package/dist-types/commands/CreateTemplateShareCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkloadCommand.d.ts +2 -0
- package/dist-types/commands/CreateWorkloadShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLensCommand.d.ts +2 -0
- package/dist-types/commands/DeleteLensShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProfileShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTemplateShareCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkloadCommand.d.ts +2 -0
- package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateLensesCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ExportLensCommand.d.ts +2 -0
- package/dist-types/commands/GetAnswerCommand.d.ts +2 -0
- package/dist-types/commands/GetConsolidatedReportCommand.d.ts +2 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetLensCommand.d.ts +2 -0
- package/dist-types/commands/GetLensReviewCommand.d.ts +2 -0
- package/dist-types/commands/GetLensReviewReportCommand.d.ts +2 -0
- package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +2 -0
- package/dist-types/commands/GetMilestoneCommand.d.ts +2 -0
- package/dist-types/commands/GetProfileCommand.d.ts +2 -0
- package/dist-types/commands/GetProfileTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +2 -0
- package/dist-types/commands/GetReviewTemplateCommand.d.ts +2 -0
- package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +2 -0
- package/dist-types/commands/GetWorkloadCommand.d.ts +2 -0
- package/dist-types/commands/ImportLensCommand.d.ts +2 -0
- package/dist-types/commands/ListAnswersCommand.d.ts +2 -0
- package/dist-types/commands/ListCheckDetailsCommand.d.ts +2 -0
- package/dist-types/commands/ListCheckSummariesCommand.d.ts +2 -0
- package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +2 -0
- package/dist-types/commands/ListLensReviewsCommand.d.ts +2 -0
- package/dist-types/commands/ListLensSharesCommand.d.ts +2 -0
- package/dist-types/commands/ListLensesCommand.d.ts +2 -0
- package/dist-types/commands/ListMilestonesCommand.d.ts +2 -0
- package/dist-types/commands/ListNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/ListProfileNotificationsCommand.d.ts +2 -0
- package/dist-types/commands/ListProfileSharesCommand.d.ts +2 -0
- package/dist-types/commands/ListProfilesCommand.d.ts +2 -0
- package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +2 -0
- package/dist-types/commands/ListReviewTemplatesCommand.d.ts +2 -0
- package/dist-types/commands/ListShareInvitationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListTemplateSharesCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkloadSharesCommand.d.ts +2 -0
- package/dist-types/commands/ListWorkloadsCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAnswerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateIntegrationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateLensReviewCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProfileCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +2 -0
- package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +2 -0
- package/dist-types/commands/UpdateShareInvitationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkloadCommand.d.ts +2 -0
- package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +2 -0
- package/dist-types/commands/UpgradeLensReviewCommand.d.ts +2 -0
- package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +2 -0
- package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +2 -0
- package/package.json +10 -10
|
@@ -43,6 +43,8 @@ declare const AssociateLensesCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { WellArchitectedClient, AssociateLensesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
45
45
|
* // const { WellArchitectedClient, AssociateLensesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
46
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
47
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
46
48
|
* const client = new WellArchitectedClient(config);
|
|
47
49
|
* const input = { // AssociateLensesInput
|
|
48
50
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const AssociateProfilesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, AssociateProfilesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, AssociateProfilesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // AssociateProfilesInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -53,6 +53,8 @@ declare const CreateLensShareCommand_base: {
|
|
|
53
53
|
* ```javascript
|
|
54
54
|
* import { WellArchitectedClient, CreateLensShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
55
55
|
* // const { WellArchitectedClient, CreateLensShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
56
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
57
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
56
58
|
* const client = new WellArchitectedClient(config);
|
|
57
59
|
* const input = { // CreateLensShareInput
|
|
58
60
|
* LensAlias: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const CreateLensVersionCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { WellArchitectedClient, CreateLensVersionCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
41
41
|
* // const { WellArchitectedClient, CreateLensVersionCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
42
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
43
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
42
44
|
* const client = new WellArchitectedClient(config);
|
|
43
45
|
* const input = { // CreateLensVersionInput
|
|
44
46
|
* LensAlias: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateMilestoneCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, CreateMilestoneCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, CreateMilestoneCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // CreateMilestoneInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, CreateProfileCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, CreateProfileCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // CreateProfileInput
|
|
38
40
|
* ProfileName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateProfileShareCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, CreateProfileShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, CreateProfileShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // CreateProfileShareInput
|
|
38
40
|
* ProfileArn: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const CreateReviewTemplateCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { WellArchitectedClient, CreateReviewTemplateCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
46
46
|
* // const { WellArchitectedClient, CreateReviewTemplateCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
47
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
48
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
47
49
|
* const client = new WellArchitectedClient(config);
|
|
48
50
|
* const input = { // CreateReviewTemplateInput
|
|
49
51
|
* TemplateName: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const CreateTemplateShareCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { WellArchitectedClient, CreateTemplateShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
49
49
|
* // const { WellArchitectedClient, CreateTemplateShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
50
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
51
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
50
52
|
* const client = new WellArchitectedClient(config);
|
|
51
53
|
* const input = { // CreateTemplateShareInput
|
|
52
54
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -68,6 +68,8 @@ declare const CreateWorkloadCommand_base: {
|
|
|
68
68
|
* ```javascript
|
|
69
69
|
* import { WellArchitectedClient, CreateWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
70
70
|
* // const { WellArchitectedClient, CreateWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
71
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
72
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
71
73
|
* const client = new WellArchitectedClient(config);
|
|
72
74
|
* const input = { // CreateWorkloadInput
|
|
73
75
|
* WorkloadName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const CreateWorkloadShareCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { WellArchitectedClient, CreateWorkloadShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
42
42
|
* // const { WellArchitectedClient, CreateWorkloadShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
43
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
44
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
43
45
|
* const client = new WellArchitectedClient(config);
|
|
44
46
|
* const input = { // CreateWorkloadShareInput
|
|
45
47
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const DeleteLensCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { WellArchitectedClient, DeleteLensCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
49
49
|
* // const { WellArchitectedClient, DeleteLensCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
50
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
51
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
50
52
|
* const client = new WellArchitectedClient(config);
|
|
51
53
|
* const input = { // DeleteLensInput
|
|
52
54
|
* LensAlias: "STRING_VALUE", // required
|
|
@@ -47,6 +47,8 @@ declare const DeleteLensShareCommand_base: {
|
|
|
47
47
|
* ```javascript
|
|
48
48
|
* import { WellArchitectedClient, DeleteLensShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
49
49
|
* // const { WellArchitectedClient, DeleteLensShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
50
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
51
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
50
52
|
* const client = new WellArchitectedClient(config);
|
|
51
53
|
* const input = { // DeleteLensShareInput
|
|
52
54
|
* ShareId: "STRING_VALUE", // required
|
|
@@ -44,6 +44,8 @@ declare const DeleteProfileCommand_base: {
|
|
|
44
44
|
* ```javascript
|
|
45
45
|
* import { WellArchitectedClient, DeleteProfileCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
46
46
|
* // const { WellArchitectedClient, DeleteProfileCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
47
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
48
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
47
49
|
* const client = new WellArchitectedClient(config);
|
|
48
50
|
* const input = { // DeleteProfileInput
|
|
49
51
|
* ProfileArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteProfileShareCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, DeleteProfileShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, DeleteProfileShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // DeleteProfileShareInput
|
|
38
40
|
* ShareId: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DeleteReviewTemplateCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { WellArchitectedClient, DeleteReviewTemplateCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
39
39
|
* // const { WellArchitectedClient, DeleteReviewTemplateCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
40
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
41
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
40
42
|
* const client = new WellArchitectedClient(config);
|
|
41
43
|
* const input = { // DeleteReviewTemplateInput
|
|
42
44
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const DeleteTemplateShareCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { WellArchitectedClient, DeleteTemplateShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
38
38
|
* // const { WellArchitectedClient, DeleteTemplateShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
39
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
40
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
39
41
|
* const client = new WellArchitectedClient(config);
|
|
40
42
|
* const input = { // DeleteTemplateShareInput
|
|
41
43
|
* ShareId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWorkloadCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, DeleteWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, DeleteWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // DeleteWorkloadInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteWorkloadShareCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, DeleteWorkloadShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, DeleteWorkloadShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // DeleteWorkloadShareInput
|
|
38
40
|
* ShareId: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const DisassociateLensesCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { WellArchitectedClient, DisassociateLensesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
40
40
|
* // const { WellArchitectedClient, DisassociateLensesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
41
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
42
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
41
43
|
* const client = new WellArchitectedClient(config);
|
|
42
44
|
* const input = { // DisassociateLensesInput
|
|
43
45
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DisassociateProfilesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, DisassociateProfilesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, DisassociateProfilesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // DisassociateProfilesInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -48,6 +48,8 @@ declare const ExportLensCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { WellArchitectedClient, ExportLensCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
50
50
|
* // const { WellArchitectedClient, ExportLensCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
51
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
52
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
51
53
|
* const client = new WellArchitectedClient(config);
|
|
52
54
|
* const input = { // ExportLensInput
|
|
53
55
|
* LensAlias: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetAnswerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetAnswerCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetAnswerCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetAnswerInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const GetConsolidatedReportCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { WellArchitectedClient, GetConsolidatedReportCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
36
36
|
* // const { WellArchitectedClient, GetConsolidatedReportCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
37
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
38
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
37
39
|
* const client = new WellArchitectedClient(config);
|
|
38
40
|
* const input = { // GetConsolidatedReportInput
|
|
39
41
|
* Format: "PDF" || "JSON", // required
|
|
@@ -33,6 +33,8 @@ declare const GetGlobalSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetGlobalSettingsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetGlobalSettingsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetGlobalSettingsCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetLensCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetLensCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetLensCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetLensInput
|
|
38
40
|
* LensAlias: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLensReviewCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetLensReviewInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLensReviewReportCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetLensReviewReportCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetLensReviewReportCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetLensReviewReportInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetLensVersionDifferenceCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetLensVersionDifferenceCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetLensVersionDifferenceCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetLensVersionDifferenceInput
|
|
38
40
|
* LensAlias: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetMilestoneCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetMilestoneCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetMilestoneCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetMilestoneInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetProfileCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetProfileCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetProfileInput
|
|
38
40
|
* ProfileArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetProfileTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetProfileTemplateCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetProfileTemplateCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = {};
|
|
38
40
|
* const command = new GetProfileTemplateCommand(input);
|
|
@@ -33,6 +33,8 @@ declare const GetReviewTemplateAnswerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetReviewTemplateAnswerCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetReviewTemplateAnswerCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetReviewTemplateAnswerInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetReviewTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetReviewTemplateCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetReviewTemplateCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetReviewTemplateInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetReviewTemplateLensReviewCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetReviewTemplateLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetReviewTemplateLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetReviewTemplateLensReviewInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const GetWorkloadCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, GetWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, GetWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // GetWorkloadInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -52,6 +52,8 @@ declare const ImportLensCommand_base: {
|
|
|
52
52
|
* ```javascript
|
|
53
53
|
* import { WellArchitectedClient, ImportLensCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
54
54
|
* // const { WellArchitectedClient, ImportLensCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
55
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
56
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
55
57
|
* const client = new WellArchitectedClient(config);
|
|
56
58
|
* const input = { // ImportLensInput
|
|
57
59
|
* LensAlias: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAnswersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListAnswersCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListAnswersCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListAnswersInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListCheckDetailsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListCheckDetailsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListCheckDetailsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListCheckDetailsInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListCheckSummariesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListCheckSummariesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListCheckSummariesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListCheckSummariesInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListLensReviewImprovementsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListLensReviewImprovementsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListLensReviewImprovementsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListLensReviewImprovementsInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListLensReviewsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListLensReviewsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListLensReviewsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListLensReviewsInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListLensSharesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListLensSharesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListLensSharesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListLensSharesInput
|
|
38
40
|
* LensAlias: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListLensesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListLensesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListLensesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListLensesInput
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListMilestonesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListMilestonesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListMilestonesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListMilestonesInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListNotificationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListNotificationsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListNotificationsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListNotificationsInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListProfileNotificationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListProfileNotificationsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListProfileNotificationsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListProfileNotificationsInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListProfileSharesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListProfileSharesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListProfileSharesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListProfileSharesInput
|
|
38
40
|
* ProfileArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListProfilesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListProfilesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListProfilesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListProfilesInput
|
|
38
40
|
* ProfileNamePrefix: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListReviewTemplateAnswersCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListReviewTemplateAnswersCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListReviewTemplateAnswersCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListReviewTemplateAnswersInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListReviewTemplatesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListReviewTemplatesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListReviewTemplatesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListReviewTemplatesInput
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const ListShareInvitationsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { WellArchitectedClient, ListShareInvitationsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
39
39
|
* // const { WellArchitectedClient, ListShareInvitationsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
40
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
41
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
40
42
|
* const client = new WellArchitectedClient(config);
|
|
41
43
|
* const input = { // ListShareInvitationsInput
|
|
42
44
|
* WorkloadNamePrefix: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { WellArchitectedClient, ListTagsForResourceCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
38
38
|
* // const { WellArchitectedClient, ListTagsForResourceCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
39
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
40
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
39
41
|
* const client = new WellArchitectedClient(config);
|
|
40
42
|
* const input = { // ListTagsForResourceInput
|
|
41
43
|
* WorkloadArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListTemplateSharesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListTemplateSharesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListTemplateSharesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListTemplateSharesInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListWorkloadSharesCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListWorkloadSharesCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListWorkloadSharesCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListWorkloadSharesInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const ListWorkloadsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, ListWorkloadsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, ListWorkloadsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // ListWorkloadsInput
|
|
38
40
|
* WorkloadNamePrefix: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const TagResourceCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { WellArchitectedClient, TagResourceCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
38
38
|
* // const { WellArchitectedClient, TagResourceCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
39
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
40
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
39
41
|
* const client = new WellArchitectedClient(config);
|
|
40
42
|
* const input = { // TagResourceInput
|
|
41
43
|
* WorkloadArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const UntagResourceCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { WellArchitectedClient, UntagResourceCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
42
42
|
* // const { WellArchitectedClient, UntagResourceCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
43
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
44
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
43
45
|
* const client = new WellArchitectedClient(config);
|
|
44
46
|
* const input = { // UntagResourceInput
|
|
45
47
|
* WorkloadArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateAnswerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateAnswerCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateAnswerCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateAnswerInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateGlobalSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateGlobalSettingsCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateGlobalSettingsCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateGlobalSettingsInput
|
|
38
40
|
* OrganizationSharingStatus: "ENABLED" || "DISABLED",
|
|
@@ -33,6 +33,8 @@ declare const UpdateIntegrationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateIntegrationCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateIntegrationCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateIntegrationInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateLensReviewCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateLensReviewInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateProfileCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateProfileCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateProfileCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateProfileInput
|
|
38
40
|
* ProfileArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateReviewTemplateAnswerCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateReviewTemplateAnswerCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateReviewTemplateAnswerCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateReviewTemplateAnswerInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateReviewTemplateCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateReviewTemplateCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateReviewTemplateCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateReviewTemplateInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateReviewTemplateLensReviewCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateReviewTemplateLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateReviewTemplateLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateReviewTemplateLensReviewInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const UpdateShareInvitationCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { WellArchitectedClient, UpdateShareInvitationCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
38
38
|
* // const { WellArchitectedClient, UpdateShareInvitationCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
39
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
40
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
39
41
|
* const client = new WellArchitectedClient(config);
|
|
40
42
|
* const input = { // UpdateShareInvitationInput
|
|
41
43
|
* ShareInvitationId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateWorkloadCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateWorkloadCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateWorkloadCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateWorkloadInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateWorkloadShareCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpdateWorkloadShareCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpdateWorkloadShareCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpdateWorkloadShareInput
|
|
38
40
|
* ShareId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpgradeLensReviewCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpgradeLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpgradeLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpgradeLensReviewInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpgradeProfileVersionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpgradeProfileVersionCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpgradeProfileVersionCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpgradeProfileVersionInput
|
|
38
40
|
* WorkloadId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpgradeReviewTemplateLensReviewCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { WellArchitectedClient, UpgradeReviewTemplateLensReviewCommand } from "@aws-sdk/client-wellarchitected"; // ES Modules import
|
|
35
35
|
* // const { WellArchitectedClient, UpgradeReviewTemplateLensReviewCommand } = require("@aws-sdk/client-wellarchitected"); // CommonJS import
|
|
36
|
+
* // import type { WellArchitectedClientConfig } from "@aws-sdk/client-wellarchitected";
|
|
37
|
+
* const config = {}; // type is WellArchitectedClientConfig
|
|
36
38
|
* const client = new WellArchitectedClient(config);
|
|
37
39
|
* const input = { // UpgradeReviewTemplateLensReviewInput
|
|
38
40
|
* TemplateArn: "STRING_VALUE", // required
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-wellarchitected",
|
|
3
3
|
"description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-wellarchitected",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"@types/uuid": "^9.0.1",
|
|
60
60
|
"tslib": "^2.6.2",
|