@aws-sdk/client-wellarchitected 3.1087.0 → 3.1089.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 +1 -1
  2. package/dist-types/ts3.4/WellArchitected.d.ts +246 -284
  3. package/dist-types/ts3.4/WellArchitectedClient.d.ts +16 -56
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
  7. package/dist-types/ts3.4/commands/AssociateLensesCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/AssociateProfilesCommand.d.ts +2 -2
  9. package/dist-types/ts3.4/commands/CreateLensShareCommand.d.ts +4 -9
  10. package/dist-types/ts3.4/commands/CreateLensVersionCommand.d.ts +4 -9
  11. package/dist-types/ts3.4/commands/CreateMilestoneCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +3 -5
  13. package/dist-types/ts3.4/commands/CreateProfileShareCommand.d.ts +5 -10
  14. package/dist-types/ts3.4/commands/CreateReviewTemplateCommand.d.ts +5 -10
  15. package/dist-types/ts3.4/commands/CreateTemplateShareCommand.d.ts +5 -10
  16. package/dist-types/ts3.4/commands/CreateWorkloadCommand.d.ts +3 -5
  17. package/dist-types/ts3.4/commands/CreateWorkloadShareCommand.d.ts +5 -10
  18. package/dist-types/ts3.4/commands/DeleteLensCommand.d.ts +2 -2
  19. package/dist-types/ts3.4/commands/DeleteLensShareCommand.d.ts +2 -2
  20. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +2 -2
  21. package/dist-types/ts3.4/commands/DeleteProfileShareCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteReviewTemplateCommand.d.ts +3 -4
  23. package/dist-types/ts3.4/commands/DeleteTemplateShareCommand.d.ts +3 -4
  24. package/dist-types/ts3.4/commands/DeleteWorkloadCommand.d.ts +2 -2
  25. package/dist-types/ts3.4/commands/DeleteWorkloadShareCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DisassociateLensesCommand.d.ts +3 -4
  27. package/dist-types/ts3.4/commands/DisassociateProfilesCommand.d.ts +3 -4
  28. package/dist-types/ts3.4/commands/ExportLensCommand.d.ts +3 -5
  29. package/dist-types/ts3.4/commands/GetAnswerCommand.d.ts +7 -5
  30. package/dist-types/ts3.4/commands/GetConsolidatedReportCommand.d.ts +5 -10
  31. package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -4
  32. package/dist-types/ts3.4/commands/GetLensCommand.d.ts +6 -2
  33. package/dist-types/ts3.4/commands/GetLensReviewCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/GetLensReviewReportCommand.d.ts +5 -10
  35. package/dist-types/ts3.4/commands/GetLensVersionDifferenceCommand.d.ts +5 -10
  36. package/dist-types/ts3.4/commands/GetMilestoneCommand.d.ts +3 -5
  37. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/GetProfileTemplateCommand.d.ts +4 -9
  39. package/dist-types/ts3.4/commands/GetReviewTemplateAnswerCommand.d.ts +5 -10
  40. package/dist-types/ts3.4/commands/GetReviewTemplateCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetReviewTemplateLensReviewCommand.d.ts +4 -6
  42. package/dist-types/ts3.4/commands/GetWorkloadCommand.d.ts +3 -5
  43. package/dist-types/ts3.4/commands/ImportLensCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/ListAnswersCommand.d.ts +3 -5
  45. package/dist-types/ts3.4/commands/ListCheckDetailsCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/ListCheckSummariesCommand.d.ts +5 -10
  47. package/dist-types/ts3.4/commands/ListLensReviewImprovementsCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/ListLensReviewsCommand.d.ts +4 -9
  49. package/dist-types/ts3.4/commands/ListLensSharesCommand.d.ts +3 -5
  50. package/dist-types/ts3.4/commands/ListLensesCommand.d.ts +2 -4
  51. package/dist-types/ts3.4/commands/ListMilestonesCommand.d.ts +3 -5
  52. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +3 -8
  53. package/dist-types/ts3.4/commands/ListProfileNotificationsCommand.d.ts +4 -9
  54. package/dist-types/ts3.4/commands/ListProfileSharesCommand.d.ts +4 -9
  55. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +2 -4
  56. package/dist-types/ts3.4/commands/ListReviewTemplateAnswersCommand.d.ts +4 -6
  57. package/dist-types/ts3.4/commands/ListReviewTemplatesCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/ListShareInvitationsCommand.d.ts +4 -9
  59. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  60. package/dist-types/ts3.4/commands/ListTemplateSharesCommand.d.ts +5 -10
  61. package/dist-types/ts3.4/commands/ListWorkloadSharesCommand.d.ts +5 -10
  62. package/dist-types/ts3.4/commands/ListWorkloadsCommand.d.ts +2 -4
  63. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  64. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  65. package/dist-types/ts3.4/commands/UpdateAnswerCommand.d.ts +3 -5
  66. package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
  67. package/dist-types/ts3.4/commands/UpdateIntegrationCommand.d.ts +2 -2
  68. package/dist-types/ts3.4/commands/UpdateLensReviewCommand.d.ts +4 -9
  69. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +3 -5
  70. package/dist-types/ts3.4/commands/UpdateReviewTemplateAnswerCommand.d.ts +4 -6
  71. package/dist-types/ts3.4/commands/UpdateReviewTemplateCommand.d.ts +5 -10
  72. package/dist-types/ts3.4/commands/UpdateReviewTemplateLensReviewCommand.d.ts +4 -6
  73. package/dist-types/ts3.4/commands/UpdateShareInvitationCommand.d.ts +5 -10
  74. package/dist-types/ts3.4/commands/UpdateWorkloadCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/UpdateWorkloadShareCommand.d.ts +5 -10
  76. package/dist-types/ts3.4/commands/UpgradeLensReviewCommand.d.ts +2 -2
  77. package/dist-types/ts3.4/commands/UpgradeProfileVersionCommand.d.ts +3 -4
  78. package/dist-types/ts3.4/commands/UpgradeReviewTemplateLensReviewCommand.d.ts +4 -6
  79. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  80. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  81. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  82. package/dist-types/ts3.4/models/enums.d.ts +14 -28
  83. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  84. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  85. package/dist-types/ts3.4/pagination/ListAnswersPaginator.d.ts +1 -4
  86. package/dist-types/ts3.4/pagination/ListLensesPaginator.d.ts +1 -4
  87. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
  88. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
  89. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
  90. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
  91. package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
  92. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  93. package/package.json +38 -38
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateShareInvitationInput,
4
- UpdateShareInvitationOutput,
5
- } from "../models/models_0";
2
+ import { UpdateShareInvitationInput, UpdateShareInvitationOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateShareInvitationCommandInput
8
- extends UpdateShareInvitationInput {}
4
+ export interface UpdateShareInvitationCommandInput extends UpdateShareInvitationInput {}
9
5
  export interface UpdateShareInvitationCommandOutput
10
- extends UpdateShareInvitationOutput,
11
- __MetadataBearer {}
6
+ extends UpdateShareInvitationOutput, __MetadataBearer {}
12
7
  declare const UpdateShareInvitationCommand_base: {
13
8
  new (
14
- input: UpdateShareInvitationCommandInput
9
+ input: UpdateShareInvitationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateShareInvitationCommandInput,
17
12
  UpdateShareInvitationCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateShareInvitationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateShareInvitationCommandInput
18
+ input: UpdateShareInvitationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateShareInvitationCommandInput,
26
21
  UpdateShareInvitationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpdateWorkloadInput, UpdateWorkloadOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface UpdateWorkloadCommandInput extends UpdateWorkloadInput {}
5
- export interface UpdateWorkloadCommandOutput
6
- extends UpdateWorkloadOutput,
7
- __MetadataBearer {}
5
+ export interface UpdateWorkloadCommandOutput extends UpdateWorkloadOutput, __MetadataBearer {}
8
6
  declare const UpdateWorkloadCommand_base: {
9
7
  new (
10
- input: UpdateWorkloadCommandInput
8
+ input: UpdateWorkloadCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpdateWorkloadCommandInput,
13
11
  UpdateWorkloadCommandOutput,
@@ -16,7 +14,7 @@ declare const UpdateWorkloadCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpdateWorkloadCommandInput
17
+ input: UpdateWorkloadCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpdateWorkloadCommandInput,
22
20
  UpdateWorkloadCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- UpdateWorkloadShareInput,
4
- UpdateWorkloadShareOutput,
5
- } from "../models/models_0";
2
+ import { UpdateWorkloadShareInput, UpdateWorkloadShareOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface UpdateWorkloadShareCommandInput
8
- extends UpdateWorkloadShareInput {}
4
+ export interface UpdateWorkloadShareCommandInput extends UpdateWorkloadShareInput {}
9
5
  export interface UpdateWorkloadShareCommandOutput
10
- extends UpdateWorkloadShareOutput,
11
- __MetadataBearer {}
6
+ extends UpdateWorkloadShareOutput, __MetadataBearer {}
12
7
  declare const UpdateWorkloadShareCommand_base: {
13
8
  new (
14
- input: UpdateWorkloadShareCommandInput
9
+ input: UpdateWorkloadShareCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  UpdateWorkloadShareCommandInput,
17
12
  UpdateWorkloadShareCommandOutput,
@@ -20,7 +15,7 @@ declare const UpdateWorkloadShareCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: UpdateWorkloadShareCommandInput
18
+ input: UpdateWorkloadShareCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  UpdateWorkloadShareCommandInput,
26
21
  UpdateWorkloadShareCommandOutput,
@@ -5,7 +5,7 @@ export interface UpgradeLensReviewCommandInput extends UpgradeLensReviewInput {}
5
5
  export interface UpgradeLensReviewCommandOutput extends __MetadataBearer {}
6
6
  declare const UpgradeLensReviewCommand_base: {
7
7
  new (
8
- input: UpgradeLensReviewCommandInput
8
+ input: UpgradeLensReviewCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  UpgradeLensReviewCommandInput,
11
11
  UpgradeLensReviewCommandOutput,
@@ -14,7 +14,7 @@ declare const UpgradeLensReviewCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: UpgradeLensReviewCommandInput
17
+ input: UpgradeLensReviewCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  UpgradeLensReviewCommandInput,
20
20
  UpgradeLensReviewCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpgradeProfileVersionInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpgradeProfileVersionCommandInput
5
- extends UpgradeProfileVersionInput {}
4
+ export interface UpgradeProfileVersionCommandInput extends UpgradeProfileVersionInput {}
6
5
  export interface UpgradeProfileVersionCommandOutput extends __MetadataBearer {}
7
6
  declare const UpgradeProfileVersionCommand_base: {
8
7
  new (
9
- input: UpgradeProfileVersionCommandInput
8
+ input: UpgradeProfileVersionCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  UpgradeProfileVersionCommandInput,
12
11
  UpgradeProfileVersionCommandOutput,
@@ -15,7 +14,7 @@ declare const UpgradeProfileVersionCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: UpgradeProfileVersionCommandInput
17
+ input: UpgradeProfileVersionCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  UpgradeProfileVersionCommandInput,
21
20
  UpgradeProfileVersionCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { UpgradeReviewTemplateLensReviewInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface UpgradeReviewTemplateLensReviewCommandInput
5
- extends UpgradeReviewTemplateLensReviewInput {}
6
- export interface UpgradeReviewTemplateLensReviewCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface UpgradeReviewTemplateLensReviewCommandInput extends UpgradeReviewTemplateLensReviewInput {}
5
+ export interface UpgradeReviewTemplateLensReviewCommandOutput extends __MetadataBearer {}
8
6
  declare const UpgradeReviewTemplateLensReviewCommand_base: {
9
7
  new (
10
- input: UpgradeReviewTemplateLensReviewCommandInput
8
+ input: UpgradeReviewTemplateLensReviewCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  UpgradeReviewTemplateLensReviewCommandInput,
13
11
  UpgradeReviewTemplateLensReviewCommandOutput,
@@ -16,7 +14,7 @@ declare const UpgradeReviewTemplateLensReviewCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: UpgradeReviewTemplateLensReviewCommandInput
17
+ input: UpgradeReviewTemplateLensReviewCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  UpgradeReviewTemplateLensReviewCommandInput,
22
20
  UpgradeReviewTemplateLensReviewCommandOutput,
@@ -23,7 +23,7 @@ export type ClientResolvedEndpointParameters = Pick<
23
23
  defaultSigningName: string;
24
24
  };
25
25
  export declare const resolveClientEndpointParameters: <T>(
26
- options: T & ClientInputEndpointParameters
26
+ options: T & ClientInputEndpointParameters,
27
27
  ) => T & ClientResolvedEndpointParameters;
28
28
  export declare const commonParams: {
29
29
  readonly UseFIPS: {
@@ -4,5 +4,5 @@ export declare const defaultEndpointResolver: (
4
4
  endpointParams: EndpointParameters,
5
5
  context?: {
6
6
  logger?: Logger;
7
- }
7
+ },
8
8
  ) => EndpointV2;
@@ -3,7 +3,8 @@ import { HttpHandlerExtensionConfiguration } from "@smithy/core/protocols";
3
3
  import { DefaultExtensionConfiguration } from "@smithy/types";
4
4
  import { HttpAuthExtensionConfiguration } from "./auth/httpAuthExtensionConfiguration";
5
5
  export interface WellArchitectedExtensionConfiguration
6
- extends HttpHandlerExtensionConfiguration,
6
+ extends
7
+ HttpHandlerExtensionConfiguration,
7
8
  DefaultExtensionConfiguration,
8
9
  AwsRegionExtensionConfiguration,
9
10
  HttpAuthExtensionConfiguration {}
@@ -13,14 +13,12 @@ export declare const IssueManagementType: {
13
13
  readonly AUTO: "AUTO";
14
14
  readonly MANUAL: "MANUAL";
15
15
  };
16
- export type IssueManagementType =
17
- (typeof IssueManagementType)[keyof typeof IssueManagementType];
16
+ export type IssueManagementType = (typeof IssueManagementType)[keyof typeof IssueManagementType];
18
17
  export declare const IntegrationStatus: {
19
18
  readonly CONFIGURED: "CONFIGURED";
20
19
  readonly NOT_CONFIGURED: "NOT_CONFIGURED";
21
20
  };
22
- export type IntegrationStatus =
23
- (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
21
+ export type IntegrationStatus = (typeof IntegrationStatus)[keyof typeof IntegrationStatus];
24
22
  export declare const CheckStatus: {
25
23
  readonly ERROR: "ERROR";
26
24
  readonly FETCH_FAILED: "FETCH_FAILED";
@@ -88,8 +86,7 @@ export declare const CheckFailureReason: {
88
86
  readonly PREMIUM_SUPPORT_REQUIRED: "PREMIUM_SUPPORT_REQUIRED";
89
87
  readonly UNKNOWN_ERROR: "UNKNOWN_ERROR";
90
88
  };
91
- export type CheckFailureReason =
92
- (typeof CheckFailureReason)[keyof typeof CheckFailureReason];
89
+ export type CheckFailureReason = (typeof CheckFailureReason)[keyof typeof CheckFailureReason];
93
90
  export declare const MetricType: {
94
91
  readonly WORKLOAD: "WORKLOAD";
95
92
  };
@@ -104,14 +101,12 @@ export declare const DefinitionType: {
104
101
  readonly APP_REGISTRY: "APP_REGISTRY";
105
102
  readonly WORKLOAD_METADATA: "WORKLOAD_METADATA";
106
103
  };
107
- export type DefinitionType =
108
- (typeof DefinitionType)[keyof typeof DefinitionType];
104
+ export type DefinitionType = (typeof DefinitionType)[keyof typeof DefinitionType];
109
105
  export declare const WorkloadEnvironment: {
110
106
  readonly PREPRODUCTION: "PREPRODUCTION";
111
107
  readonly PRODUCTION: "PRODUCTION";
112
108
  };
113
- export type WorkloadEnvironment =
114
- (typeof WorkloadEnvironment)[keyof typeof WorkloadEnvironment];
109
+ export type WorkloadEnvironment = (typeof WorkloadEnvironment)[keyof typeof WorkloadEnvironment];
115
110
  export declare const WorkloadIssueManagementStatus: {
116
111
  readonly DISABLED: "DISABLED";
117
112
  readonly ENABLED: "ENABLED";
@@ -123,22 +118,19 @@ export declare const PermissionType: {
123
118
  readonly CONTRIBUTOR: "CONTRIBUTOR";
124
119
  readonly READONLY: "READONLY";
125
120
  };
126
- export type PermissionType =
127
- (typeof PermissionType)[keyof typeof PermissionType];
121
+ export type PermissionType = (typeof PermissionType)[keyof typeof PermissionType];
128
122
  export declare const LensStatusType: {
129
123
  readonly ALL: "ALL";
130
124
  readonly DRAFT: "DRAFT";
131
125
  readonly PUBLISHED: "PUBLISHED";
132
126
  };
133
- export type LensStatusType =
134
- (typeof LensStatusType)[keyof typeof LensStatusType];
127
+ export type LensStatusType = (typeof LensStatusType)[keyof typeof LensStatusType];
135
128
  export declare const DifferenceStatus: {
136
129
  readonly DELETED: "DELETED";
137
130
  readonly NEW: "NEW";
138
131
  readonly UPDATED: "UPDATED";
139
132
  };
140
- export type DifferenceStatus =
141
- (typeof DifferenceStatus)[keyof typeof DifferenceStatus];
133
+ export type DifferenceStatus = (typeof DifferenceStatus)[keyof typeof DifferenceStatus];
142
134
  export declare const DiscoveryIntegrationStatus: {
143
135
  readonly DISABLED: "DISABLED";
144
136
  readonly ENABLED: "ENABLED";
@@ -195,13 +187,11 @@ export declare const ImportLensStatus: {
195
187
  readonly ERROR: "ERROR";
196
188
  readonly IN_PROGRESS: "IN_PROGRESS";
197
189
  };
198
- export type ImportLensStatus =
199
- (typeof ImportLensStatus)[keyof typeof ImportLensStatus];
190
+ export type ImportLensStatus = (typeof ImportLensStatus)[keyof typeof ImportLensStatus];
200
191
  export declare const IntegratingService: {
201
192
  readonly JIRA: "JIRA";
202
193
  };
203
- export type IntegratingService =
204
- (typeof IntegratingService)[keyof typeof IntegratingService];
194
+ export type IntegratingService = (typeof IntegratingService)[keyof typeof IntegratingService];
205
195
  export declare const ShareStatus: {
206
196
  readonly ACCEPTED: "ACCEPTED";
207
197
  readonly ASSOCIATED: "ASSOCIATED";
@@ -223,14 +213,12 @@ export declare const QuestionPriority: {
223
213
  readonly NONE: "NONE";
224
214
  readonly PRIORITIZED: "PRIORITIZED";
225
215
  };
226
- export type QuestionPriority =
227
- (typeof QuestionPriority)[keyof typeof QuestionPriority];
216
+ export type QuestionPriority = (typeof QuestionPriority)[keyof typeof QuestionPriority];
228
217
  export declare const NotificationType: {
229
218
  readonly LENS_VERSION_DEPRECATED: "LENS_VERSION_DEPRECATED";
230
219
  readonly LENS_VERSION_UPGRADED: "LENS_VERSION_UPGRADED";
231
220
  };
232
- export type NotificationType =
233
- (typeof NotificationType)[keyof typeof NotificationType];
221
+ export type NotificationType = (typeof NotificationType)[keyof typeof NotificationType];
234
222
  export declare const ProfileNotificationType: {
235
223
  readonly PROFILE_ANSWERS_UPDATED: "PROFILE_ANSWERS_UPDATED";
236
224
  readonly PROFILE_DELETED: "PROFILE_DELETED";
@@ -241,16 +229,14 @@ export declare const ProfileOwnerType: {
241
229
  readonly SELF: "SELF";
242
230
  readonly SHARED: "SHARED";
243
231
  };
244
- export type ProfileOwnerType =
245
- (typeof ProfileOwnerType)[keyof typeof ProfileOwnerType];
232
+ export type ProfileOwnerType = (typeof ProfileOwnerType)[keyof typeof ProfileOwnerType];
246
233
  export declare const ShareResourceType: {
247
234
  readonly LENS: "LENS";
248
235
  readonly PROFILE: "PROFILE";
249
236
  readonly TEMPLATE: "TEMPLATE";
250
237
  readonly WORKLOAD: "WORKLOAD";
251
238
  };
252
- export type ShareResourceType =
253
- (typeof ShareResourceType)[keyof typeof ShareResourceType];
239
+ export type ShareResourceType = (typeof ShareResourceType)[keyof typeof ShareResourceType];
254
240
  export declare const ShareInvitationAction: {
255
241
  readonly ACCEPT: "ACCEPT";
256
242
  readonly REJECT: "REJECT";
@@ -6,9 +6,7 @@ export declare class AccessDeniedException extends __BaseException {
6
6
  readonly name: "AccessDeniedException";
7
7
  readonly $fault: "client";
8
8
  Message: string | undefined;
9
- constructor(
10
- opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
11
- );
9
+ constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
12
10
  }
13
11
  export declare class ConflictException extends __BaseException {
14
12
  readonly name: "ConflictException";
@@ -22,9 +20,7 @@ export declare class InternalServerException extends __BaseException {
22
20
  readonly name: "InternalServerException";
23
21
  readonly $fault: "server";
24
22
  Message: string | undefined;
25
- constructor(
26
- opts: __ExceptionOptionType<InternalServerException, __BaseException>
27
- );
23
+ constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
28
24
  }
29
25
  export declare class ResourceNotFoundException extends __BaseException {
30
26
  readonly name: "ResourceNotFoundException";
@@ -32,9 +28,7 @@ export declare class ResourceNotFoundException extends __BaseException {
32
28
  Message: string | undefined;
33
29
  ResourceId: string | undefined;
34
30
  ResourceType: string | undefined;
35
- constructor(
36
- opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
37
- );
31
+ constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
38
32
  }
39
33
  export declare class ThrottlingException extends __BaseException {
40
34
  readonly name: "ThrottlingException";
@@ -42,9 +36,7 @@ export declare class ThrottlingException extends __BaseException {
42
36
  Message: string | undefined;
43
37
  QuotaCode?: string | undefined;
44
38
  ServiceCode?: string | undefined;
45
- constructor(
46
- opts: __ExceptionOptionType<ThrottlingException, __BaseException>
47
- );
39
+ constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
48
40
  }
49
41
  export declare class ValidationException extends __BaseException {
50
42
  readonly name: "ValidationException";
@@ -52,9 +44,7 @@ export declare class ValidationException extends __BaseException {
52
44
  Message: string | undefined;
53
45
  Reason?: ValidationExceptionReason | undefined;
54
46
  Fields?: ValidationExceptionField[] | undefined;
55
- constructor(
56
- opts: __ExceptionOptionType<ValidationException, __BaseException>
57
- );
47
+ constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
58
48
  }
59
49
  export declare class ServiceQuotaExceededException extends __BaseException {
60
50
  readonly name: "ServiceQuotaExceededException";
@@ -64,7 +54,5 @@ export declare class ServiceQuotaExceededException extends __BaseException {
64
54
  ResourceType?: string | undefined;
65
55
  QuotaCode: string | undefined;
66
56
  ServiceCode: string | undefined;
67
- constructor(
68
- opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
69
- );
57
+ constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
70
58
  }
@@ -1,6 +1,5 @@
1
1
  import { PaginationConfiguration } from "@smithy/types";
2
2
  import { WellArchitectedClient } from "../WellArchitectedClient";
3
- export interface WellArchitectedPaginationConfiguration
4
- extends PaginationConfiguration {
3
+ export interface WellArchitectedPaginationConfiguration extends PaginationConfiguration {
5
4
  client: WellArchitectedClient;
6
5
  }
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListAnswersCommandInput,
4
- ListAnswersCommandOutput,
5
- } from "../commands/ListAnswersCommand";
2
+ import { ListAnswersCommandInput, ListAnswersCommandOutput } from "../commands/ListAnswersCommand";
6
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListAnswers: (
8
5
  config: WellArchitectedPaginationConfiguration,
@@ -1,8 +1,5 @@
1
1
  import { Paginator } from "@smithy/types";
2
- import {
3
- ListLensesCommandInput,
4
- ListLensesCommandOutput,
5
- } from "../commands/ListLensesCommand";
2
+ import { ListLensesCommandInput, ListLensesCommandOutput } from "../commands/ListLensesCommand";
6
3
  import { WellArchitectedPaginationConfiguration } from "./Interfaces";
7
4
  export declare const paginateListLenses: (
8
5
  config: WellArchitectedPaginationConfiguration,
@@ -1,8 +1,6 @@
1
1
  import { FetchHttpHandler as RequestHandler } from "@smithy/fetch-http-handler";
2
2
  import { WellArchitectedClientConfig } from "./WellArchitectedClient";
3
- export declare const getRuntimeConfig: (
4
- config: WellArchitectedClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -10,24 +8,16 @@ export declare const getRuntimeConfig: (
10
8
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
11
9
  credentialDefaultProvider:
12
10
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
13
- | ((
14
- _: unknown
15
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
11
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
16
12
  defaultUserAgentProvider: (
17
- config?: import("@aws-sdk/core/client").PreviouslyResolved
13
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
18
14
  ) => Promise<import("@smithy/types").UserAgent>;
19
15
  maxAttempts: number | import("@smithy/types").Provider<number>;
20
16
  region: string | import("@smithy/types").Provider<any>;
21
- requestHandler:
22
- | import("@smithy/core/protocols").HttpHandler<any>
23
- | RequestHandler;
17
+ requestHandler: import("@smithy/core/protocols").HttpHandler<any> | RequestHandler;
24
18
  retryMode: string | import("@smithy/types").Provider<string>;
25
19
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
20
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
21
  ) => Promise<Uint8Array>;
32
22
  useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) &
33
23
  (boolean | import("@smithy/types").Provider<boolean | undefined>);
@@ -55,13 +45,8 @@ export declare const getRuntimeConfig: (
55
45
  logger: import("@smithy/types").Logger;
56
46
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
47
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- userAgentAppId?:
59
- | string
60
- | undefined
61
- | import("@smithy/types").Provider<string | undefined>;
62
- retryStrategy?:
63
- | import("@smithy/types").RetryStrategy
64
- | import("@smithy/types").RetryStrategyV2;
48
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
49
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
65
50
  endpoint?:
66
51
  | ((
67
52
  | string
@@ -83,7 +68,7 @@ export declare const getRuntimeConfig: (
83
68
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
84
69
  context?: {
85
70
  logger?: import("@smithy/types").Logger;
86
- }
71
+ },
87
72
  ) => import("@smithy/types").EndpointV2;
88
73
  tls?: boolean;
89
74
  serviceConfiguredEndpoint?: never;
@@ -96,13 +81,13 @@ export declare const getRuntimeConfig: (
96
81
  signer?:
97
82
  | import("@smithy/types").RequestSigner
98
83
  | ((
99
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
100
85
  ) => Promise<import("@smithy/types").RequestSigner>);
101
86
  signingEscapePath?: boolean;
102
87
  systemClockOffset?: number;
103
88
  signingRegion?: string;
104
89
  signerConstructor?: new (
105
90
  options: import("@smithy/signature-v4").SignatureV4Init &
106
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
107
92
  ) => import("@smithy/types").RequestSigner;
108
93
  };
@@ -1,8 +1,6 @@
1
1
  import { NodeHttpHandler as RequestHandler } from "@smithy/node-http-handler";
2
2
  import { WellArchitectedClientConfig } from "./WellArchitectedClient";
3
- export declare const getRuntimeConfig: (
4
- config: WellArchitectedClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) => {
6
4
  runtime: string;
7
5
  defaultsMode: import("@smithy/types").Provider<
8
6
  import("@smithy/core/client").ResolvedDefaultsMode
@@ -12,23 +10,17 @@ export declare const getRuntimeConfig: (
12
10
  credentialDefaultProvider:
13
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
14
12
  | ((
15
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
16
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
17
15
  defaultUserAgentProvider: (
18
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
19
17
  ) => Promise<import("@smithy/types").UserAgent>;
20
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
21
19
  region: string | import("@smithy/types").Provider<string>;
22
- requestHandler:
23
- | RequestHandler
24
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
25
21
  retryMode: string | import("@smithy/types").Provider<string>;
26
22
  streamCollector: (
27
- stream:
28
- | import("stream").Readable
29
- | import("stream/web").ReadableStream
30
- | ReadableStream
31
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
32
24
  ) => Promise<Uint8Array>;
33
25
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
34
26
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
@@ -55,9 +47,7 @@ export declare const getRuntimeConfig: (
55
47
  logger: import("@smithy/types").Logger;
56
48
  extensions: import("./runtimeExtensions").RuntimeExtension[];
57
49
  customUserAgent?: string | import("@smithy/types").UserAgent;
58
- retryStrategy?:
59
- | import("@smithy/types").RetryStrategy
60
- | import("@smithy/types").RetryStrategyV2;
50
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
61
51
  endpoint?:
62
52
  | ((
63
53
  | string
@@ -79,7 +69,7 @@ export declare const getRuntimeConfig: (
79
69
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
80
70
  context?: {
81
71
  logger?: import("@smithy/types").Logger;
82
- }
72
+ },
83
73
  ) => import("@smithy/types").EndpointV2;
84
74
  tls?: boolean;
85
75
  serviceConfiguredEndpoint?: never;
@@ -91,13 +81,13 @@ export declare const getRuntimeConfig: (
91
81
  signer?:
92
82
  | import("@smithy/types").RequestSigner
93
83
  | ((
94
- authScheme?: import("@smithy/types").AuthScheme
84
+ authScheme?: import("@smithy/types").AuthScheme,
95
85
  ) => Promise<import("@smithy/types").RequestSigner>);
96
86
  signingEscapePath?: boolean;
97
87
  systemClockOffset?: number;
98
88
  signingRegion?: string;
99
89
  signerConstructor?: new (
100
90
  options: import("@smithy/signature-v4").SignatureV4Init &
101
- import("@smithy/signature-v4").SignatureV4CryptoInit
91
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
102
92
  ) => import("@smithy/types").RequestSigner;
103
93
  };
@@ -1,7 +1,5 @@
1
1
  import { WellArchitectedClientConfig } from "./WellArchitectedClient";
2
- export declare const getRuntimeConfig: (
3
- config: WellArchitectedClientConfig
4
- ) => {
2
+ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) => {
5
3
  runtime: string;
6
4
  requestHandler:
7
5
  | import("@smithy/types").NodeHttpHandlerOptions
@@ -23,11 +21,7 @@ export declare const getRuntimeConfig: (
23
21
  urlParser: import("@smithy/types").UrlParser;
24
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
25
23
  streamCollector: (
26
- stream:
27
- | import("stream").Readable
28
- | import("stream/web").ReadableStream
29
- | ReadableStream
30
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
31
25
  ) => Promise<Uint8Array>;
32
26
  base64Decoder: import("@smithy/types").Decoder;
33
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -42,30 +36,21 @@ export declare const getRuntimeConfig: (
42
36
  region: string | import("@smithy/types").Provider<any>;
43
37
  profile?: string;
44
38
  defaultUserAgentProvider: (
45
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
46
40
  ) => Promise<import("@smithy/types").UserAgent>;
47
41
  credentialDefaultProvider:
48
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
49
- | ((
50
- _: unknown
51
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
52
44
  maxAttempts: number | import("@smithy/types").Provider<number>;
53
45
  retryMode: string | import("@smithy/types").Provider<string>;
54
46
  logger: import("@smithy/types").Logger;
55
47
  extensions: import("./runtimeExtensions").RuntimeExtension[];
56
48
  defaultsMode:
57
49
  | import("@smithy/core/client").DefaultsMode
58
- | import("@smithy/types").Provider<
59
- import("@smithy/core/client").DefaultsMode
60
- >;
50
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
61
51
  customUserAgent?: string | import("@smithy/types").UserAgent;
62
- userAgentAppId?:
63
- | string
64
- | undefined
65
- | import("@smithy/types").Provider<string | undefined>;
66
- retryStrategy?:
67
- | import("@smithy/types").RetryStrategy
68
- | import("@smithy/types").RetryStrategyV2;
52
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
53
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
69
54
  endpoint?:
70
55
  | ((
71
56
  | string
@@ -87,7 +72,7 @@ export declare const getRuntimeConfig: (
87
72
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
88
73
  context?: {
89
74
  logger?: import("@smithy/types").Logger;
90
- }
75
+ },
91
76
  ) => import("@smithy/types").EndpointV2;
92
77
  tls?: boolean;
93
78
  serviceConfiguredEndpoint?: never;
@@ -100,13 +85,13 @@ export declare const getRuntimeConfig: (
100
85
  signer?:
101
86
  | import("@smithy/types").RequestSigner
102
87
  | ((
103
- authScheme?: import("@smithy/types").AuthScheme
88
+ authScheme?: import("@smithy/types").AuthScheme,
104
89
  ) => Promise<import("@smithy/types").RequestSigner>);
105
90
  signingEscapePath?: boolean;
106
91
  systemClockOffset?: number;
107
92
  signingRegion?: string;
108
93
  signerConstructor?: new (
109
94
  options: import("@smithy/signature-v4").SignatureV4Init &
110
- import("@smithy/signature-v4").SignatureV4CryptoInit
95
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
111
96
  ) => import("@smithy/types").RequestSigner;
112
97
  };
@@ -1,8 +1,6 @@
1
1
  import { AwsRestJsonProtocol } from "@aws-sdk/core/protocols";
2
2
  import { WellArchitectedClientConfig } from "./WellArchitectedClient";
3
- export declare const getRuntimeConfig: (
4
- config: WellArchitectedClientConfig
5
- ) => {
3
+ export declare const getRuntimeConfig: (config: WellArchitectedClientConfig) => {
6
4
  apiVersion: string;
7
5
  base64Decoder: import("@smithy/types").Decoder;
8
6
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -11,7 +9,7 @@ export declare const getRuntimeConfig: (
11
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
12
10
  context?: {
13
11
  logger?: import("@smithy/types").Logger;
14
- }
12
+ },
15
13
  ) => import("@smithy/types").EndpointV2;
16
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
17
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").WellArchitectedHttpAuthSchemeProvider;