@aws-sdk/client-wellarchitected 3.928.0 → 3.930.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist-cjs/index.js +3065 -3099
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/WellArchitectedClient.js +2 -0
  4. package/dist-es/commands/AssociateLensesCommand.js +3 -9
  5. package/dist-es/commands/AssociateProfilesCommand.js +3 -9
  6. package/dist-es/commands/CreateLensShareCommand.js +3 -9
  7. package/dist-es/commands/CreateLensVersionCommand.js +3 -9
  8. package/dist-es/commands/CreateMilestoneCommand.js +3 -9
  9. package/dist-es/commands/CreateProfileCommand.js +3 -9
  10. package/dist-es/commands/CreateProfileShareCommand.js +3 -9
  11. package/dist-es/commands/CreateReviewTemplateCommand.js +3 -9
  12. package/dist-es/commands/CreateTemplateShareCommand.js +3 -9
  13. package/dist-es/commands/CreateWorkloadCommand.js +3 -9
  14. package/dist-es/commands/CreateWorkloadShareCommand.js +3 -9
  15. package/dist-es/commands/DeleteLensCommand.js +3 -9
  16. package/dist-es/commands/DeleteLensShareCommand.js +3 -9
  17. package/dist-es/commands/DeleteProfileCommand.js +3 -9
  18. package/dist-es/commands/DeleteProfileShareCommand.js +3 -9
  19. package/dist-es/commands/DeleteReviewTemplateCommand.js +3 -9
  20. package/dist-es/commands/DeleteTemplateShareCommand.js +3 -9
  21. package/dist-es/commands/DeleteWorkloadCommand.js +3 -9
  22. package/dist-es/commands/DeleteWorkloadShareCommand.js +3 -9
  23. package/dist-es/commands/DisassociateLensesCommand.js +3 -9
  24. package/dist-es/commands/DisassociateProfilesCommand.js +3 -9
  25. package/dist-es/commands/ExportLensCommand.js +3 -9
  26. package/dist-es/commands/GetAnswerCommand.js +3 -9
  27. package/dist-es/commands/GetConsolidatedReportCommand.js +3 -9
  28. package/dist-es/commands/GetGlobalSettingsCommand.js +3 -9
  29. package/dist-es/commands/GetLensCommand.js +3 -9
  30. package/dist-es/commands/GetLensReviewCommand.js +3 -9
  31. package/dist-es/commands/GetLensReviewReportCommand.js +3 -9
  32. package/dist-es/commands/GetLensVersionDifferenceCommand.js +3 -9
  33. package/dist-es/commands/GetMilestoneCommand.js +3 -9
  34. package/dist-es/commands/GetProfileCommand.js +3 -9
  35. package/dist-es/commands/GetProfileTemplateCommand.js +3 -9
  36. package/dist-es/commands/GetReviewTemplateAnswerCommand.js +3 -9
  37. package/dist-es/commands/GetReviewTemplateCommand.js +3 -9
  38. package/dist-es/commands/GetReviewTemplateLensReviewCommand.js +3 -9
  39. package/dist-es/commands/GetWorkloadCommand.js +3 -9
  40. package/dist-es/commands/ImportLensCommand.js +3 -9
  41. package/dist-es/commands/ListAnswersCommand.js +3 -9
  42. package/dist-es/commands/ListCheckDetailsCommand.js +3 -9
  43. package/dist-es/commands/ListCheckSummariesCommand.js +3 -9
  44. package/dist-es/commands/ListLensReviewImprovementsCommand.js +3 -9
  45. package/dist-es/commands/ListLensReviewsCommand.js +3 -9
  46. package/dist-es/commands/ListLensSharesCommand.js +3 -9
  47. package/dist-es/commands/ListLensesCommand.js +3 -9
  48. package/dist-es/commands/ListMilestonesCommand.js +3 -9
  49. package/dist-es/commands/ListNotificationsCommand.js +3 -9
  50. package/dist-es/commands/ListProfileNotificationsCommand.js +3 -9
  51. package/dist-es/commands/ListProfileSharesCommand.js +3 -9
  52. package/dist-es/commands/ListProfilesCommand.js +3 -9
  53. package/dist-es/commands/ListReviewTemplateAnswersCommand.js +3 -9
  54. package/dist-es/commands/ListReviewTemplatesCommand.js +3 -9
  55. package/dist-es/commands/ListShareInvitationsCommand.js +3 -9
  56. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  57. package/dist-es/commands/ListTemplateSharesCommand.js +3 -9
  58. package/dist-es/commands/ListWorkloadSharesCommand.js +3 -9
  59. package/dist-es/commands/ListWorkloadsCommand.js +3 -9
  60. package/dist-es/commands/TagResourceCommand.js +3 -9
  61. package/dist-es/commands/UntagResourceCommand.js +3 -9
  62. package/dist-es/commands/UpdateAnswerCommand.js +3 -9
  63. package/dist-es/commands/UpdateGlobalSettingsCommand.js +3 -9
  64. package/dist-es/commands/UpdateIntegrationCommand.js +3 -9
  65. package/dist-es/commands/UpdateLensReviewCommand.js +3 -9
  66. package/dist-es/commands/UpdateProfileCommand.js +3 -9
  67. package/dist-es/commands/UpdateReviewTemplateAnswerCommand.js +3 -9
  68. package/dist-es/commands/UpdateReviewTemplateCommand.js +3 -9
  69. package/dist-es/commands/UpdateReviewTemplateLensReviewCommand.js +3 -9
  70. package/dist-es/commands/UpdateShareInvitationCommand.js +3 -9
  71. package/dist-es/commands/UpdateWorkloadCommand.js +3 -9
  72. package/dist-es/commands/UpdateWorkloadShareCommand.js +3 -9
  73. package/dist-es/commands/UpgradeLensReviewCommand.js +3 -9
  74. package/dist-es/commands/UpgradeProfileVersionCommand.js +3 -9
  75. package/dist-es/commands/UpgradeReviewTemplateLensReviewCommand.js +3 -9
  76. package/dist-es/runtimeConfig.shared.js +2 -0
  77. package/dist-es/schemas/schemas_0.js +2945 -0
  78. package/dist-types/WellArchitectedClient.d.ts +10 -1
  79. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  80. package/dist-types/runtimeConfig.d.ts +1 -0
  81. package/dist-types/runtimeConfig.native.d.ts +1 -0
  82. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  83. package/dist-types/schemas/schemas_0.d.ts +337 -0
  84. package/dist-types/ts3.4/WellArchitectedClient.d.ts +4 -0
  85. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  86. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  87. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  88. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  89. package/dist-types/ts3.4/schemas/schemas_0.d.ts +343 -0
  90. package/package.json +33 -34
  91. package/dist-es/protocols/Aws_restJson1.js +0 -2599
  92. package/dist-types/protocols/Aws_restJson1.d.ts +0 -650
  93. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -869
