@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
@@ -11,10 +11,7 @@ import {
11
11
  Client as __Client,
12
12
  } from "@smithy/core/client";
13
13
  import { RegionInputConfig, RegionResolvedConfig } from "@smithy/core/config";
14
- import {
15
- EndpointInputConfig,
16
- EndpointResolvedConfig,
17
- } from "@smithy/core/endpoints";
14
+ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/core/endpoints";
18
15
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/core/protocols";
19
16
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/core/retry";
20
17
  import {
@@ -80,10 +77,7 @@ import {
80
77
  CreateWorkloadShareCommandInput,
81
78
  CreateWorkloadShareCommandOutput,
82
79
  } from "./commands/CreateWorkloadShareCommand";
83
- import {
84
- DeleteLensCommandInput,
85
- DeleteLensCommandOutput,
86
- } from "./commands/DeleteLensCommand";
80
+ import { DeleteLensCommandInput, DeleteLensCommandOutput } from "./commands/DeleteLensCommand";
87
81
  import {
88
82
  DeleteLensShareCommandInput,
89
83
  DeleteLensShareCommandOutput,
@@ -120,14 +114,8 @@ import {
120
114
  DisassociateProfilesCommandInput,
121
115
  DisassociateProfilesCommandOutput,
122
116
  } from "./commands/DisassociateProfilesCommand";
123
- import {
124
- ExportLensCommandInput,
125
- ExportLensCommandOutput,
126
- } from "./commands/ExportLensCommand";
127
- import {
128
- GetAnswerCommandInput,
129
- GetAnswerCommandOutput,
130
- } from "./commands/GetAnswerCommand";
117
+ import { ExportLensCommandInput, ExportLensCommandOutput } from "./commands/ExportLensCommand";
118
+ import { GetAnswerCommandInput, GetAnswerCommandOutput } from "./commands/GetAnswerCommand";
131
119
  import {
132
120
  GetConsolidatedReportCommandInput,
133
121
  GetConsolidatedReportCommandOutput,
@@ -136,10 +124,7 @@ import {
136
124
  GetGlobalSettingsCommandInput,
137
125
  GetGlobalSettingsCommandOutput,
138
126
  } from "./commands/GetGlobalSettingsCommand";
139
- import {
140
- GetLensCommandInput,
141
- GetLensCommandOutput,
142
- } from "./commands/GetLensCommand";
127
+ import { GetLensCommandInput, GetLensCommandOutput } from "./commands/GetLensCommand";
143
128
  import {
144
129
  GetLensReviewCommandInput,
145
130
  GetLensReviewCommandOutput,
@@ -156,10 +141,7 @@ import {
156
141
  GetMilestoneCommandInput,
157
142
  GetMilestoneCommandOutput,
158
143
  } from "./commands/GetMilestoneCommand";
159
- import {
160
- GetProfileCommandInput,
161
- GetProfileCommandOutput,
162
- } from "./commands/GetProfileCommand";
144
+ import { GetProfileCommandInput, GetProfileCommandOutput } from "./commands/GetProfileCommand";
163
145
  import {
164
146
  GetProfileTemplateCommandInput,
165
147
  GetProfileTemplateCommandOutput,
@@ -176,18 +158,9 @@ import {
176
158
  GetReviewTemplateLensReviewCommandInput,
177
159
  GetReviewTemplateLensReviewCommandOutput,
178
160
  } from "./commands/GetReviewTemplateLensReviewCommand";
179
- import {
180
- GetWorkloadCommandInput,
181
- GetWorkloadCommandOutput,
182
- } from "./commands/GetWorkloadCommand";
183
- import {
184
- ImportLensCommandInput,
185
- ImportLensCommandOutput,
186
- } from "./commands/ImportLensCommand";
187
- import {
188
- ListAnswersCommandInput,
189
- ListAnswersCommandOutput,
190
- } from "./commands/ListAnswersCommand";
161
+ import { GetWorkloadCommandInput, GetWorkloadCommandOutput } from "./commands/GetWorkloadCommand";
162
+ import { ImportLensCommandInput, ImportLensCommandOutput } from "./commands/ImportLensCommand";
163
+ import { ListAnswersCommandInput, ListAnswersCommandOutput } from "./commands/ListAnswersCommand";
191
164
  import {
192
165
  ListCheckDetailsCommandInput,
193
166
  ListCheckDetailsCommandOutput,
@@ -196,10 +169,7 @@ import {
196
169
  ListCheckSummariesCommandInput,
197
170
  ListCheckSummariesCommandOutput,
198
171
  } from "./commands/ListCheckSummariesCommand";
199
- import {
200
- ListLensesCommandInput,
201
- ListLensesCommandOutput,
202
- } from "./commands/ListLensesCommand";
172
+ import { ListLensesCommandInput, ListLensesCommandOutput } from "./commands/ListLensesCommand";
203
173
  import {
204
174
  ListLensReviewImprovementsCommandInput,
205
175
  ListLensReviewImprovementsCommandOutput,
@@ -260,10 +230,7 @@ import {
260
230
  ListWorkloadSharesCommandInput,
261
231
  ListWorkloadSharesCommandOutput,
262
232
  } from "./commands/ListWorkloadSharesCommand";
263
- import {
264
- TagResourceCommandInput,
265
- TagResourceCommandOutput,
266
- } from "./commands/TagResourceCommand";
233
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
267
234
  import {
268
235
  UntagResourceCommandInput,
269
236
  UntagResourceCommandOutput,
@@ -477,8 +444,7 @@ export type ServiceOutputTypes =
477
444
  | UpgradeLensReviewCommandOutput
478
445
  | UpgradeProfileVersionCommandOutput
479
446
  | UpgradeReviewTemplateLensReviewCommandOutput;
480
- export interface ClientDefaults
481
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
447
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
482
448
  requestHandler?: __HttpHandlerUserInput;
483
449
  sha256?: __ChecksumConstructor | __HashConstructor;
484
450
  urlParser?: __UrlParser;
@@ -503,9 +469,7 @@ export interface ClientDefaults
503
469
  extensions?: RuntimeExtension[];
504
470
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
505
471
  }
506
- export type WellArchitectedClientConfigType = Partial<
507
- __SmithyConfiguration<__HttpHandlerOptions>
508
- > &
472
+ export type WellArchitectedClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
509
473
  ClientDefaults &
510
474
  UserAgentInputConfig &
511
475
  RetryInputConfig &
@@ -514,8 +478,7 @@ export type WellArchitectedClientConfigType = Partial<
514
478
  EndpointInputConfig<EndpointParameters> &
515
479
  HttpAuthSchemeInputConfig &
516
480
  ClientInputEndpointParameters;
517
- export interface WellArchitectedClientConfig
518
- extends WellArchitectedClientConfigType {}
481
+ export interface WellArchitectedClientConfig extends WellArchitectedClientConfigType {}
519
482
  export type WellArchitectedClientResolvedConfigType =
520
483
  __SmithyResolvedConfiguration<__HttpHandlerOptions> &
521
484
  Required<ClientDefaults> &
@@ -527,8 +490,7 @@ export type WellArchitectedClientResolvedConfigType =
527
490
  EndpointResolvedConfig<EndpointParameters> &
528
491
  HttpAuthSchemeResolvedConfig &
529
492
  ClientResolvedEndpointParameters;
530
- export interface WellArchitectedClientResolvedConfig
531
- extends WellArchitectedClientResolvedConfigType {}
493
+ export interface WellArchitectedClientResolvedConfig extends WellArchitectedClientResolvedConfigType {}
532
494
  export declare class WellArchitectedClient extends __Client<
533
495
  __HttpHandlerOptions,
534
496
  ServiceInputTypes,
@@ -536,8 +498,6 @@ export declare class WellArchitectedClient extends __Client<
536
498
  WellArchitectedClientResolvedConfig
537
499
  > {
538
500
  readonly config: WellArchitectedClientResolvedConfig;
539
- constructor(
540
- ...[configuration]: __CheckOptionalClientConfig<WellArchitectedClientConfig>
541
- );
501
+ constructor(...[configuration]: __CheckOptionalClientConfig<WellArchitectedClientConfig>);
542
502
  destroy(): void;
543
503
  }
@@ -7,17 +7,10 @@ import { WellArchitectedHttpAuthSchemeProvider } from "./httpAuthSchemeProvider"
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: WellArchitectedHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: WellArchitectedHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): WellArchitectedHttpAuthSchemeProvider;
14
- setCredentials(
15
- credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider
16
- ): void;
17
- credentials():
18
- | AwsCredentialIdentity
19
- | AwsCredentialIdentityProvider
20
- | undefined;
12
+ setCredentials(credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider): void;
13
+ credentials(): AwsCredentialIdentity | AwsCredentialIdentityProvider | undefined;
21
14
  }
22
15
  export type HttpAuthRuntimeConfig = Partial<{
23
16
  httpAuthSchemes: HttpAuthScheme[];
@@ -25,8 +18,8 @@ export type HttpAuthRuntimeConfig = Partial<{
25
18
  credentials: AwsCredentialIdentity | AwsCredentialIdentityProvider;
26
19
  }>;
27
20
  export declare const getHttpAuthExtensionConfiguration: (
28
- runtimeConfig: HttpAuthRuntimeConfig
21
+ runtimeConfig: HttpAuthRuntimeConfig,
29
22
  ) => HttpAuthExtensionConfiguration;
30
23
  export declare const resolveHttpAuthRuntimeConfig: (
31
- config: HttpAuthExtensionConfiguration
24
+ config: HttpAuthExtensionConfiguration,
32
25
  ) => HttpAuthRuntimeConfig;
@@ -12,36 +12,32 @@ import {
12
12
  Provider,
13
13
  } from "@smithy/types";
14
14
  import { WellArchitectedClientResolvedConfig } from "../WellArchitectedClient";
15
- export interface WellArchitectedHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface WellArchitectedHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface WellArchitectedHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- WellArchitectedClientResolvedConfig,
22
- HandlerExecutionContext,
23
- WellArchitectedHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface WellArchitectedHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ WellArchitectedClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ WellArchitectedHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultWellArchitectedHttpAuthSchemeParametersProvider: (
27
25
  config: WellArchitectedClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<WellArchitectedHttpAuthSchemeParameters>;
31
- export interface WellArchitectedHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<WellArchitectedHttpAuthSchemeParameters> {}
29
+ export interface WellArchitectedHttpAuthSchemeProvider extends HttpAuthSchemeProvider<WellArchitectedHttpAuthSchemeParameters> {}
33
30
  export declare const defaultWellArchitectedHttpAuthSchemeProvider: WellArchitectedHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: WellArchitectedHttpAuthSchemeProvider;
38
35
  }
39
- export interface HttpAuthSchemeResolvedConfig
40
- extends AwsSdkSigV4AuthResolvedConfig {
36
+ export interface HttpAuthSchemeResolvedConfig extends AwsSdkSigV4AuthResolvedConfig {
41
37
  readonly authSchemePreference: Provider<string[]>;
42
38
  readonly httpAuthSchemes: HttpAuthScheme[];
43
39
  readonly httpAuthSchemeProvider: WellArchitectedHttpAuthSchemeProvider;
44
40
  }
45
41
  export declare const resolveHttpAuthSchemeConfig: <T>(
46
- config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved
42
+ config: T & HttpAuthSchemeInputConfig & AwsSdkSigV4PreviouslyResolved,
47
43
  ) => T & HttpAuthSchemeResolvedConfig;
@@ -4,22 +4,21 @@ import {
4
4
  ServiceOutputTypes,
5
5
  WellArchitectedClientResolvedConfig,
6
6
  } from "./WellArchitectedClient";
7
- export declare const command: <
8
- I extends ServiceInputTypes,
9
- O extends ServiceOutputTypes
10
- >(
7
+ export declare const command: <I extends ServiceInputTypes, O extends ServiceOutputTypes>(
11
8
  added: EndpointParameterInstructions,
12
9
  plugins: (
13
10
  CommandCtor: any,
14
11
  clientStack: any,
15
12
  config: any,
16
- options: any
13
+ options: any,
17
14
  ) => import("@smithy/types").Pluggable<any, any>[],
18
15
  op: string,
19
16
  $: import("@smithy/types").StaticOperationSchema,
20
- smithyContext?: Record<string, unknown>
17
+ smithyContext?: Record<string, unknown>,
21
18
  ) => {
22
- new (input: I): import("@smithy/core/client").CommandImpl<
19
+ new (
20
+ input: I,
21
+ ): import("@smithy/core/client").CommandImpl<
23
22
  I,
24
23
  O,
25
24
  WellArchitectedClientResolvedConfig,
@@ -38,9 +37,4 @@ export declare const command: <
38
37
  getEndpointParameterInstructions(): EndpointParameterInstructions;
39
38
  };
40
39
  export declare const _ep0: EndpointParameterInstructions;
41
- export declare const _mw0: (
42
- Command: any,
43
- cs: any,
44
- config: any,
45
- o: any
46
- ) => never[];
40
+ export declare const _mw0: (Command: any, cs: any, config: any, o: any) => never[];
@@ -5,7 +5,7 @@ export interface AssociateLensesCommandInput extends AssociateLensesInput {}
5
5
  export interface AssociateLensesCommandOutput extends __MetadataBearer {}
6
6
  declare const AssociateLensesCommand_base: {
7
7
  new (
8
- input: AssociateLensesCommandInput
8
+ input: AssociateLensesCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  AssociateLensesCommandInput,
11
11
  AssociateLensesCommandOutput,
@@ -14,7 +14,7 @@ declare const AssociateLensesCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: AssociateLensesCommandInput
17
+ input: AssociateLensesCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  AssociateLensesCommandInput,
20
20
  AssociateLensesCommandOutput,
@@ -5,7 +5,7 @@ export interface AssociateProfilesCommandInput extends AssociateProfilesInput {}
5
5
  export interface AssociateProfilesCommandOutput extends __MetadataBearer {}
6
6
  declare const AssociateProfilesCommand_base: {
7
7
  new (
8
- input: AssociateProfilesCommandInput
8
+ input: AssociateProfilesCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  AssociateProfilesCommandInput,
11
11
  AssociateProfilesCommandOutput,
@@ -14,7 +14,7 @@ declare const AssociateProfilesCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: AssociateProfilesCommandInput
17
+ input: AssociateProfilesCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  AssociateProfilesCommandInput,
20
20
  AssociateProfilesCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLensShareInput,
4
- CreateLensShareOutput,
5
- } from "../models/models_0";
2
+ import { CreateLensShareInput, CreateLensShareOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateLensShareCommandInput extends CreateLensShareInput {}
8
- export interface CreateLensShareCommandOutput
9
- extends CreateLensShareOutput,
10
- __MetadataBearer {}
5
+ export interface CreateLensShareCommandOutput extends CreateLensShareOutput, __MetadataBearer {}
11
6
  declare const CreateLensShareCommand_base: {
12
7
  new (
13
- input: CreateLensShareCommandInput
8
+ input: CreateLensShareCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateLensShareCommandInput,
16
11
  CreateLensShareCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateLensShareCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateLensShareCommandInput
17
+ input: CreateLensShareCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateLensShareCommandInput,
25
20
  CreateLensShareCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateLensVersionInput,
4
- CreateLensVersionOutput,
5
- } from "../models/models_0";
2
+ import { CreateLensVersionInput, CreateLensVersionOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateLensVersionCommandInput extends CreateLensVersionInput {}
8
- export interface CreateLensVersionCommandOutput
9
- extends CreateLensVersionOutput,
10
- __MetadataBearer {}
5
+ export interface CreateLensVersionCommandOutput extends CreateLensVersionOutput, __MetadataBearer {}
11
6
  declare const CreateLensVersionCommand_base: {
12
7
  new (
13
- input: CreateLensVersionCommandInput
8
+ input: CreateLensVersionCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateLensVersionCommandInput,
16
11
  CreateLensVersionCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateLensVersionCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateLensVersionCommandInput
17
+ input: CreateLensVersionCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateLensVersionCommandInput,
25
20
  CreateLensVersionCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateMilestoneInput,
4
- CreateMilestoneOutput,
5
- } from "../models/models_0";
2
+ import { CreateMilestoneInput, CreateMilestoneOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateMilestoneCommandInput extends CreateMilestoneInput {}
8
- export interface CreateMilestoneCommandOutput
9
- extends CreateMilestoneOutput,
10
- __MetadataBearer {}
5
+ export interface CreateMilestoneCommandOutput extends CreateMilestoneOutput, __MetadataBearer {}
11
6
  declare const CreateMilestoneCommand_base: {
12
7
  new (
13
- input: CreateMilestoneCommandInput
8
+ input: CreateMilestoneCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateMilestoneCommandInput,
16
11
  CreateMilestoneCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateMilestoneCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateMilestoneCommandInput
17
+ input: CreateMilestoneCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateMilestoneCommandInput,
25
20
  CreateMilestoneCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateProfileInput, CreateProfileOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateProfileCommandInput extends CreateProfileInput {}
5
- export interface CreateProfileCommandOutput
6
- extends CreateProfileOutput,
7
- __MetadataBearer {}
5
+ export interface CreateProfileCommandOutput extends CreateProfileOutput, __MetadataBearer {}
8
6
  declare const CreateProfileCommand_base: {
9
7
  new (
10
- input: CreateProfileCommandInput
8
+ input: CreateProfileCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateProfileCommandInput,
13
11
  CreateProfileCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateProfileCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateProfileCommandInput
17
+ input: CreateProfileCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateProfileCommandInput,
22
20
  CreateProfileCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateProfileShareInput,
4
- CreateProfileShareOutput,
5
- } from "../models/models_0";
2
+ import { CreateProfileShareInput, CreateProfileShareOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateProfileShareCommandInput
8
- extends CreateProfileShareInput {}
4
+ export interface CreateProfileShareCommandInput extends CreateProfileShareInput {}
9
5
  export interface CreateProfileShareCommandOutput
10
- extends CreateProfileShareOutput,
11
- __MetadataBearer {}
6
+ extends CreateProfileShareOutput, __MetadataBearer {}
12
7
  declare const CreateProfileShareCommand_base: {
13
8
  new (
14
- input: CreateProfileShareCommandInput
9
+ input: CreateProfileShareCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateProfileShareCommandInput,
17
12
  CreateProfileShareCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateProfileShareCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateProfileShareCommandInput
18
+ input: CreateProfileShareCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateProfileShareCommandInput,
26
21
  CreateProfileShareCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateReviewTemplateInput,
4
- CreateReviewTemplateOutput,
5
- } from "../models/models_0";
2
+ import { CreateReviewTemplateInput, CreateReviewTemplateOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateReviewTemplateCommandInput
8
- extends CreateReviewTemplateInput {}
4
+ export interface CreateReviewTemplateCommandInput extends CreateReviewTemplateInput {}
9
5
  export interface CreateReviewTemplateCommandOutput
10
- extends CreateReviewTemplateOutput,
11
- __MetadataBearer {}
6
+ extends CreateReviewTemplateOutput, __MetadataBearer {}
12
7
  declare const CreateReviewTemplateCommand_base: {
13
8
  new (
14
- input: CreateReviewTemplateCommandInput
9
+ input: CreateReviewTemplateCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateReviewTemplateCommandInput,
17
12
  CreateReviewTemplateCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateReviewTemplateCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateReviewTemplateCommandInput
18
+ input: CreateReviewTemplateCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateReviewTemplateCommandInput,
26
21
  CreateReviewTemplateCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateTemplateShareInput,
4
- CreateTemplateShareOutput,
5
- } from "../models/models_0";
2
+ import { CreateTemplateShareInput, CreateTemplateShareOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateTemplateShareCommandInput
8
- extends CreateTemplateShareInput {}
4
+ export interface CreateTemplateShareCommandInput extends CreateTemplateShareInput {}
9
5
  export interface CreateTemplateShareCommandOutput
10
- extends CreateTemplateShareOutput,
11
- __MetadataBearer {}
6
+ extends CreateTemplateShareOutput, __MetadataBearer {}
12
7
  declare const CreateTemplateShareCommand_base: {
13
8
  new (
14
- input: CreateTemplateShareCommandInput
9
+ input: CreateTemplateShareCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateTemplateShareCommandInput,
17
12
  CreateTemplateShareCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateTemplateShareCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateTemplateShareCommandInput
18
+ input: CreateTemplateShareCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateTemplateShareCommandInput,
26
21
  CreateTemplateShareCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateWorkloadInput, CreateWorkloadOutput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateWorkloadCommandInput extends CreateWorkloadInput {}
5
- export interface CreateWorkloadCommandOutput
6
- extends CreateWorkloadOutput,
7
- __MetadataBearer {}
5
+ export interface CreateWorkloadCommandOutput extends CreateWorkloadOutput, __MetadataBearer {}
8
6
  declare const CreateWorkloadCommand_base: {
9
7
  new (
10
- input: CreateWorkloadCommandInput
8
+ input: CreateWorkloadCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateWorkloadCommandInput,
13
11
  CreateWorkloadCommandOutput,
@@ -16,7 +14,7 @@ declare const CreateWorkloadCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: CreateWorkloadCommandInput
17
+ input: CreateWorkloadCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  CreateWorkloadCommandInput,
22
20
  CreateWorkloadCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateWorkloadShareInput,
4
- CreateWorkloadShareOutput,
5
- } from "../models/models_0";
2
+ import { CreateWorkloadShareInput, CreateWorkloadShareOutput } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface CreateWorkloadShareCommandInput
8
- extends CreateWorkloadShareInput {}
4
+ export interface CreateWorkloadShareCommandInput extends CreateWorkloadShareInput {}
9
5
  export interface CreateWorkloadShareCommandOutput
10
- extends CreateWorkloadShareOutput,
11
- __MetadataBearer {}
6
+ extends CreateWorkloadShareOutput, __MetadataBearer {}
12
7
  declare const CreateWorkloadShareCommand_base: {
13
8
  new (
14
- input: CreateWorkloadShareCommandInput
9
+ input: CreateWorkloadShareCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  CreateWorkloadShareCommandInput,
17
12
  CreateWorkloadShareCommandOutput,
@@ -20,7 +15,7 @@ declare const CreateWorkloadShareCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: CreateWorkloadShareCommandInput
18
+ input: CreateWorkloadShareCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  CreateWorkloadShareCommandInput,
26
21
  CreateWorkloadShareCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteLensCommandInput extends DeleteLensInput {}
5
5
  export interface DeleteLensCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteLensCommand_base: {
7
7
  new (
8
- input: DeleteLensCommandInput
8
+ input: DeleteLensCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteLensCommandInput,
11
11
  DeleteLensCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteLensCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteLensCommandInput
17
+ input: DeleteLensCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteLensCommandInput,
20
20
  DeleteLensCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteLensShareCommandInput extends DeleteLensShareInput {}
5
5
  export interface DeleteLensShareCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteLensShareCommand_base: {
7
7
  new (
8
- input: DeleteLensShareCommandInput
8
+ input: DeleteLensShareCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteLensShareCommandInput,
11
11
  DeleteLensShareCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteLensShareCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteLensShareCommandInput
17
+ input: DeleteLensShareCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteLensShareCommandInput,
20
20
  DeleteLensShareCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteProfileCommandInput extends DeleteProfileInput {}
5
5
  export interface DeleteProfileCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteProfileCommand_base: {
7
7
  new (
8
- input: DeleteProfileCommandInput
8
+ input: DeleteProfileCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteProfileCommandInput,
11
11
  DeleteProfileCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteProfileCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteProfileCommandInput
17
+ input: DeleteProfileCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteProfileCommandInput,
20
20
  DeleteProfileCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteProfileShareInput } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteProfileShareCommandInput
5
- extends DeleteProfileShareInput {}
4
+ export interface DeleteProfileShareCommandInput extends DeleteProfileShareInput {}
6
5
  export interface DeleteProfileShareCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteProfileShareCommand_base: {
8
7
  new (
9
- input: DeleteProfileShareCommandInput
8
+ input: DeleteProfileShareCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteProfileShareCommandInput,
12
11
  DeleteProfileShareCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteProfileShareCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteProfileShareCommandInput
17
+ input: DeleteProfileShareCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteProfileShareCommandInput,
21
20
  DeleteProfileShareCommandOutput,