@aws-sdk/client-wellarchitected 3.1019.0 → 3.1020.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 (29) hide show
  1. package/dist-es/WellArchitected.js +8 -8
  2. package/dist-types/WellArchitected.d.ts +72 -72
  3. package/dist-types/WellArchitectedClient.d.ts +75 -75
  4. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  5. package/dist-types/index.d.ts +1 -1
  6. package/dist-types/models/errors.d.ts +2 -2
  7. package/dist-types/models/models_0.d.ts +1 -1
  8. package/dist-types/pagination/GetConsolidatedReportPaginator.d.ts +1 -1
  9. package/dist-types/pagination/ListAnswersPaginator.d.ts +1 -1
  10. package/dist-types/pagination/ListCheckDetailsPaginator.d.ts +1 -1
  11. package/dist-types/pagination/ListCheckSummariesPaginator.d.ts +1 -1
  12. package/dist-types/pagination/ListLensReviewImprovementsPaginator.d.ts +1 -1
  13. package/dist-types/pagination/ListLensReviewsPaginator.d.ts +1 -1
  14. package/dist-types/pagination/ListLensSharesPaginator.d.ts +1 -1
  15. package/dist-types/pagination/ListLensesPaginator.d.ts +1 -1
  16. package/dist-types/pagination/ListMilestonesPaginator.d.ts +1 -1
  17. package/dist-types/pagination/ListNotificationsPaginator.d.ts +1 -1
  18. package/dist-types/pagination/ListProfileNotificationsPaginator.d.ts +1 -1
  19. package/dist-types/pagination/ListProfileSharesPaginator.d.ts +1 -1
  20. package/dist-types/pagination/ListProfilesPaginator.d.ts +1 -1
  21. package/dist-types/pagination/ListReviewTemplateAnswersPaginator.d.ts +1 -1
  22. package/dist-types/pagination/ListReviewTemplatesPaginator.d.ts +1 -1
  23. package/dist-types/pagination/ListShareInvitationsPaginator.d.ts +1 -1
  24. package/dist-types/pagination/ListTemplateSharesPaginator.d.ts +1 -1
  25. package/dist-types/pagination/ListWorkloadSharesPaginator.d.ts +1 -1
  26. package/dist-types/pagination/ListWorkloadsPaginator.d.ts +1 -1
  27. package/dist-types/ts3.4/WellArchitectedClient.d.ts +2 -3
  28. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  29. package/package.json +13 -13
@@ -10,7 +10,7 @@ import { CreateReviewTemplateCommand, } from "./commands/CreateReviewTemplateCom
10
10
  import { CreateTemplateShareCommand, } from "./commands/CreateTemplateShareCommand";
11
11
  import { CreateWorkloadCommand, } from "./commands/CreateWorkloadCommand";
12
12
  import { CreateWorkloadShareCommand, } from "./commands/CreateWorkloadShareCommand";
13
- import { DeleteLensCommand } from "./commands/DeleteLensCommand";
13
+ import { DeleteLensCommand, } from "./commands/DeleteLensCommand";
14
14
  import { DeleteLensShareCommand, } from "./commands/DeleteLensShareCommand";
15
15
  import { DeleteProfileCommand, } from "./commands/DeleteProfileCommand";
16
16
  import { DeleteProfileShareCommand, } from "./commands/DeleteProfileShareCommand";
@@ -20,7 +20,7 @@ import { DeleteWorkloadCommand, } from "./commands/DeleteWorkloadCommand";
20
20
  import { DeleteWorkloadShareCommand, } from "./commands/DeleteWorkloadShareCommand";
21
21
  import { DisassociateLensesCommand, } from "./commands/DisassociateLensesCommand";
22
22
  import { DisassociateProfilesCommand, } from "./commands/DisassociateProfilesCommand";
23
- import { ExportLensCommand } from "./commands/ExportLensCommand";
23
+ import { ExportLensCommand, } from "./commands/ExportLensCommand";
24
24
  import { GetAnswerCommand } from "./commands/GetAnswerCommand";
25
25
  import { GetConsolidatedReportCommand, } from "./commands/GetConsolidatedReportCommand";
26
26
  import { GetGlobalSettingsCommand, } from "./commands/GetGlobalSettingsCommand";
@@ -29,17 +29,17 @@ import { GetLensReviewCommand, } from "./commands/GetLensReviewCommand";
29
29
  import { GetLensReviewReportCommand, } from "./commands/GetLensReviewReportCommand";
30
30
  import { GetLensVersionDifferenceCommand, } from "./commands/GetLensVersionDifferenceCommand";
31
31
  import { GetMilestoneCommand, } from "./commands/GetMilestoneCommand";
32
- import { GetProfileCommand } from "./commands/GetProfileCommand";
32
+ import { GetProfileCommand, } from "./commands/GetProfileCommand";
33
33
  import { GetProfileTemplateCommand, } from "./commands/GetProfileTemplateCommand";
34
34
  import { GetReviewTemplateAnswerCommand, } from "./commands/GetReviewTemplateAnswerCommand";
35
35
  import { GetReviewTemplateCommand, } from "./commands/GetReviewTemplateCommand";
36
36
  import { GetReviewTemplateLensReviewCommand, } from "./commands/GetReviewTemplateLensReviewCommand";
37
- import { GetWorkloadCommand } from "./commands/GetWorkloadCommand";
38
- import { ImportLensCommand } from "./commands/ImportLensCommand";
39
- import { ListAnswersCommand } from "./commands/ListAnswersCommand";
37
+ import { GetWorkloadCommand, } from "./commands/GetWorkloadCommand";
38
+ import { ImportLensCommand, } from "./commands/ImportLensCommand";
39
+ import { ListAnswersCommand, } from "./commands/ListAnswersCommand";
40
40
  import { ListCheckDetailsCommand, } from "./commands/ListCheckDetailsCommand";
