@aws-sdk/client-health 3.168.0 → 3.170.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/CHANGELOG.md +16 -0
- package/dist-types/ts3.4/Health.d.ts +274 -70
- package/dist-types/ts3.4/HealthClient.d.ts +207 -86
- package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +38 -17
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +41 -17
- package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +37 -17
- package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +35 -16
- package/dist-types/ts3.4/commands/index.d.ts +13 -13
- package/dist-types/ts3.4/endpoints.d.ts +2 -2
- package/dist-types/ts3.4/index.d.ts +6 -6
- package/dist-types/ts3.4/models/HealthServiceException.d.ts +8 -6
- package/dist-types/ts3.4/models/index.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +549 -513
- package/dist-types/ts3.4/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventAggregatesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventTypesPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsForOrganizationPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
- package/dist-types/ts3.4/pagination/index.d.ts +8 -8
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +161 -41
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
- package/package.json +34 -34
|
@@ -1,86 +1,207 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
import {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
import {
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
import {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
import {
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
1
|
+
import {
|
|
2
|
+
EndpointsInputConfig,
|
|
3
|
+
EndpointsResolvedConfig,
|
|
4
|
+
RegionInputConfig,
|
|
5
|
+
RegionResolvedConfig,
|
|
6
|
+
} from "@aws-sdk/config-resolver";
|
|
7
|
+
import {
|
|
8
|
+
HostHeaderInputConfig,
|
|
9
|
+
HostHeaderResolvedConfig,
|
|
10
|
+
} from "@aws-sdk/middleware-host-header";
|
|
11
|
+
import {
|
|
12
|
+
RetryInputConfig,
|
|
13
|
+
RetryResolvedConfig,
|
|
14
|
+
} from "@aws-sdk/middleware-retry";
|
|
15
|
+
import {
|
|
16
|
+
AwsAuthInputConfig,
|
|
17
|
+
AwsAuthResolvedConfig,
|
|
18
|
+
} from "@aws-sdk/middleware-signing";
|
|
19
|
+
import {
|
|
20
|
+
UserAgentInputConfig,
|
|
21
|
+
UserAgentResolvedConfig,
|
|
22
|
+
} from "@aws-sdk/middleware-user-agent";
|
|
23
|
+
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
24
|
+
import {
|
|
25
|
+
Client as __Client,
|
|
26
|
+
DefaultsMode,
|
|
27
|
+
SmithyConfiguration as __SmithyConfiguration,
|
|
28
|
+
SmithyResolvedConfiguration as __SmithyResolvedConfiguration,
|
|
29
|
+
} from "@aws-sdk/smithy-client";
|
|
30
|
+
import {
|
|
31
|
+
BodyLengthCalculator as __BodyLengthCalculator,
|
|
32
|
+
Credentials as __Credentials,
|
|
33
|
+
Decoder as __Decoder,
|
|
34
|
+
Encoder as __Encoder,
|
|
35
|
+
HashConstructor as __HashConstructor,
|
|
36
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
37
|
+
Logger as __Logger,
|
|
38
|
+
Provider as __Provider,
|
|
39
|
+
Provider,
|
|
40
|
+
RegionInfoProvider,
|
|
41
|
+
StreamCollector as __StreamCollector,
|
|
42
|
+
UrlParser as __UrlParser,
|
|
43
|
+
UserAgent as __UserAgent,
|
|
44
|
+
} from "@aws-sdk/types";
|
|
45
|
+
import {
|
|
46
|
+
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
47
|
+
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
48
|
+
} from "./commands/DescribeAffectedAccountsForOrganizationCommand";
|
|
49
|
+
import {
|
|
50
|
+
DescribeAffectedEntitiesCommandInput,
|
|
51
|
+
DescribeAffectedEntitiesCommandOutput,
|
|
52
|
+
} from "./commands/DescribeAffectedEntitiesCommand";
|
|
53
|
+
import {
|
|
54
|
+
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
55
|
+
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
56
|
+
} from "./commands/DescribeAffectedEntitiesForOrganizationCommand";
|
|
57
|
+
import {
|
|
58
|
+
DescribeEntityAggregatesCommandInput,
|
|
59
|
+
DescribeEntityAggregatesCommandOutput,
|
|
60
|
+
} from "./commands/DescribeEntityAggregatesCommand";
|
|
61
|
+
import {
|
|
62
|
+
DescribeEventAggregatesCommandInput,
|
|
63
|
+
DescribeEventAggregatesCommandOutput,
|
|
64
|
+
} from "./commands/DescribeEventAggregatesCommand";
|
|
65
|
+
import {
|
|
66
|
+
DescribeEventDetailsCommandInput,
|
|
67
|
+
DescribeEventDetailsCommandOutput,
|
|
68
|
+
} from "./commands/DescribeEventDetailsCommand";
|
|
69
|
+
import {
|
|
70
|
+
DescribeEventDetailsForOrganizationCommandInput,
|
|
71
|
+
DescribeEventDetailsForOrganizationCommandOutput,
|
|
72
|
+
} from "./commands/DescribeEventDetailsForOrganizationCommand";
|
|
73
|
+
import {
|
|
74
|
+
DescribeEventsCommandInput,
|
|
75
|
+
DescribeEventsCommandOutput,
|
|
76
|
+
} from "./commands/DescribeEventsCommand";
|
|
77
|
+
import {
|
|
78
|
+
DescribeEventsForOrganizationCommandInput,
|
|
79
|
+
DescribeEventsForOrganizationCommandOutput,
|
|
80
|
+
} from "./commands/DescribeEventsForOrganizationCommand";
|
|
81
|
+
import {
|
|
82
|
+
DescribeEventTypesCommandInput,
|
|
83
|
+
DescribeEventTypesCommandOutput,
|
|
84
|
+
} from "./commands/DescribeEventTypesCommand";
|
|
85
|
+
import {
|
|
86
|
+
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
87
|
+
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
88
|
+
} from "./commands/DescribeHealthServiceStatusForOrganizationCommand";
|
|
89
|
+
import {
|
|
90
|
+
DisableHealthServiceAccessForOrganizationCommandInput,
|
|
91
|
+
DisableHealthServiceAccessForOrganizationCommandOutput,
|
|
92
|
+
} from "./commands/DisableHealthServiceAccessForOrganizationCommand";
|
|
93
|
+
import {
|
|
94
|
+
EnableHealthServiceAccessForOrganizationCommandInput,
|
|
95
|
+
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
96
|
+
} from "./commands/EnableHealthServiceAccessForOrganizationCommand";
|
|
97
|
+
export declare type ServiceInputTypes =
|
|
98
|
+
| DescribeAffectedAccountsForOrganizationCommandInput
|
|
99
|
+
| DescribeAffectedEntitiesCommandInput
|
|
100
|
+
| DescribeAffectedEntitiesForOrganizationCommandInput
|
|
101
|
+
| DescribeEntityAggregatesCommandInput
|
|
102
|
+
| DescribeEventAggregatesCommandInput
|
|
103
|
+
| DescribeEventDetailsCommandInput
|
|
104
|
+
| DescribeEventDetailsForOrganizationCommandInput
|
|
105
|
+
| DescribeEventTypesCommandInput
|
|
106
|
+
| DescribeEventsCommandInput
|
|
107
|
+
| DescribeEventsForOrganizationCommandInput
|
|
108
|
+
| DescribeHealthServiceStatusForOrganizationCommandInput
|
|
109
|
+
| DisableHealthServiceAccessForOrganizationCommandInput
|
|
110
|
+
| EnableHealthServiceAccessForOrganizationCommandInput;
|
|
111
|
+
export declare type ServiceOutputTypes =
|
|
112
|
+
| DescribeAffectedAccountsForOrganizationCommandOutput
|
|
113
|
+
| DescribeAffectedEntitiesCommandOutput
|
|
114
|
+
| DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
115
|
+
| DescribeEntityAggregatesCommandOutput
|
|
116
|
+
| DescribeEventAggregatesCommandOutput
|
|
117
|
+
| DescribeEventDetailsCommandOutput
|
|
118
|
+
| DescribeEventDetailsForOrganizationCommandOutput
|
|
119
|
+
| DescribeEventTypesCommandOutput
|
|
120
|
+
| DescribeEventsCommandOutput
|
|
121
|
+
| DescribeEventsForOrganizationCommandOutput
|
|
122
|
+
| DescribeHealthServiceStatusForOrganizationCommandOutput
|
|
123
|
+
| DisableHealthServiceAccessForOrganizationCommandOutput
|
|
124
|
+
| EnableHealthServiceAccessForOrganizationCommandOutput;
|
|
125
|
+
export interface ClientDefaults
|
|
126
|
+
extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
127
|
+
requestHandler?: __HttpHandler;
|
|
128
|
+
|
|
129
|
+
sha256?: __HashConstructor;
|
|
130
|
+
|
|
131
|
+
urlParser?: __UrlParser;
|
|
132
|
+
|
|
133
|
+
bodyLengthChecker?: __BodyLengthCalculator;
|
|
134
|
+
|
|
135
|
+
streamCollector?: __StreamCollector;
|
|
136
|
+
|
|
137
|
+
base64Decoder?: __Decoder;
|
|
138
|
+
|
|
139
|
+
base64Encoder?: __Encoder;
|
|
140
|
+
|
|
141
|
+
utf8Decoder?: __Decoder;
|
|
142
|
+
|
|
143
|
+
utf8Encoder?: __Encoder;
|
|
144
|
+
|
|
145
|
+
runtime?: string;
|
|
146
|
+
|
|
147
|
+
disableHostPrefix?: boolean;
|
|
148
|
+
|
|
149
|
+
maxAttempts?: number | __Provider<number>;
|
|
150
|
+
|
|
151
|
+
retryMode?: string | __Provider<string>;
|
|
152
|
+
|
|
153
|
+
logger?: __Logger;
|
|
154
|
+
|
|
155
|
+
useDualstackEndpoint?: boolean | __Provider<boolean>;
|
|
156
|
+
|
|
157
|
+
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
158
|
+
|
|
159
|
+
serviceId?: string;
|
|
160
|
+
|
|
161
|
+
region?: string | __Provider<string>;
|
|
162
|
+
|
|
163
|
+
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
164
|
+
|
|
165
|
+
regionInfoProvider?: RegionInfoProvider;
|
|
166
|
+
|
|
167
|
+
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
168
|
+
|
|
169
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
170
|
+
}
|
|
171
|
+
declare type HealthClientConfigType = Partial<
|
|
172
|
+
__SmithyConfiguration<__HttpHandlerOptions>
|
|
173
|
+
> &
|
|
174
|
+
ClientDefaults &
|
|
175
|
+
RegionInputConfig &
|
|
176
|
+
EndpointsInputConfig &
|
|
177
|
+
RetryInputConfig &
|
|
178
|
+
HostHeaderInputConfig &
|
|
179
|
+
AwsAuthInputConfig &
|
|
180
|
+
UserAgentInputConfig;
|
|
181
|
+
|
|
182
|
+
export interface HealthClientConfig extends HealthClientConfigType {}
|
|
183
|
+
declare type HealthClientResolvedConfigType =
|
|
184
|
+
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
185
|
+
Required<ClientDefaults> &
|
|
186
|
+
RegionResolvedConfig &
|
|
187
|
+
EndpointsResolvedConfig &
|
|
188
|
+
RetryResolvedConfig &
|
|
189
|
+
HostHeaderResolvedConfig &
|
|
190
|
+
AwsAuthResolvedConfig &
|
|
191
|
+
UserAgentResolvedConfig;
|
|
192
|
+
|
|
193
|
+
export interface HealthClientResolvedConfig
|
|
194
|
+
extends HealthClientResolvedConfigType {}
|
|
195
|
+
|
|
196
|
+
export declare class HealthClient extends __Client<
|
|
197
|
+
__HttpHandlerOptions,
|
|
198
|
+
ServiceInputTypes,
|
|
199
|
+
ServiceOutputTypes,
|
|
200
|
+
HealthClientResolvedConfig
|
|
201
|
+
> {
|
|
202
|
+
readonly config: HealthClientResolvedConfig;
|
|
203
|
+
constructor(configuration: HealthClientConfig);
|
|
204
|
+
|
|
205
|
+
destroy(): void;
|
|
206
|
+
}
|
|
207
|
+
export {};
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
HealthClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../HealthClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAffectedAccountsForOrganizationRequest,
|
|
15
|
+
DescribeAffectedAccountsForOrganizationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAffectedAccountsForOrganizationCommandInput
|
|
18
|
+
extends DescribeAffectedAccountsForOrganizationRequest {}
|
|
19
|
+
export interface DescribeAffectedAccountsForOrganizationCommandOutput
|
|
20
|
+
extends DescribeAffectedAccountsForOrganizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAffectedAccountsForOrganizationCommand extends $Command<
|
|
24
|
+
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
25
|
+
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
26
|
+
HealthClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAffectedAccountsForOrganizationCommandInput;
|
|
29
|
+
constructor(input: DescribeAffectedAccountsForOrganizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: HealthClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
37
|
+
DescribeAffectedAccountsForOrganizationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
HealthClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../HealthClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAffectedEntitiesRequest,
|
|
15
|
+
DescribeAffectedEntitiesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAffectedEntitiesCommandInput
|
|
18
|
+
extends DescribeAffectedEntitiesRequest {}
|
|
19
|
+
export interface DescribeAffectedEntitiesCommandOutput
|
|
20
|
+
extends DescribeAffectedEntitiesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAffectedEntitiesCommand extends $Command<
|
|
24
|
+
DescribeAffectedEntitiesCommandInput,
|
|
25
|
+
DescribeAffectedEntitiesCommandOutput,
|
|
26
|
+
HealthClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAffectedEntitiesCommandInput;
|
|
29
|
+
constructor(input: DescribeAffectedEntitiesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: HealthClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAffectedEntitiesCommandInput,
|
|
37
|
+
DescribeAffectedEntitiesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
HealthClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../HealthClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeAffectedEntitiesForOrganizationRequest,
|
|
15
|
+
DescribeAffectedEntitiesForOrganizationResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeAffectedEntitiesForOrganizationCommandInput
|
|
18
|
+
extends DescribeAffectedEntitiesForOrganizationRequest {}
|
|
19
|
+
export interface DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
20
|
+
extends DescribeAffectedEntitiesForOrganizationResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeAffectedEntitiesForOrganizationCommand extends $Command<
|
|
24
|
+
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
25
|
+
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
26
|
+
HealthClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeAffectedEntitiesForOrganizationCommandInput;
|
|
29
|
+
constructor(input: DescribeAffectedEntitiesForOrganizationCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: HealthClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
37
|
+
DescribeAffectedEntitiesForOrganizationCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
HealthClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../HealthClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeEntityAggregatesRequest,
|
|
15
|
+
DescribeEntityAggregatesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEntityAggregatesCommandInput
|
|
18
|
+
extends DescribeEntityAggregatesRequest {}
|
|
19
|
+
export interface DescribeEntityAggregatesCommandOutput
|
|
20
|
+
extends DescribeEntityAggregatesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEntityAggregatesCommand extends $Command<
|
|
24
|
+
DescribeEntityAggregatesCommandInput,
|
|
25
|
+
DescribeEntityAggregatesCommandOutput,
|
|
26
|
+
HealthClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEntityAggregatesCommandInput;
|
|
29
|
+
constructor(input: DescribeEntityAggregatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: HealthClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEntityAggregatesCommandInput,
|
|
37
|
+
DescribeEntityAggregatesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|
|
@@ -1,17 +1,41 @@
|
|
|
1
|
-
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import {
|
|
3
|
+
Handler,
|
|
4
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
5
|
+
MetadataBearer as __MetadataBearer,
|
|
6
|
+
MiddlewareStack,
|
|
7
|
+
} from "@aws-sdk/types";
|
|
8
|
+
import {
|
|
9
|
+
HealthClientResolvedConfig,
|
|
10
|
+
ServiceInputTypes,
|
|
11
|
+
ServiceOutputTypes,
|
|
12
|
+
} from "../HealthClient";
|
|
13
|
+
import {
|
|
14
|
+
DescribeEventAggregatesRequest,
|
|
15
|
+
DescribeEventAggregatesResponse,
|
|
16
|
+
} from "../models/models_0";
|
|
17
|
+
export interface DescribeEventAggregatesCommandInput
|
|
18
|
+
extends DescribeEventAggregatesRequest {}
|
|
19
|
+
export interface DescribeEventAggregatesCommandOutput
|
|
20
|
+
extends DescribeEventAggregatesResponse,
|
|
21
|
+
__MetadataBearer {}
|
|
22
|
+
|
|
23
|
+
export declare class DescribeEventAggregatesCommand extends $Command<
|
|
24
|
+
DescribeEventAggregatesCommandInput,
|
|
25
|
+
DescribeEventAggregatesCommandOutput,
|
|
26
|
+
HealthClientResolvedConfig
|
|
27
|
+
> {
|
|
28
|
+
readonly input: DescribeEventAggregatesCommandInput;
|
|
29
|
+
constructor(input: DescribeEventAggregatesCommandInput);
|
|
30
|
+
|
|
31
|
+
resolveMiddleware(
|
|
32
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
33
|
+
configuration: HealthClientResolvedConfig,
|
|
34
|
+
options?: __HttpHandlerOptions
|
|
35
|
+
): Handler<
|
|
36
|
+
DescribeEventAggregatesCommandInput,
|
|
37
|
+
DescribeEventAggregatesCommandOutput
|
|
38
|
+
>;
|
|
39
|
+
private serialize;
|
|
40
|
+
private deserialize;
|
|
41
|
+
}
|