@aws-sdk/client-wellarchitected 3.799.0 → 3.804.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 (135) hide show
  1. package/dist-types/commands/AssociateLensesCommand.d.ts +1 -1
  2. package/dist-types/commands/AssociateProfilesCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateLensShareCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateLensVersionCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateMilestoneCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateProfileCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateProfileShareCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateReviewTemplateCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateTemplateShareCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateWorkloadCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateWorkloadShareCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteLensCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteLensShareCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteProfileCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteProfileShareCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteReviewTemplateCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteTemplateShareCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteWorkloadCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteWorkloadShareCommand.d.ts +1 -1
  20. package/dist-types/commands/DisassociateLensesCommand.d.ts +1 -1
  21. package/dist-types/commands/DisassociateProfilesCommand.d.ts +1 -1
  22. package/dist-types/commands/ExportLensCommand.d.ts +1 -1
  23. package/dist-types/commands/GetAnswerCommand.d.ts +1 -1
  24. package/dist-types/commands/GetConsolidatedReportCommand.d.ts +1 -1
  25. package/dist-types/commands/GetLensCommand.d.ts +1 -1
  26. package/dist-types/commands/GetLensReviewCommand.d.ts +1 -1
  27. package/dist-types/commands/GetLensReviewReportCommand.d.ts +1 -1
  28. package/dist-types/commands/GetLensVersionDifferenceCommand.d.ts +1 -1
  29. package/dist-types/commands/GetMilestoneCommand.d.ts +1 -1
  30. package/dist-types/commands/GetProfileCommand.d.ts +1 -1
  31. package/dist-types/commands/GetReviewTemplateAnswerCommand.d.ts +1 -1
  32. package/dist-types/commands/GetReviewTemplateCommand.d.ts +1 -1
  33. package/dist-types/commands/GetReviewTemplateLensReviewCommand.d.ts +1 -1
  34. package/dist-types/commands/GetWorkloadCommand.d.ts +1 -1
  35. package/dist-types/commands/ImportLensCommand.d.ts +1 -1
  36. package/dist-types/commands/ListAnswersCommand.d.ts +1 -1
  37. package/dist-types/commands/ListCheckDetailsCommand.d.ts +1 -1
  38. package/dist-types/commands/ListCheckSummariesCommand.d.ts +1 -1
  39. package/dist-types/commands/ListLensReviewImprovementsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListLensReviewsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListLensSharesCommand.d.ts +1 -1
  42. package/dist-types/commands/ListMilestonesCommand.d.ts +1 -1
  43. package/dist-types/commands/ListProfileSharesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListReviewTemplateAnswersCommand.d.ts +1 -1
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  46. package/dist-types/commands/ListTemplateSharesCommand.d.ts +1 -1
  47. package/dist-types/commands/ListWorkloadSharesCommand.d.ts +1 -1
  48. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  49. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  50. package/dist-types/commands/UpdateAnswerCommand.d.ts +1 -1
  51. package/dist-types/commands/UpdateIntegrationCommand.d.ts +1 -1
  52. package/dist-types/commands/UpdateLensReviewCommand.d.ts +1 -1
  53. package/dist-types/commands/UpdateProfileCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateReviewTemplateAnswerCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateReviewTemplateCommand.d.ts +1 -1
  56. package/dist-types/commands/UpdateReviewTemplateLensReviewCommand.d.ts +1 -1
  57. package/dist-types/commands/UpdateShareInvitationCommand.d.ts +1 -1
  58. package/dist-types/commands/UpdateWorkloadCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateWorkloadShareCommand.d.ts +2 -2
  60. package/dist-types/commands/UpgradeLensReviewCommand.d.ts +1 -1
  61. package/dist-types/commands/UpgradeProfileVersionCommand.d.ts +1 -1
  62. package/dist-types/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +1 -1
  63. package/dist-types/endpoint/EndpointParameters.d.ts +1 -3
  64. package/dist-types/runtimeConfig.browser.d.ts +17 -17
  65. package/dist-types/runtimeConfig.d.ts +16 -16
  66. package/dist-types/runtimeConfig.native.d.ts +18 -18
  67. package/dist-types/runtimeConfig.shared.d.ts +3 -3
  68. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +1 -1
  83. package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +1 -1
  84. package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +1 -1
  85. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +1 -1
  86. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +1 -1
  87. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +1 -1
  88. package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +1 -1
  89. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +1 -1
  90. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +1 -1
  91. package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +1 -1
  93. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +1 -1
  94. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +1 -1
  96. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +1 -1
  97. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +1 -1
  98. package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +1 -1
  99. package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +1 -1
  105. package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +1 -1
  114. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +1 -1
  115. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  116. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  117. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +1 -1
  118. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +1 -1
  119. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +1 -1
  120. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +1 -1
  121. package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +1 -1
  122. package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -4
  131. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +22 -32
  132. package/dist-types/ts3.4/runtimeConfig.d.ts +20 -29
  133. package/dist-types/ts3.4/runtimeConfig.native.d.ts +23 -33
  134. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +3 -3
  135. package/package.json +20 -20