41
41
  import { ListCheckSummariesCommand, } from "./commands/ListCheckSummariesCommand";
42
- import { ListLensesCommand } from "./commands/ListLensesCommand";
42
+ import { ListLensesCommand, } from "./commands/ListLensesCommand";
43
43
  import { ListLensReviewImprovementsCommand, } from "./commands/ListLensReviewImprovementsCommand";
44
44
  import { ListLensReviewsCommand, } from "./commands/ListLensReviewsCommand";
45
45
  import { ListLensSharesCommand, } from "./commands/ListLensSharesCommand";
@@ -55,7 +55,7 @@ import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceComma
55
55
  import { ListTemplateSharesCommand, } from "./commands/ListTemplateSharesCommand";
56
56
  import { ListWorkloadsCommand, } from "./commands/ListWorkloadsCommand";
57
57
  import { ListWorkloadSharesCommand, } from "./commands/ListWorkloadSharesCommand";
58
- import { TagResourceCommand } from "./commands/TagResourceCommand";
58
+ import { TagResourceCommand, } from "./commands/TagResourceCommand";
59
59
  import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
60
60
  import { UpdateAnswerCommand, } from "./commands/UpdateAnswerCommand";
61
61
  import { UpdateGlobalSettingsCommand, } from "./commands/UpdateGlobalSettingsCommand";
@@ -1,76 +1,76 @@
1
1
  import type { HttpHandlerOptions as __HttpHandlerOptions, PaginationConfiguration, Paginator } from "@smithy/types";