@@ -2,6 +2,7 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.getRuntimeConfig = void 0;
4
4
  const core_1 = require("@aws-sdk/core");
5
+ const protocols_1 = require("@aws-sdk/core/protocols");
5
6
  const smithy_client_1 = require("@smithy/smithy-client");
6
7
  const url_parser_1 = require("@smithy/url-parser");
7
8
  const util_base64_1 = require("@smithy/util-base64");
@@ -25,6 +26,7 @@ const getRuntimeConfig = (config) => {
25
26
  },
26
27
  ],
27
28
  logger: config?.logger ?? new smithy_client_1.NoOpLogger(),
29
+ protocol: config?.protocol ?? new protocols_1.AwsRestJsonProtocol({ defaultNamespace: "com.amazonaws.wellarchitected" }),
28
30
  serviceId: config?.serviceId ?? "WellArchitected",
29
31
  urlParser: config?.urlParser ?? url_parser_1.parseUrl,
30
32
  utf8Decoder: config?.utf8Decoder ?? util_utf8_1.fromUtf8,
@@ -4,6 +4,7 @@ import { getRecursionDetectionPlugin } from "@aws-sdk/middleware-recursion-detec
4
4
  import { getUserAgentPlugin, resolveUserAgentConfig, } from "@aws-sdk/middleware-user-agent";
5
5
  import { resolveRegionConfig } from "@smithy/config-resolver";
6
6
  import { DefaultIdentityProviderConfig, getHttpAuthSchemeEndpointRuleSetPlugin, getHttpSigningPlugin, } from "@smithy/core";