@@ -23,7 +23,7 @@ export interface AssociateLensesCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AssociateLensesCommand_base: {
25
25
  new (input: AssociateLensesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateLensesCommandInput, AssociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateLensesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateLensesCommandInput, AssociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateLensesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateLensesCommandInput, AssociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface AssociateProfilesCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const AssociateProfilesCommand_base: {
25
25
  new (input: AssociateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateProfilesCommandInput, AssociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: AssociateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateProfilesCommandInput, AssociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: AssociateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateProfilesCommandInput, AssociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateLensShareCommandOutput extends CreateLensShareOutput, __M
23
23
  }
24
24
  declare const CreateLensShareCommand_base: {
25
25
  new (input: CreateLensShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLensShareCommandInput, CreateLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateLensShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLensShareCommandInput, CreateLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateLensShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLensShareCommandInput, CreateLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateLensVersionCommandOutput extends CreateLensVersionOutput,
23
23
  }
24
24
  declare const CreateLensVersionCommand_base: {
25
25
  new (input: CreateLensVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateLensVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateLensVersionCommandInput): import("@smithy/smithy-client").CommandImpl<CreateLensVersionCommandInput, CreateLensVersionCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __M
23
23
  }
24
24
  declare const CreateMilestoneCommand_base: {
25
25
  new (input: CreateMilestoneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateMilestoneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateMilestoneCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMilestoneCommandInput, CreateMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateProfileCommandOutput extends CreateProfileOutput, __Metad
23
23
  }
24
24
  declare const CreateProfileCommand_base: {
25
25
  new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileCommandInput, CreateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateProfileShareCommandOutput extends CreateProfileShareOutpu
23
23
  }
24
24
  declare const CreateProfileShareCommand_base: {
25
25
  new (input: CreateProfileShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileShareCommandInput, CreateProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateProfileShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileShareCommandInput, CreateProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateProfileShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateProfileShareCommandInput, CreateProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateReviewTemplateCommandOutput extends CreateReviewTemplateO
23
23
  }
24
24
  declare const CreateReviewTemplateCommand_base: {
25
25
  new (input: CreateReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateTemplateShareCommandOutput extends CreateTemplateShareOut
23
23
  }
24
24
  declare const CreateTemplateShareCommand_base: {
25
25
  new (input: CreateTemplateShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateTemplateShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateTemplateShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __Met
23
23
  }
24
24
  declare const CreateWorkloadCommand_base: {
25
25
  new (input: CreateWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkloadCommandInput, CreateWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface CreateWorkloadShareCommandOutput extends CreateWorkloadShareOut
23
23
  }
24
24
  declare const CreateWorkloadShareCommand_base: {
25
25
  new (input: CreateWorkloadShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: CreateWorkloadShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateWorkloadShareCommandInput): import("@smithy/smithy-client").CommandImpl<CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteLensCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLensCommand_base: {
25
25
  new (input: DeleteLensCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteLensCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLensCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLensCommandInput, DeleteLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteLensShareCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteLensShareCommand_base: {
25
25
  new (input: DeleteLensShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteLensShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteLensShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteLensShareCommandInput, DeleteLensShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteProfileCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteProfileCommand_base: {
25
25
  new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteProfileCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileCommandInput, DeleteProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteProfileShareCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteProfileShareCommand_base: {
25
25
  new (input: DeleteProfileShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteProfileShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteProfileShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteReviewTemplateCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteReviewTemplateCommand_base: {
25
25
  new (input: DeleteReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteTemplateShareCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteTemplateShareCommand_base: {
25
25
  new (input: DeleteTemplateShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteTemplateShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteTemplateShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteWorkloadCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkloadCommand_base: {
25
25
  new (input: DeleteWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DeleteWorkloadShareCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DeleteWorkloadShareCommand_base: {
25
25
  new (input: DeleteWorkloadShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DeleteWorkloadShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteWorkloadShareCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisassociateLensesCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateLensesCommand_base: {
25
25
  new (input: DisassociateLensesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateLensesCommandInput, DisassociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisassociateLensesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateLensesCommandInput, DisassociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateLensesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateLensesCommandInput, DisassociateLensesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface DisassociateProfilesCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const DisassociateProfilesCommand_base: {
25
25
  new (input: DisassociateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: DisassociateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DisassociateProfilesCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ExportLensCommandOutput extends ExportLensOutput, __MetadataBea
23
23
  }
24
24
  declare const ExportLensCommand_base: {
25
25
  new (input: ExportLensCommandInput): import("@smithy/smithy-client").CommandImpl<ExportLensCommandInput, ExportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ExportLensCommandInput): import("@smithy/smithy-client").CommandImpl<ExportLensCommandInput, ExportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ExportLensCommandInput): import("@smithy/smithy-client").CommandImpl<ExportLensCommandInput, ExportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetAnswerCommandOutput extends GetAnswerOutput, __MetadataBeare
23
23
  }
24
24
  declare const GetAnswerCommand_base: {
25
25
  new (input: GetAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnswerCommandInput, GetAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnswerCommandInput, GetAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<GetAnswerCommandInput, GetAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetConsolidatedReportCommandOutput extends GetConsolidatedRepor
23
23
  }
24
24
  declare const GetConsolidatedReportCommand_base: {
25
25
  new (input: GetConsolidatedReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetConsolidatedReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetConsolidatedReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetLensCommandOutput extends GetLensOutput, __MetadataBearer {
23
23
  }
24
24
  declare const GetLensCommand_base: {
25
25
  new (input: GetLensCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensCommandInput, GetLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetLensCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensCommandInput, GetLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLensCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensCommandInput, GetLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetLensReviewCommandOutput extends GetLensReviewOutput, __Metad
23
23
  }
24
24
  declare const GetLensReviewCommand_base: {
25
25
  new (input: GetLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensReviewCommandInput, GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensReviewCommandInput, GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensReviewCommandInput, GetLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetLensReviewReportCommandOutput extends GetLensReviewReportOut
23
23
  }
24
24
  declare const GetLensReviewReportCommand_base: {
25
25
  new (input: GetLensReviewReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetLensReviewReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLensReviewReportCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetLensVersionDifferenceCommandOutput extends GetLensVersionDif
23
23
  }
24
24
  declare const GetLensVersionDifferenceCommand_base: {
25
25
  new (input: GetLensVersionDifferenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetLensVersionDifferenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetLensVersionDifferenceCommandInput): import("@smithy/smithy-client").CommandImpl<GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetMilestoneCommandOutput extends GetMilestoneOutput, __Metadat
23
23
  }
24
24
  declare const GetMilestoneCommand_base: {
25
25
  new (input: GetMilestoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetMilestoneCommandInput, GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetMilestoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetMilestoneCommandInput, GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetMilestoneCommandInput): import("@smithy/smithy-client").CommandImpl<GetMilestoneCommandInput, GetMilestoneCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetProfileCommandOutput extends GetProfileOutput, __MetadataBea
23
23
  }
24
24
  declare const GetProfileCommand_base: {
25
25
  new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetProfileCommandInput): import("@smithy/smithy-client").CommandImpl<GetProfileCommandInput, GetProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetReviewTemplateAnswerCommandOutput extends GetReviewTemplateA
23
23
  }
24
24
  declare const GetReviewTemplateAnswerCommand_base: {
25
25
  new (input: GetReviewTemplateAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetReviewTemplateAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReviewTemplateAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetReviewTemplateCommandOutput extends GetReviewTemplateOutput,
23
23
  }
24
24
  declare const GetReviewTemplateCommand_base: {
25
25
  new (input: GetReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReviewTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetReviewTemplateLensReviewCommandOutput extends GetReviewTempl
23
23
  }
24
24
  declare const GetReviewTemplateLensReviewCommand_base: {
25
25
  new (input: GetReviewTemplateLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetReviewTemplateLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetReviewTemplateLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface GetWorkloadCommandOutput extends GetWorkloadOutput, __MetadataB
23
23
  }
24
24
  declare const GetWorkloadCommand_base: {
25
25
  new (input: GetWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkloadCommandInput, GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: GetWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkloadCommandInput, GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: GetWorkloadCommandInput): import("@smithy/smithy-client").CommandImpl<GetWorkloadCommandInput, GetWorkloadCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ImportLensCommandOutput extends ImportLensOutput, __MetadataBea
23
23
  }
24
24
  declare const ImportLensCommand_base: {
25
25
  new (input: ImportLensCommandInput): import("@smithy/smithy-client").CommandImpl<ImportLensCommandInput, ImportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ImportLensCommandInput): import("@smithy/smithy-client").CommandImpl<ImportLensCommandInput, ImportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ImportLensCommandInput): import("@smithy/smithy-client").CommandImpl<ImportLensCommandInput, ImportLensCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListAnswersCommandOutput extends ListAnswersOutput, __MetadataB
23
23
  }
24
24
  declare const ListAnswersCommand_base: {
25
25
  new (input: ListAnswersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListAnswersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListAnswersCommandInput): import("@smithy/smithy-client").CommandImpl<ListAnswersCommandInput, ListAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListCheckDetailsCommandOutput extends ListCheckDetailsOutput, _
23
23
  }
24
24
  declare const ListCheckDetailsCommand_base: {
25
25
  new (input: ListCheckDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListCheckDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListCheckDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListCheckSummariesCommandOutput extends ListCheckSummariesOutpu
23
23
  }
24
24
  declare const ListCheckSummariesCommand_base: {
25
25
  new (input: ListCheckSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListCheckSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListCheckSummariesCommandInput): import("@smithy/smithy-client").CommandImpl<ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListLensReviewImprovementsCommandOutput extends ListLensReviewI
23
23
  }
24
24
  declare const ListLensReviewImprovementsCommand_base: {
25
25
  new (input: ListLensReviewImprovementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListLensReviewImprovementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListLensReviewImprovementsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListLensReviewsCommandOutput extends ListLensReviewsOutput, __M
23
23
  }
24
24
  declare const ListLensReviewsCommand_base: {
25
25
  new (input: ListLensReviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListLensReviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListLensReviewsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensReviewsCommandInput, ListLensReviewsCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListLensSharesCommandOutput extends ListLensSharesOutput, __Met
23
23
  }
24
24
  declare const ListLensSharesCommand_base: {
25
25
  new (input: ListLensSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListLensSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListLensSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListLensSharesCommandInput, ListLensSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListMilestonesCommandOutput extends ListMilestonesOutput, __Met
23
23
  }
24
24
  declare const ListMilestonesCommand_base: {
25
25
  new (input: ListMilestonesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListMilestonesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListMilestonesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMilestonesCommandInput, ListMilestonesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListProfileSharesCommandOutput extends ListProfileSharesOutput,
23
23
  }
24
24
  declare const ListProfileSharesCommand_base: {
25
25
  new (input: ListProfileSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileSharesCommandInput, ListProfileSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListProfileSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileSharesCommandInput, ListProfileSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListProfileSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListProfileSharesCommandInput, ListProfileSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListReviewTemplateAnswersCommandOutput extends ListReviewTempla
23
23
  }
24
24
  declare const ListReviewTemplateAnswersCommand_base: {
25
25
  new (input: ListReviewTemplateAnswersCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListReviewTemplateAnswersCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListReviewTemplateAnswersCommandInput): import("@smithy/smithy-client").CommandImpl<ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceOut
23
23
  }
24
24
  declare const ListTagsForResourceCommand_base: {
25
25
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListTemplateSharesCommandOutput extends ListTemplateSharesOutpu
23
23
  }
24
24
  declare const ListTemplateSharesCommand_base: {
25
25
  new (input: ListTemplateSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListTemplateSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListTemplateSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface ListWorkloadSharesCommandOutput extends ListWorkloadSharesOutpu
23
23
  }
24
24
  declare const ListWorkloadSharesCommand_base: {
25
25
  new (input: ListWorkloadSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: ListWorkloadSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: ListWorkloadSharesCommandInput): import("@smithy/smithy-client").CommandImpl<ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface TagResourceCommandOutput extends TagResourceOutput, __MetadataB
23
23
  }
24
24
  declare const TagResourceCommand_base: {
25
25
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UntagResourceCommandOutput extends UntagResourceOutput, __Metad
23
23
  }
24
24
  declare const UntagResourceCommand_base: {
25
25
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateAnswerCommandOutput extends UpdateAnswerOutput, __Metadat
23
23
  }
24
24
  declare const UpdateAnswerCommand_base: {
25
25
  new (input: UpdateAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateAnswerCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAnswerCommandInput, UpdateAnswerCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateIntegrationCommandOutput extends __MetadataBearer {
23
23
  }
24
24
  declare const UpdateIntegrationCommand_base: {
25
25
  new (input: UpdateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateIntegrationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateLensReviewCommandOutput extends UpdateLensReviewOutput, _
23
23
  }
24
24
  declare const UpdateLensReviewCommand_base: {
25
25
  new (input: UpdateLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateLensReviewCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**
@@ -23,7 +23,7 @@ export interface UpdateProfileCommandOutput extends UpdateProfileOutput, __Metad
23
23
  }
24
24
  declare const UpdateProfileCommand_base: {
25
25
  new (input: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
- new (__0_0: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: UpdateProfileCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateProfileCommandInput, UpdateProfileCommandOutput, WellArchitectedClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
28
  };
29
29
  /**