@aws-sdk/client-health 3.477.0 → 3.481.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/commands/DescribeAffectedAccountsForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeAffectedEntitiesCommand.js +18 -41
- package/dist-cjs/commands/DescribeAffectedEntitiesForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeEntityAggregatesCommand.js +18 -41
- package/dist-cjs/commands/DescribeEntityAggregatesForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventAggregatesCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventDetailsCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventDetailsForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventTypesCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventsCommand.js +18 -41
- package/dist-cjs/commands/DescribeEventsForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DescribeHealthServiceStatusForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/DisableHealthServiceAccessForOrganizationCommand.js +18 -41
- package/dist-cjs/commands/EnableHealthServiceAccessForOrganizationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-cjs/pagination/DescribeAffectedAccountsForOrganizationPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeAffectedEntitiesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventAggregatesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventTypesPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventsForOrganizationPaginator.js +2 -24
- package/dist-cjs/pagination/DescribeEventsPaginator.js +2 -24
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +18 -41
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeEntityAggregatesCommand.js +18 -41
- package/dist-es/commands/DescribeEntityAggregatesForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeEventAggregatesCommand.js +18 -41
- package/dist-es/commands/DescribeEventDetailsCommand.js +18 -41
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeEventTypesCommand.js +18 -41
- package/dist-es/commands/DescribeEventsCommand.js +18 -41
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +18 -41
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +18 -41
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +18 -41
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-es/pagination/DescribeAffectedAccountsForOrganizationPaginator.js +2 -23
- package/dist-es/pagination/DescribeAffectedEntitiesForOrganizationPaginator.js +2 -23
- package/dist-es/pagination/DescribeAffectedEntitiesPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventAggregatesPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventTypesPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventsForOrganizationPaginator.js +2 -23
- package/dist-es/pagination/DescribeEventsPaginator.js +2 -23
- package/dist-types/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventDetailsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventTypesCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventsCommand.d.ts +6 -21
- package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +6 -21
- package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeAffectedEntitiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventAggregatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventTypesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsForOrganizationPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventAggregatesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventTypesPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventsForOrganizationPaginator.d.ts +3 -3
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +3 -3
- package/package.json +11 -10
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeAffectedAccountsForOrganizationCommandInput
|
|
|
21
15
|
export interface DescribeAffectedAccountsForOrganizationCommandOutput
|
|
22
16
|
extends DescribeAffectedAccountsForOrganizationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeAffectedAccountsForOrganizationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeAffectedAccountsForOrganizationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeAffectedAccountsForOrganizationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeAffectedAccountsForOrganizationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
38
|
-
DescribeAffectedAccountsForOrganizationCommandOutput
|
|
23
|
+
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeAffectedAccountsForOrganizationCommand extends DescribeAffectedAccountsForOrganizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeAffectedEntitiesCommandInput
|
|
|
21
15
|
export interface DescribeAffectedEntitiesCommandOutput
|
|
22
16
|
extends DescribeAffectedEntitiesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeAffectedEntitiesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeAffectedEntitiesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeAffectedEntitiesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeAffectedEntitiesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeAffectedEntitiesCommandInput,
|
|
38
|
-
DescribeAffectedEntitiesCommandOutput
|
|
23
|
+
DescribeAffectedEntitiesCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeAffectedEntitiesCommand extends DescribeAffectedEntitiesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeAffectedEntitiesForOrganizationCommandInput
|
|
|
21
15
|
export interface DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
22
16
|
extends DescribeAffectedEntitiesForOrganizationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeAffectedEntitiesForOrganizationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeAffectedEntitiesForOrganizationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeAffectedEntitiesForOrganizationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeAffectedEntitiesForOrganizationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
38
|
-
DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
23
|
+
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeAffectedEntitiesForOrganizationCommand extends DescribeAffectedEntitiesForOrganizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeEntityAggregatesCommandInput
|
|
|
21
15
|
export interface DescribeEntityAggregatesCommandOutput
|
|
22
16
|
extends DescribeEntityAggregatesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeEntityAggregatesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeEntityAggregatesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeEntityAggregatesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeEntityAggregatesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeEntityAggregatesCommandInput,
|
|
38
|
-
DescribeEntityAggregatesCommandOutput
|
|
23
|
+
DescribeEntityAggregatesCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeEntityAggregatesCommand extends DescribeEntityAggregatesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeEntityAggregatesForOrganizationCommandInput
|
|
|
21
15
|
export interface DescribeEntityAggregatesForOrganizationCommandOutput
|
|
22
16
|
extends DescribeEntityAggregatesForOrganizationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeEntityAggregatesForOrganizationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeEntityAggregatesForOrganizationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeEntityAggregatesForOrganizationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeEntityAggregatesForOrganizationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeEntityAggregatesForOrganizationCommandInput,
|
|
38
|
-
DescribeEntityAggregatesForOrganizationCommandOutput
|
|
23
|
+
DescribeEntityAggregatesForOrganizationCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeEntityAggregatesForOrganizationCommand extends DescribeEntityAggregatesForOrganizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeEventAggregatesCommandInput
|
|
|
21
15
|
export interface DescribeEventAggregatesCommandOutput
|
|
22
16
|
extends DescribeEventAggregatesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeEventAggregatesCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeEventAggregatesCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeEventAggregatesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeEventAggregatesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeEventAggregatesCommandInput,
|
|
38
|
-
DescribeEventAggregatesCommandOutput
|
|
23
|
+
DescribeEventAggregatesCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeEventAggregatesCommand extends DescribeEventAggregatesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeEventDetailsCommandInput
|
|
|
21
15
|
export interface DescribeEventDetailsCommandOutput
|
|
22
16
|
extends DescribeEventDetailsResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeEventDetailsCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeEventDetailsCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeEventDetailsCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeEventDetailsCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeEventDetailsCommandInput,
|
|
38
|
-
DescribeEventDetailsCommandOutput
|
|
23
|
+
DescribeEventDetailsCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeEventDetailsCommand extends DescribeEventDetailsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeEventDetailsForOrganizationCommandInput
|
|
|
21
15
|
export interface DescribeEventDetailsForOrganizationCommandOutput
|
|
22
16
|
extends DescribeEventDetailsForOrganizationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeEventDetailsForOrganizationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeEventDetailsForOrganizationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeEventDetailsForOrganizationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeEventDetailsForOrganizationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeEventDetailsForOrganizationCommandInput,
|
|
38
|
-
DescribeEventDetailsForOrganizationCommandOutput
|
|
23
|
+
DescribeEventDetailsForOrganizationCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeEventDetailsForOrganizationCommand extends DescribeEventDetailsForOrganizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,19 +15,16 @@ export interface DescribeEventTypesCommandInput
|
|
|
21
15
|
export interface DescribeEventTypesCommandOutput
|
|
22
16
|
extends DescribeEventTypesResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
private serialize;
|
|
38
|
-
private deserialize;
|
|
39
|
-
}
|
|
18
|
+
declare const DescribeEventTypesCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeEventTypesCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
DescribeEventTypesCommandInput,
|
|
23
|
+
DescribeEventTypesCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeEventTypesCommand extends DescribeEventTypesCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -20,19 +14,16 @@ export interface DescribeEventsCommandInput extends DescribeEventsRequest {}
|
|
|
20
14
|
export interface DescribeEventsCommandOutput
|
|
21
15
|
extends DescribeEventsResponse,
|
|
22
16
|
__MetadataBearer {}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
private serialize;
|
|
37
|
-
private deserialize;
|
|
38
|
-
}
|
|
17
|
+
declare const DescribeEventsCommand_base: {
|
|
18
|
+
new (
|
|
19
|
+
input: DescribeEventsCommandInput
|
|
20
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
21
|
+
DescribeEventsCommandInput,
|
|
22
|
+
DescribeEventsCommandOutput,
|
|
23
|
+
HealthClientResolvedConfig,
|
|
24
|
+
ServiceInputTypes,
|
|
25
|
+
ServiceOutputTypes
|
|
26
|
+
>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -21,22 +15,16 @@ export interface DescribeEventsForOrganizationCommandInput
|
|
|
21
15
|
export interface DescribeEventsForOrganizationCommandOutput
|
|
22
16
|
extends DescribeEventsForOrganizationResponse,
|
|
23
17
|
__MetadataBearer {}
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
> {
|
|
29
|
-
readonly input: DescribeEventsForOrganizationCommandInput;
|
|
30
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
-
constructor(input: DescribeEventsForOrganizationCommandInput);
|
|
32
|
-
resolveMiddleware(
|
|
33
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
-
configuration: HealthClientResolvedConfig,
|
|
35
|
-
options?: __HttpHandlerOptions
|
|
36
|
-
): Handler<
|
|
18
|
+
declare const DescribeEventsForOrganizationCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: DescribeEventsForOrganizationCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
37
22
|
DescribeEventsForOrganizationCommandInput,
|
|
38
|
-
DescribeEventsForOrganizationCommandOutput
|
|
23
|
+
DescribeEventsForOrganizationCommandOutput,
|
|
24
|
+
HealthClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
39
27
|
>;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
}
|
|
28
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
|
+
};
|
|
30
|
+
export declare class DescribeEventsForOrganizationCommand extends DescribeEventsForOrganizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -17,22 +11,16 @@ export interface DescribeHealthServiceStatusForOrganizationCommandInput {}
|
|
|
17
11
|
export interface DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
18
12
|
extends DescribeHealthServiceStatusForOrganizationResponse,
|
|
19
13
|
__MetadataBearer {}
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
> {
|
|
25
|
-
readonly input: DescribeHealthServiceStatusForOrganizationCommandInput;
|
|
26
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
|
-
constructor(input: DescribeHealthServiceStatusForOrganizationCommandInput);
|
|
28
|
-
resolveMiddleware(
|
|
29
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
30
|
-
configuration: HealthClientResolvedConfig,
|
|
31
|
-
options?: __HttpHandlerOptions
|
|
32
|
-
): Handler<
|
|
14
|
+
declare const DescribeHealthServiceStatusForOrganizationCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: DescribeHealthServiceStatusForOrganizationCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
33
18
|
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
34
|
-
DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
19
|
+
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
20
|
+
HealthClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
35
23
|
>;
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
}
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
|
+
};
|
|
26
|
+
export declare class DescribeHealthServiceStatusForOrganizationCommand extends DescribeHealthServiceStatusForOrganizationCommand_base {}
|
|
@@ -1,11 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
4
|
-
Handler,
|
|
5
|
-
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
-
MetadataBearer as __MetadataBearer,
|
|
7
|
-
MiddlewareStack,
|
|
8
|
-
} from "@smithy/types";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
9
3
|
import {
|
|
10
4
|
HealthClientResolvedConfig,
|
|
11
5
|
ServiceInputTypes,
|
|
@@ -15,22 +9,16 @@ export { __MetadataBearer, $Command };
|
|
|
15
9
|
export interface DisableHealthServiceAccessForOrganizationCommandInput {}
|
|
16
10
|
export interface DisableHealthServiceAccessForOrganizationCommandOutput
|
|
17
11
|
extends __MetadataBearer {}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
> {
|
|
23
|
-
readonly input: DisableHealthServiceAccessForOrganizationCommandInput;
|
|
24
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
25
|
-
constructor(input: DisableHealthServiceAccessForOrganizationCommandInput);
|
|
26
|
-
resolveMiddleware(
|
|
27
|
-
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
28
|
-
configuration: HealthClientResolvedConfig,
|
|
29
|
-
options?: __HttpHandlerOptions
|
|
30
|
-
): Handler<
|
|
12
|
+
declare const DisableHealthServiceAccessForOrganizationCommand_base: {
|
|
13
|
+
new (
|
|
14
|
+
input: DisableHealthServiceAccessForOrganizationCommandInput
|
|
15
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
16
|
DisableHealthServiceAccessForOrganizationCommandInput,
|
|
32
|
-
DisableHealthServiceAccessForOrganizationCommandOutput
|
|
17
|
+
DisableHealthServiceAccessForOrganizationCommandOutput,
|
|
18
|
+
HealthClientResolvedConfig,
|
|
19
|
+
ServiceInputTypes,
|
|
20
|
+
ServiceOutputTypes
|
|
33
21
|
>;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
22
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
|
+
};
|
|
24
|
+
export declare class DisableHealthServiceAccessForOrganizationCommand extends DisableHealthServiceAccessForOrganizationCommand_base {}
|