7
+ import { getSchemaSerdePlugin } from "@smithy/core/schema";
7
8
  import { getContentLengthPlugin } from "@smithy/middleware-content-length";
8
9
  import { resolveEndpointConfig } from "@smithy/middleware-endpoint";
9
10
  import { getRetryPlugin, resolveRetryConfig } from "@smithy/middleware-retry";
@@ -28,6 +29,7 @@ export class WellArchitectedClient extends __Client {
28
29
  const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
29
30
  const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
30
31
  this.config = _config_8;
32
+ this.middlewareStack.use(getSchemaSerdePlugin(this.config));
31
33
  this.middlewareStack.use(getUserAgentPlugin(this.config));
32
34
  this.middlewareStack.use(getRetryPlugin(this.config));
33
35
  this.middlewareStack.use(getContentLengthPlugin(this.config));
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateLensesCommand, se_AssociateLensesCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateLenses } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateLensesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "AssociateLenses", {})
17
13
  .n("WellArchitectedClient", "AssociateLensesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateLensesCommand)
20
- .de(de_AssociateLensesCommand)
14
+ .sc(AssociateLenses)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_AssociateProfilesCommand, se_AssociateProfilesCommand } from "../protocols/Aws_restJson1";
4
+ import { AssociateProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class AssociateProfilesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "AssociateProfiles", {})
17
13
  .n("WellArchitectedClient", "AssociateProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_AssociateProfilesCommand)
20
- .de(de_AssociateProfilesCommand)
14
+ .sc(AssociateProfiles)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateLensShareCommand, se_CreateLensShareCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateLensShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateLensShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateLensShare", {})
17
13
  .n("WellArchitectedClient", "CreateLensShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateLensShareCommand)
20
- .de(de_CreateLensShareCommand)
14
+ .sc(CreateLensShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateLensVersionCommand, se_CreateLensVersionCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateLensVersion } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateLensVersionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateLensVersion", {})
17
13
  .n("WellArchitectedClient", "CreateLensVersionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateLensVersionCommand)
20
- .de(de_CreateLensVersionCommand)
14
+ .sc(CreateLensVersion)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateMilestoneCommand, se_CreateMilestoneCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateMilestone } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateMilestoneCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateMilestone", {})
17
13
  .n("WellArchitectedClient", "CreateMilestoneCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateMilestoneCommand)
20
- .de(de_CreateMilestoneCommand)
14
+ .sc(CreateMilestone)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateProfileCommand, se_CreateProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateProfile", {})
17
13
  .n("WellArchitectedClient", "CreateProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateProfileCommand)
20
- .de(de_CreateProfileCommand)
14
+ .sc(CreateProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateProfileShareCommand, se_CreateProfileShareCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateProfileShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateProfileShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateProfileShare", {})
17
13
  .n("WellArchitectedClient", "CreateProfileShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateProfileShareCommand)
20
- .de(de_CreateProfileShareCommand)
14
+ .sc(CreateProfileShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateReviewTemplateCommand, se_CreateReviewTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateReviewTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateReviewTemplateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateReviewTemplate", {})
17
13
  .n("WellArchitectedClient", "CreateReviewTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateReviewTemplateCommand)
20
- .de(de_CreateReviewTemplateCommand)
14
+ .sc(CreateReviewTemplate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateTemplateShareCommand, se_CreateTemplateShareCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateTemplateShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateTemplateShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateTemplateShare", {})
17
13
  .n("WellArchitectedClient", "CreateTemplateShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateTemplateShareCommand)
20
- .de(de_CreateTemplateShareCommand)
14
+ .sc(CreateTemplateShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWorkloadCommand, se_CreateWorkloadCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWorkload } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWorkloadCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateWorkload", {})
17
13
  .n("WellArchitectedClient", "CreateWorkloadCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWorkloadCommand)
20
- .de(de_CreateWorkloadCommand)
14
+ .sc(CreateWorkload)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_CreateWorkloadShareCommand, se_CreateWorkloadShareCommand } from "../protocols/Aws_restJson1";
4
+ import { CreateWorkloadShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class CreateWorkloadShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "CreateWorkloadShare", {})
17
13
  .n("WellArchitectedClient", "CreateWorkloadShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_CreateWorkloadShareCommand)
20
- .de(de_CreateWorkloadShareCommand)
14
+ .sc(CreateWorkloadShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteLensCommand, se_DeleteLensCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteLens } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteLensCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DeleteLens", {})
17
13
  .n("WellArchitectedClient", "DeleteLensCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteLensCommand)
20
- .de(de_DeleteLensCommand)
14
+ .sc(DeleteLens)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteLensShareCommand, se_DeleteLensShareCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteLensShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteLensShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DeleteLensShare", {})
17
13
  .n("WellArchitectedClient", "DeleteLensShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteLensShareCommand)
20
- .de(de_DeleteLensShareCommand)
14
+ .sc(DeleteLensShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteProfileCommand, se_DeleteProfileCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteProfile } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteProfileCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DeleteProfile", {})
17
13
  .n("WellArchitectedClient", "DeleteProfileCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteProfileCommand)
20
- .de(de_DeleteProfileCommand)
14
+ .sc(DeleteProfile)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteProfileShareCommand, se_DeleteProfileShareCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteProfileShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteProfileShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DeleteProfileShare", {})
17
13
  .n("WellArchitectedClient", "DeleteProfileShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteProfileShareCommand)
20
- .de(de_DeleteProfileShareCommand)
14
+ .sc(DeleteProfileShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteReviewTemplateCommand, se_DeleteReviewTemplateCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteReviewTemplate } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteReviewTemplateCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DeleteReviewTemplate", {})
17
13
  .n("WellArchitectedClient", "DeleteReviewTemplateCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteReviewTemplateCommand)
20
- .de(de_DeleteReviewTemplateCommand)
14
+ .sc(DeleteReviewTemplate)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteTemplateShareCommand, se_DeleteTemplateShareCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteTemplateShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteTemplateShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DeleteTemplateShare", {})
17
13
  .n("WellArchitectedClient", "DeleteTemplateShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteTemplateShareCommand)
20
- .de(de_DeleteTemplateShareCommand)
14
+ .sc(DeleteTemplateShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteWorkloadCommand, se_DeleteWorkloadCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWorkload } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWorkloadCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DeleteWorkload", {})
17
13
  .n("WellArchitectedClient", "DeleteWorkloadCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWorkloadCommand)
20
- .de(de_DeleteWorkloadCommand)
14
+ .sc(DeleteWorkload)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DeleteWorkloadShareCommand, se_DeleteWorkloadShareCommand } from "../protocols/Aws_restJson1";
4
+ import { DeleteWorkloadShare } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DeleteWorkloadShareCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DeleteWorkloadShare", {})
17
13
  .n("WellArchitectedClient", "DeleteWorkloadShareCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DeleteWorkloadShareCommand)
20
- .de(de_DeleteWorkloadShareCommand)
14
+ .sc(DeleteWorkloadShare)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociateLensesCommand, se_DisassociateLensesCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociateLenses } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateLensesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DisassociateLenses", {})
17
13
  .n("WellArchitectedClient", "DisassociateLensesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateLensesCommand)
20
- .de(de_DisassociateLensesCommand)
14
+ .sc(DisassociateLenses)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_DisassociateProfilesCommand, se_DisassociateProfilesCommand } from "../protocols/Aws_restJson1";
4
+ import { DisassociateProfiles } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateProfilesCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "DisassociateProfiles", {})
17
13
  .n("WellArchitectedClient", "DisassociateProfilesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateProfilesCommand)
20
- .de(de_DisassociateProfilesCommand)
14
+ .sc(DisassociateProfiles)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_ExportLensCommand, se_ExportLensCommand } from "../protocols/Aws_restJson1";
4
+ import { ExportLens } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ExportLensCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("WellArchitectedApiServiceLambda", "ExportLens", {})
17
13
  .n("WellArchitectedClient", "ExportLensCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ExportLensCommand)
20
- .de(de_ExportLensCommand)
14
+ .sc(ExportLens)
21
15
  .build() {
22
16
  }