@aws-sdk/client-health 3.1077.0 → 3.1079.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.
- package/dist-cjs/index.js +22 -143
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +2 -14
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +2 -14
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +2 -14
- package/dist-es/commands/DescribeEntityAggregatesCommand.js +2 -14
- package/dist-es/commands/DescribeEntityAggregatesForOrganizationCommand.js +2 -14
- package/dist-es/commands/DescribeEventAggregatesCommand.js +2 -14
- package/dist-es/commands/DescribeEventDetailsCommand.js +2 -14
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +2 -14
- package/dist-es/commands/DescribeEventTypesCommand.js +2 -14
- package/dist-es/commands/DescribeEventsCommand.js +2 -14
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +2 -14
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +2 -14
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +2 -14
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventDetailsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventTypesCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsCommand.d.ts +3 -8
- package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEventAggregatesRequest,
|
|
10
4
|
DescribeEventAggregatesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEventAggregatesCommandInput
|
|
15
8
|
extends DescribeEventAggregatesRequest {}
|
|
16
9
|
export interface DescribeEventAggregatesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEventAggregatesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEventAggregatesCommandInput,
|
|
24
17
|
DescribeEventAggregatesCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeEventAggregatesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEventAggregatesCommandInput,
|
|
33
26
|
DescribeEventAggregatesCommandOutput,
|
|
34
|
-
HealthClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").HealthClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEventAggregatesCommand extends DescribeEventAggregatesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEventDetailsRequest,
|
|
10
4
|
DescribeEventDetailsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEventDetailsCommandInput
|
|
15
8
|
extends DescribeEventDetailsRequest {}
|
|
16
9
|
export interface DescribeEventDetailsCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEventDetailsCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEventDetailsCommandInput,
|
|
24
17
|
DescribeEventDetailsCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeEventDetailsCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEventDetailsCommandInput,
|
|
33
26
|
DescribeEventDetailsCommandOutput,
|
|
34
|
-
HealthClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").HealthClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEventDetailsCommand extends DescribeEventDetailsCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEventDetailsForOrganizationRequest,
|
|
10
4
|
DescribeEventDetailsForOrganizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEventDetailsForOrganizationCommandInput
|
|
15
8
|
extends DescribeEventDetailsForOrganizationRequest {}
|
|
16
9
|
export interface DescribeEventDetailsForOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEventDetailsForOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEventDetailsForOrganizationCommandInput,
|
|
24
17
|
DescribeEventDetailsForOrganizationCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeEventDetailsForOrganizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEventDetailsForOrganizationCommandInput,
|
|
33
26
|
DescribeEventDetailsForOrganizationCommandOutput,
|
|
34
|
-
HealthClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").HealthClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEventDetailsForOrganizationCommand extends DescribeEventDetailsForOrganizationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEventTypesRequest,
|
|
10
4
|
DescribeEventTypesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEventTypesCommandInput
|
|
15
8
|
extends DescribeEventTypesRequest {}
|
|
16
9
|
export interface DescribeEventTypesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEventTypesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEventTypesCommandInput,
|
|
24
17
|
DescribeEventTypesCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeEventTypesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEventTypesCommandInput,
|
|
33
26
|
DescribeEventTypesCommandOutput,
|
|
34
|
-
HealthClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").HealthClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEventTypesCommand extends DescribeEventTypesCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEventsRequest,
|
|
10
4
|
DescribeEventsResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
|
|
15
8
|
export interface DescribeEventsCommandOutput
|
|
16
9
|
extends DescribeEventsResponse,
|
|
@@ -21,22 +14,20 @@ declare const DescribeEventsCommand_base: {
|
|
|
21
14
|
): import("@smithy/core/client").CommandImpl<
|
|
22
15
|
DescribeEventsCommandInput,
|
|
23
16
|
DescribeEventsCommandOutput,
|
|
24
|
-
HealthClientResolvedConfig,
|
|
25
|
-
ServiceInputTypes,
|
|
26
|
-
ServiceOutputTypes
|
|
17
|
+
import("..").HealthClientResolvedConfig,
|
|
18
|
+
import("..").ServiceInputTypes,
|
|
19
|
+
import("..").ServiceOutputTypes
|
|
27
20
|
>;
|
|
28
21
|
new (
|
|
29
22
|
...[input]: [] | [DescribeEventsCommandInput]
|
|
30
23
|
): import("@smithy/core/client").CommandImpl<
|
|
31
24
|
DescribeEventsCommandInput,
|
|
32
25
|
DescribeEventsCommandOutput,
|
|
33
|
-
HealthClientResolvedConfig,
|
|
34
|
-
ServiceInputTypes,
|
|
35
|
-
ServiceOutputTypes
|
|
26
|
+
import("..").HealthClientResolvedConfig,
|
|
27
|
+
import("..").ServiceInputTypes,
|
|
28
|
+
import("..").ServiceOutputTypes
|
|
36
29
|
>;
|
|
37
|
-
getEndpointParameterInstructions():
|
|
38
|
-
[x: string]: unknown;
|
|
39
|
-
};
|
|
30
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
40
31
|
};
|
|
41
32
|
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
42
33
|
protected static __types: {
|
|
@@ -1,16 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
import {
|
|
9
3
|
DescribeEventsForOrganizationRequest,
|
|
10
4
|
DescribeEventsForOrganizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEventsForOrganizationCommandInput
|
|
15
8
|
extends DescribeEventsForOrganizationRequest {}
|
|
16
9
|
export interface DescribeEventsForOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEventsForOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEventsForOrganizationCommandInput,
|
|
24
17
|
DescribeEventsForOrganizationCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeEventsForOrganizationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEventsForOrganizationCommandInput,
|
|
33
26
|
DescribeEventsForOrganizationCommandOutput,
|
|
34
|
-
HealthClientResolvedConfig,
|
|
35
|
-
ServiceInputTypes,
|
|
36
|
-
ServiceOutputTypes
|
|
27
|
+
import("..").HealthClientResolvedConfig,
|
|
28
|
+
import("..").ServiceInputTypes,
|
|
29
|
+
import("..").ServiceOutputTypes
|
|
37
30
|
>;
|
|
38
|
-
getEndpointParameterInstructions():
|
|
39
|
-
[x: string]: unknown;
|
|
40
|
-
};
|
|
31
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
41
32
|
};
|
|
42
33
|
export declare class DescribeEventsForOrganizationCommand extends DescribeEventsForOrganizationCommand_base {
|
|
43
34
|
protected static __types: {
|
|
@@ -1,13 +1,6 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
import { DescribeHealthServiceStatusForOrganizationResponse } from "../models/models_0";
|
|
9
3
|
export { __MetadataBearer };
|
|
10
|
-
export { $Command };
|
|
11
4
|
export interface DescribeHealthServiceStatusForOrganizationCommandInput {}
|
|
12
5
|
export interface DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
13
6
|
extends DescribeHealthServiceStatusForOrganizationResponse,
|
|
@@ -18,22 +11,20 @@ declare const DescribeHealthServiceStatusForOrganizationCommand_base: {
|
|
|
18
11
|
): import("@smithy/core/client").CommandImpl<
|
|
19
12
|
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
20
13
|
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
21
|
-
HealthClientResolvedConfig,
|
|
22
|
-
ServiceInputTypes,
|
|
23
|
-
ServiceOutputTypes
|
|
14
|
+
import("..").HealthClientResolvedConfig,
|
|
15
|
+
import("..").ServiceInputTypes,
|
|
16
|
+
import("..").ServiceOutputTypes
|
|
24
17
|
>;
|
|
25
18
|
new (
|
|
26
19
|
...[input]: [] | [DescribeHealthServiceStatusForOrganizationCommandInput]
|
|
27
20
|
): import("@smithy/core/client").CommandImpl<
|
|
28
21
|
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
29
22
|
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
30
|
-
HealthClientResolvedConfig,
|
|
31
|
-
ServiceInputTypes,
|
|
32
|
-
ServiceOutputTypes
|
|
23
|
+
import("..").HealthClientResolvedConfig,
|
|
24
|
+
import("..").ServiceInputTypes,
|
|
25
|
+
import("..").ServiceOutputTypes
|
|
33
26
|
>;
|
|
34
|
-
getEndpointParameterInstructions():
|
|
35
|
-
[x: string]: unknown;
|
|
36
|
-
};
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
37
28
|
};
|
|
38
29
|
export declare class DescribeHealthServiceStatusForOrganizationCommand extends DescribeHealthServiceStatusForOrganizationCommand_base {
|
|
39
30
|
protected static __types: {
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
export { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
3
|
export interface DisableHealthServiceAccessForOrganizationCommandInput {}
|
|
11
4
|
export interface DisableHealthServiceAccessForOrganizationCommandOutput
|
|
12
5
|
extends __MetadataBearer {}
|
|
@@ -16,22 +9,20 @@ declare const DisableHealthServiceAccessForOrganizationCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
DisableHealthServiceAccessForOrganizationCommandInput,
|
|
18
11
|
DisableHealthServiceAccessForOrganizationCommandOutput,
|
|
19
|
-
HealthClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").HealthClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
...[input]: [] | [DisableHealthServiceAccessForOrganizationCommandInput]
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
DisableHealthServiceAccessForOrganizationCommandInput,
|
|
27
20
|
DisableHealthServiceAccessForOrganizationCommandOutput,
|
|
28
|
-
HealthClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").HealthClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class DisableHealthServiceAccessForOrganizationCommand extends DisableHealthServiceAccessForOrganizationCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -1,12 +1,5 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
HealthClientResolvedConfig,
|
|
5
|
-
ServiceInputTypes,
|
|
6
|
-
ServiceOutputTypes,
|
|
7
|
-
} from "../HealthClient";
|
|
8
2
|
export { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
3
|
export interface EnableHealthServiceAccessForOrganizationCommandInput {}
|
|
11
4
|
export interface EnableHealthServiceAccessForOrganizationCommandOutput
|
|
12
5
|
extends __MetadataBearer {}
|
|
@@ -16,22 +9,20 @@ declare const EnableHealthServiceAccessForOrganizationCommand_base: {
|
|
|
16
9
|
): import("@smithy/core/client").CommandImpl<
|
|
17
10
|
EnableHealthServiceAccessForOrganizationCommandInput,
|
|
18
11
|
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
19
|
-
HealthClientResolvedConfig,
|
|
20
|
-
ServiceInputTypes,
|
|
21
|
-
ServiceOutputTypes
|
|
12
|
+
import("..").HealthClientResolvedConfig,
|
|
13
|
+
import("..").ServiceInputTypes,
|
|
14
|
+
import("..").ServiceOutputTypes
|
|
22
15
|
>;
|
|
23
16
|
new (
|
|
24
17
|
...[input]: [] | [EnableHealthServiceAccessForOrganizationCommandInput]
|
|
25
18
|
): import("@smithy/core/client").CommandImpl<
|
|
26
19
|
EnableHealthServiceAccessForOrganizationCommandInput,
|
|
27
20
|
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
28
|
-
HealthClientResolvedConfig,
|
|
29
|
-
ServiceInputTypes,
|
|
30
|
-
ServiceOutputTypes
|
|
21
|
+
import("..").HealthClientResolvedConfig,
|
|
22
|
+
import("..").ServiceInputTypes,
|
|
23
|
+
import("..").ServiceOutputTypes
|
|
31
24
|
>;
|
|
32
|
-
getEndpointParameterInstructions():
|
|
33
|
-
[x: string]: unknown;
|
|
34
|
-
};
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
35
26
|
};
|
|
36
27
|
export declare class EnableHealthServiceAccessForOrganizationCommand extends EnableHealthServiceAccessForOrganizationCommand_base {
|
|
37
28
|
protected static __types: {
|
|
@@ -4,6 +4,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
4
4
|
export { RuntimeExtension } from "./runtimeExtensions";
|
|
5
5
|
export { HealthExtensionConfiguration } from "./extensionConfiguration";
|
|
6
6
|
export * from "./commands";
|
|
7
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
7
8
|
export * from "./schemas/schemas_0";
|
|
8
9
|
export * from "./pagination";
|
|
9
10
|
export * from "./models/enums";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-health",
|
|
3
3
|
"description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1079.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",
|
|
@@ -19,13 +19,13 @@
|
|
|
19
19
|
"module": "./dist-es/index.js",
|
|
20
20
|
"sideEffects": false,
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/core": "^3.974.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
24
|
-
"@aws-sdk/types": "^3.973.
|
|
25
|
-
"@smithy/core": "^3.
|
|
26
|
-
"@smithy/fetch-http-handler": "^5.6.
|
|
27
|
-
"@smithy/node-http-handler": "^4.9.
|
|
28
|
-
"@smithy/types": "^4.15.
|
|
22
|
+
"@aws-sdk/core": "^3.974.27",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "^3.972.62",
|
|
24
|
+
"@aws-sdk/types": "^3.973.15",
|
|
25
|
+
"@smithy/core": "^3.29.0",
|
|
26
|
+
"@smithy/fetch-http-handler": "^5.6.2",
|
|
27
|
+
"@smithy/node-http-handler": "^4.9.2",
|
|
28
|
+
"@smithy/types": "^4.15.1",
|
|
29
29
|
"tslib": "^2.6.2"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|