@aws-sdk/client-detective 3.1087.0 → 3.1088.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 (50) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/Detective.d.ts +98 -122
  3. package/dist-types/ts3.4/DetectiveClient.d.ts +11 -38
  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/AcceptInvitationCommand.d.ts +2 -2
  8. package/dist-types/ts3.4/commands/BatchGetGraphMemberDatasourcesCommand.d.ts +4 -6
  9. package/dist-types/ts3.4/commands/BatchGetMembershipDatasourcesCommand.d.ts +4 -6
  10. package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +2 -4
  11. package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +4 -9
  12. package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +2 -2
  13. package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +4 -9
  14. package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +4 -6
  15. package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +2 -3
  16. package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +3 -4
  17. package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +4 -6
  18. package/dist-types/ts3.4/commands/GetInvestigationCommand.d.ts +4 -9
  19. package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/ListDatasourcePackagesCommand.d.ts +5 -10
  21. package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +2 -4
  22. package/dist-types/ts3.4/commands/ListIndicatorsCommand.d.ts +4 -9
  23. package/dist-types/ts3.4/commands/ListInvestigationsCommand.d.ts +5 -10
  24. package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +3 -8
  25. package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +3 -5
  26. package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +3 -5
  27. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  28. package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +2 -2
  29. package/dist-types/ts3.4/commands/StartInvestigationCommand.d.ts +5 -10
  30. package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +3 -4
  31. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  32. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
  33. package/dist-types/ts3.4/commands/UpdateDatasourcePackagesCommand.d.ts +4 -6
  34. package/dist-types/ts3.4/commands/UpdateInvestigationStateCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  37. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  38. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  39. package/dist-types/ts3.4/models/enums.d.ts +3 -6
  40. package/dist-types/ts3.4/models/errors.d.ts +6 -18
  41. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  42. package/dist-types/ts3.4/pagination/ListGraphsPaginator.d.ts +1 -4
  43. package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +1 -4
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
  48. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  49. package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
  50. 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 {
@@ -48,18 +45,12 @@ import {
48
45
  BatchGetMembershipDatasourcesCommandInput,
49
46
  BatchGetMembershipDatasourcesCommandOutput,
50
47
  } from "./commands/BatchGetMembershipDatasourcesCommand";
51
- import {
52
- CreateGraphCommandInput,
53
- CreateGraphCommandOutput,
54
- } from "./commands/CreateGraphCommand";
48
+ import { CreateGraphCommandInput, CreateGraphCommandOutput } from "./commands/CreateGraphCommand";
55
49
  import {
56
50
  CreateMembersCommandInput,
57
51
  CreateMembersCommandOutput,
58
52
  } from "./commands/CreateMembersCommand";
59
- import {
60
- DeleteGraphCommandInput,
61
- DeleteGraphCommandOutput,
62
- } from "./commands/DeleteGraphCommand";
53
+ import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "./commands/DeleteGraphCommand";
63
54
  import {
64
55
  DeleteMembersCommandInput,
65
56
  DeleteMembersCommandOutput,
@@ -84,18 +75,12 @@ import {
84
75
  GetInvestigationCommandInput,
85
76
  GetInvestigationCommandOutput,
86
77
  } from "./commands/GetInvestigationCommand";
87
- import {
88
- GetMembersCommandInput,
89
- GetMembersCommandOutput,
90
- } from "./commands/GetMembersCommand";
78
+ import { GetMembersCommandInput, GetMembersCommandOutput } from "./commands/GetMembersCommand";
91
79
  import {
92
80
  ListDatasourcePackagesCommandInput,
93
81
  ListDatasourcePackagesCommandOutput,
94
82
  } from "./commands/ListDatasourcePackagesCommand";
95
- import {
96
- ListGraphsCommandInput,
97
- ListGraphsCommandOutput,
98
- } from "./commands/ListGraphsCommand";
83
+ import { ListGraphsCommandInput, ListGraphsCommandOutput } from "./commands/ListGraphsCommand";
99
84
  import {
100
85
  ListIndicatorsCommandInput,
101
86
  ListIndicatorsCommandOutput,
@@ -108,10 +93,7 @@ import {
108
93
  ListInvitationsCommandInput,
109
94
  ListInvitationsCommandOutput,
110
95
  } from "./commands/ListInvitationsCommand";
111
- import {
112
- ListMembersCommandInput,
113
- ListMembersCommandOutput,
114
- } from "./commands/ListMembersCommand";
96
+ import { ListMembersCommandInput, ListMembersCommandOutput } from "./commands/ListMembersCommand";
115
97
  import {
116
98
  ListOrganizationAdminAccountsCommandInput,
117
99
  ListOrganizationAdminAccountsCommandOutput,
@@ -132,10 +114,7 @@ import {
132
114
  StartMonitoringMemberCommandInput,
133
115
  StartMonitoringMemberCommandOutput,
134
116
  } from "./commands/StartMonitoringMemberCommand";
135
- import {
136
- TagResourceCommandInput,
137
- TagResourceCommandOutput,
138
- } from "./commands/TagResourceCommand";
117
+ import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
139
118
  import {
140
119
  UntagResourceCommandInput,
141
120
  UntagResourceCommandOutput,
@@ -219,8 +198,7 @@ export type ServiceOutputTypes =
219
198
  | UpdateDatasourcePackagesCommandOutput
220
199
  | UpdateInvestigationStateCommandOutput
221
200
  | UpdateOrganizationConfigurationCommandOutput;
222
- export interface ClientDefaults
223
- extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
201
+ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHandlerOptions>> {
224
202
  requestHandler?: __HttpHandlerUserInput;
225
203
  sha256?: __ChecksumConstructor | __HashConstructor;
226
204
  urlParser?: __UrlParser;
@@ -245,9 +223,7 @@ export interface ClientDefaults
245
223
  extensions?: RuntimeExtension[];
246
224
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
247
225
  }
248
- export type DetectiveClientConfigType = Partial<
249
- __SmithyConfiguration<__HttpHandlerOptions>
250
- > &
226
+ export type DetectiveClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> &
251
227
  ClientDefaults &
252
228
  UserAgentInputConfig &
253
229
  RetryInputConfig &
@@ -268,8 +244,7 @@ export type DetectiveClientResolvedConfigType =
268
244
  EndpointResolvedConfig<EndpointParameters> &
269
245
  HttpAuthSchemeResolvedConfig &
270
246
  ClientResolvedEndpointParameters;
271
- export interface DetectiveClientResolvedConfig
272
- extends DetectiveClientResolvedConfigType {}
247
+ export interface DetectiveClientResolvedConfig extends DetectiveClientResolvedConfigType {}
273
248
  export declare class DetectiveClient extends __Client<
274
249
  __HttpHandlerOptions,
275
250
  ServiceInputTypes,
@@ -277,8 +252,6 @@ export declare class DetectiveClient extends __Client<
277
252
  DetectiveClientResolvedConfig
278
253
  > {
279
254
  readonly config: DetectiveClientResolvedConfig;
280
- constructor(
281
- ...[configuration]: __CheckOptionalClientConfig<DetectiveClientConfig>
282
- );
255
+ constructor(...[configuration]: __CheckOptionalClientConfig<DetectiveClientConfig>);
283
256
  destroy(): void;
284
257
  }
@@ -7,17 +7,10 @@ import { DetectiveHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
7
7
  export interface HttpAuthExtensionConfiguration {
8
8
  setHttpAuthScheme(httpAuthScheme: HttpAuthScheme): void;
9
9
  httpAuthSchemes(): HttpAuthScheme[];
10
- setHttpAuthSchemeProvider(
11
- httpAuthSchemeProvider: DetectiveHttpAuthSchemeProvider
12
- ): void;
10
+ setHttpAuthSchemeProvider(httpAuthSchemeProvider: DetectiveHttpAuthSchemeProvider): void;
13
11
  httpAuthSchemeProvider(): DetectiveHttpAuthSchemeProvider;
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 { DetectiveClientResolvedConfig } from "../DetectiveClient";
15
- export interface DetectiveHttpAuthSchemeParameters
16
- extends HttpAuthSchemeParameters {
15
+ export interface DetectiveHttpAuthSchemeParameters extends HttpAuthSchemeParameters {
17
16
  region?: string;
18
17
  }
19
- export interface DetectiveHttpAuthSchemeParametersProvider
20
- extends HttpAuthSchemeParametersProvider<
21
- DetectiveClientResolvedConfig,
22
- HandlerExecutionContext,
23
- DetectiveHttpAuthSchemeParameters,
24
- object
25
- > {}
18
+ export interface DetectiveHttpAuthSchemeParametersProvider extends HttpAuthSchemeParametersProvider<
19
+ DetectiveClientResolvedConfig,
20
+ HandlerExecutionContext,
21
+ DetectiveHttpAuthSchemeParameters,
22
+ object
23
+ > {}
26
24
  export declare const defaultDetectiveHttpAuthSchemeParametersProvider: (
27
25
  config: DetectiveClientResolvedConfig,
28
26
  context: HandlerExecutionContext,
29
- input: object
27
+ input: object,
30
28
  ) => Promise<DetectiveHttpAuthSchemeParameters>;
31
- export interface DetectiveHttpAuthSchemeProvider
32
- extends HttpAuthSchemeProvider<DetectiveHttpAuthSchemeParameters> {}
29
+ export interface DetectiveHttpAuthSchemeProvider extends HttpAuthSchemeProvider<DetectiveHttpAuthSchemeParameters> {}
33
30
  export declare const defaultDetectiveHttpAuthSchemeProvider: DetectiveHttpAuthSchemeProvider;
34
31
  export interface HttpAuthSchemeInputConfig extends AwsSdkSigV4AuthInputConfig {
35
32
  authSchemePreference?: string[] | Provider<string[]>;
36
33
  httpAuthSchemes?: HttpAuthScheme[];
37
34
  httpAuthSchemeProvider?: DetectiveHttpAuthSchemeProvider;
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: DetectiveHttpAuthSchemeProvider;
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
  ServiceInputTypes,
5
5
  ServiceOutputTypes,
6
6
  } from "./DetectiveClient";
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
  DetectiveClientResolvedConfig,
@@ -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 AcceptInvitationCommandInput extends AcceptInvitationRequest {}
5
5
  export interface AcceptInvitationCommandOutput extends __MetadataBearer {}
6
6
  declare const AcceptInvitationCommand_base: {
7
7
  new (
8
- input: AcceptInvitationCommandInput
8
+ input: AcceptInvitationCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  AcceptInvitationCommandInput,
11
11
  AcceptInvitationCommandOutput,
@@ -14,7 +14,7 @@ declare const AcceptInvitationCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: AcceptInvitationCommandInput
17
+ input: AcceptInvitationCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  AcceptInvitationCommandInput,
20
20
  AcceptInvitationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetGraphMemberDatasourcesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetGraphMemberDatasourcesCommandInput
8
- extends BatchGetGraphMemberDatasourcesRequest {}
7
+ export interface BatchGetGraphMemberDatasourcesCommandInput extends BatchGetGraphMemberDatasourcesRequest {}
9
8
  export interface BatchGetGraphMemberDatasourcesCommandOutput
10
- extends BatchGetGraphMemberDatasourcesResponse,
11
- __MetadataBearer {}
9
+ extends BatchGetGraphMemberDatasourcesResponse, __MetadataBearer {}
12
10
  declare const BatchGetGraphMemberDatasourcesCommand_base: {
13
11
  new (
14
- input: BatchGetGraphMemberDatasourcesCommandInput
12
+ input: BatchGetGraphMemberDatasourcesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetGraphMemberDatasourcesCommandInput,
17
15
  BatchGetGraphMemberDatasourcesCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetGraphMemberDatasourcesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetGraphMemberDatasourcesCommandInput
21
+ input: BatchGetGraphMemberDatasourcesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetGraphMemberDatasourcesCommandInput,
26
24
  BatchGetGraphMemberDatasourcesCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  BatchGetMembershipDatasourcesResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface BatchGetMembershipDatasourcesCommandInput
8
- extends BatchGetMembershipDatasourcesRequest {}
7
+ export interface BatchGetMembershipDatasourcesCommandInput extends BatchGetMembershipDatasourcesRequest {}
9
8
  export interface BatchGetMembershipDatasourcesCommandOutput
10
- extends BatchGetMembershipDatasourcesResponse,
11
- __MetadataBearer {}
9
+ extends BatchGetMembershipDatasourcesResponse, __MetadataBearer {}
12
10
  declare const BatchGetMembershipDatasourcesCommand_base: {
13
11
  new (
14
- input: BatchGetMembershipDatasourcesCommandInput
12
+ input: BatchGetMembershipDatasourcesCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  BatchGetMembershipDatasourcesCommandInput,
17
15
  BatchGetMembershipDatasourcesCommandOutput,
@@ -20,7 +18,7 @@ declare const BatchGetMembershipDatasourcesCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: BatchGetMembershipDatasourcesCommandInput
21
+ input: BatchGetMembershipDatasourcesCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  BatchGetMembershipDatasourcesCommandInput,
26
24
  BatchGetMembershipDatasourcesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { CreateGraphRequest, CreateGraphResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface CreateGraphCommandInput extends CreateGraphRequest {}
5
- export interface CreateGraphCommandOutput
6
- extends CreateGraphResponse,
7
- __MetadataBearer {}
5
+ export interface CreateGraphCommandOutput extends CreateGraphResponse, __MetadataBearer {}
8
6
  declare const CreateGraphCommand_base: {
9
7
  new (
10
- input: CreateGraphCommandInput
8
+ input: CreateGraphCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  CreateGraphCommandInput,
13
11
  CreateGraphCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- CreateMembersRequest,
4
- CreateMembersResponse,
5
- } from "../models/models_0";
2
+ import { CreateMembersRequest, CreateMembersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface CreateMembersCommandInput extends CreateMembersRequest {}
8
- export interface CreateMembersCommandOutput
9
- extends CreateMembersResponse,
10
- __MetadataBearer {}
5
+ export interface CreateMembersCommandOutput extends CreateMembersResponse, __MetadataBearer {}
11
6
  declare const CreateMembersCommand_base: {
12
7
  new (
13
- input: CreateMembersCommandInput
8
+ input: CreateMembersCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  CreateMembersCommandInput,
16
11
  CreateMembersCommandOutput,
@@ -19,7 +14,7 @@ declare const CreateMembersCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: CreateMembersCommandInput
17
+ input: CreateMembersCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  CreateMembersCommandInput,
25
20
  CreateMembersCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteGraphCommandInput extends DeleteGraphRequest {}
5
5
  export interface DeleteGraphCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteGraphCommand_base: {
7
7
  new (
8
- input: DeleteGraphCommandInput
8
+ input: DeleteGraphCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteGraphCommandInput,
11
11
  DeleteGraphCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteGraphCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteGraphCommandInput
17
+ input: DeleteGraphCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteGraphCommandInput,
20
20
  DeleteGraphCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteMembersRequest,
4
- DeleteMembersResponse,
5
- } from "../models/models_0";
2
+ import { DeleteMembersRequest, DeleteMembersResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteMembersCommandInput extends DeleteMembersRequest {}
8
- export interface DeleteMembersCommandOutput
9
- extends DeleteMembersResponse,
10
- __MetadataBearer {}
5
+ export interface DeleteMembersCommandOutput extends DeleteMembersResponse, __MetadataBearer {}
11
6
  declare const DeleteMembersCommand_base: {
12
7
  new (
13
- input: DeleteMembersCommandInput
8
+ input: DeleteMembersCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteMembersCommandInput,
16
11
  DeleteMembersCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteMembersCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteMembersCommandInput
17
+ input: DeleteMembersCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteMembersCommandInput,
25
20
  DeleteMembersCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeOrganizationConfigurationResponse,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeOrganizationConfigurationCommandInput
8
- extends DescribeOrganizationConfigurationRequest {}
7
+ export interface DescribeOrganizationConfigurationCommandInput extends DescribeOrganizationConfigurationRequest {}
9
8
  export interface DescribeOrganizationConfigurationCommandOutput
10
- extends DescribeOrganizationConfigurationResponse,
11
- __MetadataBearer {}
9
+ extends DescribeOrganizationConfigurationResponse, __MetadataBearer {}
12
10
  declare const DescribeOrganizationConfigurationCommand_base: {
13
11
  new (
14
- input: DescribeOrganizationConfigurationCommandInput
12
+ input: DescribeOrganizationConfigurationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeOrganizationConfigurationCommandInput,
17
15
  DescribeOrganizationConfigurationCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeOrganizationConfigurationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeOrganizationConfigurationCommandInput
21
+ input: DescribeOrganizationConfigurationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeOrganizationConfigurationCommandInput,
26
24
  DescribeOrganizationConfigurationCommandOutput,
@@ -1,11 +1,10 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  export { __MetadataBearer };
3
3
  export interface DisableOrganizationAdminAccountCommandInput {}
4
- export interface DisableOrganizationAdminAccountCommandOutput
5
- extends __MetadataBearer {}
4
+ export interface DisableOrganizationAdminAccountCommandOutput extends __MetadataBearer {}
6
5
  declare const DisableOrganizationAdminAccountCommand_base: {
7
6
  new (
8
- input: DisableOrganizationAdminAccountCommandInput
7
+ input: DisableOrganizationAdminAccountCommandInput,
9
8
  ): import("@smithy/core/client").CommandImpl<
10
9
  DisableOrganizationAdminAccountCommandInput,
11
10
  DisableOrganizationAdminAccountCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DisassociateMembershipRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DisassociateMembershipCommandInput
5
- extends DisassociateMembershipRequest {}
4
+ export interface DisassociateMembershipCommandInput extends DisassociateMembershipRequest {}
6
5
  export interface DisassociateMembershipCommandOutput extends __MetadataBearer {}
7
6
  declare const DisassociateMembershipCommand_base: {
8
7
  new (
9
- input: DisassociateMembershipCommandInput
8
+ input: DisassociateMembershipCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DisassociateMembershipCommandInput,
12
11
  DisassociateMembershipCommandOutput,
@@ -15,7 +14,7 @@ declare const DisassociateMembershipCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DisassociateMembershipCommandInput
17
+ input: DisassociateMembershipCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DisassociateMembershipCommandInput,
21
20
  DisassociateMembershipCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { EnableOrganizationAdminAccountRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface EnableOrganizationAdminAccountCommandInput
5
- extends EnableOrganizationAdminAccountRequest {}
6
- export interface EnableOrganizationAdminAccountCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface EnableOrganizationAdminAccountCommandInput extends EnableOrganizationAdminAccountRequest {}
5
+ export interface EnableOrganizationAdminAccountCommandOutput extends __MetadataBearer {}
8
6
  declare const EnableOrganizationAdminAccountCommand_base: {
9
7
  new (
10
- input: EnableOrganizationAdminAccountCommandInput
8
+ input: EnableOrganizationAdminAccountCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  EnableOrganizationAdminAccountCommandInput,
13
11
  EnableOrganizationAdminAccountCommandOutput,
@@ -16,7 +14,7 @@ declare const EnableOrganizationAdminAccountCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: EnableOrganizationAdminAccountCommandInput
17
+ input: EnableOrganizationAdminAccountCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  EnableOrganizationAdminAccountCommandInput,
22
20
  EnableOrganizationAdminAccountCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetInvestigationRequest,
4
- GetInvestigationResponse,
5
- } from "../models/models_0";
2
+ import { GetInvestigationRequest, GetInvestigationResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetInvestigationCommandInput extends GetInvestigationRequest {}
8
- export interface GetInvestigationCommandOutput
9
- extends GetInvestigationResponse,
10
- __MetadataBearer {}
5
+ export interface GetInvestigationCommandOutput extends GetInvestigationResponse, __MetadataBearer {}
11
6
  declare const GetInvestigationCommand_base: {
12
7
  new (
13
- input: GetInvestigationCommandInput
8
+ input: GetInvestigationCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetInvestigationCommandInput,
16
11
  GetInvestigationCommandOutput,
@@ -19,7 +14,7 @@ declare const GetInvestigationCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetInvestigationCommandInput
17
+ input: GetInvestigationCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetInvestigationCommandInput,
25
20
  GetInvestigationCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { GetMembersRequest, GetMembersResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface GetMembersCommandInput extends GetMembersRequest {}
5
- export interface GetMembersCommandOutput
6
- extends GetMembersResponse,
7
- __MetadataBearer {}
5
+ export interface GetMembersCommandOutput extends GetMembersResponse, __MetadataBearer {}
8
6
  declare const GetMembersCommand_base: {
9
7
  new (
10
- input: GetMembersCommandInput
8
+ input: GetMembersCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  GetMembersCommandInput,
13
11
  GetMembersCommandOutput,
@@ -16,7 +14,7 @@ declare const GetMembersCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: GetMembersCommandInput
17
+ input: GetMembersCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  GetMembersCommandInput,
22
20
  GetMembersCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListDatasourcePackagesRequest,
4
- ListDatasourcePackagesResponse,
5
- } from "../models/models_0";
2
+ import { ListDatasourcePackagesRequest, ListDatasourcePackagesResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface ListDatasourcePackagesCommandInput
8
- extends ListDatasourcePackagesRequest {}
4
+ export interface ListDatasourcePackagesCommandInput extends ListDatasourcePackagesRequest {}
9
5
  export interface ListDatasourcePackagesCommandOutput
10
- extends ListDatasourcePackagesResponse,
11
- __MetadataBearer {}
6
+ extends ListDatasourcePackagesResponse, __MetadataBearer {}
12
7
  declare const ListDatasourcePackagesCommand_base: {
13
8
  new (
14
- input: ListDatasourcePackagesCommandInput
9
+ input: ListDatasourcePackagesCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  ListDatasourcePackagesCommandInput,
17
12
  ListDatasourcePackagesCommandOutput,
@@ -20,7 +15,7 @@ declare const ListDatasourcePackagesCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: ListDatasourcePackagesCommandInput
18
+ input: ListDatasourcePackagesCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  ListDatasourcePackagesCommandInput,
26
21
  ListDatasourcePackagesCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { ListGraphsRequest, ListGraphsResponse } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface ListGraphsCommandInput extends ListGraphsRequest {}
5
- export interface ListGraphsCommandOutput
6
- extends ListGraphsResponse,
7
- __MetadataBearer {}
5
+ export interface ListGraphsCommandOutput extends ListGraphsResponse, __MetadataBearer {}
8
6
  declare const ListGraphsCommand_base: {
9
7
  new (
10
- input: ListGraphsCommandInput
8
+ input: ListGraphsCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  ListGraphsCommandInput,
13
11
  ListGraphsCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- ListIndicatorsRequest,
4
- ListIndicatorsResponse,
5
- } from "../models/models_0";
2
+ import { ListIndicatorsRequest, ListIndicatorsResponse } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface ListIndicatorsCommandInput extends ListIndicatorsRequest {}
8
- export interface ListIndicatorsCommandOutput
9
- extends ListIndicatorsResponse,
10
- __MetadataBearer {}
5
+ export interface ListIndicatorsCommandOutput extends ListIndicatorsResponse, __MetadataBearer {}
11
6
  declare const ListIndicatorsCommand_base: {
12
7
  new (
13
- input: ListIndicatorsCommandInput
8
+ input: ListIndicatorsCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  ListIndicatorsCommandInput,
16
11
  ListIndicatorsCommandOutput,
@@ -19,7 +14,7 @@ declare const ListIndicatorsCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: ListIndicatorsCommandInput
17
+ input: ListIndicatorsCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  ListIndicatorsCommandInput,
25
20
  ListIndicatorsCommandOutput,