@aws-sdk/client-appfabric 3.361.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/LICENSE +201 -0
- package/README.md +421 -0
- package/dist-cjs/AppFabric.js +63 -0
- package/dist-cjs/AppFabricClient.js +41 -0
- package/dist-cjs/commands/BatchGetUserAccessTasksCommand.js +47 -0
- package/dist-cjs/commands/ConnectAppAuthorizationCommand.js +47 -0
- package/dist-cjs/commands/CreateAppAuthorizationCommand.js +47 -0
- package/dist-cjs/commands/CreateAppBundleCommand.js +46 -0
- package/dist-cjs/commands/CreateIngestionCommand.js +46 -0
- package/dist-cjs/commands/CreateIngestionDestinationCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppAuthorizationCommand.js +46 -0
- package/dist-cjs/commands/DeleteAppBundleCommand.js +46 -0
- package/dist-cjs/commands/DeleteIngestionCommand.js +46 -0
- package/dist-cjs/commands/DeleteIngestionDestinationCommand.js +46 -0
- package/dist-cjs/commands/GetAppAuthorizationCommand.js +46 -0
- package/dist-cjs/commands/GetAppBundleCommand.js +46 -0
- package/dist-cjs/commands/GetIngestionCommand.js +46 -0
- package/dist-cjs/commands/GetIngestionDestinationCommand.js +46 -0
- package/dist-cjs/commands/ListAppAuthorizationsCommand.js +46 -0
- package/dist-cjs/commands/ListAppBundlesCommand.js +46 -0
- package/dist-cjs/commands/ListIngestionDestinationsCommand.js +46 -0
- package/dist-cjs/commands/ListIngestionsCommand.js +46 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +46 -0
- package/dist-cjs/commands/StartIngestionCommand.js +46 -0
- package/dist-cjs/commands/StartUserAccessTasksCommand.js +47 -0
- package/dist-cjs/commands/StopIngestionCommand.js +46 -0
- package/dist-cjs/commands/TagResourceCommand.js +46 -0
- package/dist-cjs/commands/UntagResourceCommand.js +46 -0
- package/dist-cjs/commands/UpdateAppAuthorizationCommand.js +47 -0
- package/dist-cjs/commands/UpdateIngestionDestinationCommand.js +46 -0
- package/dist-cjs/commands/index.js +29 -0
- package/dist-cjs/endpoint/EndpointParameters.js +12 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +7 -0
- package/dist-cjs/index.js +11 -0
- package/dist-cjs/models/AppFabricServiceException.js +12 -0
- package/dist-cjs/models/index.js +4 -0
- package/dist-cjs/models/models_0.js +255 -0
- package/dist-cjs/pagination/Interfaces.js +2 -0
- package/dist-cjs/pagination/ListAppAuthorizationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListAppBundlesPaginator.js +29 -0
- package/dist-cjs/pagination/ListIngestionDestinationsPaginator.js +29 -0
- package/dist-cjs/pagination/ListIngestionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +8 -0
- package/dist-cjs/protocols/Aws_restJson1.js +1988 -0
- package/dist-cjs/runtimeConfig.browser.js +39 -0
- package/dist-cjs/runtimeConfig.js +48 -0
- package/dist-cjs/runtimeConfig.native.js +15 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-es/AppFabric.js +59 -0
- package/dist-es/AppFabricClient.js +37 -0
- package/dist-es/commands/BatchGetUserAccessTasksCommand.js +43 -0
- package/dist-es/commands/ConnectAppAuthorizationCommand.js +43 -0
- package/dist-es/commands/CreateAppAuthorizationCommand.js +43 -0
- package/dist-es/commands/CreateAppBundleCommand.js +42 -0
- package/dist-es/commands/CreateIngestionCommand.js +42 -0
- package/dist-es/commands/CreateIngestionDestinationCommand.js +42 -0
- package/dist-es/commands/DeleteAppAuthorizationCommand.js +42 -0
- package/dist-es/commands/DeleteAppBundleCommand.js +42 -0
- package/dist-es/commands/DeleteIngestionCommand.js +42 -0
- package/dist-es/commands/DeleteIngestionDestinationCommand.js +42 -0
- package/dist-es/commands/GetAppAuthorizationCommand.js +42 -0
- package/dist-es/commands/GetAppBundleCommand.js +42 -0
- package/dist-es/commands/GetIngestionCommand.js +42 -0
- package/dist-es/commands/GetIngestionDestinationCommand.js +42 -0
- package/dist-es/commands/ListAppAuthorizationsCommand.js +42 -0
- package/dist-es/commands/ListAppBundlesCommand.js +42 -0
- package/dist-es/commands/ListIngestionDestinationsCommand.js +42 -0
- package/dist-es/commands/ListIngestionsCommand.js +42 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +42 -0
- package/dist-es/commands/StartIngestionCommand.js +42 -0
- package/dist-es/commands/StartUserAccessTasksCommand.js +43 -0
- package/dist-es/commands/StopIngestionCommand.js +42 -0
- package/dist-es/commands/TagResourceCommand.js +42 -0
- package/dist-es/commands/UntagResourceCommand.js +42 -0
- package/dist-es/commands/UpdateAppAuthorizationCommand.js +43 -0
- package/dist-es/commands/UpdateIngestionDestinationCommand.js +42 -0
- package/dist-es/commands/index.js +26 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +4 -0
- package/dist-es/index.js +6 -0
- package/dist-es/models/AppFabricServiceException.js +8 -0
- package/dist-es/models/index.js +1 -0
- package/dist-es/models/models_0.js +235 -0
- package/dist-es/pagination/Interfaces.js +1 -0
- package/dist-es/pagination/ListAppAuthorizationsPaginator.js +25 -0
- package/dist-es/pagination/ListAppBundlesPaginator.js +25 -0
- package/dist-es/pagination/ListIngestionDestinationsPaginator.js +25 -0
- package/dist-es/pagination/ListIngestionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +5 -0
- package/dist-es/protocols/Aws_restJson1.js +1932 -0
- package/dist-es/runtimeConfig.browser.js +34 -0
- package/dist-es/runtimeConfig.js +43 -0
- package/dist-es/runtimeConfig.native.js +11 -0
- package/dist-es/runtimeConfig.shared.js +17 -0
- package/dist-types/AppFabric.d.ts +200 -0
- package/dist-types/AppFabricClient.d.ts +196 -0
- package/dist-types/commands/BatchGetUserAccessTasksCommand.d.ts +112 -0
- package/dist-types/commands/ConnectAppAuthorizationCommand.d.ts +105 -0
- package/dist-types/commands/CreateAppAuthorizationCommand.d.ts +132 -0
- package/dist-types/commands/CreateAppBundleCommand.d.ts +102 -0
- package/dist-types/commands/CreateIngestionCommand.d.ts +111 -0
- package/dist-types/commands/CreateIngestionDestinationCommand.d.ts +146 -0
- package/dist-types/commands/DeleteAppAuthorizationCommand.d.ts +89 -0
- package/dist-types/commands/DeleteAppBundleCommand.d.ts +88 -0
- package/dist-types/commands/DeleteIngestionCommand.d.ts +89 -0
- package/dist-types/commands/DeleteIngestionDestinationCommand.d.ts +93 -0
- package/dist-types/commands/GetAppAuthorizationCommand.d.ts +104 -0
- package/dist-types/commands/GetAppBundleCommand.d.ts +92 -0
- package/dist-types/commands/GetIngestionCommand.d.ts +99 -0
- package/dist-types/commands/GetIngestionDestinationCommand.d.ts +117 -0
- package/dist-types/commands/ListAppAuthorizationsCommand.d.ts +104 -0
- package/dist-types/commands/ListAppBundlesCommand.d.ts +92 -0
- package/dist-types/commands/ListIngestionDestinationsCommand.d.ts +97 -0
- package/dist-types/commands/ListIngestionsCommand.d.ts +99 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +94 -0
- package/dist-types/commands/StartIngestionCommand.d.ts +91 -0
- package/dist-types/commands/StartUserAccessTasksCommand.d.ts +102 -0
- package/dist-types/commands/StopIngestionCommand.d.ts +91 -0
- package/dist-types/commands/TagResourceCommand.d.ts +93 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +90 -0
- package/dist-types/commands/UpdateAppAuthorizationCommand.d.ts +120 -0
- package/dist-types/commands/UpdateIngestionDestinationCommand.d.ts +137 -0
- package/dist-types/commands/index.d.ts +26 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +20 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/index.d.ts +19 -0
- package/dist-types/models/AppFabricServiceException.d.ts +13 -0
- package/dist-types/models/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1860 -0
- package/dist-types/pagination/Interfaces.d.ts +8 -0
- package/dist-types/pagination/ListAppAuthorizationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListAppBundlesPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIngestionDestinationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListIngestionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +5 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +236 -0
- package/dist-types/runtimeConfig.browser.d.ts +42 -0
- package/dist-types/runtimeConfig.d.ts +42 -0
- package/dist-types/runtimeConfig.native.d.ts +41 -0
- package/dist-types/runtimeConfig.shared.d.ts +18 -0
- package/dist-types/ts3.4/AppFabric.d.ts +447 -0
- package/dist-types/ts3.4/AppFabricClient.d.ts +270 -0
- package/dist-types/ts3.4/commands/BatchGetUserAccessTasksCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ConnectAppAuthorizationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAppAuthorizationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateAppBundleCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateIngestionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/CreateIngestionDestinationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteAppAuthorizationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteAppBundleCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteIngestionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteIngestionDestinationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/GetAppAuthorizationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/GetAppBundleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIngestionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetIngestionDestinationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAppAuthorizationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListAppBundlesCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListIngestionDestinationsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListIngestionsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/StartIngestionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/StartUserAccessTasksCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/StopIngestionCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateAppAuthorizationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateIngestionDestinationCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +32 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/index.d.ts +6 -0
- package/dist-types/ts3.4/models/AppFabricServiceException.d.ts +8 -0
- package/dist-types/ts3.4/models/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +551 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAppAuthorizationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListAppBundlesPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIngestionDestinationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListIngestionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +5 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +317 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +94 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +91 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +85 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +18 -0
- package/package.json +101 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import {
|
|
2
|
+
EndpointParameters as __EndpointParameters,
|
|
3
|
+
EndpointV2,
|
|
4
|
+
} from "@aws-sdk/types";
|
|
5
|
+
import { Endpoint, Provider } from "@smithy/types";
|
|
6
|
+
export interface ClientInputEndpointParameters {
|
|
7
|
+
region?: string | Provider<string>;
|
|
8
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
9
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
10
|
+
endpoint?:
|
|
11
|
+
| string
|
|
12
|
+
| Provider<string>
|
|
13
|
+
| Endpoint
|
|
14
|
+
| Provider<Endpoint>
|
|
15
|
+
| EndpointV2
|
|
16
|
+
| Provider<EndpointV2>;
|
|
17
|
+
}
|
|
18
|
+
export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
19
|
+
defaultSigningName: string;
|
|
20
|
+
};
|
|
21
|
+
export declare const resolveClientEndpointParameters: <T>(
|
|
22
|
+
options: T & ClientInputEndpointParameters
|
|
23
|
+
) => T &
|
|
24
|
+
ClientInputEndpointParameters & {
|
|
25
|
+
defaultSigningName: string;
|
|
26
|
+
};
|
|
27
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
28
|
+
Region?: string;
|
|
29
|
+
UseDualStack?: boolean;
|
|
30
|
+
UseFIPS?: boolean;
|
|
31
|
+
Endpoint?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import {
|
|
2
|
+
ServiceException as __ServiceException,
|
|
3
|
+
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
|
+
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
6
|
+
export declare class AppFabricServiceException extends __ServiceException {
|
|
7
|
+
constructor(options: __ServiceExceptionOptions);
|
|
8
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from "./models_0";
|
|
@@ -0,0 +1,551 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AppFabricServiceException as __BaseException } from "./AppFabricServiceException";
|
|
3
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
4
|
+
readonly name: "AccessDeniedException";
|
|
5
|
+
readonly $fault: "client";
|
|
6
|
+
constructor(
|
|
7
|
+
opts: __ExceptionOptionType<AccessDeniedException, __BaseException>
|
|
8
|
+
);
|
|
9
|
+
}
|
|
10
|
+
export interface ApiKeyCredential {
|
|
11
|
+
apiKey: string | undefined;
|
|
12
|
+
}
|
|
13
|
+
export declare const AuthType: {
|
|
14
|
+
readonly API_KEY: "apiKey";
|
|
15
|
+
readonly OAUTH2: "oauth2";
|
|
16
|
+
};
|
|
17
|
+
export type AuthType = (typeof AuthType)[keyof typeof AuthType];
|
|
18
|
+
export declare const Persona: {
|
|
19
|
+
readonly ADMIN: "admin";
|
|
20
|
+
readonly ENDUSER: "endUser";
|
|
21
|
+
};
|
|
22
|
+
export type Persona = (typeof Persona)[keyof typeof Persona];
|
|
23
|
+
export declare const AppAuthorizationStatus: {
|
|
24
|
+
readonly CONNECTED: "Connected";
|
|
25
|
+
readonly CONNECTION_VALIDATION_FAILED: "ConnectionValidationFailed";
|
|
26
|
+
readonly PENDING_CONNECT: "PendingConnect";
|
|
27
|
+
readonly TOKEN_AUTO_ROTATION_FAILED: "TokenAutoRotationFailed";
|
|
28
|
+
};
|
|
29
|
+
export type AppAuthorizationStatus =
|
|
30
|
+
(typeof AppAuthorizationStatus)[keyof typeof AppAuthorizationStatus];
|
|
31
|
+
export interface Tenant {
|
|
32
|
+
tenantIdentifier: string | undefined;
|
|
33
|
+
tenantDisplayName: string | undefined;
|
|
34
|
+
}
|
|
35
|
+
export interface AppAuthorization {
|
|
36
|
+
appAuthorizationArn: string | undefined;
|
|
37
|
+
appBundleArn: string | undefined;
|
|
38
|
+
app: string | undefined;
|
|
39
|
+
tenant: Tenant | undefined;
|
|
40
|
+
authType: AuthType | string | undefined;
|
|
41
|
+
status: AppAuthorizationStatus | string | undefined;
|
|
42
|
+
createdAt: Date | undefined;
|
|
43
|
+
updatedAt: Date | undefined;
|
|
44
|
+
persona?: Persona | string;
|
|
45
|
+
authUrl?: string;
|
|
46
|
+
}
|
|
47
|
+
export interface AppAuthorizationSummary {
|
|
48
|
+
appAuthorizationArn: string | undefined;
|
|
49
|
+
appBundleArn: string | undefined;
|
|
50
|
+
app: string | undefined;
|
|
51
|
+
tenant: Tenant | undefined;
|
|
52
|
+
status: AppAuthorizationStatus | string | undefined;
|
|
53
|
+
updatedAt: Date | undefined;
|
|
54
|
+
}
|
|
55
|
+
export interface AppBundle {
|
|
56
|
+
arn: string | undefined;
|
|
57
|
+
customerManagedKeyArn?: string;
|
|
58
|
+
}
|
|
59
|
+
export interface AppBundleSummary {
|
|
60
|
+
arn: string | undefined;
|
|
61
|
+
}
|
|
62
|
+
export interface FirehoseStream {
|
|
63
|
+
streamName: string | undefined;
|
|
64
|
+
}
|
|
65
|
+
export interface S3Bucket {
|
|
66
|
+
bucketName: string | undefined;
|
|
67
|
+
prefix?: string;
|
|
68
|
+
}
|
|
69
|
+
export type Destination =
|
|
70
|
+
| Destination.FirehoseStreamMember
|
|
71
|
+
| Destination.S3BucketMember
|
|
72
|
+
| Destination.$UnknownMember;
|
|
73
|
+
export declare namespace Destination {
|
|
74
|
+
interface S3BucketMember {
|
|
75
|
+
s3Bucket: S3Bucket;
|
|
76
|
+
firehoseStream?: never;
|
|
77
|
+
$unknown?: never;
|
|
78
|
+
}
|
|
79
|
+
interface FirehoseStreamMember {
|
|
80
|
+
s3Bucket?: never;
|
|
81
|
+
firehoseStream: FirehoseStream;
|
|
82
|
+
$unknown?: never;
|
|
83
|
+
}
|
|
84
|
+
interface $UnknownMember {
|
|
85
|
+
s3Bucket?: never;
|
|
86
|
+
firehoseStream?: never;
|
|
87
|
+
$unknown: [string, any];
|
|
88
|
+
}
|
|
89
|
+
interface Visitor<T> {
|
|
90
|
+
s3Bucket: (value: S3Bucket) => T;
|
|
91
|
+
firehoseStream: (value: FirehoseStream) => T;
|
|
92
|
+
_: (name: string, value: any) => T;
|
|
93
|
+
}
|
|
94
|
+
const visit: <T>(value: Destination, visitor: Visitor<T>) => T;
|
|
95
|
+
}
|
|
96
|
+
export interface AuditLogDestinationConfiguration {
|
|
97
|
+
destination: Destination | undefined;
|
|
98
|
+
}
|
|
99
|
+
export declare const Format: {
|
|
100
|
+
readonly JSON: "json";
|
|
101
|
+
readonly PARQUET: "parquet";
|
|
102
|
+
};
|
|
103
|
+
export type Format = (typeof Format)[keyof typeof Format];
|
|
104
|
+
export declare const Schema: {
|
|
105
|
+
readonly OCSF: "ocsf";
|
|
106
|
+
readonly RAW: "raw";
|
|
107
|
+
};
|
|
108
|
+
export type Schema = (typeof Schema)[keyof typeof Schema];
|
|
109
|
+
export interface AuditLogProcessingConfiguration {
|
|
110
|
+
schema: Schema | string | undefined;
|
|
111
|
+
format: Format | string | undefined;
|
|
112
|
+
}
|
|
113
|
+
export interface AuthRequest {
|
|
114
|
+
redirectUri: string | undefined;
|
|
115
|
+
code: string | undefined;
|
|
116
|
+
}
|
|
117
|
+
export interface BatchGetUserAccessTasksRequest {
|
|
118
|
+
appBundleIdentifier: string | undefined;
|
|
119
|
+
taskIdList: string[] | undefined;
|
|
120
|
+
}
|
|
121
|
+
export declare const ResultStatus: {
|
|
122
|
+
readonly COMPLETED: "COMPLETED";
|
|
123
|
+
readonly EXPIRED: "EXPIRED";
|
|
124
|
+
readonly FAILED: "FAILED";
|
|
125
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
126
|
+
};
|
|
127
|
+
export type ResultStatus = (typeof ResultStatus)[keyof typeof ResultStatus];
|
|
128
|
+
export interface TaskError {
|
|
129
|
+
errorCode?: string;
|
|
130
|
+
errorMessage?: string;
|
|
131
|
+
}
|
|
132
|
+
export interface UserAccessResultItem {
|
|
133
|
+
app?: string;
|
|
134
|
+
tenantId?: string;
|
|
135
|
+
tenantDisplayName?: string;
|
|
136
|
+
taskId?: string;
|
|
137
|
+
resultStatus?: ResultStatus | string;
|
|
138
|
+
email?: string;
|
|
139
|
+
userId?: string;
|
|
140
|
+
userFullName?: string;
|
|
141
|
+
userFirstName?: string;
|
|
142
|
+
userLastName?: string;
|
|
143
|
+
userStatus?: string;
|
|
144
|
+
taskError?: TaskError;
|
|
145
|
+
}
|
|
146
|
+
export interface BatchGetUserAccessTasksResponse {
|
|
147
|
+
userAccessResultsList?: UserAccessResultItem[];
|
|
148
|
+
}
|
|
149
|
+
export declare class InternalServerException extends __BaseException {
|
|
150
|
+
readonly name: "InternalServerException";
|
|
151
|
+
readonly $fault: "server";
|
|
152
|
+
$retryable: {};
|
|
153
|
+
retryAfterSeconds?: number;
|
|
154
|
+
constructor(
|
|
155
|
+
opts: __ExceptionOptionType<InternalServerException, __BaseException>
|
|
156
|
+
);
|
|
157
|
+
}
|
|
158
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
159
|
+
readonly name: "ResourceNotFoundException";
|
|
160
|
+
readonly $fault: "client";
|
|
161
|
+
resourceId: string | undefined;
|
|
162
|
+
resourceType: string | undefined;
|
|
163
|
+
constructor(
|
|
164
|
+
opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>
|
|
165
|
+
);
|
|
166
|
+
}
|
|
167
|
+
export declare class ThrottlingException extends __BaseException {
|
|
168
|
+
readonly name: "ThrottlingException";
|
|
169
|
+
readonly $fault: "client";
|
|
170
|
+
$retryable: {
|
|
171
|
+
throttling: boolean;
|
|
172
|
+
};
|
|
173
|
+
serviceCode?: string;
|
|
174
|
+
quotaCode?: string;
|
|
175
|
+
retryAfterSeconds?: number;
|
|
176
|
+
constructor(
|
|
177
|
+
opts: __ExceptionOptionType<ThrottlingException, __BaseException>
|
|
178
|
+
);
|
|
179
|
+
}
|
|
180
|
+
export interface ValidationExceptionField {
|
|
181
|
+
name: string | undefined;
|
|
182
|
+
message: string | undefined;
|
|
183
|
+
}
|
|
184
|
+
export declare const ValidationExceptionReason: {
|
|
185
|
+
readonly CANNOT_PARSE: "cannotParse";
|
|
186
|
+
readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
|
|
187
|
+
readonly OTHER: "other";
|
|
188
|
+
readonly UNKNOWN_OPERATION: "unknownOperation";
|
|
189
|
+
};
|
|
190
|
+
export type ValidationExceptionReason =
|
|
191
|
+
(typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
192
|
+
export declare class ValidationException extends __BaseException {
|
|
193
|
+
readonly name: "ValidationException";
|
|
194
|
+
readonly $fault: "client";
|
|
195
|
+
reason: ValidationExceptionReason | string | undefined;
|
|
196
|
+
fieldList?: ValidationExceptionField[];
|
|
197
|
+
constructor(
|
|
198
|
+
opts: __ExceptionOptionType<ValidationException, __BaseException>
|
|
199
|
+
);
|
|
200
|
+
}
|
|
201
|
+
export declare class ConflictException extends __BaseException {
|
|
202
|
+
readonly name: "ConflictException";
|
|
203
|
+
readonly $fault: "client";
|
|
204
|
+
resourceId: string | undefined;
|
|
205
|
+
resourceType: string | undefined;
|
|
206
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
207
|
+
}
|
|
208
|
+
export interface ConnectAppAuthorizationRequest {
|
|
209
|
+
appBundleIdentifier: string | undefined;
|
|
210
|
+
appAuthorizationIdentifier: string | undefined;
|
|
211
|
+
authRequest?: AuthRequest;
|
|
212
|
+
}
|
|
213
|
+
export interface ConnectAppAuthorizationResponse {
|
|
214
|
+
appAuthorizationSummary: AppAuthorizationSummary | undefined;
|
|
215
|
+
}
|
|
216
|
+
export interface Oauth2Credential {
|
|
217
|
+
clientId: string | undefined;
|
|
218
|
+
clientSecret: string | undefined;
|
|
219
|
+
}
|
|
220
|
+
export type Credential =
|
|
221
|
+
| Credential.ApiKeyCredentialMember
|
|
222
|
+
| Credential.Oauth2CredentialMember
|
|
223
|
+
| Credential.$UnknownMember;
|
|
224
|
+
export declare namespace Credential {
|
|
225
|
+
interface Oauth2CredentialMember {
|
|
226
|
+
oauth2Credential: Oauth2Credential;
|
|
227
|
+
apiKeyCredential?: never;
|
|
228
|
+
$unknown?: never;
|
|
229
|
+
}
|
|
230
|
+
interface ApiKeyCredentialMember {
|
|
231
|
+
oauth2Credential?: never;
|
|
232
|
+
apiKeyCredential: ApiKeyCredential;
|
|
233
|
+
$unknown?: never;
|
|
234
|
+
}
|
|
235
|
+
interface $UnknownMember {
|
|
236
|
+
oauth2Credential?: never;
|
|
237
|
+
apiKeyCredential?: never;
|
|
238
|
+
$unknown: [string, any];
|
|
239
|
+
}
|
|
240
|
+
interface Visitor<T> {
|
|
241
|
+
oauth2Credential: (value: Oauth2Credential) => T;
|
|
242
|
+
apiKeyCredential: (value: ApiKeyCredential) => T;
|
|
243
|
+
_: (name: string, value: any) => T;
|
|
244
|
+
}
|
|
245
|
+
const visit: <T>(value: Credential, visitor: Visitor<T>) => T;
|
|
246
|
+
}
|
|
247
|
+
export interface Tag {
|
|
248
|
+
key: string | undefined;
|
|
249
|
+
value: string | undefined;
|
|
250
|
+
}
|
|
251
|
+
export interface CreateAppAuthorizationRequest {
|
|
252
|
+
appBundleIdentifier: string | undefined;
|
|
253
|
+
app: string | undefined;
|
|
254
|
+
credential: Credential | undefined;
|
|
255
|
+
tenant: Tenant | undefined;
|
|
256
|
+
authType: AuthType | string | undefined;
|
|
257
|
+
clientToken?: string;
|
|
258
|
+
tags?: Tag[];
|
|
259
|
+
}
|
|
260
|
+
export interface CreateAppAuthorizationResponse {
|
|
261
|
+
appAuthorization: AppAuthorization | undefined;
|
|
262
|
+
}
|
|
263
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
264
|
+
readonly name: "ServiceQuotaExceededException";
|
|
265
|
+
readonly $fault: "client";
|
|
266
|
+
resourceId: string | undefined;
|
|
267
|
+
resourceType: string | undefined;
|
|
268
|
+
serviceCode: string | undefined;
|
|
269
|
+
quotaCode: string | undefined;
|
|
270
|
+
constructor(
|
|
271
|
+
opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>
|
|
272
|
+
);
|
|
273
|
+
}
|
|
274
|
+
export interface CreateAppBundleRequest {
|
|
275
|
+
clientToken?: string;
|
|
276
|
+
customerManagedKeyIdentifier?: string;
|
|
277
|
+
tags?: Tag[];
|
|
278
|
+
}
|
|
279
|
+
export interface CreateAppBundleResponse {
|
|
280
|
+
appBundle: AppBundle | undefined;
|
|
281
|
+
}
|
|
282
|
+
export declare const IngestionType: {
|
|
283
|
+
readonly AUDIT_LOG: "auditLog";
|
|
284
|
+
};
|
|
285
|
+
export type IngestionType = (typeof IngestionType)[keyof typeof IngestionType];
|
|
286
|
+
export interface CreateIngestionRequest {
|
|
287
|
+
appBundleIdentifier: string | undefined;
|
|
288
|
+
app: string | undefined;
|
|
289
|
+
tenantId: string | undefined;
|
|
290
|
+
ingestionType: IngestionType | string | undefined;
|
|
291
|
+
clientToken?: string;
|
|
292
|
+
tags?: Tag[];
|
|
293
|
+
}
|
|
294
|
+
export declare const IngestionState: {
|
|
295
|
+
readonly DISABLED: "disabled";
|
|
296
|
+
readonly ENABLED: "enabled";
|
|
297
|
+
};
|
|
298
|
+
export type IngestionState =
|
|
299
|
+
(typeof IngestionState)[keyof typeof IngestionState];
|
|
300
|
+
export interface Ingestion {
|
|
301
|
+
arn: string | undefined;
|
|
302
|
+
appBundleArn: string | undefined;
|
|
303
|
+
app: string | undefined;
|
|
304
|
+
tenantId: string | undefined;
|
|
305
|
+
createdAt: Date | undefined;
|
|
306
|
+
updatedAt: Date | undefined;
|
|
307
|
+
state: IngestionState | string | undefined;
|
|
308
|
+
ingestionType: IngestionType | string | undefined;
|
|
309
|
+
}
|
|
310
|
+
export interface CreateIngestionResponse {
|
|
311
|
+
ingestion: Ingestion | undefined;
|
|
312
|
+
}
|
|
313
|
+
export type DestinationConfiguration =
|
|
314
|
+
| DestinationConfiguration.AuditLogMember
|
|
315
|
+
| DestinationConfiguration.$UnknownMember;
|
|
316
|
+
export declare namespace DestinationConfiguration {
|
|
317
|
+
interface AuditLogMember {
|
|
318
|
+
auditLog: AuditLogDestinationConfiguration;
|
|
319
|
+
$unknown?: never;
|
|
320
|
+
}
|
|
321
|
+
interface $UnknownMember {
|
|
322
|
+
auditLog?: never;
|
|
323
|
+
$unknown: [string, any];
|
|
324
|
+
}
|
|
325
|
+
interface Visitor<T> {
|
|
326
|
+
auditLog: (value: AuditLogDestinationConfiguration) => T;
|
|
327
|
+
_: (name: string, value: any) => T;
|
|
328
|
+
}
|
|
329
|
+
const visit: <T>(value: DestinationConfiguration, visitor: Visitor<T>) => T;
|
|
330
|
+
}
|
|
331
|
+
export type ProcessingConfiguration =
|
|
332
|
+
| ProcessingConfiguration.AuditLogMember
|
|
333
|
+
| ProcessingConfiguration.$UnknownMember;
|
|
334
|
+
export declare namespace ProcessingConfiguration {
|
|
335
|
+
interface AuditLogMember {
|
|
336
|
+
auditLog: AuditLogProcessingConfiguration;
|
|
337
|
+
$unknown?: never;
|
|
338
|
+
}
|
|
339
|
+
interface $UnknownMember {
|
|
340
|
+
auditLog?: never;
|
|
341
|
+
$unknown: [string, any];
|
|
342
|
+
}
|
|
343
|
+
interface Visitor<T> {
|
|
344
|
+
auditLog: (value: AuditLogProcessingConfiguration) => T;
|
|
345
|
+
_: (name: string, value: any) => T;
|
|
346
|
+
}
|
|
347
|
+
const visit: <T>(value: ProcessingConfiguration, visitor: Visitor<T>) => T;
|
|
348
|
+
}
|
|
349
|
+
export interface CreateIngestionDestinationRequest {
|
|
350
|
+
appBundleIdentifier: string | undefined;
|
|
351
|
+
ingestionIdentifier: string | undefined;
|
|
352
|
+
processingConfiguration: ProcessingConfiguration | undefined;
|
|
353
|
+
destinationConfiguration: DestinationConfiguration | undefined;
|
|
354
|
+
clientToken?: string;
|
|
355
|
+
tags?: Tag[];
|
|
356
|
+
}
|
|
357
|
+
export declare const IngestionDestinationStatus: {
|
|
358
|
+
readonly ACTIVE: "Active";
|
|
359
|
+
readonly FAILED: "Failed";
|
|
360
|
+
};
|
|
361
|
+
export type IngestionDestinationStatus =
|
|
362
|
+
(typeof IngestionDestinationStatus)[keyof typeof IngestionDestinationStatus];
|
|
363
|
+
export interface IngestionDestination {
|
|
364
|
+
arn: string | undefined;
|
|
365
|
+
ingestionArn: string | undefined;
|
|
366
|
+
processingConfiguration: ProcessingConfiguration | undefined;
|
|
367
|
+
destinationConfiguration: DestinationConfiguration | undefined;
|
|
368
|
+
status?: IngestionDestinationStatus | string;
|
|
369
|
+
statusReason?: string;
|
|
370
|
+
createdAt?: Date;
|
|
371
|
+
updatedAt?: Date;
|
|
372
|
+
}
|
|
373
|
+
export interface CreateIngestionDestinationResponse {
|
|
374
|
+
ingestionDestination: IngestionDestination | undefined;
|
|
375
|
+
}
|
|
376
|
+
export interface DeleteAppAuthorizationRequest {
|
|
377
|
+
appBundleIdentifier: string | undefined;
|
|
378
|
+
appAuthorizationIdentifier: string | undefined;
|
|
379
|
+
}
|
|
380
|
+
export interface DeleteAppAuthorizationResponse {}
|
|
381
|
+
export interface DeleteAppBundleRequest {
|
|
382
|
+
appBundleIdentifier: string | undefined;
|
|
383
|
+
}
|
|
384
|
+
export interface DeleteAppBundleResponse {}
|
|
385
|
+
export interface DeleteIngestionRequest {
|
|
386
|
+
appBundleIdentifier: string | undefined;
|
|
387
|
+
ingestionIdentifier: string | undefined;
|
|
388
|
+
}
|
|
389
|
+
export interface DeleteIngestionResponse {}
|
|
390
|
+
export interface DeleteIngestionDestinationRequest {
|
|
391
|
+
appBundleIdentifier: string | undefined;
|
|
392
|
+
ingestionIdentifier: string | undefined;
|
|
393
|
+
ingestionDestinationIdentifier: string | undefined;
|
|
394
|
+
}
|
|
395
|
+
export interface DeleteIngestionDestinationResponse {}
|
|
396
|
+
export interface GetAppAuthorizationRequest {
|
|
397
|
+
appBundleIdentifier: string | undefined;
|
|
398
|
+
appAuthorizationIdentifier: string | undefined;
|
|
399
|
+
}
|
|
400
|
+
export interface GetAppAuthorizationResponse {
|
|
401
|
+
appAuthorization: AppAuthorization | undefined;
|
|
402
|
+
}
|
|
403
|
+
export interface GetAppBundleRequest {
|
|
404
|
+
appBundleIdentifier: string | undefined;
|
|
405
|
+
}
|
|
406
|
+
export interface GetAppBundleResponse {
|
|
407
|
+
appBundle: AppBundle | undefined;
|
|
408
|
+
}
|
|
409
|
+
export interface GetIngestionRequest {
|
|
410
|
+
appBundleIdentifier: string | undefined;
|
|
411
|
+
ingestionIdentifier: string | undefined;
|
|
412
|
+
}
|
|
413
|
+
export interface GetIngestionResponse {
|
|
414
|
+
ingestion: Ingestion | undefined;
|
|
415
|
+
}
|
|
416
|
+
export interface GetIngestionDestinationRequest {
|
|
417
|
+
appBundleIdentifier: string | undefined;
|
|
418
|
+
ingestionIdentifier: string | undefined;
|
|
419
|
+
ingestionDestinationIdentifier: string | undefined;
|
|
420
|
+
}
|
|
421
|
+
export interface GetIngestionDestinationResponse {
|
|
422
|
+
ingestionDestination: IngestionDestination | undefined;
|
|
423
|
+
}
|
|
424
|
+
export interface ListAppAuthorizationsRequest {
|
|
425
|
+
appBundleIdentifier: string | undefined;
|
|
426
|
+
maxResults?: number;
|
|
427
|
+
nextToken?: string;
|
|
428
|
+
}
|
|
429
|
+
export interface ListAppAuthorizationsResponse {
|
|
430
|
+
appAuthorizationSummaryList: AppAuthorizationSummary[] | undefined;
|
|
431
|
+
nextToken?: string;
|
|
432
|
+
}
|
|
433
|
+
export interface ListAppBundlesRequest {
|
|
434
|
+
maxResults?: number;
|
|
435
|
+
nextToken?: string;
|
|
436
|
+
}
|
|
437
|
+
export interface ListAppBundlesResponse {
|
|
438
|
+
appBundleSummaryList: AppBundleSummary[] | undefined;
|
|
439
|
+
nextToken?: string;
|
|
440
|
+
}
|
|
441
|
+
export interface ListIngestionDestinationsRequest {
|
|
442
|
+
appBundleIdentifier: string | undefined;
|
|
443
|
+
ingestionIdentifier: string | undefined;
|
|
444
|
+
maxResults?: number;
|
|
445
|
+
nextToken?: string;
|
|
446
|
+
}
|
|
447
|
+
export interface IngestionDestinationSummary {
|
|
448
|
+
arn: string | undefined;
|
|
449
|
+
}
|
|
450
|
+
export interface ListIngestionDestinationsResponse {
|
|
451
|
+
ingestionDestinations: IngestionDestinationSummary[] | undefined;
|
|
452
|
+
nextToken?: string;
|
|
453
|
+
}
|
|
454
|
+
export interface ListIngestionsRequest {
|
|
455
|
+
appBundleIdentifier: string | undefined;
|
|
456
|
+
maxResults?: number;
|
|
457
|
+
nextToken?: string;
|
|
458
|
+
}
|
|
459
|
+
export interface IngestionSummary {
|
|
460
|
+
arn: string | undefined;
|
|
461
|
+
app: string | undefined;
|
|
462
|
+
tenantId: string | undefined;
|
|
463
|
+
state: IngestionState | string | undefined;
|
|
464
|
+
}
|
|
465
|
+
export interface ListIngestionsResponse {
|
|
466
|
+
ingestions: IngestionSummary[] | undefined;
|
|
467
|
+
nextToken?: string;
|
|
468
|
+
}
|
|
469
|
+
export interface ListTagsForResourceRequest {
|
|
470
|
+
resourceArn: string | undefined;
|
|
471
|
+
}
|
|
472
|
+
export interface ListTagsForResourceResponse {
|
|
473
|
+
tags?: Tag[];
|
|
474
|
+
}
|
|
475
|
+
export interface StartIngestionRequest {
|
|
476
|
+
ingestionIdentifier: string | undefined;
|
|
477
|
+
appBundleIdentifier: string | undefined;
|
|
478
|
+
}
|
|
479
|
+
export interface StartIngestionResponse {}
|
|
480
|
+
export interface StartUserAccessTasksRequest {
|
|
481
|
+
appBundleIdentifier: string | undefined;
|
|
482
|
+
email: string | undefined;
|
|
483
|
+
}
|
|
484
|
+
export interface UserAccessTaskItem {
|
|
485
|
+
app: string | undefined;
|
|
486
|
+
tenantId: string | undefined;
|
|
487
|
+
taskId?: string;
|
|
488
|
+
error?: TaskError;
|
|
489
|
+
}
|
|
490
|
+
export interface StartUserAccessTasksResponse {
|
|
491
|
+
userAccessTasksList?: UserAccessTaskItem[];
|
|
492
|
+
}
|
|
493
|
+
export interface StopIngestionRequest {
|
|
494
|
+
ingestionIdentifier: string | undefined;
|
|
495
|
+
appBundleIdentifier: string | undefined;
|
|
496
|
+
}
|
|
497
|
+
export interface StopIngestionResponse {}
|
|
498
|
+
export interface TagResourceRequest {
|
|
499
|
+
resourceArn: string | undefined;
|
|
500
|
+
tags: Tag[] | undefined;
|
|
501
|
+
}
|
|
502
|
+
export interface TagResourceResponse {}
|
|
503
|
+
export interface UntagResourceRequest {
|
|
504
|
+
resourceArn: string | undefined;
|
|
505
|
+
tagKeys: string[] | undefined;
|
|
506
|
+
}
|
|
507
|
+
export interface UntagResourceResponse {}
|
|
508
|
+
export interface UpdateAppAuthorizationRequest {
|
|
509
|
+
appBundleIdentifier: string | undefined;
|
|
510
|
+
appAuthorizationIdentifier: string | undefined;
|
|
511
|
+
credential?: Credential;
|
|
512
|
+
tenant?: Tenant;
|
|
513
|
+
}
|
|
514
|
+
export interface UpdateAppAuthorizationResponse {
|
|
515
|
+
appAuthorization: AppAuthorization | undefined;
|
|
516
|
+
}
|
|
517
|
+
export interface UpdateIngestionDestinationRequest {
|
|
518
|
+
appBundleIdentifier: string | undefined;
|
|
519
|
+
ingestionIdentifier: string | undefined;
|
|
520
|
+
ingestionDestinationIdentifier: string | undefined;
|
|
521
|
+
destinationConfiguration: DestinationConfiguration | undefined;
|
|
522
|
+
}
|
|
523
|
+
export interface UpdateIngestionDestinationResponse {
|
|
524
|
+
ingestionDestination: IngestionDestination | undefined;
|
|
525
|
+
}
|
|
526
|
+
export declare const ApiKeyCredentialFilterSensitiveLog: (
|
|
527
|
+
obj: ApiKeyCredential
|
|
528
|
+
) => any;
|
|
529
|
+
export declare const AuthRequestFilterSensitiveLog: (obj: AuthRequest) => any;
|
|
530
|
+
export declare const UserAccessResultItemFilterSensitiveLog: (
|
|
531
|
+
obj: UserAccessResultItem
|
|
532
|
+
) => any;
|
|
533
|
+
export declare const BatchGetUserAccessTasksResponseFilterSensitiveLog: (
|
|
534
|
+
obj: BatchGetUserAccessTasksResponse
|
|
535
|
+
) => any;
|
|
536
|
+
export declare const ConnectAppAuthorizationRequestFilterSensitiveLog: (
|
|
537
|
+
obj: ConnectAppAuthorizationRequest
|
|
538
|
+
) => any;
|
|
539
|
+
export declare const Oauth2CredentialFilterSensitiveLog: (
|
|
540
|
+
obj: Oauth2Credential
|
|
541
|
+
) => any;
|
|
542
|
+
export declare const CredentialFilterSensitiveLog: (obj: Credential) => any;
|
|
543
|
+
export declare const CreateAppAuthorizationRequestFilterSensitiveLog: (
|
|
544
|
+
obj: CreateAppAuthorizationRequest
|
|
545
|
+
) => any;
|
|
546
|
+
export declare const StartUserAccessTasksRequestFilterSensitiveLog: (
|
|
547
|
+
obj: StartUserAccessTasksRequest
|
|
548
|
+
) => any;
|
|
549
|
+
export declare const UpdateAppAuthorizationRequestFilterSensitiveLog: (
|
|
550
|
+
obj: UpdateAppAuthorizationRequest
|
|
551
|
+
) => any;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppAuthorizationsCommandInput,
|
|
4
|
+
ListAppAuthorizationsCommandOutput,
|
|
5
|
+
} from "../commands/ListAppAuthorizationsCommand";
|
|
6
|
+
import { AppFabricPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppAuthorizations(
|
|
8
|
+
config: AppFabricPaginationConfiguration,
|
|
9
|
+
input: ListAppAuthorizationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppAuthorizationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListAppBundlesCommandInput,
|
|
4
|
+
ListAppBundlesCommandOutput,
|
|
5
|
+
} from "../commands/ListAppBundlesCommand";
|
|
6
|
+
import { AppFabricPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListAppBundles(
|
|
8
|
+
config: AppFabricPaginationConfiguration,
|
|
9
|
+
input: ListAppBundlesCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListAppBundlesCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIngestionDestinationsCommandInput,
|
|
4
|
+
ListIngestionDestinationsCommandOutput,
|
|
5
|
+
} from "../commands/ListIngestionDestinationsCommand";
|
|
6
|
+
import { AppFabricPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIngestionDestinations(
|
|
8
|
+
config: AppFabricPaginationConfiguration,
|
|
9
|
+
input: ListIngestionDestinationsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIngestionDestinationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import {
|
|
3
|
+
ListIngestionsCommandInput,
|
|
4
|
+
ListIngestionsCommandOutput,
|
|
5
|
+
} from "../commands/ListIngestionsCommand";
|
|
6
|
+
import { AppFabricPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateListIngestions(
|
|
8
|
+
config: AppFabricPaginationConfiguration,
|
|
9
|
+
input: ListIngestionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<ListIngestionsCommandOutput>;
|