@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.
- package/CHANGELOG.md +8 -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,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
4
|
+
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAffectedAccountsForOrganizationCommand";
|
|
6
|
+
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAffectedAccountsForOrganization(
|
|
8
|
+
config: HealthPaginationConfiguration,
|
|
9
|
+
input: DescribeAffectedAccountsForOrganizationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAffectedAccountsForOrganizationCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
4
|
+
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAffectedEntitiesForOrganizationCommand";
|
|
6
|
+
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAffectedEntitiesForOrganization(
|
|
8
|
+
config: HealthPaginationConfiguration,
|
|
9
|
+
input: DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAffectedEntitiesForOrganizationCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeAffectedEntitiesCommandInput,
|
|
4
|
+
DescribeAffectedEntitiesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeAffectedEntitiesCommand";
|
|
6
|
+
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeAffectedEntities(
|
|
8
|
+
config: HealthPaginationConfiguration,
|
|
9
|
+
input: DescribeAffectedEntitiesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeAffectedEntitiesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEventAggregatesCommandInput,
|
|
4
|
+
DescribeEventAggregatesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventAggregatesCommand";
|
|
6
|
+
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEventAggregates(
|
|
8
|
+
config: HealthPaginationConfiguration,
|
|
9
|
+
input: DescribeEventAggregatesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEventAggregatesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEventTypesCommandInput,
|
|
4
|
+
DescribeEventTypesCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventTypesCommand";
|
|
6
|
+
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEventTypes(
|
|
8
|
+
config: HealthPaginationConfiguration,
|
|
9
|
+
input: DescribeEventTypesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEventTypesCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEventsForOrganizationCommandInput,
|
|
4
|
+
DescribeEventsForOrganizationCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventsForOrganizationCommand";
|
|
6
|
+
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEventsForOrganization(
|
|
8
|
+
config: HealthPaginationConfiguration,
|
|
9
|
+
input: DescribeEventsForOrganizationCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEventsForOrganizationCommandOutput>;
|
|
@@ -1,4 +1,11 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import {
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEventsCommandInput,
|
|
4
|
+
DescribeEventsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEventsCommand";
|
|
6
|
+
import { HealthPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEvents(
|
|
8
|
+
config: HealthPaginationConfiguration,
|
|
9
|
+
input: DescribeEventsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEventsCommandOutput>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Health } from "../Health";
|
|
3
|
-
import { HealthClient } from "../HealthClient";
|
|
4
|
-
export interface HealthPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
|
|
6
|
-
}
|
|
1
|
+
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
+
import { Health } from "../Health";
|
|
3
|
+
import { HealthClient } from "../HealthClient";
|
|
4
|
+
export interface HealthPaginationConfiguration extends PaginationConfiguration {
|
|
5
|
+
client: Health | HealthClient;
|
|
6
|
+
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
export * from "./DescribeAffectedAccountsForOrganizationPaginator";
|
|
2
|
-
export * from "./DescribeAffectedEntitiesForOrganizationPaginator";
|
|
3
|
-
export * from "./DescribeAffectedEntitiesPaginator";
|
|
4
|
-
export * from "./DescribeEventAggregatesPaginator";
|
|
5
|
-
export * from "./DescribeEventTypesPaginator";
|
|
6
|
-
export * from "./DescribeEventsForOrganizationPaginator";
|
|
7
|
-
export * from "./DescribeEventsPaginator";
|
|
8
|
-
export * from "./Interfaces";
|
|
1
|
+
export * from "./DescribeAffectedAccountsForOrganizationPaginator";
|
|
2
|
+
export * from "./DescribeAffectedEntitiesForOrganizationPaginator";
|
|
3
|
+
export * from "./DescribeAffectedEntitiesPaginator";
|
|
4
|
+
export * from "./DescribeEventAggregatesPaginator";
|
|
5
|
+
export * from "./DescribeEventTypesPaginator";
|
|
6
|
+
export * from "./DescribeEventsForOrganizationPaginator";
|
|
7
|
+
export * from "./DescribeEventsPaginator";
|
|
8
|
+
export * from "./Interfaces";
|
|
@@ -1,41 +1,161 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
import {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
1
|
+
import {
|
|
2
|
+
HttpRequest as __HttpRequest,
|
|
3
|
+
HttpResponse as __HttpResponse,
|
|
4
|
+
} from "@aws-sdk/protocol-http";
|
|
5
|
+
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
6
|
+
import {
|
|
7
|
+
DescribeAffectedAccountsForOrganizationCommandInput,
|
|
8
|
+
DescribeAffectedAccountsForOrganizationCommandOutput,
|
|
9
|
+
} from "../commands/DescribeAffectedAccountsForOrganizationCommand";
|
|
10
|
+
import {
|
|
11
|
+
DescribeAffectedEntitiesCommandInput,
|
|
12
|
+
DescribeAffectedEntitiesCommandOutput,
|
|
13
|
+
} from "../commands/DescribeAffectedEntitiesCommand";
|
|
14
|
+
import {
|
|
15
|
+
DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
16
|
+
DescribeAffectedEntitiesForOrganizationCommandOutput,
|
|
17
|
+
} from "../commands/DescribeAffectedEntitiesForOrganizationCommand";
|
|
18
|
+
import {
|
|
19
|
+
DescribeEntityAggregatesCommandInput,
|
|
20
|
+
DescribeEntityAggregatesCommandOutput,
|
|
21
|
+
} from "../commands/DescribeEntityAggregatesCommand";
|
|
22
|
+
import {
|
|
23
|
+
DescribeEventAggregatesCommandInput,
|
|
24
|
+
DescribeEventAggregatesCommandOutput,
|
|
25
|
+
} from "../commands/DescribeEventAggregatesCommand";
|
|
26
|
+
import {
|
|
27
|
+
DescribeEventDetailsCommandInput,
|
|
28
|
+
DescribeEventDetailsCommandOutput,
|
|
29
|
+
} from "../commands/DescribeEventDetailsCommand";
|
|
30
|
+
import {
|
|
31
|
+
DescribeEventDetailsForOrganizationCommandInput,
|
|
32
|
+
DescribeEventDetailsForOrganizationCommandOutput,
|
|
33
|
+
} from "../commands/DescribeEventDetailsForOrganizationCommand";
|
|
34
|
+
import {
|
|
35
|
+
DescribeEventsCommandInput,
|
|
36
|
+
DescribeEventsCommandOutput,
|
|
37
|
+
} from "../commands/DescribeEventsCommand";
|
|
38
|
+
import {
|
|
39
|
+
DescribeEventsForOrganizationCommandInput,
|
|
40
|
+
DescribeEventsForOrganizationCommandOutput,
|
|
41
|
+
} from "../commands/DescribeEventsForOrganizationCommand";
|
|
42
|
+
import {
|
|
43
|
+
DescribeEventTypesCommandInput,
|
|
44
|
+
DescribeEventTypesCommandOutput,
|
|
45
|
+
} from "../commands/DescribeEventTypesCommand";
|
|
46
|
+
import {
|
|
47
|
+
DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
48
|
+
DescribeHealthServiceStatusForOrganizationCommandOutput,
|
|
49
|
+
} from "../commands/DescribeHealthServiceStatusForOrganizationCommand";
|
|
50
|
+
import {
|
|
51
|
+
DisableHealthServiceAccessForOrganizationCommandInput,
|
|
52
|
+
DisableHealthServiceAccessForOrganizationCommandOutput,
|
|
53
|
+
} from "../commands/DisableHealthServiceAccessForOrganizationCommand";
|
|
54
|
+
import {
|
|
55
|
+
EnableHealthServiceAccessForOrganizationCommandInput,
|
|
56
|
+
EnableHealthServiceAccessForOrganizationCommandOutput,
|
|
57
|
+
} from "../commands/EnableHealthServiceAccessForOrganizationCommand";
|
|
58
|
+
export declare const serializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand: (
|
|
59
|
+
input: DescribeAffectedAccountsForOrganizationCommandInput,
|
|
60
|
+
context: __SerdeContext
|
|
61
|
+
) => Promise<__HttpRequest>;
|
|
62
|
+
export declare const serializeAws_json1_1DescribeAffectedEntitiesCommand: (
|
|
63
|
+
input: DescribeAffectedEntitiesCommandInput,
|
|
64
|
+
context: __SerdeContext
|
|
65
|
+
) => Promise<__HttpRequest>;
|
|
66
|
+
export declare const serializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand: (
|
|
67
|
+
input: DescribeAffectedEntitiesForOrganizationCommandInput,
|
|
68
|
+
context: __SerdeContext
|
|
69
|
+
) => Promise<__HttpRequest>;
|
|
70
|
+
export declare const serializeAws_json1_1DescribeEntityAggregatesCommand: (
|
|
71
|
+
input: DescribeEntityAggregatesCommandInput,
|
|
72
|
+
context: __SerdeContext
|
|
73
|
+
) => Promise<__HttpRequest>;
|
|
74
|
+
export declare const serializeAws_json1_1DescribeEventAggregatesCommand: (
|
|
75
|
+
input: DescribeEventAggregatesCommandInput,
|
|
76
|
+
context: __SerdeContext
|
|
77
|
+
) => Promise<__HttpRequest>;
|
|
78
|
+
export declare const serializeAws_json1_1DescribeEventDetailsCommand: (
|
|
79
|
+
input: DescribeEventDetailsCommandInput,
|
|
80
|
+
context: __SerdeContext
|
|
81
|
+
) => Promise<__HttpRequest>;
|
|
82
|
+
export declare const serializeAws_json1_1DescribeEventDetailsForOrganizationCommand: (
|
|
83
|
+
input: DescribeEventDetailsForOrganizationCommandInput,
|
|
84
|
+
context: __SerdeContext
|
|
85
|
+
) => Promise<__HttpRequest>;
|
|
86
|
+
export declare const serializeAws_json1_1DescribeEventsCommand: (
|
|
87
|
+
input: DescribeEventsCommandInput,
|
|
88
|
+
context: __SerdeContext
|
|
89
|
+
) => Promise<__HttpRequest>;
|
|
90
|
+
export declare const serializeAws_json1_1DescribeEventsForOrganizationCommand: (
|
|
91
|
+
input: DescribeEventsForOrganizationCommandInput,
|
|
92
|
+
context: __SerdeContext
|
|
93
|
+
) => Promise<__HttpRequest>;
|
|
94
|
+
export declare const serializeAws_json1_1DescribeEventTypesCommand: (
|
|
95
|
+
input: DescribeEventTypesCommandInput,
|
|
96
|
+
context: __SerdeContext
|
|
97
|
+
) => Promise<__HttpRequest>;
|
|
98
|
+
export declare const serializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand: (
|
|
99
|
+
input: DescribeHealthServiceStatusForOrganizationCommandInput,
|
|
100
|
+
context: __SerdeContext
|
|
101
|
+
) => Promise<__HttpRequest>;
|
|
102
|
+
export declare const serializeAws_json1_1DisableHealthServiceAccessForOrganizationCommand: (
|
|
103
|
+
input: DisableHealthServiceAccessForOrganizationCommandInput,
|
|
104
|
+
context: __SerdeContext
|
|
105
|
+
) => Promise<__HttpRequest>;
|
|
106
|
+
export declare const serializeAws_json1_1EnableHealthServiceAccessForOrganizationCommand: (
|
|
107
|
+
input: EnableHealthServiceAccessForOrganizationCommandInput,
|
|
108
|
+
context: __SerdeContext
|
|
109
|
+
) => Promise<__HttpRequest>;
|
|
110
|
+
export declare const deserializeAws_json1_1DescribeAffectedAccountsForOrganizationCommand: (
|
|
111
|
+
output: __HttpResponse,
|
|
112
|
+
context: __SerdeContext
|
|
113
|
+
) => Promise<DescribeAffectedAccountsForOrganizationCommandOutput>;
|
|
114
|
+
export declare const deserializeAws_json1_1DescribeAffectedEntitiesCommand: (
|
|
115
|
+
output: __HttpResponse,
|
|
116
|
+
context: __SerdeContext
|
|
117
|
+
) => Promise<DescribeAffectedEntitiesCommandOutput>;
|
|
118
|
+
export declare const deserializeAws_json1_1DescribeAffectedEntitiesForOrganizationCommand: (
|
|
119
|
+
output: __HttpResponse,
|
|
120
|
+
context: __SerdeContext
|
|
121
|
+
) => Promise<DescribeAffectedEntitiesForOrganizationCommandOutput>;
|
|
122
|
+
export declare const deserializeAws_json1_1DescribeEntityAggregatesCommand: (
|
|
123
|
+
output: __HttpResponse,
|
|
124
|
+
context: __SerdeContext
|
|
125
|
+
) => Promise<DescribeEntityAggregatesCommandOutput>;
|
|
126
|
+
export declare const deserializeAws_json1_1DescribeEventAggregatesCommand: (
|
|
127
|
+
output: __HttpResponse,
|
|
128
|
+
context: __SerdeContext
|
|
129
|
+
) => Promise<DescribeEventAggregatesCommandOutput>;
|
|
130
|
+
export declare const deserializeAws_json1_1DescribeEventDetailsCommand: (
|
|
131
|
+
output: __HttpResponse,
|
|
132
|
+
context: __SerdeContext
|
|
133
|
+
) => Promise<DescribeEventDetailsCommandOutput>;
|
|
134
|
+
export declare const deserializeAws_json1_1DescribeEventDetailsForOrganizationCommand: (
|
|
135
|
+
output: __HttpResponse,
|
|
136
|
+
context: __SerdeContext
|
|
137
|
+
) => Promise<DescribeEventDetailsForOrganizationCommandOutput>;
|
|
138
|
+
export declare const deserializeAws_json1_1DescribeEventsCommand: (
|
|
139
|
+
output: __HttpResponse,
|
|
140
|
+
context: __SerdeContext
|
|
141
|
+
) => Promise<DescribeEventsCommandOutput>;
|
|
142
|
+
export declare const deserializeAws_json1_1DescribeEventsForOrganizationCommand: (
|
|
143
|
+
output: __HttpResponse,
|
|
144
|
+
context: __SerdeContext
|
|
145
|
+
) => Promise<DescribeEventsForOrganizationCommandOutput>;
|
|
146
|
+
export declare const deserializeAws_json1_1DescribeEventTypesCommand: (
|
|
147
|
+
output: __HttpResponse,
|
|
148
|
+
context: __SerdeContext
|
|
149
|
+
) => Promise<DescribeEventTypesCommandOutput>;
|
|
150
|
+
export declare const deserializeAws_json1_1DescribeHealthServiceStatusForOrganizationCommand: (
|
|
151
|
+
output: __HttpResponse,
|
|
152
|
+
context: __SerdeContext
|
|
153
|
+
) => Promise<DescribeHealthServiceStatusForOrganizationCommandOutput>;
|
|
154
|
+
export declare const deserializeAws_json1_1DisableHealthServiceAccessForOrganizationCommand: (
|
|
155
|
+
output: __HttpResponse,
|
|
156
|
+
context: __SerdeContext
|
|
157
|
+
) => Promise<DisableHealthServiceAccessForOrganizationCommandOutput>;
|
|
158
|
+
export declare const deserializeAws_json1_1EnableHealthServiceAccessForOrganizationCommand: (
|
|
159
|
+
output: __HttpResponse,
|
|
160
|
+
context: __SerdeContext
|
|
161
|
+
) => Promise<EnableHealthServiceAccessForOrganizationCommandOutput>;
|
|
@@ -1,38 +1,66 @@
|
|
|
1
|
-
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
-
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
|
+
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
credentialDefaultProvider: (
|
|
13
|
+
input: any
|
|
14
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
15
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
16
|
+
import("@aws-sdk/types").UserAgent
|
|
17
|
+
>;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
region: string | import("@aws-sdk/types").Provider<any>;
|
|
20
|
+
requestHandler:
|
|
21
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
22
|
+
any,
|
|
23
|
+
any,
|
|
24
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
25
|
+
> &
|
|
26
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
27
|
+
| RequestHandler;
|
|
28
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
29
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
34
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
35
|
+
apiVersion: string;
|
|
36
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
+
disableHostPrefix: boolean;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
serviceId: string;
|
|
40
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
|
+
endpoint?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| undefined;
|
|
46
|
+
tls?: boolean | undefined;
|
|
47
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
|
+
credentials?:
|
|
49
|
+
| import("@aws-sdk/types").Credentials
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
51
|
+
| undefined;
|
|
52
|
+
signer?:
|
|
53
|
+
| import("@aws-sdk/types").RequestSigner
|
|
54
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
55
|
+
| undefined;
|
|
56
|
+
signingEscapePath?: boolean | undefined;
|
|
57
|
+
systemClockOffset?: number | undefined;
|
|
58
|
+
signingRegion?: string | undefined;
|
|
59
|
+
signerConstructor?:
|
|
60
|
+
| (new (
|
|
61
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
62
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
63
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
64
|
+
| undefined;
|
|
65
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
66
|
+
};
|
|
@@ -1,38 +1,66 @@
|
|
|
1
|
-
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
-
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
-
|
|
4
|
-
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
|
+
import { HealthClientConfig } from "./HealthClient";
|
|
3
|
+
|
|
4
|
+
export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
5
|
+
runtime: string;
|
|
6
|
+
defaultsMode: import("@aws-sdk/types").Provider<
|
|
7
|
+
import("@aws-sdk/smithy-client").ResolvedDefaultsMode
|
|
8
|
+
>;
|
|
9
|
+
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
10
|
+
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
11
|
+
bodyLengthChecker: import("@aws-sdk/types").BodyLengthCalculator;
|
|
12
|
+
credentialDefaultProvider: (
|
|
13
|
+
input: any
|
|
14
|
+
) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
15
|
+
defaultUserAgentProvider: import("@aws-sdk/types").Provider<
|
|
16
|
+
import("@aws-sdk/types").UserAgent
|
|
17
|
+
>;
|
|
18
|
+
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
19
|
+
region: string | import("@aws-sdk/types").Provider<string>;
|
|
20
|
+
requestHandler:
|
|
21
|
+
| (import("@aws-sdk/types").RequestHandler<
|
|
22
|
+
any,
|
|
23
|
+
any,
|
|
24
|
+
import("@aws-sdk/types").HttpHandlerOptions
|
|
25
|
+
> &
|
|
26
|
+
import("@aws-sdk/protocol-http").HttpHandler)
|
|
27
|
+
| RequestHandler;
|
|
28
|
+
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
29
|
+
sha256: import("@aws-sdk/types").HashConstructor;
|
|
30
|
+
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
31
|
+
useDualstackEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
32
|
+
useFipsEndpoint: boolean | import("@aws-sdk/types").Provider<boolean>;
|
|
33
|
+
utf8Decoder: import("@aws-sdk/types").Decoder;
|
|
34
|
+
utf8Encoder: import("@aws-sdk/types").Encoder;
|
|
35
|
+
apiVersion: string;
|
|
36
|
+
urlParser: import("@aws-sdk/types").UrlParser;
|
|
37
|
+
disableHostPrefix: boolean;
|
|
38
|
+
logger: import("@aws-sdk/types").Logger;
|
|
39
|
+
serviceId: string;
|
|
40
|
+
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
41
|
+
endpoint?:
|
|
42
|
+
| string
|
|
43
|
+
| import("@aws-sdk/types").Endpoint
|
|
44
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint>
|
|
45
|
+
| undefined;
|
|
46
|
+
tls?: boolean | undefined;
|
|
47
|
+
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
48
|
+
credentials?:
|
|
49
|
+
| import("@aws-sdk/types").Credentials
|
|
50
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>
|
|
51
|
+
| undefined;
|
|
52
|
+
signer?:
|
|
53
|
+
| import("@aws-sdk/types").RequestSigner
|
|
54
|
+
| import("@aws-sdk/types").Provider<import("@aws-sdk/types").RequestSigner>
|
|
55
|
+
| undefined;
|
|
56
|
+
signingEscapePath?: boolean | undefined;
|
|
57
|
+
systemClockOffset?: number | undefined;
|
|
58
|
+
signingRegion?: string | undefined;
|
|
59
|
+
signerConstructor?:
|
|
60
|
+
| (new (
|
|
61
|
+
options: import("@aws-sdk/signature-v4").SignatureV4Init &
|
|
62
|
+
import("@aws-sdk/signature-v4").SignatureV4CryptoInit
|
|
63
|
+
) => import("@aws-sdk/types").RequestSigner)
|
|
64
|
+
| undefined;
|
|
65
|
+
customUserAgent?: string | import("@aws-sdk/types").UserAgent | undefined;
|
|
66
|
+
};
|