@aws-sdk/client-health 3.169.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.
Files changed (37) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist-types/ts3.4/Health.d.ts +274 -70
  3. package/dist-types/ts3.4/HealthClient.d.ts +207 -86
  4. package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +41 -17
  5. package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +41 -17
  6. package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +41 -17
  7. package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +41 -17
  8. package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +41 -17
  9. package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +41 -17
  10. package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +41 -17
  11. package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +38 -17
  12. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +37 -17
  13. package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +41 -17
  14. package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +37 -17
  15. package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +35 -16
  16. package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +35 -16
  17. package/dist-types/ts3.4/commands/index.d.ts +13 -13
  18. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  19. package/dist-types/ts3.4/index.d.ts +6 -6
  20. package/dist-types/ts3.4/models/HealthServiceException.d.ts +8 -6
  21. package/dist-types/ts3.4/models/index.d.ts +1 -1
  22. package/dist-types/ts3.4/models/models_0.d.ts +549 -513
  23. package/dist-types/ts3.4/pagination/DescribeAffectedAccountsForOrganizationPaginator.d.ts +11 -4
  24. package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesForOrganizationPaginator.d.ts +11 -4
  25. package/dist-types/ts3.4/pagination/DescribeAffectedEntitiesPaginator.d.ts +11 -4
  26. package/dist-types/ts3.4/pagination/DescribeEventAggregatesPaginator.d.ts +11 -4
  27. package/dist-types/ts3.4/pagination/DescribeEventTypesPaginator.d.ts +11 -4
  28. package/dist-types/ts3.4/pagination/DescribeEventsForOrganizationPaginator.d.ts +11 -4
  29. package/dist-types/ts3.4/pagination/DescribeEventsPaginator.d.ts +11 -4
  30. package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -6
  31. package/dist-types/ts3.4/pagination/index.d.ts +8 -8
  32. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +161 -41
  33. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +66 -38
  34. package/dist-types/ts3.4/runtimeConfig.d.ts +66 -38
  35. package/dist-types/ts3.4/runtimeConfig.native.d.ts +67 -37
  36. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +11 -11
  37. package/package.json +34 -34