2
- import { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "./commands/AssociateLensesCommand";
3
- import { AssociateProfilesCommandInput, AssociateProfilesCommandOutput } from "./commands/AssociateProfilesCommand";
4
- import { CreateLensShareCommandInput, CreateLensShareCommandOutput } from "./commands/CreateLensShareCommand";
5
- import { CreateLensVersionCommandInput, CreateLensVersionCommandOutput } from "./commands/CreateLensVersionCommand";
6
- import { CreateMilestoneCommandInput, CreateMilestoneCommandOutput } from "./commands/CreateMilestoneCommand";
7
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
8
- import { CreateProfileShareCommandInput, CreateProfileShareCommandOutput } from "./commands/CreateProfileShareCommand";
9
- import { CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput } from "./commands/CreateReviewTemplateCommand";
10
- import { CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput } from "./commands/CreateTemplateShareCommand";
11
- import { CreateWorkloadCommandInput, CreateWorkloadCommandOutput } from "./commands/CreateWorkloadCommand";
12
- import { CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput } from "./commands/CreateWorkloadShareCommand";
13
- import { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
14
- import { DeleteLensShareCommandInput, DeleteLensShareCommandOutput } from "./commands/DeleteLensShareCommand";
15
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
16
- import { DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput } from "./commands/DeleteProfileShareCommand";
17
- import { DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput } from "./commands/DeleteReviewTemplateCommand";
18
- import { DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput } from "./commands/DeleteTemplateShareCommand";
19
- import { DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput } from "./commands/DeleteWorkloadCommand";
20
- import { DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput } from "./commands/DeleteWorkloadShareCommand";
21
- import { DisassociateLensesCommandInput, DisassociateLensesCommandOutput } from "./commands/DisassociateLensesCommand";
22
- import { DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput } from "./commands/DisassociateProfilesCommand";
23
- import { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
24
- import { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
25
- import { GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput } from "./commands/GetConsolidatedReportCommand";
26
- import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
27
- import { GetLensCommandInput, GetLensCommandOutput } from "./commands/GetLensCommand";
28
- import { GetLensReviewCommandInput, GetLensReviewCommandOutput } from "./commands/GetLensReviewCommand";
29
- import { GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput } from "./commands/GetLensReviewReportCommand";
30
- import { GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput } from "./commands/GetLensVersionDifferenceCommand";
31
- import { GetMilestoneCommandInput, GetMilestoneCommandOutput } from "./commands/GetMilestoneCommand";
32
- import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
33
- import { GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput } from "./commands/GetProfileTemplateCommand";
34
- import { GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput } from "./commands/GetReviewTemplateAnswerCommand";
35
- import { GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput } from "./commands/GetReviewTemplateCommand";
36
- import { GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput } from "./commands/GetReviewTemplateLensReviewCommand";
37
- import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
38
- import { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
39
- import { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
40
- import { ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput } from "./commands/ListCheckDetailsCommand";
41
- import { ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput } from "./commands/ListCheckSummariesCommand";
42
- import { ListLensesCommandInput, ListLensesCommandOutput } from "./commands/ListLensesCommand";
43
- import { ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput } from "./commands/ListLensReviewImprovementsCommand";
44
- import { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "./commands/ListLensReviewsCommand";
45
- import { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "./commands/ListLensSharesCommand";
46
- import { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "./commands/ListMilestonesCommand";
47
- import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
48
- import { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "./commands/ListProfileNotificationsCommand";
49
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
50
- import { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "./commands/ListProfileSharesCommand";
51
- import { ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput } from "./commands/ListReviewTemplateAnswersCommand";
52
- import { ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput } from "./commands/ListReviewTemplatesCommand";
53
- import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "./commands/ListShareInvitationsCommand";
54
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
55
- import { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "./commands/ListTemplateSharesCommand";
56
- import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "./commands/ListWorkloadsCommand";
57
- import { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "./commands/ListWorkloadSharesCommand";
58
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
60
- import { UpdateAnswerCommandInput, UpdateAnswerCommandOutput } from "./commands/UpdateAnswerCommand";
61
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
62
- import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
63
- import { UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput } from "./commands/UpdateLensReviewCommand";
64
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
65
- import { UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput } from "./commands/UpdateReviewTemplateAnswerCommand";
66
- import { UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput } from "./commands/UpdateReviewTemplateCommand";
67
- import { UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput } from "./commands/UpdateReviewTemplateLensReviewCommand";
68
- import { UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput } from "./commands/UpdateShareInvitationCommand";
69
- import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "./commands/UpdateWorkloadCommand";
70
- import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "./commands/UpdateWorkloadShareCommand";
71
- import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "./commands/UpgradeLensReviewCommand";
72
- import { UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput } from "./commands/UpgradeProfileVersionCommand";
73
- import { UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput } from "./commands/UpgradeReviewTemplateLensReviewCommand";
2
+ import { type AssociateLensesCommandInput, type AssociateLensesCommandOutput } from "./commands/AssociateLensesCommand";
3
+ import { type AssociateProfilesCommandInput, type AssociateProfilesCommandOutput } from "./commands/AssociateProfilesCommand";
4
+ import { type CreateLensShareCommandInput, type CreateLensShareCommandOutput } from "./commands/CreateLensShareCommand";
5
+ import { type CreateLensVersionCommandInput, type CreateLensVersionCommandOutput } from "./commands/CreateLensVersionCommand";
6
+ import { type CreateMilestoneCommandInput, type CreateMilestoneCommandOutput } from "./commands/CreateMilestoneCommand";
7
+ import { type CreateProfileCommandInput, type CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
8
+ import { type CreateProfileShareCommandInput, type CreateProfileShareCommandOutput } from "./commands/CreateProfileShareCommand";
9
+ import { type CreateReviewTemplateCommandInput, type CreateReviewTemplateCommandOutput } from "./commands/CreateReviewTemplateCommand";
10
+ import { type CreateTemplateShareCommandInput, type CreateTemplateShareCommandOutput } from "./commands/CreateTemplateShareCommand";
11
+ import { type CreateWorkloadCommandInput, type CreateWorkloadCommandOutput } from "./commands/CreateWorkloadCommand";
12
+ import { type CreateWorkloadShareCommandInput, type CreateWorkloadShareCommandOutput } from "./commands/CreateWorkloadShareCommand";
13
+ import { type DeleteLensCommandInput, type DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
14
+ import { type DeleteLensShareCommandInput, type DeleteLensShareCommandOutput } from "./commands/DeleteLensShareCommand";
15
+ import { type DeleteProfileCommandInput, type DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
16
+ import { type DeleteProfileShareCommandInput, type DeleteProfileShareCommandOutput } from "./commands/DeleteProfileShareCommand";
17
+ import { type DeleteReviewTemplateCommandInput, type DeleteReviewTemplateCommandOutput } from "./commands/DeleteReviewTemplateCommand";
18
+ import { type DeleteTemplateShareCommandInput, type DeleteTemplateShareCommandOutput } from "./commands/DeleteTemplateShareCommand";
19
+ import { type DeleteWorkloadCommandInput, type DeleteWorkloadCommandOutput } from "./commands/DeleteWorkloadCommand";
20
+ import { type DeleteWorkloadShareCommandInput, type DeleteWorkloadShareCommandOutput } from "./commands/DeleteWorkloadShareCommand";
21
+ import { type DisassociateLensesCommandInput, type DisassociateLensesCommandOutput } from "./commands/DisassociateLensesCommand";
22
+ import { type DisassociateProfilesCommandInput, type DisassociateProfilesCommandOutput } from "./commands/DisassociateProfilesCommand";
23
+ import { type ExportLensCommandInput, type ExportLensCommandOutput } from "./commands/ExportLensCommand";
24
+ import { type GetAnswerCommandInput, type GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
25
+ import { type GetConsolidatedReportCommandInput, type GetConsolidatedReportCommandOutput } from "./commands/GetConsolidatedReportCommand";
26
+ import { type GetGlobalSettingsCommandInput, type GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
27
+ import { type GetLensCommandInput, type GetLensCommandOutput } from "./commands/GetLensCommand";
28
+ import { type GetLensReviewCommandInput, type GetLensReviewCommandOutput } from "./commands/GetLensReviewCommand";
29
+ import { type GetLensReviewReportCommandInput, type GetLensReviewReportCommandOutput } from "./commands/GetLensReviewReportCommand";
30
+ import { type GetLensVersionDifferenceCommandInput, type GetLensVersionDifferenceCommandOutput } from "./commands/GetLensVersionDifferenceCommand";
31
+ import { type GetMilestoneCommandInput, type GetMilestoneCommandOutput } from "./commands/GetMilestoneCommand";
32
+ import { type GetProfileCommandInput, type GetProfileCommandOutput } from "./commands/GetProfileCommand";
33
+ import { type GetProfileTemplateCommandInput, type GetProfileTemplateCommandOutput } from "./commands/GetProfileTemplateCommand";
34
+ import { type GetReviewTemplateAnswerCommandInput, type GetReviewTemplateAnswerCommandOutput } from "./commands/GetReviewTemplateAnswerCommand";
35
+ import { type GetReviewTemplateCommandInput, type GetReviewTemplateCommandOutput } from "./commands/GetReviewTemplateCommand";
36
+ import { type GetReviewTemplateLensReviewCommandInput, type GetReviewTemplateLensReviewCommandOutput } from "./commands/GetReviewTemplateLensReviewCommand";
37
+ import { type GetWorkloadCommandInput, type GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
38
+ import { type ImportLensCommandInput, type ImportLensCommandOutput } from "./commands/ImportLensCommand";
39
+ import { type ListAnswersCommandInput, type ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
40
+ import { type ListCheckDetailsCommandInput, type ListCheckDetailsCommandOutput } from "./commands/ListCheckDetailsCommand";
41
+ import { type ListCheckSummariesCommandInput, type ListCheckSummariesCommandOutput } from "./commands/ListCheckSummariesCommand";
42
+ import { type ListLensesCommandInput, type ListLensesCommandOutput } from "./commands/ListLensesCommand";
43
+ import { type ListLensReviewImprovementsCommandInput, type ListLensReviewImprovementsCommandOutput } from "./commands/ListLensReviewImprovementsCommand";
44
+ import { type ListLensReviewsCommandInput, type ListLensReviewsCommandOutput } from "./commands/ListLensReviewsCommand";
45
+ import { type ListLensSharesCommandInput, type ListLensSharesCommandOutput } from "./commands/ListLensSharesCommand";
46
+ import { type ListMilestonesCommandInput, type ListMilestonesCommandOutput } from "./commands/ListMilestonesCommand";
47
+ import { type ListNotificationsCommandInput, type ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
48
+ import { type ListProfileNotificationsCommandInput, type ListProfileNotificationsCommandOutput } from "./commands/ListProfileNotificationsCommand";
49
+ import { type ListProfilesCommandInput, type ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
50
+ import { type ListProfileSharesCommandInput, type ListProfileSharesCommandOutput } from "./commands/ListProfileSharesCommand";
51
+ import { type ListReviewTemplateAnswersCommandInput, type ListReviewTemplateAnswersCommandOutput } from "./commands/ListReviewTemplateAnswersCommand";
52
+ import { type ListReviewTemplatesCommandInput, type ListReviewTemplatesCommandOutput } from "./commands/ListReviewTemplatesCommand";
53
+ import { type ListShareInvitationsCommandInput, type ListShareInvitationsCommandOutput } from "./commands/ListShareInvitationsCommand";
54
+ import { type ListTagsForResourceCommandInput, type ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
55
+ import { type ListTemplateSharesCommandInput, type ListTemplateSharesCommandOutput } from "./commands/ListTemplateSharesCommand";
56
+ import { type ListWorkloadsCommandInput, type ListWorkloadsCommandOutput } from "./commands/ListWorkloadsCommand";
57
+ import { type ListWorkloadSharesCommandInput, type ListWorkloadSharesCommandOutput } from "./commands/ListWorkloadSharesCommand";
58
+ import { type TagResourceCommandInput, type TagResourceCommandOutput } from "./commands/TagResourceCommand";
59
+ import { type UntagResourceCommandInput, type UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
60
+ import { type UpdateAnswerCommandInput, type UpdateAnswerCommandOutput } from "./commands/UpdateAnswerCommand";
61
+ import { type UpdateGlobalSettingsCommandInput, type UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
62
+ import { type UpdateIntegrationCommandInput, type UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
63
+ import { type UpdateLensReviewCommandInput, type UpdateLensReviewCommandOutput } from "./commands/UpdateLensReviewCommand";
64
+ import { type UpdateProfileCommandInput, type UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
65
+ import { type UpdateReviewTemplateAnswerCommandInput, type UpdateReviewTemplateAnswerCommandOutput } from "./commands/UpdateReviewTemplateAnswerCommand";
66
+ import { type UpdateReviewTemplateCommandInput, type UpdateReviewTemplateCommandOutput } from "./commands/UpdateReviewTemplateCommand";
67
+ import { type UpdateReviewTemplateLensReviewCommandInput, type UpdateReviewTemplateLensReviewCommandOutput } from "./commands/UpdateReviewTemplateLensReviewCommand";
68
+ import { type UpdateShareInvitationCommandInput, type UpdateShareInvitationCommandOutput } from "./commands/UpdateShareInvitationCommand";
69
+ import { type UpdateWorkloadCommandInput, type UpdateWorkloadCommandOutput } from "./commands/UpdateWorkloadCommand";
70
+ import { type UpdateWorkloadShareCommandInput, type UpdateWorkloadShareCommandOutput } from "./commands/UpdateWorkloadShareCommand";
71
+ import { type UpgradeLensReviewCommandInput, type UpgradeLensReviewCommandOutput } from "./commands/UpgradeLensReviewCommand";
72
+ import { type UpgradeProfileVersionCommandInput, type UpgradeProfileVersionCommandOutput } from "./commands/UpgradeProfileVersionCommand";
73
+ import { type UpgradeReviewTemplateLensReviewCommandInput, type UpgradeReviewTemplateLensReviewCommandOutput } from "./commands/UpgradeReviewTemplateLensReviewCommand";
74
74
  import { WellArchitectedClient } from "./WellArchitectedClient";
75
75
  export interface WellArchitected {
76
76
  /**
@@ -5,81 +5,81 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
5
5
  import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
8
- import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
8
+ import type { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
- import { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "./commands/AssociateLensesCommand";
11
- import { AssociateProfilesCommandInput, AssociateProfilesCommandOutput } from "./commands/AssociateProfilesCommand";
12
- import { CreateLensShareCommandInput, CreateLensShareCommandOutput } from "./commands/CreateLensShareCommand";
13
- import { CreateLensVersionCommandInput, CreateLensVersionCommandOutput } from "./commands/CreateLensVersionCommand";
14
- import { CreateMilestoneCommandInput, CreateMilestoneCommandOutput } from "./commands/CreateMilestoneCommand";
15
- import { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
16
- import { CreateProfileShareCommandInput, CreateProfileShareCommandOutput } from "./commands/CreateProfileShareCommand";
17
- import { CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput } from "./commands/CreateReviewTemplateCommand";
18
- import { CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput } from "./commands/CreateTemplateShareCommand";
19
- import { CreateWorkloadCommandInput, CreateWorkloadCommandOutput } from "./commands/CreateWorkloadCommand";
20
- import { CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput } from "./commands/CreateWorkloadShareCommand";
21
- import { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
22
- import { DeleteLensShareCommandInput, DeleteLensShareCommandOutput } from "./commands/DeleteLensShareCommand";
23
- import { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
24
- import { DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput } from "./commands/DeleteProfileShareCommand";
25
- import { DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput } from "./commands/DeleteReviewTemplateCommand";
26
- import { DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput } from "./commands/DeleteTemplateShareCommand";
27
- import { DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput } from "./commands/DeleteWorkloadCommand";
28
- import { DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput } from "./commands/DeleteWorkloadShareCommand";
29
- import { DisassociateLensesCommandInput, DisassociateLensesCommandOutput } from "./commands/DisassociateLensesCommand";
30
- import { DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput } from "./commands/DisassociateProfilesCommand";
31
- import { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
32
- import { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
33
- import { GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput } from "./commands/GetConsolidatedReportCommand";
34
- import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
35
- import { GetLensCommandInput, GetLensCommandOutput } from "./commands/GetLensCommand";
36
- import { GetLensReviewCommandInput, GetLensReviewCommandOutput } from "./commands/GetLensReviewCommand";
37
- import { GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput } from "./commands/GetLensReviewReportCommand";
38
- import { GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput } from "./commands/GetLensVersionDifferenceCommand";
39
- import { GetMilestoneCommandInput, GetMilestoneCommandOutput } from "./commands/GetMilestoneCommand";
40
- import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
41
- import { GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput } from "./commands/GetProfileTemplateCommand";
42
- import { GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput } from "./commands/GetReviewTemplateAnswerCommand";
43
- import { GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput } from "./commands/GetReviewTemplateCommand";
44
- import { GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput } from "./commands/GetReviewTemplateLensReviewCommand";
45
- import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
46
- import { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
47
- import { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
48
- import { ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput } from "./commands/ListCheckDetailsCommand";
49
- import { ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput } from "./commands/ListCheckSummariesCommand";
50
- import { ListLensesCommandInput, ListLensesCommandOutput } from "./commands/ListLensesCommand";
51
- import { ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput } from "./commands/ListLensReviewImprovementsCommand";
52
- import { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "./commands/ListLensReviewsCommand";
53
- import { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "./commands/ListLensSharesCommand";
54
- import { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "./commands/ListMilestonesCommand";
55
- import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
56
- import { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "./commands/ListProfileNotificationsCommand";
57
- import { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
58
- import { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "./commands/ListProfileSharesCommand";
59
- import { ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput } from "./commands/ListReviewTemplateAnswersCommand";
60
- import { ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput } from "./commands/ListReviewTemplatesCommand";
61
- import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "./commands/ListShareInvitationsCommand";
62
- import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
63
- import { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "./commands/ListTemplateSharesCommand";
64
- import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "./commands/ListWorkloadsCommand";
65
- import { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "./commands/ListWorkloadSharesCommand";
66
- import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
- import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
- import { UpdateAnswerCommandInput, UpdateAnswerCommandOutput } from "./commands/UpdateAnswerCommand";
69
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
70
- import { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
71
- import { UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput } from "./commands/UpdateLensReviewCommand";
72
- import { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
73
- import { UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput } from "./commands/UpdateReviewTemplateAnswerCommand";
74
- import { UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput } from "./commands/UpdateReviewTemplateCommand";
75
- import { UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput } from "./commands/UpdateReviewTemplateLensReviewCommand";
76
- import { UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput } from "./commands/UpdateShareInvitationCommand";
77
- import { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "./commands/UpdateWorkloadCommand";
78
- import { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "./commands/UpdateWorkloadShareCommand";
79
- import { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "./commands/UpgradeLensReviewCommand";
80
- import { UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput } from "./commands/UpgradeProfileVersionCommand";
81
- import { UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput } from "./commands/UpgradeReviewTemplateLensReviewCommand";
82
- import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
10
+ import type { AssociateLensesCommandInput, AssociateLensesCommandOutput } from "./commands/AssociateLensesCommand";
11
+ import type { AssociateProfilesCommandInput, AssociateProfilesCommandOutput } from "./commands/AssociateProfilesCommand";
12
+ import type { CreateLensShareCommandInput, CreateLensShareCommandOutput } from "./commands/CreateLensShareCommand";
13
+ import type { CreateLensVersionCommandInput, CreateLensVersionCommandOutput } from "./commands/CreateLensVersionCommand";
14
+ import type { CreateMilestoneCommandInput, CreateMilestoneCommandOutput } from "./commands/CreateMilestoneCommand";
15
+ import type { CreateProfileCommandInput, CreateProfileCommandOutput } from "./commands/CreateProfileCommand";
16
+ import type { CreateProfileShareCommandInput, CreateProfileShareCommandOutput } from "./commands/CreateProfileShareCommand";
17
+ import type { CreateReviewTemplateCommandInput, CreateReviewTemplateCommandOutput } from "./commands/CreateReviewTemplateCommand";
18
+ import type { CreateTemplateShareCommandInput, CreateTemplateShareCommandOutput } from "./commands/CreateTemplateShareCommand";
19
+ import type { CreateWorkloadCommandInput, CreateWorkloadCommandOutput } from "./commands/CreateWorkloadCommand";
20
+ import type { CreateWorkloadShareCommandInput, CreateWorkloadShareCommandOutput } from "./commands/CreateWorkloadShareCommand";
21
+ import type { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
22
+ import type { DeleteLensShareCommandInput, DeleteLensShareCommandOutput } from "./commands/DeleteLensShareCommand";
23
+ import type { DeleteProfileCommandInput, DeleteProfileCommandOutput } from "./commands/DeleteProfileCommand";
24
+ import type { DeleteProfileShareCommandInput, DeleteProfileShareCommandOutput } from "./commands/DeleteProfileShareCommand";
25
+ import type { DeleteReviewTemplateCommandInput, DeleteReviewTemplateCommandOutput } from "./commands/DeleteReviewTemplateCommand";
26
+ import type { DeleteTemplateShareCommandInput, DeleteTemplateShareCommandOutput } from "./commands/DeleteTemplateShareCommand";
27
+ import type { DeleteWorkloadCommandInput, DeleteWorkloadCommandOutput } from "./commands/DeleteWorkloadCommand";
28
+ import type { DeleteWorkloadShareCommandInput, DeleteWorkloadShareCommandOutput } from "./commands/DeleteWorkloadShareCommand";
29
+ import type { DisassociateLensesCommandInput, DisassociateLensesCommandOutput } from "./commands/DisassociateLensesCommand";
30
+ import type { DisassociateProfilesCommandInput, DisassociateProfilesCommandOutput } from "./commands/DisassociateProfilesCommand";
31
+ import type { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
32
+ import type { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
33
+ import type { GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput } from "./commands/GetConsolidatedReportCommand";
34
+ import type { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
35
+ import type { GetLensCommandInput, GetLensCommandOutput } from "./commands/GetLensCommand";
36
+ import type { GetLensReviewCommandInput, GetLensReviewCommandOutput } from "./commands/GetLensReviewCommand";
37
+ import type { GetLensReviewReportCommandInput, GetLensReviewReportCommandOutput } from "./commands/GetLensReviewReportCommand";
38
+ import type { GetLensVersionDifferenceCommandInput, GetLensVersionDifferenceCommandOutput } from "./commands/GetLensVersionDifferenceCommand";
39
+ import type { GetMilestoneCommandInput, GetMilestoneCommandOutput } from "./commands/GetMilestoneCommand";
40
+ import type { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
41
+ import type { GetProfileTemplateCommandInput, GetProfileTemplateCommandOutput } from "./commands/GetProfileTemplateCommand";
42
+ import type { GetReviewTemplateAnswerCommandInput, GetReviewTemplateAnswerCommandOutput } from "./commands/GetReviewTemplateAnswerCommand";
43
+ import type { GetReviewTemplateCommandInput, GetReviewTemplateCommandOutput } from "./commands/GetReviewTemplateCommand";
44
+ import type { GetReviewTemplateLensReviewCommandInput, GetReviewTemplateLensReviewCommandOutput } from "./commands/GetReviewTemplateLensReviewCommand";
45
+ import type { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
46
+ import type { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
47
+ import type { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
48
+ import type { ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput } from "./commands/ListCheckDetailsCommand";
49
+ import type { ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput } from "./commands/ListCheckSummariesCommand";
50
+ import type { ListLensesCommandInput, ListLensesCommandOutput } from "./commands/ListLensesCommand";
51
+ import type { ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput } from "./commands/ListLensReviewImprovementsCommand";
52
+ import type { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "./commands/ListLensReviewsCommand";
53
+ import type { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "./commands/ListLensSharesCommand";
54
+ import type { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "./commands/ListMilestonesCommand";
55
+ import type { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "./commands/ListNotificationsCommand";
56
+ import type { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "./commands/ListProfileNotificationsCommand";
57
+ import type { ListProfilesCommandInput, ListProfilesCommandOutput } from "./commands/ListProfilesCommand";
58
+ import type { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "./commands/ListProfileSharesCommand";
59
+ import type { ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput } from "./commands/ListReviewTemplateAnswersCommand";
60
+ import type { ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput } from "./commands/ListReviewTemplatesCommand";
61
+ import type { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "./commands/ListShareInvitationsCommand";
62
+ import type { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
63
+ import type { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "./commands/ListTemplateSharesCommand";
64
+ import type { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "./commands/ListWorkloadsCommand";
65
+ import type { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "./commands/ListWorkloadSharesCommand";
66
+ import type { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
67
+ import type { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
68
+ import type { UpdateAnswerCommandInput, UpdateAnswerCommandOutput } from "./commands/UpdateAnswerCommand";
69
+ import type { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
70
+ import type { UpdateIntegrationCommandInput, UpdateIntegrationCommandOutput } from "./commands/UpdateIntegrationCommand";
71
+ import type { UpdateLensReviewCommandInput, UpdateLensReviewCommandOutput } from "./commands/UpdateLensReviewCommand";
72
+ import type { UpdateProfileCommandInput, UpdateProfileCommandOutput } from "./commands/UpdateProfileCommand";
73
+ import type { UpdateReviewTemplateAnswerCommandInput, UpdateReviewTemplateAnswerCommandOutput } from "./commands/UpdateReviewTemplateAnswerCommand";
74
+ import type { UpdateReviewTemplateCommandInput, UpdateReviewTemplateCommandOutput } from "./commands/UpdateReviewTemplateCommand";
75
+ import type { UpdateReviewTemplateLensReviewCommandInput, UpdateReviewTemplateLensReviewCommandOutput } from "./commands/UpdateReviewTemplateLensReviewCommand";
76
+ import type { UpdateShareInvitationCommandInput, UpdateShareInvitationCommandOutput } from "./commands/UpdateShareInvitationCommand";
77
+ import type { UpdateWorkloadCommandInput, UpdateWorkloadCommandOutput } from "./commands/UpdateWorkloadCommand";
78
+ import type { UpdateWorkloadShareCommandInput, UpdateWorkloadShareCommandOutput } from "./commands/UpdateWorkloadShareCommand";
79
+ import type { UpgradeLensReviewCommandInput, UpgradeLensReviewCommandOutput } from "./commands/UpgradeLensReviewCommand";
80
+ import type { UpgradeProfileVersionCommandInput, UpgradeProfileVersionCommandOutput } from "./commands/UpgradeProfileVersionCommand";
81
+ import type { UpgradeReviewTemplateLensReviewCommandInput, UpgradeReviewTemplateLensReviewCommandOutput } from "./commands/UpgradeReviewTemplateLensReviewCommand";
82
+ import { type ClientInputEndpointParameters, type ClientResolvedEndpointParameters, type EndpointParameters } from "./endpoint/EndpointParameters";
83
83
  import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
84
84
  export { __Client };
85
85
  /**
@@ -188,7 +188,7 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
188
188
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
189
189
  * @internal
190
190
  */
191
- defaultUserAgentProvider?: Provider<__UserAgent>;
191
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
192
192
  /**
193
193
  * Default credentials provider; Not available in browser runtime.
194
194
  * @deprecated
@@ -1,4 +1,4 @@
1
- import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
1
+ import type { AwsCredentialIdentity, AwsCredentialIdentityProvider, HttpAuthScheme } from "@smithy/types";
2
2
  import type { WellArchitectedHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
3
3
  /**
4
4
  * @internal
@@ -10,7 +10,7 @@
10
10
  */
11
11
  export * from "./WellArchitectedClient";
12
12
  export * from "./WellArchitected";
13
- export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
13
+ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
14
14
  export type { RuntimeExtension } from "./runtimeExtensions";
15
15
  export type { WellArchitectedExtensionConfiguration } from "./extensionConfiguration";
16
16
  export * from "./commands";
@@ -1,6 +1,6 @@
1
1
  import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
- import { ValidationExceptionReason } from "./enums";
3
- import { ValidationExceptionField } from "./models_0";
2
+ import type { ValidationExceptionReason } from "./enums";
3
+ import type { ValidationExceptionField } from "./models_0";
4
4
  import { WellArchitectedServiceException as __BaseException } from "./WellArchitectedServiceException";
5
5
  /**
6
6
  * <p>User does not have sufficient access to perform this action.</p>
@@ -1,4 +1,4 @@
1
- import { AccountJiraIssueManagementStatus, AdditionalResourceType, AnswerReason, CheckFailureReason, CheckProvider, CheckStatus, ChoiceReason, ChoiceStatus, DefinitionType, DifferenceStatus, DiscoveryIntegrationStatus, ImportLensStatus, IntegratingService, IntegrationStatus, IntegrationStatusInput, IssueManagementType, LensStatus, LensStatusType, LensType, MetricType, NotificationType, OrganizationSharingStatus, PermissionType, ProfileNotificationType, ProfileOwnerType, Question, QuestionPriority, QuestionType, ReportFormat, ReviewTemplateAnswerStatus, ReviewTemplateUpdateStatus, Risk, ShareInvitationAction, ShareResourceType, ShareStatus, TrustedAdvisorIntegrationStatus, WorkloadEnvironment, WorkloadImprovementStatus, WorkloadIssueManagementStatus } from "./enums";
1
+ import type { AccountJiraIssueManagementStatus, AdditionalResourceType, AnswerReason, CheckFailureReason, CheckProvider, CheckStatus, ChoiceReason, ChoiceStatus, DefinitionType, DifferenceStatus, DiscoveryIntegrationStatus, ImportLensStatus, IntegratingService, IntegrationStatus, IntegrationStatusInput, IssueManagementType, LensStatus, LensStatusType, LensType, MetricType, NotificationType, OrganizationSharingStatus, PermissionType, ProfileNotificationType, ProfileOwnerType, Question, QuestionPriority, QuestionType, ReportFormat, ReviewTemplateAnswerStatus, ReviewTemplateUpdateStatus, Risk, ShareInvitationAction, ShareResourceType, ShareStatus, TrustedAdvisorIntegrationStatus, WorkloadEnvironment, WorkloadImprovementStatus, WorkloadIssueManagementStatus } from "./enums";
2
2
  /**
3
3
  * <p>Account-level: Input for the Jira configuration.</p>
4
4
  * @public
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { GetConsolidatedReportCommandInput, GetConsolidatedReportCommandOutput } from "../commands/GetConsolidatedReportCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListAnswersCommandInput, ListAnswersCommandOutput } from "../commands/ListAnswersCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCheckDetailsCommandInput, ListCheckDetailsCommandOutput } from "../commands/ListCheckDetailsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListCheckSummariesCommandInput, ListCheckSummariesCommandOutput } from "../commands/ListCheckSummariesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLensReviewImprovementsCommandInput, ListLensReviewImprovementsCommandOutput } from "../commands/ListLensReviewImprovementsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLensReviewsCommandInput, ListLensReviewsCommandOutput } from "../commands/ListLensReviewsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLensSharesCommandInput, ListLensSharesCommandOutput } from "../commands/ListLensSharesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListLensesCommandInput, ListLensesCommandOutput } from "../commands/ListLensesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListMilestonesCommandInput, ListMilestonesCommandOutput } from "../commands/ListMilestonesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListNotificationsCommandInput, ListNotificationsCommandOutput } from "../commands/ListNotificationsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProfileNotificationsCommandInput, ListProfileNotificationsCommandOutput } from "../commands/ListProfileNotificationsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProfileSharesCommandInput, ListProfileSharesCommandOutput } from "../commands/ListProfileSharesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListProfilesCommandInput, ListProfilesCommandOutput } from "../commands/ListProfilesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListReviewTemplateAnswersCommandInput, ListReviewTemplateAnswersCommandOutput } from "../commands/ListReviewTemplateAnswersCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListReviewTemplatesCommandInput, ListReviewTemplatesCommandOutput } from "../commands/ListReviewTemplatesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListShareInvitationsCommandInput, ListShareInvitationsCommandOutput } from "../commands/ListShareInvitationsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListTemplateSharesCommandInput, ListTemplateSharesCommandOutput } from "../commands/ListTemplateSharesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListWorkloadSharesCommandInput, ListWorkloadSharesCommandOutput } from "../commands/ListWorkloadSharesCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -1,6 +1,6 @@
1
1
  import type { Paginator } from "@smithy/types";
2
2
  import { ListWorkloadsCommandInput, ListWorkloadsCommandOutput } from "../commands/ListWorkloadsCommand";
3
- import { WellArchitectedPaginationConfiguration } from "./Interfaces";
3
+ import type { WellArchitectedPaginationConfiguration } from "./Interfaces";
4
4
  /**
5
5
  * @public
6
6
  */
@@ -26,6 +26,7 @@ import {
26
26
  Client as __Client,
27
27
  } from "@smithy/smithy-client";
28
28
  import {
29
+ AwsCredentialIdentityProvider,
29
30
  BodyLengthCalculator as __BodyLengthCalculator,
30
31
  CheckOptionalClientConfig as __CheckOptionalClientConfig,
31
32
  ChecksumConstructor as __ChecksumConstructor,
@@ -37,8 +38,6 @@ import {
37
38
  Provider as __Provider,
38
39
  StreamCollector as __StreamCollector,
39
40
  UrlParser as __UrlParser,
40
- AwsCredentialIdentityProvider,
41
- Provider,
42
41
  UserAgent as __UserAgent,
43
42
  } from "@smithy/types";
44
43
  import {
@@ -504,7 +503,7 @@ export interface ClientDefaults
504
503
  useFipsEndpoint?: boolean | __Provider<boolean>;
505
504
  region?: string | __Provider<string>;
506
505
  profile?: string;
507
- defaultUserAgentProvider?: Provider<__UserAgent>;
506
+ defaultUserAgentProvider?: __Provider<__UserAgent>;
508
507
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
509
508
  maxAttempts?: number | __Provider<number>;
510
509
  retryMode?: string | __Provider<string>;
@@ -1,7 +1,7 @@
1
1
  import {
2
- HttpAuthScheme,
3
2
  AwsCredentialIdentity,
4
3
  AwsCredentialIdentityProvider,
4
+ HttpAuthScheme,
5
5
  } from "@smithy/types";
6
6
  import { WellArchitectedHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wellarchitected",
3
3
  "description": "AWS SDK for JavaScript Wellarchitected Client for Node.js, Browser and React Native",
4
- "version": "3.1019.0",
4
+ "version": "3.1020.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-wellarchitected",
@@ -21,38 +21,38 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "5.2.0",
23
23
  "@aws-crypto/sha256-js": "5.2.0",
24
- "@aws-sdk/core": "^3.973.25",
25
- "@aws-sdk/credential-provider-node": "^3.972.27",
24
+ "@aws-sdk/core": "^3.973.26",
25
+ "@aws-sdk/credential-provider-node": "^3.972.28",
26
26
  "@aws-sdk/middleware-host-header": "^3.972.8",
27
27
  "@aws-sdk/middleware-logger": "^3.972.8",
28
28
  "@aws-sdk/middleware-recursion-detection": "^3.972.9",
29
- "@aws-sdk/middleware-user-agent": "^3.972.26",
29
+ "@aws-sdk/middleware-user-agent": "^3.972.27",
30
30
  "@aws-sdk/region-config-resolver": "^3.972.10",
31
31
  "@aws-sdk/types": "^3.973.6",
32
32
  "@aws-sdk/util-endpoints": "^3.996.5",
33
33
  "@aws-sdk/util-user-agent-browser": "^3.972.8",
34
- "@aws-sdk/util-user-agent-node": "^3.973.12",
34
+ "@aws-sdk/util-user-agent-node": "^3.973.13",
35
35
  "@smithy/config-resolver": "^4.4.13",
36
- "@smithy/core": "^3.23.12",
36
+ "@smithy/core": "^3.23.13",
37
37
  "@smithy/fetch-http-handler": "^5.3.15",
38
38
  "@smithy/hash-node": "^4.2.12",
39
39
  "@smithy/invalid-dependency": "^4.2.12",
40
40
  "@smithy/middleware-content-length": "^4.2.12",
41
- "@smithy/middleware-endpoint": "^4.4.27",
42
- "@smithy/middleware-retry": "^4.4.44",
43
- "@smithy/middleware-serde": "^4.2.15",
41
+ "@smithy/middleware-endpoint": "^4.4.28",
42
+ "@smithy/middleware-retry": "^4.4.45",
43
+ "@smithy/middleware-serde": "^4.2.16",
44
44
  "@smithy/middleware-stack": "^4.2.12",
45
45
  "@smithy/node-config-provider": "^4.3.12",
46
- "@smithy/node-http-handler": "^4.5.0",
46
+ "@smithy/node-http-handler": "^4.5.1",
47
47
  "@smithy/protocol-http": "^5.3.12",
48
- "@smithy/smithy-client": "^4.12.7",
48
+ "@smithy/smithy-client": "^4.12.8",
49
49
  "@smithy/types": "^4.13.1",
50
50
  "@smithy/url-parser": "^4.2.12",
51
51
  "@smithy/util-base64": "^4.3.2",
52
52
  "@smithy/util-body-length-browser": "^4.2.2",
53
53
  "@smithy/util-body-length-node": "^4.2.3",
54
- "@smithy/util-defaults-mode-browser": "^4.3.43",
55
- "@smithy/util-defaults-mode-node": "^4.2.47",
54
+ "@smithy/util-defaults-mode-browser": "^4.3.44",
55
+ "@smithy/util-defaults-mode-node": "^4.2.48",
56
56
  "@smithy/util-endpoints": "^3.3.3",
57
57
  "@smithy/util-middleware": "^4.2.12",
58
58
  "@smithy/util-retry": "^4.2.12",