@aws-sdk/client-detective 3.47.1 → 3.50.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 +32 -0
- package/package.json +39 -33
- package/dist-types/ts3.4/Detective.d.ts +0 -105
- package/dist-types/ts3.4/DetectiveClient.d.ts +0 -93
- package/dist-types/ts3.4/commands/AcceptInvitationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateGraphCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/CreateMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteGraphCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DeleteMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DescribeOrganizationConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/DisableOrganizationAdminAccountCommand.d.ts +0 -16
- package/dist-types/ts3.4/commands/DisassociateMembershipCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/EnableOrganizationAdminAccountCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/GetMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListGraphsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListInvitationsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListMembersCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListOrganizationAdminAccountsCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/RejectInvitationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/StartMonitoringMemberCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/UpdateOrganizationConfigurationCommand.d.ts +0 -17
- package/dist-types/ts3.4/commands/index.d.ts +0 -20
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/index.d.ts +0 -5
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -425
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist-types/ts3.4/pagination/ListGraphsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListInvitationsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListMembersPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/ListOrganizationAdminAccountsPaginator.d.ts +0 -4
- package/dist-types/ts3.4/pagination/index.d.ts +0 -5
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -62
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.d.ts +0 -38
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +0 -37
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +0 -11
|
@@ -1,17 +0,0 @@
|
|
|
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
|
-
import { RejectInvitationRequest } from "../models/models_0";
|
|
5
|
-
export interface RejectInvitationCommandInput extends RejectInvitationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface RejectInvitationCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class RejectInvitationCommand extends $Command<RejectInvitationCommandInput, RejectInvitationCommandOutput, DetectiveClientResolvedConfig> {
|
|
11
|
-
readonly input: RejectInvitationCommandInput;
|
|
12
|
-
constructor(input: RejectInvitationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RejectInvitationCommandInput, RejectInvitationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
|
-
import { StartMonitoringMemberRequest } from "../models/models_0";
|
|
5
|
-
export interface StartMonitoringMemberCommandInput extends StartMonitoringMemberRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface StartMonitoringMemberCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class StartMonitoringMemberCommand extends $Command<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput, DetectiveClientResolvedConfig> {
|
|
11
|
-
readonly input: StartMonitoringMemberCommandInput;
|
|
12
|
-
constructor(input: StartMonitoringMemberCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
|
-
import { TagResourceRequest, TagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface TagResourceCommandInput extends TagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DetectiveClientResolvedConfig> {
|
|
11
|
-
readonly input: TagResourceCommandInput;
|
|
12
|
-
constructor(input: TagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
|
-
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
|
-
export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DetectiveClientResolvedConfig> {
|
|
11
|
-
readonly input: UntagResourceCommandInput;
|
|
12
|
-
constructor(input: UntagResourceCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
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 { DetectiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DetectiveClient";
|
|
4
|
-
import { UpdateOrganizationConfigurationRequest } from "../models/models_0";
|
|
5
|
-
export interface UpdateOrganizationConfigurationCommandInput extends UpdateOrganizationConfigurationRequest {
|
|
6
|
-
}
|
|
7
|
-
export interface UpdateOrganizationConfigurationCommandOutput extends __MetadataBearer {
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
export declare class UpdateOrganizationConfigurationCommand extends $Command<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput, DetectiveClientResolvedConfig> {
|
|
11
|
-
readonly input: UpdateOrganizationConfigurationCommandInput;
|
|
12
|
-
constructor(input: UpdateOrganizationConfigurationCommandInput);
|
|
13
|
-
|
|
14
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DetectiveClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput>;
|
|
15
|
-
private serialize;
|
|
16
|
-
private deserialize;
|
|
17
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
export * from "./AcceptInvitationCommand";
|
|
2
|
-
export * from "./CreateGraphCommand";
|
|
3
|
-
export * from "./CreateMembersCommand";
|
|
4
|
-
export * from "./DeleteGraphCommand";
|
|
5
|
-
export * from "./DeleteMembersCommand";
|
|
6
|
-
export * from "./DescribeOrganizationConfigurationCommand";
|
|
7
|
-
export * from "./DisableOrganizationAdminAccountCommand";
|
|
8
|
-
export * from "./DisassociateMembershipCommand";
|
|
9
|
-
export * from "./EnableOrganizationAdminAccountCommand";
|
|
10
|
-
export * from "./GetMembersCommand";
|
|
11
|
-
export * from "./ListGraphsCommand";
|
|
12
|
-
export * from "./ListInvitationsCommand";
|
|
13
|
-
export * from "./ListMembersCommand";
|
|
14
|
-
export * from "./ListOrganizationAdminAccountsCommand";
|
|
15
|
-
export * from "./ListTagsForResourceCommand";
|
|
16
|
-
export * from "./RejectInvitationCommand";
|
|
17
|
-
export * from "./StartMonitoringMemberCommand";
|
|
18
|
-
export * from "./TagResourceCommand";
|
|
19
|
-
export * from "./UntagResourceCommand";
|
|
20
|
-
export * from "./UpdateOrganizationConfigurationCommand";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from "./models_0";
|
|
@@ -1,425 +0,0 @@
|
|
|
1
|
-
import { MetadataBearer as $MetadataBearer, SmithyException as __SmithyException } from "@aws-sdk/types";
|
|
2
|
-
export interface AcceptInvitationRequest {
|
|
3
|
-
|
|
4
|
-
GraphArn: string | undefined;
|
|
5
|
-
}
|
|
6
|
-
export declare namespace AcceptInvitationRequest {
|
|
7
|
-
|
|
8
|
-
const filterSensitiveLog: (obj: AcceptInvitationRequest) => any;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
export interface ConflictException extends __SmithyException, $MetadataBearer {
|
|
12
|
-
name: "ConflictException";
|
|
13
|
-
$fault: "client";
|
|
14
|
-
Message?: string;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export interface InternalServerException extends __SmithyException, $MetadataBearer {
|
|
18
|
-
name: "InternalServerException";
|
|
19
|
-
$fault: "server";
|
|
20
|
-
Message?: string;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
export interface ResourceNotFoundException extends __SmithyException, $MetadataBearer {
|
|
24
|
-
name: "ResourceNotFoundException";
|
|
25
|
-
$fault: "client";
|
|
26
|
-
Message?: string;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
export interface ValidationException extends __SmithyException, $MetadataBearer {
|
|
30
|
-
name: "ValidationException";
|
|
31
|
-
$fault: "client";
|
|
32
|
-
Message?: string;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
export interface Account {
|
|
36
|
-
|
|
37
|
-
AccountId: string | undefined;
|
|
38
|
-
|
|
39
|
-
EmailAddress: string | undefined;
|
|
40
|
-
}
|
|
41
|
-
export declare namespace Account {
|
|
42
|
-
|
|
43
|
-
const filterSensitiveLog: (obj: Account) => any;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
export interface Administrator {
|
|
47
|
-
|
|
48
|
-
AccountId?: string;
|
|
49
|
-
|
|
50
|
-
GraphArn?: string;
|
|
51
|
-
|
|
52
|
-
DelegationTime?: Date;
|
|
53
|
-
}
|
|
54
|
-
export declare namespace Administrator {
|
|
55
|
-
|
|
56
|
-
const filterSensitiveLog: (obj: Administrator) => any;
|
|
57
|
-
}
|
|
58
|
-
export interface CreateGraphRequest {
|
|
59
|
-
|
|
60
|
-
Tags?: {
|
|
61
|
-
[key: string]: string;
|
|
62
|
-
};
|
|
63
|
-
}
|
|
64
|
-
export declare namespace CreateGraphRequest {
|
|
65
|
-
|
|
66
|
-
const filterSensitiveLog: (obj: CreateGraphRequest) => any;
|
|
67
|
-
}
|
|
68
|
-
export interface CreateGraphResponse {
|
|
69
|
-
|
|
70
|
-
GraphArn?: string;
|
|
71
|
-
}
|
|
72
|
-
export declare namespace CreateGraphResponse {
|
|
73
|
-
|
|
74
|
-
const filterSensitiveLog: (obj: CreateGraphResponse) => any;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
export interface ServiceQuotaExceededException extends __SmithyException, $MetadataBearer {
|
|
78
|
-
name: "ServiceQuotaExceededException";
|
|
79
|
-
$fault: "client";
|
|
80
|
-
Message?: string;
|
|
81
|
-
}
|
|
82
|
-
export interface CreateMembersRequest {
|
|
83
|
-
|
|
84
|
-
GraphArn: string | undefined;
|
|
85
|
-
|
|
86
|
-
Message?: string;
|
|
87
|
-
|
|
88
|
-
DisableEmailNotification?: boolean;
|
|
89
|
-
|
|
90
|
-
Accounts: Account[] | undefined;
|
|
91
|
-
}
|
|
92
|
-
export declare namespace CreateMembersRequest {
|
|
93
|
-
|
|
94
|
-
const filterSensitiveLog: (obj: CreateMembersRequest) => any;
|
|
95
|
-
}
|
|
96
|
-
export declare enum MemberDisabledReason {
|
|
97
|
-
VOLUME_TOO_HIGH = "VOLUME_TOO_HIGH",
|
|
98
|
-
VOLUME_UNKNOWN = "VOLUME_UNKNOWN"
|
|
99
|
-
}
|
|
100
|
-
export declare enum InvitationType {
|
|
101
|
-
INVITATION = "INVITATION",
|
|
102
|
-
ORGANIZATION = "ORGANIZATION"
|
|
103
|
-
}
|
|
104
|
-
export declare enum MemberStatus {
|
|
105
|
-
ACCEPTED_BUT_DISABLED = "ACCEPTED_BUT_DISABLED",
|
|
106
|
-
ENABLED = "ENABLED",
|
|
107
|
-
INVITED = "INVITED",
|
|
108
|
-
VERIFICATION_FAILED = "VERIFICATION_FAILED",
|
|
109
|
-
VERIFICATION_IN_PROGRESS = "VERIFICATION_IN_PROGRESS"
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
export interface MemberDetail {
|
|
113
|
-
|
|
114
|
-
AccountId?: string;
|
|
115
|
-
|
|
116
|
-
EmailAddress?: string;
|
|
117
|
-
|
|
118
|
-
GraphArn?: string;
|
|
119
|
-
|
|
120
|
-
MasterId?: string;
|
|
121
|
-
|
|
122
|
-
AdministratorId?: string;
|
|
123
|
-
|
|
124
|
-
Status?: MemberStatus | string;
|
|
125
|
-
|
|
126
|
-
DisabledReason?: MemberDisabledReason | string;
|
|
127
|
-
|
|
128
|
-
InvitedTime?: Date;
|
|
129
|
-
|
|
130
|
-
UpdatedTime?: Date;
|
|
131
|
-
|
|
132
|
-
VolumeUsageInBytes?: number;
|
|
133
|
-
|
|
134
|
-
VolumeUsageUpdatedTime?: Date;
|
|
135
|
-
|
|
136
|
-
PercentOfGraphUtilization?: number;
|
|
137
|
-
|
|
138
|
-
PercentOfGraphUtilizationUpdatedTime?: Date;
|
|
139
|
-
|
|
140
|
-
InvitationType?: InvitationType | string;
|
|
141
|
-
}
|
|
142
|
-
export declare namespace MemberDetail {
|
|
143
|
-
|
|
144
|
-
const filterSensitiveLog: (obj: MemberDetail) => any;
|
|
145
|
-
}
|
|
146
|
-
|
|
147
|
-
export interface UnprocessedAccount {
|
|
148
|
-
|
|
149
|
-
AccountId?: string;
|
|
150
|
-
|
|
151
|
-
Reason?: string;
|
|
152
|
-
}
|
|
153
|
-
export declare namespace UnprocessedAccount {
|
|
154
|
-
|
|
155
|
-
const filterSensitiveLog: (obj: UnprocessedAccount) => any;
|
|
156
|
-
}
|
|
157
|
-
export interface CreateMembersResponse {
|
|
158
|
-
|
|
159
|
-
Members?: MemberDetail[];
|
|
160
|
-
|
|
161
|
-
UnprocessedAccounts?: UnprocessedAccount[];
|
|
162
|
-
}
|
|
163
|
-
export declare namespace CreateMembersResponse {
|
|
164
|
-
|
|
165
|
-
const filterSensitiveLog: (obj: CreateMembersResponse) => any;
|
|
166
|
-
}
|
|
167
|
-
export interface DeleteGraphRequest {
|
|
168
|
-
|
|
169
|
-
GraphArn: string | undefined;
|
|
170
|
-
}
|
|
171
|
-
export declare namespace DeleteGraphRequest {
|
|
172
|
-
|
|
173
|
-
const filterSensitiveLog: (obj: DeleteGraphRequest) => any;
|
|
174
|
-
}
|
|
175
|
-
export interface DeleteMembersRequest {
|
|
176
|
-
|
|
177
|
-
GraphArn: string | undefined;
|
|
178
|
-
|
|
179
|
-
AccountIds: string[] | undefined;
|
|
180
|
-
}
|
|
181
|
-
export declare namespace DeleteMembersRequest {
|
|
182
|
-
|
|
183
|
-
const filterSensitiveLog: (obj: DeleteMembersRequest) => any;
|
|
184
|
-
}
|
|
185
|
-
export interface DeleteMembersResponse {
|
|
186
|
-
|
|
187
|
-
AccountIds?: string[];
|
|
188
|
-
|
|
189
|
-
UnprocessedAccounts?: UnprocessedAccount[];
|
|
190
|
-
}
|
|
191
|
-
export declare namespace DeleteMembersResponse {
|
|
192
|
-
|
|
193
|
-
const filterSensitiveLog: (obj: DeleteMembersResponse) => any;
|
|
194
|
-
}
|
|
195
|
-
export interface DescribeOrganizationConfigurationRequest {
|
|
196
|
-
|
|
197
|
-
GraphArn: string | undefined;
|
|
198
|
-
}
|
|
199
|
-
export declare namespace DescribeOrganizationConfigurationRequest {
|
|
200
|
-
|
|
201
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationRequest) => any;
|
|
202
|
-
}
|
|
203
|
-
export interface DescribeOrganizationConfigurationResponse {
|
|
204
|
-
|
|
205
|
-
AutoEnable?: boolean;
|
|
206
|
-
}
|
|
207
|
-
export declare namespace DescribeOrganizationConfigurationResponse {
|
|
208
|
-
|
|
209
|
-
const filterSensitiveLog: (obj: DescribeOrganizationConfigurationResponse) => any;
|
|
210
|
-
}
|
|
211
|
-
|
|
212
|
-
export interface TooManyRequestsException extends __SmithyException, $MetadataBearer {
|
|
213
|
-
name: "TooManyRequestsException";
|
|
214
|
-
$fault: "client";
|
|
215
|
-
Message?: string;
|
|
216
|
-
}
|
|
217
|
-
export interface DisassociateMembershipRequest {
|
|
218
|
-
|
|
219
|
-
GraphArn: string | undefined;
|
|
220
|
-
}
|
|
221
|
-
export declare namespace DisassociateMembershipRequest {
|
|
222
|
-
|
|
223
|
-
const filterSensitiveLog: (obj: DisassociateMembershipRequest) => any;
|
|
224
|
-
}
|
|
225
|
-
export interface EnableOrganizationAdminAccountRequest {
|
|
226
|
-
|
|
227
|
-
AccountId: string | undefined;
|
|
228
|
-
}
|
|
229
|
-
export declare namespace EnableOrganizationAdminAccountRequest {
|
|
230
|
-
|
|
231
|
-
const filterSensitiveLog: (obj: EnableOrganizationAdminAccountRequest) => any;
|
|
232
|
-
}
|
|
233
|
-
export interface GetMembersRequest {
|
|
234
|
-
|
|
235
|
-
GraphArn: string | undefined;
|
|
236
|
-
|
|
237
|
-
AccountIds: string[] | undefined;
|
|
238
|
-
}
|
|
239
|
-
export declare namespace GetMembersRequest {
|
|
240
|
-
|
|
241
|
-
const filterSensitiveLog: (obj: GetMembersRequest) => any;
|
|
242
|
-
}
|
|
243
|
-
export interface GetMembersResponse {
|
|
244
|
-
|
|
245
|
-
MemberDetails?: MemberDetail[];
|
|
246
|
-
|
|
247
|
-
UnprocessedAccounts?: UnprocessedAccount[];
|
|
248
|
-
}
|
|
249
|
-
export declare namespace GetMembersResponse {
|
|
250
|
-
|
|
251
|
-
const filterSensitiveLog: (obj: GetMembersResponse) => any;
|
|
252
|
-
}
|
|
253
|
-
export interface ListGraphsRequest {
|
|
254
|
-
|
|
255
|
-
NextToken?: string;
|
|
256
|
-
|
|
257
|
-
MaxResults?: number;
|
|
258
|
-
}
|
|
259
|
-
export declare namespace ListGraphsRequest {
|
|
260
|
-
|
|
261
|
-
const filterSensitiveLog: (obj: ListGraphsRequest) => any;
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
export interface Graph {
|
|
265
|
-
|
|
266
|
-
Arn?: string;
|
|
267
|
-
|
|
268
|
-
CreatedTime?: Date;
|
|
269
|
-
}
|
|
270
|
-
export declare namespace Graph {
|
|
271
|
-
|
|
272
|
-
const filterSensitiveLog: (obj: Graph) => any;
|
|
273
|
-
}
|
|
274
|
-
export interface ListGraphsResponse {
|
|
275
|
-
|
|
276
|
-
GraphList?: Graph[];
|
|
277
|
-
|
|
278
|
-
NextToken?: string;
|
|
279
|
-
}
|
|
280
|
-
export declare namespace ListGraphsResponse {
|
|
281
|
-
|
|
282
|
-
const filterSensitiveLog: (obj: ListGraphsResponse) => any;
|
|
283
|
-
}
|
|
284
|
-
export interface ListInvitationsRequest {
|
|
285
|
-
|
|
286
|
-
NextToken?: string;
|
|
287
|
-
|
|
288
|
-
MaxResults?: number;
|
|
289
|
-
}
|
|
290
|
-
export declare namespace ListInvitationsRequest {
|
|
291
|
-
|
|
292
|
-
const filterSensitiveLog: (obj: ListInvitationsRequest) => any;
|
|
293
|
-
}
|
|
294
|
-
export interface ListInvitationsResponse {
|
|
295
|
-
|
|
296
|
-
Invitations?: MemberDetail[];
|
|
297
|
-
|
|
298
|
-
NextToken?: string;
|
|
299
|
-
}
|
|
300
|
-
export declare namespace ListInvitationsResponse {
|
|
301
|
-
|
|
302
|
-
const filterSensitiveLog: (obj: ListInvitationsResponse) => any;
|
|
303
|
-
}
|
|
304
|
-
export interface ListMembersRequest {
|
|
305
|
-
|
|
306
|
-
GraphArn: string | undefined;
|
|
307
|
-
|
|
308
|
-
NextToken?: string;
|
|
309
|
-
|
|
310
|
-
MaxResults?: number;
|
|
311
|
-
}
|
|
312
|
-
export declare namespace ListMembersRequest {
|
|
313
|
-
|
|
314
|
-
const filterSensitiveLog: (obj: ListMembersRequest) => any;
|
|
315
|
-
}
|
|
316
|
-
export interface ListMembersResponse {
|
|
317
|
-
|
|
318
|
-
MemberDetails?: MemberDetail[];
|
|
319
|
-
|
|
320
|
-
NextToken?: string;
|
|
321
|
-
}
|
|
322
|
-
export declare namespace ListMembersResponse {
|
|
323
|
-
|
|
324
|
-
const filterSensitiveLog: (obj: ListMembersResponse) => any;
|
|
325
|
-
}
|
|
326
|
-
export interface ListOrganizationAdminAccountsRequest {
|
|
327
|
-
|
|
328
|
-
NextToken?: string;
|
|
329
|
-
|
|
330
|
-
MaxResults?: number;
|
|
331
|
-
}
|
|
332
|
-
export declare namespace ListOrganizationAdminAccountsRequest {
|
|
333
|
-
|
|
334
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsRequest) => any;
|
|
335
|
-
}
|
|
336
|
-
export interface ListOrganizationAdminAccountsResponse {
|
|
337
|
-
|
|
338
|
-
Administrators?: Administrator[];
|
|
339
|
-
|
|
340
|
-
NextToken?: string;
|
|
341
|
-
}
|
|
342
|
-
export declare namespace ListOrganizationAdminAccountsResponse {
|
|
343
|
-
|
|
344
|
-
const filterSensitiveLog: (obj: ListOrganizationAdminAccountsResponse) => any;
|
|
345
|
-
}
|
|
346
|
-
export interface ListTagsForResourceRequest {
|
|
347
|
-
|
|
348
|
-
ResourceArn: string | undefined;
|
|
349
|
-
}
|
|
350
|
-
export declare namespace ListTagsForResourceRequest {
|
|
351
|
-
|
|
352
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
353
|
-
}
|
|
354
|
-
export interface ListTagsForResourceResponse {
|
|
355
|
-
|
|
356
|
-
Tags?: {
|
|
357
|
-
[key: string]: string;
|
|
358
|
-
};
|
|
359
|
-
}
|
|
360
|
-
export declare namespace ListTagsForResourceResponse {
|
|
361
|
-
|
|
362
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
363
|
-
}
|
|
364
|
-
export interface RejectInvitationRequest {
|
|
365
|
-
|
|
366
|
-
GraphArn: string | undefined;
|
|
367
|
-
}
|
|
368
|
-
export declare namespace RejectInvitationRequest {
|
|
369
|
-
|
|
370
|
-
const filterSensitiveLog: (obj: RejectInvitationRequest) => any;
|
|
371
|
-
}
|
|
372
|
-
export interface StartMonitoringMemberRequest {
|
|
373
|
-
|
|
374
|
-
GraphArn: string | undefined;
|
|
375
|
-
|
|
376
|
-
AccountId: string | undefined;
|
|
377
|
-
}
|
|
378
|
-
export declare namespace StartMonitoringMemberRequest {
|
|
379
|
-
|
|
380
|
-
const filterSensitiveLog: (obj: StartMonitoringMemberRequest) => any;
|
|
381
|
-
}
|
|
382
|
-
export interface TagResourceRequest {
|
|
383
|
-
|
|
384
|
-
ResourceArn: string | undefined;
|
|
385
|
-
|
|
386
|
-
Tags: {
|
|
387
|
-
[key: string]: string;
|
|
388
|
-
} | undefined;
|
|
389
|
-
}
|
|
390
|
-
export declare namespace TagResourceRequest {
|
|
391
|
-
|
|
392
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
393
|
-
}
|
|
394
|
-
export interface TagResourceResponse {
|
|
395
|
-
}
|
|
396
|
-
export declare namespace TagResourceResponse {
|
|
397
|
-
|
|
398
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
399
|
-
}
|
|
400
|
-
export interface UntagResourceRequest {
|
|
401
|
-
|
|
402
|
-
ResourceArn: string | undefined;
|
|
403
|
-
|
|
404
|
-
TagKeys: string[] | undefined;
|
|
405
|
-
}
|
|
406
|
-
export declare namespace UntagResourceRequest {
|
|
407
|
-
|
|
408
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
409
|
-
}
|
|
410
|
-
export interface UntagResourceResponse {
|
|
411
|
-
}
|
|
412
|
-
export declare namespace UntagResourceResponse {
|
|
413
|
-
|
|
414
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
415
|
-
}
|
|
416
|
-
export interface UpdateOrganizationConfigurationRequest {
|
|
417
|
-
|
|
418
|
-
GraphArn: string | undefined;
|
|
419
|
-
|
|
420
|
-
AutoEnable?: boolean;
|
|
421
|
-
}
|
|
422
|
-
export declare namespace UpdateOrganizationConfigurationRequest {
|
|
423
|
-
|
|
424
|
-
const filterSensitiveLog: (obj: UpdateOrganizationConfigurationRequest) => any;
|
|
425
|
-
}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import { PaginationConfiguration } from "@aws-sdk/types";
|
|
2
|
-
import { Detective } from "../Detective";
|
|
3
|
-
import { DetectiveClient } from "../DetectiveClient";
|
|
4
|
-
export interface DetectivePaginationConfiguration extends PaginationConfiguration {
|
|
5
|
-
client: Detective | DetectiveClient;
|
|
6
|
-
}
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
|
|
3
|
-
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListGraphs(config: DetectivePaginationConfiguration, input: ListGraphsCommandInput, ...additionalArguments: any): Paginator<ListGraphsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
3
|
-
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListInvitations(config: DetectivePaginationConfiguration, input: ListInvitationsCommandInput, ...additionalArguments: any): Paginator<ListInvitationsCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
3
|
-
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListMembers(config: DetectivePaginationConfiguration, input: ListMembersCommandInput, ...additionalArguments: any): Paginator<ListMembersCommandOutput>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
import { Paginator } from "@aws-sdk/types";
|
|
2
|
-
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
|
|
3
|
-
import { DetectivePaginationConfiguration } from "./Interfaces";
|
|
4
|
-
export declare function paginateListOrganizationAdminAccounts(config: DetectivePaginationConfiguration, input: ListOrganizationAdminAccountsCommandInput, ...additionalArguments: any): Paginator<ListOrganizationAdminAccountsCommandOutput>;
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { SerdeContext as __SerdeContext } from "@aws-sdk/types";
|
|
3
|
-
import { AcceptInvitationCommandInput, AcceptInvitationCommandOutput } from "../commands/AcceptInvitationCommand";
|
|
4
|
-
import { CreateGraphCommandInput, CreateGraphCommandOutput } from "../commands/CreateGraphCommand";
|
|
5
|
-
import { CreateMembersCommandInput, CreateMembersCommandOutput } from "../commands/CreateMembersCommand";
|
|
6
|
-
import { DeleteGraphCommandInput, DeleteGraphCommandOutput } from "../commands/DeleteGraphCommand";
|
|
7
|
-
import { DeleteMembersCommandInput, DeleteMembersCommandOutput } from "../commands/DeleteMembersCommand";
|
|
8
|
-
import { DescribeOrganizationConfigurationCommandInput, DescribeOrganizationConfigurationCommandOutput } from "../commands/DescribeOrganizationConfigurationCommand";
|
|
9
|
-
import { DisableOrganizationAdminAccountCommandInput, DisableOrganizationAdminAccountCommandOutput } from "../commands/DisableOrganizationAdminAccountCommand";
|
|
10
|
-
import { DisassociateMembershipCommandInput, DisassociateMembershipCommandOutput } from "../commands/DisassociateMembershipCommand";
|
|
11
|
-
import { EnableOrganizationAdminAccountCommandInput, EnableOrganizationAdminAccountCommandOutput } from "../commands/EnableOrganizationAdminAccountCommand";
|
|
12
|
-
import { GetMembersCommandInput, GetMembersCommandOutput } from "../commands/GetMembersCommand";
|
|
13
|
-
import { ListGraphsCommandInput, ListGraphsCommandOutput } from "../commands/ListGraphsCommand";
|
|
14
|
-
import { ListInvitationsCommandInput, ListInvitationsCommandOutput } from "../commands/ListInvitationsCommand";
|
|
15
|
-
import { ListMembersCommandInput, ListMembersCommandOutput } from "../commands/ListMembersCommand";
|
|
16
|
-
import { ListOrganizationAdminAccountsCommandInput, ListOrganizationAdminAccountsCommandOutput } from "../commands/ListOrganizationAdminAccountsCommand";
|
|
17
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
18
|
-
import { RejectInvitationCommandInput, RejectInvitationCommandOutput } from "../commands/RejectInvitationCommand";
|
|
19
|
-
import { StartMonitoringMemberCommandInput, StartMonitoringMemberCommandOutput } from "../commands/StartMonitoringMemberCommand";
|
|
20
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
21
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
22
|
-
import { UpdateOrganizationConfigurationCommandInput, UpdateOrganizationConfigurationCommandOutput } from "../commands/UpdateOrganizationConfigurationCommand";
|
|
23
|
-
export declare const serializeAws_restJson1AcceptInvitationCommand: (input: AcceptInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
24
|
-
export declare const serializeAws_restJson1CreateGraphCommand: (input: CreateGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
25
|
-
export declare const serializeAws_restJson1CreateMembersCommand: (input: CreateMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
26
|
-
export declare const serializeAws_restJson1DeleteGraphCommand: (input: DeleteGraphCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
27
|
-
export declare const serializeAws_restJson1DeleteMembersCommand: (input: DeleteMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
28
|
-
export declare const serializeAws_restJson1DescribeOrganizationConfigurationCommand: (input: DescribeOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
29
|
-
export declare const serializeAws_restJson1DisableOrganizationAdminAccountCommand: (input: DisableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
30
|
-
export declare const serializeAws_restJson1DisassociateMembershipCommand: (input: DisassociateMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
31
|
-
export declare const serializeAws_restJson1EnableOrganizationAdminAccountCommand: (input: EnableOrganizationAdminAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
32
|
-
export declare const serializeAws_restJson1GetMembersCommand: (input: GetMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
33
|
-
export declare const serializeAws_restJson1ListGraphsCommand: (input: ListGraphsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
34
|
-
export declare const serializeAws_restJson1ListInvitationsCommand: (input: ListInvitationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
35
|
-
export declare const serializeAws_restJson1ListMembersCommand: (input: ListMembersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
36
|
-
export declare const serializeAws_restJson1ListOrganizationAdminAccountsCommand: (input: ListOrganizationAdminAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
37
|
-
export declare const serializeAws_restJson1ListTagsForResourceCommand: (input: ListTagsForResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
38
|
-
export declare const serializeAws_restJson1RejectInvitationCommand: (input: RejectInvitationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
39
|
-
export declare const serializeAws_restJson1StartMonitoringMemberCommand: (input: StartMonitoringMemberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
40
|
-
export declare const serializeAws_restJson1TagResourceCommand: (input: TagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
41
|
-
export declare const serializeAws_restJson1UntagResourceCommand: (input: UntagResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
42
|
-
export declare const serializeAws_restJson1UpdateOrganizationConfigurationCommand: (input: UpdateOrganizationConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
43
|
-
export declare const deserializeAws_restJson1AcceptInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AcceptInvitationCommandOutput>;
|
|
44
|
-
export declare const deserializeAws_restJson1CreateGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateGraphCommandOutput>;
|
|
45
|
-
export declare const deserializeAws_restJson1CreateMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMembersCommandOutput>;
|
|
46
|
-
export declare const deserializeAws_restJson1DeleteGraphCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteGraphCommandOutput>;
|
|
47
|
-
export declare const deserializeAws_restJson1DeleteMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMembersCommandOutput>;
|
|
48
|
-
export declare const deserializeAws_restJson1DescribeOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeOrganizationConfigurationCommandOutput>;
|
|
49
|
-
export declare const deserializeAws_restJson1DisableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisableOrganizationAdminAccountCommandOutput>;
|
|
50
|
-
export declare const deserializeAws_restJson1DisassociateMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateMembershipCommandOutput>;
|
|
51
|
-
export declare const deserializeAws_restJson1EnableOrganizationAdminAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<EnableOrganizationAdminAccountCommandOutput>;
|
|
52
|
-
export declare const deserializeAws_restJson1GetMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMembersCommandOutput>;
|
|
53
|
-
export declare const deserializeAws_restJson1ListGraphsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListGraphsCommandOutput>;
|
|
54
|
-
export declare const deserializeAws_restJson1ListInvitationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListInvitationsCommandOutput>;
|
|
55
|
-
export declare const deserializeAws_restJson1ListMembersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMembersCommandOutput>;
|
|
56
|
-
export declare const deserializeAws_restJson1ListOrganizationAdminAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListOrganizationAdminAccountsCommandOutput>;
|
|
57
|
-
export declare const deserializeAws_restJson1ListTagsForResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListTagsForResourceCommandOutput>;
|
|
58
|
-
export declare const deserializeAws_restJson1RejectInvitationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RejectInvitationCommandOutput>;
|
|
59
|
-
export declare const deserializeAws_restJson1StartMonitoringMemberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMonitoringMemberCommandOutput>;
|
|
60
|
-
export declare const deserializeAws_restJson1TagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TagResourceCommandOutput>;
|
|
61
|
-
export declare const deserializeAws_restJson1UntagResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UntagResourceCommandOutput>;
|
|
62
|
-
export declare const deserializeAws_restJson1UpdateOrganizationConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateOrganizationConfigurationCommandOutput>;
|