@@ -1,86 +1,207 @@
1
- import { EndpointsInputConfig, EndpointsResolvedConfig, RegionInputConfig, RegionResolvedConfig } from "@aws-sdk/config-resolver";
2
- import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
3
- import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry";
4
- import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
- import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
- import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
- import { BodyLengthCalculator as __BodyLengthCalculator, Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
- import { DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput } from "./commands/DescribeAffectedAccountsForOrganizationCommand";
10
- import { DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput } from "./commands/DescribeAffectedEntitiesCommand";
11
- import { DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput } from "./commands/DescribeAffectedEntitiesForOrganizationCommand";
12
- import { DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput } from "./commands/DescribeEntityAggregatesCommand";
13
- import { DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput } from "./commands/DescribeEventAggregatesCommand";
14
- import { DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput } from "./commands/DescribeEventDetailsCommand";
15
- import { DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput } from "./commands/DescribeEventDetailsForOrganizationCommand";
16
- import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "./commands/DescribeEventsCommand";
17
- import { DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput } from "./commands/DescribeEventsForOrganizationCommand";
18
- import { DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput } from "./commands/DescribeEventTypesCommand";
19
- import { DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput } from "./commands/DescribeHealthServiceStatusForOrganizationCommand";
20
- import { DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput } from "./commands/DisableHealthServiceAccessForOrganizationCommand";
21
- import { EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput } from "./commands/EnableHealthServiceAccessForOrganizationCommand";
22
- export declare type ServiceInputTypes = DescribeAffectedAccountsForOrganizationCommandInput | DescribeAffectedEntitiesCommandInput | DescribeAffectedEntitiesForOrganizationCommandInput | DescribeEntityAggregatesCommandInput | DescribeEventAggregatesCommandInput | DescribeEventDetailsCommandInput | DescribeEventDetailsForOrganizationCommandInput | DescribeEventTypesCommandInput | DescribeEventsCommandInput | DescribeEventsForOrganizationCommandInput | DescribeHealthServiceStatusForOrganizationCommandInput | DisableHealthServiceAccessForOrganizationCommandInput | EnableHealthServiceAccessForOrganizationCommandInput;
23
- export declare type ServiceOutputTypes = DescribeAffectedAccountsForOrganizationCommandOutput | DescribeAffectedEntitiesCommandOutput | DescribeAffectedEntitiesForOrganizationCommandOutput | DescribeEntityAggregatesCommandOutput | DescribeEventAggregatesCommandOutput | DescribeEventDetailsCommandOutput | DescribeEventDetailsForOrganizationCommandOutput | DescribeEventTypesCommandOutput | DescribeEventsCommandOutput | DescribeEventsForOrganizationCommandOutput | DescribeHealthServiceStatusForOrganizationCommandOutput | DisableHealthServiceAccessForOrganizationCommandOutput | EnableHealthServiceAccessForOrganizationCommandOutput;
24
- export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
25
-
26
- requestHandler?: __HttpHandler;
27
-
28
- sha256?: __HashConstructor;
29
-
30
- urlParser?: __UrlParser;
31
-
32
- bodyLengthChecker?: __BodyLengthCalculator;
33
-
34
- streamCollector?: __StreamCollector;
35
-
36
- base64Decoder?: __Decoder;
37
-
38
- base64Encoder?: __Encoder;
39
-
40
- utf8Decoder?: __Decoder;
41
-
42
- utf8Encoder?: __Encoder;
43
-
44
- runtime?: string;
45
-
46
- disableHostPrefix?: boolean;
47
-
48
- maxAttempts?: number | __Provider<number>;
49
-
50
- retryMode?: string | __Provider<string>;
51
-
52
- logger?: __Logger;
53
-
54
- useDualstackEndpoint?: boolean | __Provider<boolean>;
55
-
56
- useFipsEndpoint?: boolean | __Provider<boolean>;
57
-
58
- serviceId?: string;
59
-
60
- region?: string | __Provider<string>;
61
-
62
- credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
63
-
64
- regionInfoProvider?: RegionInfoProvider;
65
-
66
- defaultUserAgentProvider?: Provider<__UserAgent>;
67
-
68
- defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
69
- }
70
- declare type HealthClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
71
-
72
- export interface HealthClientConfig extends HealthClientConfigType {
73
- }
74
- declare type HealthClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointsResolvedConfig & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig;
75
-
76
- export interface HealthClientResolvedConfig extends HealthClientResolvedConfigType {
77
- }
78
-
79
- export declare class HealthClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, HealthClientResolvedConfig> {
80
-
81
- readonly config: HealthClientResolvedConfig;
82
- constructor(configuration: HealthClientConfig);
83
-
84
- destroy(): void;
85
- }
86
- export {};
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
4
- import { DescribeAffectedAccountsForOrganizationRequest, DescribeAffectedAccountsForOrganizationResponse } from "../models/models_0";
5
- export interface DescribeAffectedAccountsForOrganizationCommandInput extends DescribeAffectedAccountsForOrganizationRequest {
6
- }
7
- export interface DescribeAffectedAccountsForOrganizationCommandOutput extends DescribeAffectedAccountsForOrganizationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAffectedAccountsForOrganizationCommand extends $Command<DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput, HealthClientResolvedConfig> {
11
- readonly input: DescribeAffectedAccountsForOrganizationCommandInput;
12
- constructor(input: DescribeAffectedAccountsForOrganizationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
4
- import { DescribeAffectedEntitiesRequest, DescribeAffectedEntitiesResponse } from "../models/models_0";
5
- export interface DescribeAffectedEntitiesCommandInput extends DescribeAffectedEntitiesRequest {
6
- }
7
- export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedEntitiesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAffectedEntitiesCommand extends $Command<DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput, HealthClientResolvedConfig> {
11
- readonly input: DescribeAffectedEntitiesCommandInput;
12
- constructor(input: DescribeAffectedEntitiesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
4
- import { DescribeAffectedEntitiesForOrganizationRequest, DescribeAffectedEntitiesForOrganizationResponse } from "../models/models_0";
5
- export interface DescribeAffectedEntitiesForOrganizationCommandInput extends DescribeAffectedEntitiesForOrganizationRequest {
6
- }
7
- export interface DescribeAffectedEntitiesForOrganizationCommandOutput extends DescribeAffectedEntitiesForOrganizationResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeAffectedEntitiesForOrganizationCommand extends $Command<DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput, HealthClientResolvedConfig> {
11
- readonly input: DescribeAffectedEntitiesForOrganizationCommandInput;
12
- constructor(input: DescribeAffectedEntitiesForOrganizationCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
4
- import { DescribeEntityAggregatesRequest, DescribeEntityAggregatesResponse } from "../models/models_0";
5
- export interface DescribeEntityAggregatesCommandInput extends DescribeEntityAggregatesRequest {
6
- }
7
- export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAggregatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEntityAggregatesCommand extends $Command<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig> {
11
- readonly input: DescribeEntityAggregatesCommandInput;
12
- constructor(input: DescribeEntityAggregatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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 { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
3
- import { HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../HealthClient";
4
- import { DescribeEventAggregatesRequest, DescribeEventAggregatesResponse } from "../models/models_0";
5
- export interface DescribeEventAggregatesCommandInput extends DescribeEventAggregatesRequest {
6
- }
7
- export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggregatesResponse, __MetadataBearer {
8
- }
9
-
10
- export declare class DescribeEventAggregatesCommand extends $Command<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig> {
11
- readonly input: DescribeEventAggregatesCommandInput;
12
- constructor(input: DescribeEventAggregatesCommandInput);
13
-
14
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: HealthClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput>;
15
- private serialize;
16
- private deserialize;
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
+ }