@aws-sdk/client-health 3.529.1 → 3.535.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-types/Health.d.ts +9 -1
- package/dist-types/HealthClient.d.ts +1 -1
- package/dist-types/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAffectedEntitiesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEntityAggregatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventAggregatesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventDetailsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventDetailsForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventTypesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventsForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +2 -1
- package/dist-types/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +185 -185
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/Health.d.ts +8 -0
- package/dist-types/ts3.4/commands/DescribeAffectedAccountsForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAffectedEntitiesForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEntityAggregatesForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventAggregatesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventDetailsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventDetailsForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventTypesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventsForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeHealthServiceStatusForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisableHealthServiceAccessForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/EnableHealthServiceAccessForOrganizationCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +40 -40
package/dist-types/Health.d.ts
CHANGED
|
@@ -30,12 +30,14 @@ export interface Health {
|
|
|
30
30
|
/**
|
|
31
31
|
* @see {@link DescribeAffectedEntitiesForOrganizationCommand}
|
|
32
32
|
*/
|
|
33
|
+
describeAffectedEntitiesForOrganization(): Promise<DescribeAffectedEntitiesForOrganizationCommandOutput>;
|
|
33
34
|
describeAffectedEntitiesForOrganization(args: DescribeAffectedEntitiesForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeAffectedEntitiesForOrganizationCommandOutput>;
|
|
34
35
|
describeAffectedEntitiesForOrganization(args: DescribeAffectedEntitiesForOrganizationCommandInput, cb: (err: any, data?: DescribeAffectedEntitiesForOrganizationCommandOutput) => void): void;
|
|
35
36
|
describeAffectedEntitiesForOrganization(args: DescribeAffectedEntitiesForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAffectedEntitiesForOrganizationCommandOutput) => void): void;
|
|
36
37
|
/**
|
|
37
38
|
* @see {@link DescribeEntityAggregatesCommand}
|
|
38
39
|
*/
|
|
40
|
+
describeEntityAggregates(): Promise<DescribeEntityAggregatesCommandOutput>;
|
|
39
41
|
describeEntityAggregates(args: DescribeEntityAggregatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEntityAggregatesCommandOutput>;
|
|
40
42
|
describeEntityAggregates(args: DescribeEntityAggregatesCommandInput, cb: (err: any, data?: DescribeEntityAggregatesCommandOutput) => void): void;
|
|
41
43
|
describeEntityAggregates(args: DescribeEntityAggregatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEntityAggregatesCommandOutput) => void): void;
|
|
@@ -66,42 +68,47 @@ export interface Health {
|
|
|
66
68
|
/**
|
|
67
69
|
* @see {@link DescribeEventsCommand}
|
|
68
70
|
*/
|
|
71
|
+
describeEvents(): Promise<DescribeEventsCommandOutput>;
|
|
69
72
|
describeEvents(args: DescribeEventsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsCommandOutput>;
|
|
70
73
|
describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
71
74
|
describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
|
|
72
75
|
/**
|
|
73
76
|
* @see {@link DescribeEventsForOrganizationCommand}
|
|
74
77
|
*/
|
|
78
|
+
describeEventsForOrganization(): Promise<DescribeEventsForOrganizationCommandOutput>;
|
|
75
79
|
describeEventsForOrganization(args: DescribeEventsForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventsForOrganizationCommandOutput>;
|
|
76
80
|
describeEventsForOrganization(args: DescribeEventsForOrganizationCommandInput, cb: (err: any, data?: DescribeEventsForOrganizationCommandOutput) => void): void;
|
|
77
81
|
describeEventsForOrganization(args: DescribeEventsForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsForOrganizationCommandOutput) => void): void;
|
|
78
82
|
/**
|
|
79
83
|
* @see {@link DescribeEventTypesCommand}
|
|
80
84
|
*/
|
|
85
|
+
describeEventTypes(): Promise<DescribeEventTypesCommandOutput>;
|
|
81
86
|
describeEventTypes(args: DescribeEventTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEventTypesCommandOutput>;
|
|
82
87
|
describeEventTypes(args: DescribeEventTypesCommandInput, cb: (err: any, data?: DescribeEventTypesCommandOutput) => void): void;
|
|
83
88
|
describeEventTypes(args: DescribeEventTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventTypesCommandOutput) => void): void;
|
|
84
89
|
/**
|
|
85
90
|
* @see {@link DescribeHealthServiceStatusForOrganizationCommand}
|
|
86
91
|
*/
|
|
92
|
+
describeHealthServiceStatusForOrganization(): Promise<DescribeHealthServiceStatusForOrganizationCommandOutput>;
|
|
87
93
|
describeHealthServiceStatusForOrganization(args: DescribeHealthServiceStatusForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeHealthServiceStatusForOrganizationCommandOutput>;
|
|
88
94
|
describeHealthServiceStatusForOrganization(args: DescribeHealthServiceStatusForOrganizationCommandInput, cb: (err: any, data?: DescribeHealthServiceStatusForOrganizationCommandOutput) => void): void;
|
|
89
95
|
describeHealthServiceStatusForOrganization(args: DescribeHealthServiceStatusForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeHealthServiceStatusForOrganizationCommandOutput) => void): void;
|
|
90
96
|
/**
|
|
91
97
|
* @see {@link DisableHealthServiceAccessForOrganizationCommand}
|
|
92
98
|
*/
|
|
99
|
+
disableHealthServiceAccessForOrganization(): Promise<DisableHealthServiceAccessForOrganizationCommandOutput>;
|
|
93
100
|
disableHealthServiceAccessForOrganization(args: DisableHealthServiceAccessForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<DisableHealthServiceAccessForOrganizationCommandOutput>;
|
|
94
101
|
disableHealthServiceAccessForOrganization(args: DisableHealthServiceAccessForOrganizationCommandInput, cb: (err: any, data?: DisableHealthServiceAccessForOrganizationCommandOutput) => void): void;
|
|
95
102
|
disableHealthServiceAccessForOrganization(args: DisableHealthServiceAccessForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DisableHealthServiceAccessForOrganizationCommandOutput) => void): void;
|
|
96
103
|
/**
|
|
97
104
|
* @see {@link EnableHealthServiceAccessForOrganizationCommand}
|
|
98
105
|
*/
|
|
106
|
+
enableHealthServiceAccessForOrganization(): Promise<EnableHealthServiceAccessForOrganizationCommandOutput>;
|
|
99
107
|
enableHealthServiceAccessForOrganization(args: EnableHealthServiceAccessForOrganizationCommandInput, options?: __HttpHandlerOptions): Promise<EnableHealthServiceAccessForOrganizationCommandOutput>;
|
|
100
108
|
enableHealthServiceAccessForOrganization(args: EnableHealthServiceAccessForOrganizationCommandInput, cb: (err: any, data?: EnableHealthServiceAccessForOrganizationCommandOutput) => void): void;
|
|
101
109
|
enableHealthServiceAccessForOrganization(args: EnableHealthServiceAccessForOrganizationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: EnableHealthServiceAccessForOrganizationCommandOutput) => void): void;
|
|
102
110
|
}
|
|
103
111
|
/**
|
|
104
|
-
* @public
|
|
105
112
|
* <fullname>Health</fullname>
|
|
106
113
|
* <p>The Health API provides access to the Health information that appears in the
|
|
107
114
|
* <a href="https://health.aws.amazon.com/health/home">Health Dashboard</a>. You can use
|
|
@@ -145,6 +152,7 @@ export interface Health {
|
|
|
145
152
|
* </li>
|
|
146
153
|
* </ul>
|
|
147
154
|
* </note>
|
|
155
|
+
* @public
|
|
148
156
|
*/
|
|
149
157
|
export declare class Health extends HealthClient implements Health {
|
|
150
158
|
}
|
|
@@ -165,7 +165,6 @@ export type HealthClientResolvedConfigType = __SmithyResolvedConfiguration<__Htt
|
|
|
165
165
|
export interface HealthClientResolvedConfig extends HealthClientResolvedConfigType {
|
|
166
166
|
}
|
|
167
167
|
/**
|
|
168
|
-
* @public
|
|
169
168
|
* <fullname>Health</fullname>
|
|
170
169
|
* <p>The Health API provides access to the Health information that appears in the
|
|
171
170
|
* <a href="https://health.aws.amazon.com/health/home">Health Dashboard</a>. You can use
|
|
@@ -209,6 +208,7 @@ export interface HealthClientResolvedConfig extends HealthClientResolvedConfigTy
|
|
|
209
208
|
* </li>
|
|
210
209
|
* </ul>
|
|
211
210
|
* </note>
|
|
211
|
+
* @public
|
|
212
212
|
*/
|
|
213
213
|
export declare class HealthClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, HealthClientResolvedConfig> {
|
|
214
214
|
/**
|
|
@@ -22,10 +22,10 @@ export interface DescribeAffectedAccountsForOrganizationCommandOutput extends De
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAffectedAccountsForOrganizationCommand_base: {
|
|
24
24
|
new (input: DescribeAffectedAccountsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAffectedAccountsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAffectedAccountsForOrganizationCommandInput, DescribeAffectedAccountsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of accounts in the organization from Organizations that are affected by the
|
|
30
30
|
* provided event. For more information about the different types of Health events, see
|
|
31
31
|
* <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_Event.html">Event</a>. </p>
|
|
@@ -70,6 +70,7 @@ declare const DescribeAffectedAccountsForOrganizationCommand_base: {
|
|
|
70
70
|
* @throws {@link HealthServiceException}
|
|
71
71
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
72
72
|
*
|
|
73
|
+
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DescribeAffectedAccountsForOrganizationCommand extends DescribeAffectedAccountsForOrganizationCommand_base {
|
|
75
76
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAffectedEntitiesCommandOutput extends DescribeAffectedE
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAffectedEntitiesCommand_base: {
|
|
24
24
|
new (input: DescribeAffectedEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeAffectedEntitiesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAffectedEntitiesCommandInput, DescribeAffectedEntitiesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of entities that have been affected by the specified events, based on the
|
|
30
30
|
* specified filter criteria. Entities can refer to individual customer resources, groups of
|
|
31
31
|
* customer resources, or any other construct, depending on the Amazon Web Service. Events that
|
|
@@ -116,6 +116,7 @@ declare const DescribeAffectedEntitiesCommand_base: {
|
|
|
116
116
|
* @throws {@link HealthServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class DescribeAffectedEntitiesCommand extends DescribeAffectedEntitiesCommand_base {
|
|
121
122
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeAffectedEntitiesForOrganizationCommandOutput extends De
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeAffectedEntitiesForOrganizationCommand_base: {
|
|
24
24
|
new (input: DescribeAffectedEntitiesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeAffectedEntitiesForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeAffectedEntitiesForOrganizationCommandInput, DescribeAffectedEntitiesForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of entities that have been affected by one or more events for one or more
|
|
30
30
|
* accounts in your organization in Organizations, based on the filter criteria. Entities can refer
|
|
31
31
|
* to individual customer resources, groups of customer resources, or any other construct,
|
|
@@ -116,6 +116,7 @@ declare const DescribeAffectedEntitiesForOrganizationCommand_base: {
|
|
|
116
116
|
* @throws {@link HealthServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class DescribeAffectedEntitiesForOrganizationCommand extends DescribeAffectedEntitiesForOrganizationCommand_base {
|
|
121
122
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEntityAggregatesCommandOutput extends DescribeEntityAgg
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEntityAggregatesCommand_base: {
|
|
24
24
|
new (input: DescribeEntityAggregatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeEntityAggregatesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEntityAggregatesCommandInput, DescribeEntityAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the number of entities that are affected by each of the specified events.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -63,6 +63,7 @@ declare const DescribeEntityAggregatesCommand_base: {
|
|
|
63
63
|
* @throws {@link HealthServiceException}
|
|
64
64
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
65
65
|
*
|
|
66
|
+
* @public
|
|
66
67
|
*/
|
|
67
68
|
export declare class DescribeEntityAggregatesCommand extends DescribeEntityAggregatesCommand_base {
|
|
68
69
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEntityAggregatesForOrganizationCommandOutput extends De
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEntityAggregatesForOrganizationCommand_base: {
|
|
24
24
|
new (input: DescribeEntityAggregatesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntityAggregatesForOrganizationCommandInput, DescribeEntityAggregatesForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEntityAggregatesForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEntityAggregatesForOrganizationCommandInput, DescribeEntityAggregatesForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns a list of entity aggregates for your Organizations that are affected by each of the specified events.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -75,6 +75,7 @@ declare const DescribeEntityAggregatesForOrganizationCommand_base: {
|
|
|
75
75
|
* @throws {@link HealthServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class DescribeEntityAggregatesForOrganizationCommand extends DescribeEntityAggregatesForOrganizationCommand_base {
|
|
80
81
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEventAggregatesCommandOutput extends DescribeEventAggre
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventAggregatesCommand_base: {
|
|
24
24
|
new (input: DescribeEventAggregatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEventAggregatesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventAggregatesCommandInput, DescribeEventAggregatesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the number of events of each event type (issue, scheduled change, and account
|
|
30
30
|
* notification). If no filter is specified, the counts of all events in each category are
|
|
31
31
|
* returned.</p>
|
|
@@ -121,6 +121,7 @@ declare const DescribeEventAggregatesCommand_base: {
|
|
|
121
121
|
* @throws {@link HealthServiceException}
|
|
122
122
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
123
123
|
*
|
|
124
|
+
* @public
|
|
124
125
|
*/
|
|
125
126
|
export declare class DescribeEventAggregatesCommand extends DescribeEventAggregatesCommand_base {
|
|
126
127
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEventDetailsCommandOutput extends DescribeEventDetailsR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventDetailsCommand_base: {
|
|
24
24
|
new (input: DescribeEventDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEventDetailsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventDetailsCommandInput, DescribeEventDetailsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns detailed information about one or more specified events. Information includes
|
|
30
30
|
* standard event data (Amazon Web Services Region, service, and so on, as returned by <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_DescribeEvents.html">DescribeEvents</a>), a detailed event description, and possible additional metadata
|
|
31
31
|
* that depends upon the nature of the event. Affected entities are not included. To retrieve
|
|
@@ -97,6 +97,7 @@ declare const DescribeEventDetailsCommand_base: {
|
|
|
97
97
|
* @throws {@link HealthServiceException}
|
|
98
98
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
99
99
|
*
|
|
100
|
+
* @public
|
|
100
101
|
*/
|
|
101
102
|
export declare class DescribeEventDetailsCommand extends DescribeEventDetailsCommand_base {
|
|
102
103
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEventDetailsForOrganizationCommandOutput extends Descri
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventDetailsForOrganizationCommand_base: {
|
|
24
24
|
new (input: DescribeEventDetailsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeEventDetailsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventDetailsForOrganizationCommandInput, DescribeEventDetailsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns detailed information about one or more specified events for one or more
|
|
30
30
|
* Amazon Web Services accounts in your organization. This information includes standard event data (such as
|
|
31
31
|
* the Amazon Web Services Region and service), an event description, and (depending on the event) possible
|
|
@@ -124,6 +124,7 @@ declare const DescribeEventDetailsForOrganizationCommand_base: {
|
|
|
124
124
|
* @throws {@link HealthServiceException}
|
|
125
125
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
126
126
|
*
|
|
127
|
+
* @public
|
|
127
128
|
*/
|
|
128
129
|
export declare class DescribeEventDetailsForOrganizationCommand extends DescribeEventDetailsForOrganizationCommand_base {
|
|
129
130
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEventTypesCommandOutput extends DescribeEventTypesRespo
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventTypesCommand_base: {
|
|
24
24
|
new (input: DescribeEventTypesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeEventTypesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventTypesCommandInput, DescribeEventTypesCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the event types that meet the specified filter criteria. You can use this API
|
|
30
30
|
* operation to find information about the Health event, such as the category, Amazon Web Service, and event code. The metadata for each event appears in the <a href="https://docs.aws.amazon.com/health/latest/APIReference/API_EventType.html">EventType</a> object. </p>
|
|
31
31
|
* <p>If you don't specify a filter criteria, the API operation returns all event types, in no
|
|
@@ -85,6 +85,7 @@ declare const DescribeEventTypesCommand_base: {
|
|
|
85
85
|
* @throws {@link HealthServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class DescribeEventTypesCommand extends DescribeEventTypesCommand_base {
|
|
90
91
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEventsCommandOutput extends DescribeEventsResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventsCommand_base: {
|
|
24
24
|
new (input: DescribeEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p> Returns information about events that meet the specified filter criteria. Events are
|
|
30
30
|
* returned in a summary form and do not include the detailed description, any additional
|
|
31
31
|
* metadata that depends on the event type, or any affected resources. To retrieve that
|
|
@@ -150,6 +150,7 @@ declare const DescribeEventsCommand_base: {
|
|
|
150
150
|
* @throws {@link HealthServiceException}
|
|
151
151
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
152
152
|
*
|
|
153
|
+
* @public
|
|
153
154
|
*/
|
|
154
155
|
export declare class DescribeEventsCommand extends DescribeEventsCommand_base {
|
|
155
156
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeEventsForOrganizationCommandOutput extends DescribeEven
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeEventsForOrganizationCommand_base: {
|
|
24
24
|
new (input: DescribeEventsForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeEventsForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventsForOrganizationCommandInput, DescribeEventsForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns information about events across your organization in Organizations. You can use
|
|
30
30
|
* the<code>filters</code> parameter to specify the events that you want to return. Events
|
|
31
31
|
* are returned in a summary form and don't include the affected accounts, detailed
|
|
@@ -144,6 +144,7 @@ declare const DescribeEventsForOrganizationCommand_base: {
|
|
|
144
144
|
* @throws {@link HealthServiceException}
|
|
145
145
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
146
146
|
*
|
|
147
|
+
* @public
|
|
147
148
|
*/
|
|
148
149
|
export declare class DescribeEventsForOrganizationCommand extends DescribeEventsForOrganizationCommand_base {
|
|
149
150
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeHealthServiceStatusForOrganizationCommandOutput extends
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeHealthServiceStatusForOrganizationCommand_base: {
|
|
24
24
|
new (input: DescribeHealthServiceStatusForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeHealthServiceStatusForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeHealthServiceStatusForOrganizationCommandInput, DescribeHealthServiceStatusForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>This operation provides status information on enabling or disabling Health to work
|
|
30
30
|
* with your organization. To call this operation, you must use the organization's
|
|
31
31
|
* management account.</p>
|
|
@@ -53,6 +53,7 @@ declare const DescribeHealthServiceStatusForOrganizationCommand_base: {
|
|
|
53
53
|
* @throws {@link HealthServiceException}
|
|
54
54
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
55
55
|
*
|
|
56
|
+
* @public
|
|
56
57
|
*/
|
|
57
58
|
export declare class DescribeHealthServiceStatusForOrganizationCommand extends DescribeHealthServiceStatusForOrganizationCommand_base {
|
|
58
59
|
}
|
|
@@ -21,10 +21,10 @@ export interface DisableHealthServiceAccessForOrganizationCommandOutput extends
|
|
|
21
21
|
}
|
|
22
22
|
declare const DisableHealthServiceAccessForOrganizationCommand_base: {
|
|
23
23
|
new (input: DisableHealthServiceAccessForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
|
+
new (...[input]: [] | [DisableHealthServiceAccessForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<DisableHealthServiceAccessForOrganizationCommandInput, DisableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
25
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
26
|
};
|
|
26
27
|
/**
|
|
27
|
-
* @public
|
|
28
28
|
* <p>Disables Health from working with Organizations. To call this operation, you must sign
|
|
29
29
|
* in to the organization's management account. For more information, see <a href="https://docs.aws.amazon.com/health/latest/ug/aggregate-events.html">Aggregating
|
|
30
30
|
* Health events</a> in the <i>Health User Guide</i>.</p>
|
|
@@ -66,6 +66,7 @@ declare const DisableHealthServiceAccessForOrganizationCommand_base: {
|
|
|
66
66
|
* @throws {@link HealthServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
68
68
|
*
|
|
69
|
+
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class DisableHealthServiceAccessForOrganizationCommand extends DisableHealthServiceAccessForOrganizationCommand_base {
|
|
71
72
|
}
|
|
@@ -21,10 +21,10 @@ export interface EnableHealthServiceAccessForOrganizationCommandOutput extends _
|
|
|
21
21
|
}
|
|
22
22
|
declare const EnableHealthServiceAccessForOrganizationCommand_base: {
|
|
23
23
|
new (input: EnableHealthServiceAccessForOrganizationCommandInput): import("@smithy/smithy-client").CommandImpl<EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
|
+
new (...[input]: [] | [EnableHealthServiceAccessForOrganizationCommandInput]): import("@smithy/smithy-client").CommandImpl<EnableHealthServiceAccessForOrganizationCommandInput, EnableHealthServiceAccessForOrganizationCommandOutput, HealthClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
24
25
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
26
|
};
|
|
26
27
|
/**
|
|
27
|
-
* @public
|
|
28
28
|
* <p>Enables Health to work with Organizations. You can use the organizational view feature
|
|
29
29
|
* to aggregate events from all Amazon Web Services accounts in your organization in a centralized location. </p>
|
|
30
30
|
* <p>This operation also creates a service-linked role for the management account in the
|
|
@@ -75,6 +75,7 @@ declare const EnableHealthServiceAccessForOrganizationCommand_base: {
|
|
|
75
75
|
* @throws {@link HealthServiceException}
|
|
76
76
|
* <p>Base exception class for all service exceptions from Health service.</p>
|
|
77
77
|
*
|
|
78
|
+
* @public
|
|
78
79
|
*/
|
|
79
80
|
export declare class EnableHealthServiceAccessForOrganizationCommand extends EnableHealthServiceAccessForOrganizationCommand_base {
|
|
80
81
|
}
|