@aws-sdk/client-health 3.927.0 → 3.928.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +654 -670
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/HealthClient.js +2 -0
- package/dist-es/commands/DescribeAffectedAccountsForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeAffectedEntitiesCommand.js +3 -9
- package/dist-es/commands/DescribeAffectedEntitiesForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeEntityAggregatesCommand.js +3 -9
- package/dist-es/commands/DescribeEntityAggregatesForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeEventAggregatesCommand.js +3 -9
- package/dist-es/commands/DescribeEventDetailsCommand.js +3 -9
- package/dist-es/commands/DescribeEventDetailsForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeEventTypesCommand.js +3 -9
- package/dist-es/commands/DescribeEventsCommand.js +3 -9
- package/dist-es/commands/DescribeEventsForOrganizationCommand.js +3 -9
- package/dist-es/commands/DescribeHealthServiceStatusForOrganizationCommand.js +3 -9
- package/dist-es/commands/DisableHealthServiceAccessForOrganizationCommand.js +3 -9
- package/dist-es/commands/EnableHealthServiceAccessForOrganizationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +637 -0
- package/dist-types/HealthClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +103 -0
- package/dist-types/ts3.4/HealthClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +108 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_1.js +0 -567
- package/dist-types/protocols/Aws_json1_1.d.ts +0 -128
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -173
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
import { StaticErrorSchema, StaticListSchema, StaticOperationSchema, StaticStructureSchema } from "@smithy/types";
|
|
2
|
+
export declare var AccountEntityAggregate: StaticStructureSchema;
|
|
3
|
+
export declare var AffectedEntity: StaticStructureSchema;
|
|
4
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
5
|
+
export declare var DateTimeRange: StaticStructureSchema;
|
|
6
|
+
export declare var DescribeAffectedAccountsForOrganizationRequest: StaticStructureSchema;
|
|
7
|
+
export declare var DescribeAffectedAccountsForOrganizationResponse: StaticStructureSchema;
|
|
8
|
+
export declare var DescribeAffectedEntitiesForOrganizationRequest: StaticStructureSchema;
|
|
9
|
+
export declare var DescribeAffectedEntitiesForOrganizationResponse: StaticStructureSchema;
|
|
10
|
+
export declare var DescribeAffectedEntitiesRequest: StaticStructureSchema;
|
|
11
|
+
export declare var DescribeAffectedEntitiesResponse: StaticStructureSchema;
|
|
12
|
+
export declare var DescribeEntityAggregatesForOrganizationRequest: StaticStructureSchema;
|
|
13
|
+
export declare var DescribeEntityAggregatesForOrganizationResponse: StaticStructureSchema;
|
|
14
|
+
export declare var DescribeEntityAggregatesRequest: StaticStructureSchema;
|
|
15
|
+
export declare var DescribeEntityAggregatesResponse: StaticStructureSchema;
|
|
16
|
+
export declare var DescribeEventAggregatesRequest: StaticStructureSchema;
|
|
17
|
+
export declare var DescribeEventAggregatesResponse: StaticStructureSchema;
|
|
18
|
+
export declare var DescribeEventDetailsForOrganizationRequest: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeEventDetailsForOrganizationResponse: StaticStructureSchema;
|
|
20
|
+
export declare var DescribeEventDetailsRequest: StaticStructureSchema;
|
|
21
|
+
export declare var DescribeEventDetailsResponse: StaticStructureSchema;
|
|
22
|
+
export declare var DescribeEventsForOrganizationRequest: StaticStructureSchema;
|
|
23
|
+
export declare var DescribeEventsForOrganizationResponse: StaticStructureSchema;
|
|
24
|
+
export declare var DescribeEventsRequest: StaticStructureSchema;
|
|
25
|
+
export declare var DescribeEventsResponse: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeEventTypesRequest: StaticStructureSchema;
|
|
27
|
+
export declare var DescribeEventTypesResponse: StaticStructureSchema;
|
|
28
|
+
export declare var DescribeHealthServiceStatusForOrganizationResponse: StaticStructureSchema;
|
|
29
|
+
export declare var EntityAccountFilter: StaticStructureSchema;
|
|
30
|
+
export declare var EntityAggregate: StaticStructureSchema;
|
|
31
|
+
export declare var EntityFilter: StaticStructureSchema;
|
|
32
|
+
export declare var Event: StaticStructureSchema;
|
|
33
|
+
export declare var EventAccountFilter: StaticStructureSchema;
|
|
34
|
+
export declare var EventAggregate: StaticStructureSchema;
|
|
35
|
+
export declare var EventDescription: StaticStructureSchema;
|
|
36
|
+
export declare var EventDetails: StaticStructureSchema;
|
|
37
|
+
export declare var EventDetailsErrorItem: StaticStructureSchema;
|
|
38
|
+
export declare var EventFilter: StaticStructureSchema;
|
|
39
|
+
export declare var EventType: StaticStructureSchema;
|
|
40
|
+
export declare var EventTypeFilter: StaticStructureSchema;
|
|
41
|
+
export declare var InvalidPaginationToken: StaticErrorSchema;
|
|
42
|
+
export declare var OrganizationAffectedEntitiesErrorItem: StaticStructureSchema;
|
|
43
|
+
export declare var OrganizationEntityAggregate: StaticStructureSchema;
|
|
44
|
+
export declare var OrganizationEvent: StaticStructureSchema;
|
|
45
|
+
export declare var OrganizationEventDetails: StaticStructureSchema;
|
|
46
|
+
export declare var OrganizationEventDetailsErrorItem: StaticStructureSchema;
|
|
47
|
+
export declare var OrganizationEventFilter: StaticStructureSchema;
|
|
48
|
+
export declare var UnsupportedLocale: StaticErrorSchema;
|
|
49
|
+
export declare var __Unit: "unit";
|
|
50
|
+
export declare var HealthServiceException: StaticErrorSchema;
|
|
51
|
+
export declare var AccountEntityAggregatesList: StaticListSchema;
|
|
52
|
+
export declare var affectedAccountsList: number;
|
|
53
|
+
export declare var availabilityZones: number;
|
|
54
|
+
export declare var awsAccountIdsList: number;
|
|
55
|
+
export declare var dateTimeRangeList: StaticListSchema;
|
|
56
|
+
export declare var DescribeAffectedEntitiesForOrganizationFailedSet: StaticListSchema;
|
|
57
|
+
export declare var DescribeEventDetailsFailedSet: StaticListSchema;
|
|
58
|
+
export declare var DescribeEventDetailsForOrganizationFailedSet: StaticListSchema;
|
|
59
|
+
export declare var DescribeEventDetailsForOrganizationSuccessfulSet: StaticListSchema;
|
|
60
|
+
export declare var DescribeEventDetailsSuccessfulSet: StaticListSchema;
|
|
61
|
+
export declare var EntityAggregateList: StaticListSchema;
|
|
62
|
+
export declare var entityArnList: number;
|
|
63
|
+
export declare var EntityList: StaticListSchema;
|
|
64
|
+
export declare var entityStatusCodeList: number;
|
|
65
|
+
export declare var entityValueList: number;
|
|
66
|
+
export declare var EventAggregateList: StaticListSchema;
|
|
67
|
+
export declare var eventArnList: number;
|
|
68
|
+
export declare var EventArnsList: number;
|
|
69
|
+
export declare var EventList: StaticListSchema;
|
|
70
|
+
export declare var eventStatusCodeList: number;
|
|
71
|
+
export declare var EventTypeCategoryList: number;
|
|
72
|
+
export declare var eventTypeCategoryList2: number;
|
|
73
|
+
export declare var EventTypeCodeList: number;
|
|
74
|
+
export declare var EventTypeList: StaticListSchema;
|
|
75
|
+
export declare var eventTypeList2: number;
|
|
76
|
+
export declare var OrganizationAccountIdsList: number;
|
|
77
|
+
export declare var OrganizationEntityAccountFiltersList: StaticListSchema;
|
|
78
|
+
export declare var OrganizationEntityAggregatesList: StaticListSchema;
|
|
79
|
+
export declare var OrganizationEntityFiltersList: StaticListSchema;
|
|
80
|
+
export declare var OrganizationEventArnsList: number;
|
|
81
|
+
export declare var OrganizationEventDetailFiltersList: StaticListSchema;
|
|
82
|
+
export declare var OrganizationEventList: StaticListSchema;
|
|
83
|
+
export declare var regionList: number;
|
|
84
|
+
export declare var serviceList: number;
|
|
85
|
+
export declare var tagFilter: StaticListSchema;
|
|
86
|
+
export declare var entityMetadata: number;
|
|
87
|
+
export declare var entityStatuses: number;
|
|
88
|
+
export declare var eventMetadata: number;
|
|
89
|
+
export declare var tagSet: number;
|
|
90
|
+
export declare var DescribeAffectedAccountsForOrganization: StaticOperationSchema;
|
|
91
|
+
export declare var DescribeAffectedEntities: StaticOperationSchema;
|
|
92
|
+
export declare var DescribeAffectedEntitiesForOrganization: StaticOperationSchema;
|
|
93
|
+
export declare var DescribeEntityAggregates: StaticOperationSchema;
|
|
94
|
+
export declare var DescribeEntityAggregatesForOrganization: StaticOperationSchema;
|
|
95
|
+
export declare var DescribeEventAggregates: StaticOperationSchema;
|
|
96
|
+
export declare var DescribeEventDetails: StaticOperationSchema;
|
|
97
|
+
export declare var DescribeEventDetailsForOrganization: StaticOperationSchema;
|
|
98
|
+
export declare var DescribeEvents: StaticOperationSchema;
|
|
99
|
+
export declare var DescribeEventsForOrganization: StaticOperationSchema;
|
|
100
|
+
export declare var DescribeEventTypes: StaticOperationSchema;
|
|
101
|
+
export declare var DescribeHealthServiceStatusForOrganization: StaticOperationSchema;
|
|
102
|
+
export declare var DisableHealthServiceAccessForOrganization: StaticOperationSchema;
|
|
103
|
+
export declare var EnableHealthServiceAccessForOrganization: StaticOperationSchema;
|
|
@@ -30,10 +30,13 @@ import {
|
|
|
30
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
31
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
32
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
33
|
+
ClientProtocol,
|
|
33
34
|
Decoder as __Decoder,
|
|
34
35
|
Encoder as __Encoder,
|
|
35
36
|
HashConstructor as __HashConstructor,
|
|
36
37
|
HttpHandlerOptions as __HttpHandlerOptions,
|
|
38
|
+
HttpRequest,
|
|
39
|
+
HttpResponse,
|
|
37
40
|
Logger as __Logger,
|
|
38
41
|
Provider as __Provider,
|
|
39
42
|
Provider,
|
|
@@ -162,6 +165,7 @@ export interface ClientDefaults
|
|
|
162
165
|
retryMode?: string | __Provider<string>;
|
|
163
166
|
logger?: __Logger;
|
|
164
167
|
extensions?: RuntimeExtension[];
|
|
168
|
+
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
165
169
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
166
170
|
}
|
|
167
171
|
export type HealthClientConfigType = Partial<
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
userAgentAppId?:
|
|
43
47
|
| string
|
|
@@ -38,6 +38,10 @@ export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
|
38
38
|
profile?: string;
|
|
39
39
|
logger: import("@smithy/types").Logger;
|
|
40
40
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
41
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
42
|
+
import("@smithy/types").HttpRequest,
|
|
43
|
+
import("@smithy/types").HttpResponse
|
|
44
|
+
>;
|
|
41
45
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
42
46
|
retryStrategy?:
|
|
43
47
|
| import("@smithy/types").RetryStrategy
|
|
@@ -37,6 +37,10 @@ export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
|
37
37
|
retryMode: string | import("@smithy/types").Provider<string>;
|
|
38
38
|
logger: import("@smithy/types").Logger;
|
|
39
39
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
40
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
41
|
+
import("@smithy/types").HttpRequest,
|
|
42
|
+
import("@smithy/types").HttpResponse
|
|
43
|
+
>;
|
|
40
44
|
defaultsMode:
|
|
41
45
|
| import("@smithy/smithy-client").DefaultsMode
|
|
42
46
|
| import("@smithy/types").Provider<
|
|
@@ -14,6 +14,10 @@ export declare const getRuntimeConfig: (config: HealthClientConfig) => {
|
|
|
14
14
|
httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").HealthHttpAuthSchemeProvider;
|
|
15
15
|
httpAuthSchemes: import("@smithy/types").HttpAuthScheme[];
|
|
16
16
|
logger: import("@smithy/types").Logger;
|
|
17
|
+
protocol: import("@smithy/types").ClientProtocol<
|
|
18
|
+
import("@smithy/types").HttpRequest,
|
|
19
|
+
import("@smithy/types").HttpResponse
|
|
20
|
+
>;
|
|
17
21
|
serviceId: string;
|
|
18
22
|
urlParser: import("@smithy/types").UrlParser;
|
|
19
23
|
utf8Decoder: import("@smithy/types").Decoder;
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
import {
|
|
2
|
+
StaticErrorSchema,
|
|
3
|
+
StaticListSchema,
|
|
4
|
+
StaticOperationSchema,
|
|
5
|
+
StaticStructureSchema,
|
|
6
|
+
} from "@smithy/types";
|
|
7
|
+
export declare var AccountEntityAggregate: StaticStructureSchema;
|
|
8
|
+
export declare var AffectedEntity: StaticStructureSchema;
|
|
9
|
+
export declare var ConcurrentModificationException: StaticErrorSchema;
|
|
10
|
+
export declare var DateTimeRange: StaticStructureSchema;
|
|
11
|
+
export declare var DescribeAffectedAccountsForOrganizationRequest: StaticStructureSchema;
|
|
12
|
+
export declare var DescribeAffectedAccountsForOrganizationResponse: StaticStructureSchema;
|
|
13
|
+
export declare var DescribeAffectedEntitiesForOrganizationRequest: StaticStructureSchema;
|
|
14
|
+
export declare var DescribeAffectedEntitiesForOrganizationResponse: StaticStructureSchema;
|
|
15
|
+
export declare var DescribeAffectedEntitiesRequest: StaticStructureSchema;
|
|
16
|
+
export declare var DescribeAffectedEntitiesResponse: StaticStructureSchema;
|
|
17
|
+
export declare var DescribeEntityAggregatesForOrganizationRequest: StaticStructureSchema;
|
|
18
|
+
export declare var DescribeEntityAggregatesForOrganizationResponse: StaticStructureSchema;
|
|
19
|
+
export declare var DescribeEntityAggregatesRequest: StaticStructureSchema;
|
|
20
|
+
export declare var DescribeEntityAggregatesResponse: StaticStructureSchema;
|
|
21
|
+
export declare var DescribeEventAggregatesRequest: StaticStructureSchema;
|
|
22
|
+
export declare var DescribeEventAggregatesResponse: StaticStructureSchema;
|
|
23
|
+
export declare var DescribeEventDetailsForOrganizationRequest: StaticStructureSchema;
|
|
24
|
+
export declare var DescribeEventDetailsForOrganizationResponse: StaticStructureSchema;
|
|
25
|
+
export declare var DescribeEventDetailsRequest: StaticStructureSchema;
|
|
26
|
+
export declare var DescribeEventDetailsResponse: StaticStructureSchema;
|
|
27
|
+
export declare var DescribeEventsForOrganizationRequest: StaticStructureSchema;
|
|
28
|
+
export declare var DescribeEventsForOrganizationResponse: StaticStructureSchema;
|
|
29
|
+
export declare var DescribeEventsRequest: StaticStructureSchema;
|
|
30
|
+
export declare var DescribeEventsResponse: StaticStructureSchema;
|
|
31
|
+
export declare var DescribeEventTypesRequest: StaticStructureSchema;
|
|
32
|
+
export declare var DescribeEventTypesResponse: StaticStructureSchema;
|
|
33
|
+
export declare var DescribeHealthServiceStatusForOrganizationResponse: StaticStructureSchema;
|
|
34
|
+
export declare var EntityAccountFilter: StaticStructureSchema;
|
|
35
|
+
export declare var EntityAggregate: StaticStructureSchema;
|
|
36
|
+
export declare var EntityFilter: StaticStructureSchema;
|
|
37
|
+
export declare var Event: StaticStructureSchema;
|
|
38
|
+
export declare var EventAccountFilter: StaticStructureSchema;
|
|
39
|
+
export declare var EventAggregate: StaticStructureSchema;
|
|
40
|
+
export declare var EventDescription: StaticStructureSchema;
|
|
41
|
+
export declare var EventDetails: StaticStructureSchema;
|
|
42
|
+
export declare var EventDetailsErrorItem: StaticStructureSchema;
|
|
43
|
+
export declare var EventFilter: StaticStructureSchema;
|
|
44
|
+
export declare var EventType: StaticStructureSchema;
|
|
45
|
+
export declare var EventTypeFilter: StaticStructureSchema;
|
|
46
|
+
export declare var InvalidPaginationToken: StaticErrorSchema;
|
|
47
|
+
export declare var OrganizationAffectedEntitiesErrorItem: StaticStructureSchema;
|
|
48
|
+
export declare var OrganizationEntityAggregate: StaticStructureSchema;
|
|
49
|
+
export declare var OrganizationEvent: StaticStructureSchema;
|
|
50
|
+
export declare var OrganizationEventDetails: StaticStructureSchema;
|
|
51
|
+
export declare var OrganizationEventDetailsErrorItem: StaticStructureSchema;
|
|
52
|
+
export declare var OrganizationEventFilter: StaticStructureSchema;
|
|
53
|
+
export declare var UnsupportedLocale: StaticErrorSchema;
|
|
54
|
+
export declare var __Unit: "unit";
|
|
55
|
+
export declare var HealthServiceException: StaticErrorSchema;
|
|
56
|
+
export declare var AccountEntityAggregatesList: StaticListSchema;
|
|
57
|
+
export declare var affectedAccountsList: number;
|
|
58
|
+
export declare var availabilityZones: number;
|
|
59
|
+
export declare var awsAccountIdsList: number;
|
|
60
|
+
export declare var dateTimeRangeList: StaticListSchema;
|
|
61
|
+
export declare var DescribeAffectedEntitiesForOrganizationFailedSet: StaticListSchema;
|
|
62
|
+
export declare var DescribeEventDetailsFailedSet: StaticListSchema;
|
|
63
|
+
export declare var DescribeEventDetailsForOrganizationFailedSet: StaticListSchema;
|
|
64
|
+
export declare var DescribeEventDetailsForOrganizationSuccessfulSet: StaticListSchema;
|
|
65
|
+
export declare var DescribeEventDetailsSuccessfulSet: StaticListSchema;
|
|
66
|
+
export declare var EntityAggregateList: StaticListSchema;
|
|
67
|
+
export declare var entityArnList: number;
|
|
68
|
+
export declare var EntityList: StaticListSchema;
|
|
69
|
+
export declare var entityStatusCodeList: number;
|
|
70
|
+
export declare var entityValueList: number;
|
|
71
|
+
export declare var EventAggregateList: StaticListSchema;
|
|
72
|
+
export declare var eventArnList: number;
|
|
73
|
+
export declare var EventArnsList: number;
|
|
74
|
+
export declare var EventList: StaticListSchema;
|
|
75
|
+
export declare var eventStatusCodeList: number;
|
|
76
|
+
export declare var EventTypeCategoryList: number;
|
|
77
|
+
export declare var eventTypeCategoryList2: number;
|
|
78
|
+
export declare var EventTypeCodeList: number;
|
|
79
|
+
export declare var EventTypeList: StaticListSchema;
|
|
80
|
+
export declare var eventTypeList2: number;
|
|
81
|
+
export declare var OrganizationAccountIdsList: number;
|
|
82
|
+
export declare var OrganizationEntityAccountFiltersList: StaticListSchema;
|
|
83
|
+
export declare var OrganizationEntityAggregatesList: StaticListSchema;
|
|
84
|
+
export declare var OrganizationEntityFiltersList: StaticListSchema;
|
|
85
|
+
export declare var OrganizationEventArnsList: number;
|
|
86
|
+
export declare var OrganizationEventDetailFiltersList: StaticListSchema;
|
|
87
|
+
export declare var OrganizationEventList: StaticListSchema;
|
|
88
|
+
export declare var regionList: number;
|
|
89
|
+
export declare var serviceList: number;
|
|
90
|
+
export declare var tagFilter: StaticListSchema;
|
|
91
|
+
export declare var entityMetadata: number;
|
|
92
|
+
export declare var entityStatuses: number;
|
|
93
|
+
export declare var eventMetadata: number;
|
|
94
|
+
export declare var tagSet: number;
|
|
95
|
+
export declare var DescribeAffectedAccountsForOrganization: StaticOperationSchema;
|
|
96
|
+
export declare var DescribeAffectedEntities: StaticOperationSchema;
|
|
97
|
+
export declare var DescribeAffectedEntitiesForOrganization: StaticOperationSchema;
|
|
98
|
+
export declare var DescribeEntityAggregates: StaticOperationSchema;
|
|
99
|
+
export declare var DescribeEntityAggregatesForOrganization: StaticOperationSchema;
|
|
100
|
+
export declare var DescribeEventAggregates: StaticOperationSchema;
|
|
101
|
+
export declare var DescribeEventDetails: StaticOperationSchema;
|
|
102
|
+
export declare var DescribeEventDetailsForOrganization: StaticOperationSchema;
|
|
103
|
+
export declare var DescribeEvents: StaticOperationSchema;
|
|
104
|
+
export declare var DescribeEventsForOrganization: StaticOperationSchema;
|
|
105
|
+
export declare var DescribeEventTypes: StaticOperationSchema;
|
|
106
|
+
export declare var DescribeHealthServiceStatusForOrganization: StaticOperationSchema;
|
|
107
|
+
export declare var DisableHealthServiceAccessForOrganization: StaticOperationSchema;
|
|
108
|
+
export declare var EnableHealthServiceAccessForOrganization: StaticOperationSchema;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-health",
|
|
3
3
|
"description": "AWS SDK for JavaScript Health Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.928.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-health",
|
|
@@ -20,17 +20,17 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/core": "3.928.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.928.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.922.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.922.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.922.0",
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.928.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.925.0",
|
|
30
30
|
"@aws-sdk/types": "3.922.0",
|
|
31
31
|
"@aws-sdk/util-endpoints": "3.922.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.922.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.928.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.4.2",
|
|
35
35
|
"@smithy/core": "^3.17.2",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.3.5",
|