@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,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeEntityAggregatesRequest, DescribeEntityAggregatesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEntityAggregatesCommandInput extends DescribeEntityAggr
|
|
|
22
19
|
export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAggregatesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEntityAggregatesCommand_base: {
|
|
25
|
-
new (input: DescribeEntityAggregatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeEntityAggregatesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEntityAggregatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeEntityAggregatesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the number of entities that are affected by each of the specified events.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeEntityAggregatesForOrganizationRequest, DescribeEntityAggregatesForOrganizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEntityAggregatesForOrganizationCommandInput extends Des
|
|
|
22
19
|
export interface DescribeEntityAggregatesForOrganizationCommandOutput extends DescribeEntityAggregatesForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEntityAggregatesForOrganizationCommand_base: {
|
|
25
|
-
new (input: DescribeEntityAggregatesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityAggregatesForOrganizationCommandInput, DescribeEntityAggregatesForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEntityAggregatesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityAggregatesForOrganizationCommandInput, DescribeEntityAggregatesForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEntityAggregatesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityAggregatesForOrganizationCommandInput, DescribeEntityAggregatesForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEntityAggregatesForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEntityAggregatesForOrganizationCommandInput, DescribeEntityAggregatesForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.</p>
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeEventAggregatesRequest, DescribeEventAggregatesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEventAggregatesCommandInput extends DescribeEventAggreg
|
|
|
22
19
|
export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggregatesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEventAggregatesCommand_base: {
|
|
25
|
-
new (input: DescribeEventAggregatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEventAggregatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEventAggregatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEventAggregatesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the number of events of each event type (issue, scheduled change, and account
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeEventDetailsRequest, DescribeEventDetailsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEventDetailsCommandInput extends DescribeEventDetailsRe
|
|
|
22
19
|
export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEventDetailsCommand_base: {
|
|
25
|
-
new (input: DescribeEventDetailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEventDetailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEventDetailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEventDetailsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns detailed information about one or more specified events. Information includes
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeEventDetailsForOrganizationRequest, DescribeEventDetailsForOrganizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEventDetailsForOrganizationCommandInput extends Describ
|
|
|
22
19
|
export interface DescribeEventDetailsForOrganizationCommandOutput extends DescribeEventDetailsForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEventDetailsForOrganizationCommand_base: {
|
|
25
|
-
new (input: DescribeEventDetailsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (input: DescribeEventDetailsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEventDetailsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (input: DescribeEventDetailsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns detailed information about one or more specified events for one or more
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeEventTypesRequest, DescribeEventTypesResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEventTypesCommandInput extends DescribeEventTypesReques
|
|
|
22
19
|
export interface DescribeEventTypesCommandOutput extends DescribeEventTypesResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEventTypesCommand_base: {
|
|
25
|
-
new (input: DescribeEventTypesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeEventTypesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEventTypesCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeEventTypesCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns the event types that meet the specified filter criteria. You can use this API
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeEventsRequest, DescribeEventsResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEventsCommandInput extends DescribeEventsRequest {
|
|
|
22
19
|
export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEventsCommand_base: {
|
|
25
|
-
new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEventsCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p> Returns information about events that meet the specified filter criteria. Events are
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeEventsForOrganizationRequest, DescribeEventsForOrganizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeEventsForOrganizationCommandInput extends DescribeEvent
|
|
|
22
19
|
export interface DescribeEventsForOrganizationCommandOutput extends DescribeEventsForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeEventsForOrganizationCommand_base: {
|
|
25
|
-
new (input: DescribeEventsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeEventsForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeEventsForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeEventsForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>Returns information about events across your organization in Organizations. You can use
|
|
@@ -1,12 +1,9 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
import type { DescribeHealthServiceStatusForOrganizationResponse } from "../models/models_0";
|
|
5
3
|
/**
|
|
6
4
|
* @public
|
|
7
5
|
*/
|
|
8
6
|
export type { __MetadataBearer };
|
|
9
|
-
export { $Command };
|
|
10
7
|
/**
|
|
11
8
|
* @public
|
|
12
9
|
*
|
|
@@ -22,11 +19,9 @@ export interface DescribeHealthServiceStatusForOrganizationCommandInput {
|
|
|
22
19
|
export interface DescribeHealthServiceStatusForOrganizationCommandOutput extends DescribeHealthServiceStatusForOrganizationResponse, __MetadataBearer {
|
|
23
20
|
}
|
|
24
21
|
declare const DescribeHealthServiceStatusForOrganizationCommand_base: {
|
|
25
|
-
new (input: DescribeHealthServiceStatusForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
new (...[input]: [] | [DescribeHealthServiceStatusForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
-
getEndpointParameterInstructions():
|
|
28
|
-
[x: string]: unknown;
|
|
29
|
-
};
|
|
22
|
+
new (input: DescribeHealthServiceStatusForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
new (...[input]: [] | [DescribeHealthServiceStatusForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
24
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
30
25
|
};
|
|
31
26
|
/**
|
|
32
27
|
* <p>This operation provides status information on enabling or disabling Health to work
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
/**
|
|
5
3
|
* @public
|
|
6
4
|
*/
|
|
7
5
|
export type { __MetadataBearer };
|
|
8
|
-
export { $Command };
|
|
9
6
|
/**
|
|
10
7
|
* @public
|
|
11
8
|
*
|
|
@@ -21,11 +18,9 @@ export interface DisableHealthServiceAccessForOrganizationCommandInput {
|
|
|
21
18
|
export interface DisableHealthServiceAccessForOrganizationCommandOutput extends __MetadataBearer {
|
|
22
19
|
}
|
|
23
20
|
declare const DisableHealthServiceAccessForOrganizationCommand_base: {
|
|
24
|
-
new (input: DisableHealthServiceAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
-
new (...[input]: [] | [DisableHealthServiceAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
getEndpointParameterInstructions():
|
|
27
|
-
[x: string]: unknown;
|
|
28
|
-
};
|
|
21
|
+
new (input: DisableHealthServiceAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
22
|
+
new (...[input]: [] | [DisableHealthServiceAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
29
24
|
};
|
|
30
25
|
/**
|
|
31
26
|
* <p>Disables Health from working with Organizations. To call this operation, you must sign
|
|
@@ -1,11 +1,8 @@
|
|
|
1
|
-
import { Command as $Command } from "@smithy/core/client";
|
|
2
1
|
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import type { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
|
|
4
2
|
/**
|
|
5
3
|
* @public
|
|
6
4
|
*/
|
|
7
5
|
export type { __MetadataBearer };
|
|
8
|
-
export { $Command };
|
|
9
6
|
/**
|
|
10
7
|
* @public
|
|
11
8
|
*
|
|
@@ -21,11 +18,9 @@ export interface EnableHealthServiceAccessForOrganizationCommandInput {
|
|
|
21
18
|
export interface EnableHealthServiceAccessForOrganizationCommandOutput extends __MetadataBearer {
|
|
22
19
|
}
|
|
23
20
|
declare const EnableHealthServiceAccessForOrganizationCommand_base: {
|
|
24
|
-
new (input: EnableHealthServiceAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
-
new (...[input]: [] | [EnableHealthServiceAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
-
getEndpointParameterInstructions():
|
|
27
|
-
[x: string]: unknown;
|
|
28
|
-
};
|
|
21
|
+
new (input: EnableHealthServiceAccessForOrganizationCommandInput): import("@smithy/core/client").CommandImpl<EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
22
|
+
new (...[input]: [] | [EnableHealthServiceAccessForOrganizationCommandInput]): import("@smithy/core/client").CommandImpl<EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput, import("..").HealthClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes>;
|
|
23
|
+
getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions;
|
|
29
24
|
};
|
|
30
25
|
/**
|
|
31
26
|
* <p>Enables Health to work with Organizations. You can use the organizational view feature
|
package/dist-types/index.d.ts
CHANGED
|
@@ -51,6 +51,7 @@ export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameter
|
|
|
51
51
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
52
52
|
export type { HealthExtensionConfiguration } from "./extensionConfiguration";
|
|
53
53
|
export * from "./commands";
|
|
54
|
+
export { Command as $Command } from "@smithy/core/client";
|
|
54
55
|
export * from "./schemas/schemas_0";
|
|
55
56
|
export * from "./pagination";
|
|
56
57
|
export * from "./models/enums";
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
HealthClientResolvedConfig,
|
|
4
|
+
ServiceInputTypes,
|
|
5
|
+
ServiceOutputTypes,
|
|
6
|
+
} from "./HealthClient";
|
|
7
|
+
export declare const command: <
|
|
8
|
+
I extends ServiceInputTypes,
|
|
9
|
+
O extends ServiceOutputTypes
|
|
10
|
+
>(
|
|
11
|
+
added: EndpointParameterInstructions,
|
|
12
|
+
plugins: (
|
|
13
|
+
CommandCtor: any,
|
|
14
|
+
clientStack: any,
|
|
15
|
+
config: any,
|
|
16
|
+
options: any
|
|
17
|
+
) => import("@smithy/types").Pluggable<any, any>[],
|
|
18
|
+
op: string,
|
|
19
|
+
$: import("@smithy/types").StaticOperationSchema,
|
|
20
|
+
smithyContext?: Record<string, unknown>
|
|
21
|
+
) => {
|
|
22
|
+
new (input: I): import("@smithy/core/client").CommandImpl<
|
|
23
|
+
I,
|
|
24
|
+
O,
|
|
25
|
+
HealthClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: import("@smithy/types").OptionalParameter<I>
|
|
31
|
+
): import("@smithy/core/client").CommandImpl<
|
|
32
|
+
I,
|
|
33
|
+
O,
|
|
34
|
+
HealthClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare const _ep0: EndpointParameterInstructions;
|
|
41
|
+
export declare const _mw0: (
|
|
42
|
+
Command: any,
|
|
43
|
+
cs: any,
|
|
44
|
+
config: any,
|
|
45
|
+
o: any
|
|
46
|
+
) => never[];
|
|
@@ -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
|
DescribeAffectedAccountsForOrganizationRequest,
|
|
10
4
|
DescribeAffectedAccountsForOrganizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAffectedAccountsForOrganizationCommandInput
|
|
15
8
|
extends DescribeAffectedAccountsForOrganizationRequest {}
|
|
16
9
|
export interface DescribeAffectedAccountsForOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAffectedAccountsForOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
24
17
|
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAffectedAccountsForOrganizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
33
26
|
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
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 DescribeAffectedAccountsForOrganizationCommand extends DescribeAffectedAccountsForOrganizationCommand_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
|
DescribeAffectedEntitiesRequest,
|
|
10
4
|
DescribeAffectedEntitiesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAffectedEntitiesCommandInput
|
|
15
8
|
extends DescribeAffectedEntitiesRequest {}
|
|
16
9
|
export interface DescribeAffectedEntitiesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAffectedEntitiesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAffectedEntitiesCommandInput,
|
|
24
17
|
DescribeAffectedEntitiesCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeAffectedEntitiesCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAffectedEntitiesCommandInput,
|
|
33
26
|
DescribeAffectedEntitiesCommandOutput,
|
|
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 DescribeAffectedEntitiesCommand extends DescribeAffectedEntitiesCommand_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
|
DescribeAffectedEntitiesForOrganizationRequest,
|
|
10
4
|
DescribeAffectedEntitiesForOrganizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeAffectedEntitiesForOrganizationCommandInput
|
|
15
8
|
extends DescribeAffectedEntitiesForOrganizationRequest {}
|
|
16
9
|
export interface DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeAffectedEntitiesForOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
24
17
|
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeAffectedEntitiesForOrganizationCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
33
26
|
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
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 DescribeAffectedEntitiesForOrganizationCommand extends DescribeAffectedEntitiesForOrganizationCommand_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
|
DescribeEntityAggregatesRequest,
|
|
10
4
|
DescribeEntityAggregatesResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEntityAggregatesCommandInput
|
|
15
8
|
extends DescribeEntityAggregatesRequest {}
|
|
16
9
|
export interface DescribeEntityAggregatesCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEntityAggregatesCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEntityAggregatesCommandInput,
|
|
24
17
|
DescribeEntityAggregatesCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
...[input]: [] | [DescribeEntityAggregatesCommandInput]
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEntityAggregatesCommandInput,
|
|
33
26
|
DescribeEntityAggregatesCommandOutput,
|
|
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 DescribeEntityAggregatesCommand extends DescribeEntityAggregatesCommand_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
|
DescribeEntityAggregatesForOrganizationRequest,
|
|
10
4
|
DescribeEntityAggregatesForOrganizationResponse,
|
|
11
5
|
} from "../models/models_0";
|
|
12
6
|
export { __MetadataBearer };
|
|
13
|
-
export { $Command };
|
|
14
7
|
export interface DescribeEntityAggregatesForOrganizationCommandInput
|
|
15
8
|
extends DescribeEntityAggregatesForOrganizationRequest {}
|
|
16
9
|
export interface DescribeEntityAggregatesForOrganizationCommandOutput
|
|
@@ -22,22 +15,20 @@ declare const DescribeEntityAggregatesForOrganizationCommand_base: {
|
|
|
22
15
|
): import("@smithy/core/client").CommandImpl<
|
|
23
16
|
DescribeEntityAggregatesForOrganizationCommandInput,
|
|
24
17
|
DescribeEntityAggregatesForOrganizationCommandOutput,
|
|
25
|
-
HealthClientResolvedConfig,
|
|
26
|
-
ServiceInputTypes,
|
|
27
|
-
ServiceOutputTypes
|
|
18
|
+
import("..").HealthClientResolvedConfig,
|
|
19
|
+
import("..").ServiceInputTypes,
|
|
20
|
+
import("..").ServiceOutputTypes
|
|
28
21
|
>;
|
|
29
22
|
new (
|
|
30
23
|
input: DescribeEntityAggregatesForOrganizationCommandInput
|
|
31
24
|
): import("@smithy/core/client").CommandImpl<
|
|
32
25
|
DescribeEntityAggregatesForOrganizationCommandInput,
|
|
33
26
|
DescribeEntityAggregatesForOrganizationCommandOutput,
|
|
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 DescribeEntityAggregatesForOrganizationCommand extends DescribeEntityAggregatesForOrganizationCommand_base {
|
|
43
34
|
protected static __types: {
|