@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,1860 @@
|
|
|
1
|
+
import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { AppFabricServiceException as __BaseException } from "./AppFabricServiceException";
|
|
3
|
+
/**
|
|
4
|
+
* @public
|
|
5
|
+
* <p>You are not authorized to perform this operation.</p>
|
|
6
|
+
*/
|
|
7
|
+
export declare class AccessDeniedException extends __BaseException {
|
|
8
|
+
readonly name: "AccessDeniedException";
|
|
9
|
+
readonly $fault: "client";
|
|
10
|
+
/**
|
|
11
|
+
* @internal
|
|
12
|
+
*/
|
|
13
|
+
constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
|
|
14
|
+
}
|
|
15
|
+
/**
|
|
16
|
+
* @public
|
|
17
|
+
* <p>Contains API key credential information.</p>
|
|
18
|
+
*/
|
|
19
|
+
export interface ApiKeyCredential {
|
|
20
|
+
/**
|
|
21
|
+
* <p>An API key for an application.</p>
|
|
22
|
+
*/
|
|
23
|
+
apiKey: string | undefined;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* @public
|
|
27
|
+
* @enum
|
|
28
|
+
*/
|
|
29
|
+
export declare const AuthType: {
|
|
30
|
+
readonly API_KEY: "apiKey";
|
|
31
|
+
readonly OAUTH2: "oauth2";
|
|
32
|
+
};
|
|
33
|
+
/**
|
|
34
|
+
* @public
|
|
35
|
+
*/
|
|
36
|
+
export type AuthType = (typeof AuthType)[keyof typeof AuthType];
|
|
37
|
+
/**
|
|
38
|
+
* @public
|
|
39
|
+
* @enum
|
|
40
|
+
*/
|
|
41
|
+
export declare const Persona: {
|
|
42
|
+
readonly ADMIN: "admin";
|
|
43
|
+
readonly ENDUSER: "endUser";
|
|
44
|
+
};
|
|
45
|
+
/**
|
|
46
|
+
* @public
|
|
47
|
+
*/
|
|
48
|
+
export type Persona = (typeof Persona)[keyof typeof Persona];
|
|
49
|
+
/**
|
|
50
|
+
* @public
|
|
51
|
+
* @enum
|
|
52
|
+
*/
|
|
53
|
+
export declare const AppAuthorizationStatus: {
|
|
54
|
+
readonly CONNECTED: "Connected";
|
|
55
|
+
readonly CONNECTION_VALIDATION_FAILED: "ConnectionValidationFailed";
|
|
56
|
+
readonly PENDING_CONNECT: "PendingConnect";
|
|
57
|
+
readonly TOKEN_AUTO_ROTATION_FAILED: "TokenAutoRotationFailed";
|
|
58
|
+
};
|
|
59
|
+
/**
|
|
60
|
+
* @public
|
|
61
|
+
*/
|
|
62
|
+
export type AppAuthorizationStatus = (typeof AppAuthorizationStatus)[keyof typeof AppAuthorizationStatus];
|
|
63
|
+
/**
|
|
64
|
+
* @public
|
|
65
|
+
* <p>Contains information about an application tenant.</p>
|
|
66
|
+
*/
|
|
67
|
+
export interface Tenant {
|
|
68
|
+
/**
|
|
69
|
+
* <p>The ID of the application tenant.</p>
|
|
70
|
+
*/
|
|
71
|
+
tenantIdentifier: string | undefined;
|
|
72
|
+
/**
|
|
73
|
+
* <p>The display name of the tenant.</p>
|
|
74
|
+
*/
|
|
75
|
+
tenantDisplayName: string | undefined;
|
|
76
|
+
}
|
|
77
|
+
/**
|
|
78
|
+
* @public
|
|
79
|
+
* <p>Contains information about an app authorization.</p>
|
|
80
|
+
*/
|
|
81
|
+
export interface AppAuthorization {
|
|
82
|
+
/**
|
|
83
|
+
* <p>The Amazon Resource Name (ARN) of the app authorization.</p>
|
|
84
|
+
*/
|
|
85
|
+
appAuthorizationArn: string | undefined;
|
|
86
|
+
/**
|
|
87
|
+
* <p>The Amazon Resource Name (ARN) of the app bundle for the app authorization.</p>
|
|
88
|
+
*/
|
|
89
|
+
appBundleArn: string | undefined;
|
|
90
|
+
/**
|
|
91
|
+
* <p>The name of the application.</p>
|
|
92
|
+
*/
|
|
93
|
+
app: string | undefined;
|
|
94
|
+
/**
|
|
95
|
+
* <p>Contains information about an application tenant, such as the application display name
|
|
96
|
+
* and identifier.</p>
|
|
97
|
+
*/
|
|
98
|
+
tenant: Tenant | undefined;
|
|
99
|
+
/**
|
|
100
|
+
* <p>The authorization type.</p>
|
|
101
|
+
*/
|
|
102
|
+
authType: AuthType | string | undefined;
|
|
103
|
+
/**
|
|
104
|
+
* <p>The state of the app authorization.</p>
|
|
105
|
+
* <p>The following states are possible:</p>
|
|
106
|
+
* <ul>
|
|
107
|
+
* <li>
|
|
108
|
+
* <p>
|
|
109
|
+
* <code>PendingConnect</code>: The initial state of the app authorization. The app
|
|
110
|
+
* authorization is created but not yet connected.</p>
|
|
111
|
+
* </li>
|
|
112
|
+
* <li>
|
|
113
|
+
* <p>
|
|
114
|
+
* <code>Connected</code>: The app authorization is connected to the application, and
|
|
115
|
+
* is ready to be used.</p>
|
|
116
|
+
* </li>
|
|
117
|
+
* <li>
|
|
118
|
+
* <p>
|
|
119
|
+
* <code>ConnectionValidationFailed</code>: The app authorization received a
|
|
120
|
+
* validation exception when trying to connect to the application. If the app
|
|
121
|
+
* authorization is in this state, you should verify the configured credentials and try
|
|
122
|
+
* to connect the app authorization again.</p>
|
|
123
|
+
* </li>
|
|
124
|
+
* <li>
|
|
125
|
+
* <p>
|
|
126
|
+
* <code>TokenAutoRotationFailed</code>: AppFabric failed to refresh the access token. If
|
|
127
|
+
* the app authorization is in this state, you should try to reconnect the app
|
|
128
|
+
* authorization.</p>
|
|
129
|
+
* </li>
|
|
130
|
+
* </ul>
|
|
131
|
+
*/
|
|
132
|
+
status: AppAuthorizationStatus | string | undefined;
|
|
133
|
+
/**
|
|
134
|
+
* <p>The timestamp of when the app authorization was created.</p>
|
|
135
|
+
*/
|
|
136
|
+
createdAt: Date | undefined;
|
|
137
|
+
/**
|
|
138
|
+
* <p>The timestamp of when the app authorization was last updated.</p>
|
|
139
|
+
*/
|
|
140
|
+
updatedAt: Date | undefined;
|
|
141
|
+
/**
|
|
142
|
+
* <p>The user persona of the app authorization.</p>
|
|
143
|
+
* <p>This field should always be <code>admin</code>.</p>
|
|
144
|
+
*/
|
|
145
|
+
persona?: Persona | string;
|
|
146
|
+
/**
|
|
147
|
+
* <p>The application URL for the OAuth flow.</p>
|
|
148
|
+
*/
|
|
149
|
+
authUrl?: string;
|
|
150
|
+
}
|
|
151
|
+
/**
|
|
152
|
+
* @public
|
|
153
|
+
* <p>Contains a summary of an app authorization.</p>
|
|
154
|
+
*/
|
|
155
|
+
export interface AppAuthorizationSummary {
|
|
156
|
+
/**
|
|
157
|
+
* <p>The Amazon Resource Name (ARN) of the app authorization.</p>
|
|
158
|
+
*/
|
|
159
|
+
appAuthorizationArn: string | undefined;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The Amazon Resource Name (ARN) of the app bundle for the app authorization.</p>
|
|
162
|
+
*/
|
|
163
|
+
appBundleArn: string | undefined;
|
|
164
|
+
/**
|
|
165
|
+
* <p>The name of the application.</p>
|
|
166
|
+
*/
|
|
167
|
+
app: string | undefined;
|
|
168
|
+
/**
|
|
169
|
+
* <p>Contains information about an application tenant, such as the application display name
|
|
170
|
+
* and identifier.</p>
|
|
171
|
+
*/
|
|
172
|
+
tenant: Tenant | undefined;
|
|
173
|
+
/**
|
|
174
|
+
* <p>The state of the app authorization.</p>
|
|
175
|
+
* <p>The following states are possible:</p>
|
|
176
|
+
* <ul>
|
|
177
|
+
* <li>
|
|
178
|
+
* <p>
|
|
179
|
+
* <code>PendingConnect</code>: The initial state of the app authorization. The app
|
|
180
|
+
* authorization is created but not yet connected.</p>
|
|
181
|
+
* </li>
|
|
182
|
+
* <li>
|
|
183
|
+
* <p>
|
|
184
|
+
* <code>Connected</code>: The app authorization is connected to the application, and
|
|
185
|
+
* is ready to be used.</p>
|
|
186
|
+
* </li>
|
|
187
|
+
* <li>
|
|
188
|
+
* <p>
|
|
189
|
+
* <code>ConnectionValidationFailed</code>: The app authorization received a
|
|
190
|
+
* validation exception when trying to connect to the application. If the app
|
|
191
|
+
* authorization is in this state, you should verify the configured credentials and try
|
|
192
|
+
* to connect the app authorization again.</p>
|
|
193
|
+
* </li>
|
|
194
|
+
* <li>
|
|
195
|
+
* <p>
|
|
196
|
+
* <code>TokenAutoRotationFailed</code>: AppFabric failed to refresh the access token. If
|
|
197
|
+
* the app authorization is in this state, you should try to reconnect the app
|
|
198
|
+
* authorization.</p>
|
|
199
|
+
* </li>
|
|
200
|
+
* </ul>
|
|
201
|
+
*/
|
|
202
|
+
status: AppAuthorizationStatus | string | undefined;
|
|
203
|
+
/**
|
|
204
|
+
* <p>Timestamp for when the app authorization was last updated.</p>
|
|
205
|
+
*/
|
|
206
|
+
updatedAt: Date | undefined;
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* @public
|
|
210
|
+
* <p>Contains information about an app bundle.</p>
|
|
211
|
+
*/
|
|
212
|
+
export interface AppBundle {
|
|
213
|
+
/**
|
|
214
|
+
* <p>The Amazon Resource Name (ARN) of the app bundle.</p>
|
|
215
|
+
*/
|
|
216
|
+
arn: string | undefined;
|
|
217
|
+
/**
|
|
218
|
+
* <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key
|
|
219
|
+
* used to encrypt the application data.</p>
|
|
220
|
+
*/
|
|
221
|
+
customerManagedKeyArn?: string;
|
|
222
|
+
}
|
|
223
|
+
/**
|
|
224
|
+
* @public
|
|
225
|
+
* <p>Contains a summary of an app bundle.</p>
|
|
226
|
+
*/
|
|
227
|
+
export interface AppBundleSummary {
|
|
228
|
+
/**
|
|
229
|
+
* <p>The Amazon Resource Name (ARN) of the app bundle.</p>
|
|
230
|
+
*/
|
|
231
|
+
arn: string | undefined;
|
|
232
|
+
}
|
|
233
|
+
/**
|
|
234
|
+
* @public
|
|
235
|
+
* <p>Contains information about an Amazon Kinesis Data Firehose delivery stream.</p>
|
|
236
|
+
*/
|
|
237
|
+
export interface FirehoseStream {
|
|
238
|
+
/**
|
|
239
|
+
* <p>The name of the Amazon Kinesis Data Firehose delivery stream.</p>
|
|
240
|
+
*/
|
|
241
|
+
streamName: string | undefined;
|
|
242
|
+
}
|
|
243
|
+
/**
|
|
244
|
+
* @public
|
|
245
|
+
* <p>Contains information about an Amazon S3 bucket.</p>
|
|
246
|
+
*/
|
|
247
|
+
export interface S3Bucket {
|
|
248
|
+
/**
|
|
249
|
+
* <p>The name of the Amazon S3 bucket.</p>
|
|
250
|
+
*/
|
|
251
|
+
bucketName: string | undefined;
|
|
252
|
+
/**
|
|
253
|
+
* <p>The object key to use.</p>
|
|
254
|
+
*/
|
|
255
|
+
prefix?: string;
|
|
256
|
+
}
|
|
257
|
+
/**
|
|
258
|
+
* @public
|
|
259
|
+
* <p>Contains information about an audit log destination.</p>
|
|
260
|
+
*/
|
|
261
|
+
export type Destination = Destination.FirehoseStreamMember | Destination.S3BucketMember | Destination.$UnknownMember;
|
|
262
|
+
/**
|
|
263
|
+
* @public
|
|
264
|
+
*/
|
|
265
|
+
export declare namespace Destination {
|
|
266
|
+
/**
|
|
267
|
+
* <p>Contains information about an Amazon S3 bucket.</p>
|
|
268
|
+
*/
|
|
269
|
+
interface S3BucketMember {
|
|
270
|
+
s3Bucket: S3Bucket;
|
|
271
|
+
firehoseStream?: never;
|
|
272
|
+
$unknown?: never;
|
|
273
|
+
}
|
|
274
|
+
/**
|
|
275
|
+
* <p>Contains information about an Amazon Kinesis Data Firehose delivery stream.</p>
|
|
276
|
+
*/
|
|
277
|
+
interface FirehoseStreamMember {
|
|
278
|
+
s3Bucket?: never;
|
|
279
|
+
firehoseStream: FirehoseStream;
|
|
280
|
+
$unknown?: never;
|
|
281
|
+
}
|
|
282
|
+
interface $UnknownMember {
|
|
283
|
+
s3Bucket?: never;
|
|
284
|
+
firehoseStream?: never;
|
|
285
|
+
$unknown: [string, any];
|
|
286
|
+
}
|
|
287
|
+
interface Visitor<T> {
|
|
288
|
+
s3Bucket: (value: S3Bucket) => T;
|
|
289
|
+
firehoseStream: (value: FirehoseStream) => T;
|
|
290
|
+
_: (name: string, value: any) => T;
|
|
291
|
+
}
|
|
292
|
+
const visit: <T>(value: Destination, visitor: Visitor<T>) => T;
|
|
293
|
+
}
|
|
294
|
+
/**
|
|
295
|
+
* @public
|
|
296
|
+
* <p>Contains information about an audit log destination configuration.</p>
|
|
297
|
+
*/
|
|
298
|
+
export interface AuditLogDestinationConfiguration {
|
|
299
|
+
/**
|
|
300
|
+
* <p>Contains information about an audit log destination.</p>
|
|
301
|
+
*/
|
|
302
|
+
destination: Destination | undefined;
|
|
303
|
+
}
|
|
304
|
+
/**
|
|
305
|
+
* @public
|
|
306
|
+
* @enum
|
|
307
|
+
*/
|
|
308
|
+
export declare const Format: {
|
|
309
|
+
readonly JSON: "json";
|
|
310
|
+
readonly PARQUET: "parquet";
|
|
311
|
+
};
|
|
312
|
+
/**
|
|
313
|
+
* @public
|
|
314
|
+
*/
|
|
315
|
+
export type Format = (typeof Format)[keyof typeof Format];
|
|
316
|
+
/**
|
|
317
|
+
* @public
|
|
318
|
+
* @enum
|
|
319
|
+
*/
|
|
320
|
+
export declare const Schema: {
|
|
321
|
+
readonly OCSF: "ocsf";
|
|
322
|
+
readonly RAW: "raw";
|
|
323
|
+
};
|
|
324
|
+
/**
|
|
325
|
+
* @public
|
|
326
|
+
*/
|
|
327
|
+
export type Schema = (typeof Schema)[keyof typeof Schema];
|
|
328
|
+
/**
|
|
329
|
+
* @public
|
|
330
|
+
* <p>Contains information about an audit log processing configuration.</p>
|
|
331
|
+
*/
|
|
332
|
+
export interface AuditLogProcessingConfiguration {
|
|
333
|
+
/**
|
|
334
|
+
* <p>The event schema in which the audit logs need to be formatted.</p>
|
|
335
|
+
*/
|
|
336
|
+
schema: Schema | string | undefined;
|
|
337
|
+
/**
|
|
338
|
+
* <p>The format in which the audit logs need to be formatted.</p>
|
|
339
|
+
*/
|
|
340
|
+
format: Format | string | undefined;
|
|
341
|
+
}
|
|
342
|
+
/**
|
|
343
|
+
* @public
|
|
344
|
+
* <p>Contains authorization request information, which is required for Amazon Web Services AppFabric to get the
|
|
345
|
+
* OAuth2 access token for an application.</p>
|
|
346
|
+
*/
|
|
347
|
+
export interface AuthRequest {
|
|
348
|
+
/**
|
|
349
|
+
* <p>The redirect URL that is specified in the AuthURL and the application client.</p>
|
|
350
|
+
*/
|
|
351
|
+
redirectUri: string | undefined;
|
|
352
|
+
/**
|
|
353
|
+
* <p>The authorization code returned by the application after permission is granted in the
|
|
354
|
+
* application OAuth page (after clicking on the AuthURL).</p>
|
|
355
|
+
*/
|
|
356
|
+
code: string | undefined;
|
|
357
|
+
}
|
|
358
|
+
/**
|
|
359
|
+
* @public
|
|
360
|
+
*/
|
|
361
|
+
export interface BatchGetUserAccessTasksRequest {
|
|
362
|
+
/**
|
|
363
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
364
|
+
* to use for the request.</p>
|
|
365
|
+
*/
|
|
366
|
+
appBundleIdentifier: string | undefined;
|
|
367
|
+
/**
|
|
368
|
+
* <p>The tasks IDs to use for the request.</p>
|
|
369
|
+
*/
|
|
370
|
+
taskIdList: string[] | undefined;
|
|
371
|
+
}
|
|
372
|
+
/**
|
|
373
|
+
* @public
|
|
374
|
+
* @enum
|
|
375
|
+
*/
|
|
376
|
+
export declare const ResultStatus: {
|
|
377
|
+
readonly COMPLETED: "COMPLETED";
|
|
378
|
+
readonly EXPIRED: "EXPIRED";
|
|
379
|
+
readonly FAILED: "FAILED";
|
|
380
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
381
|
+
};
|
|
382
|
+
/**
|
|
383
|
+
* @public
|
|
384
|
+
*/
|
|
385
|
+
export type ResultStatus = (typeof ResultStatus)[keyof typeof ResultStatus];
|
|
386
|
+
/**
|
|
387
|
+
* @public
|
|
388
|
+
* <p>Contains information about an error returned from a user access task.</p>
|
|
389
|
+
*/
|
|
390
|
+
export interface TaskError {
|
|
391
|
+
/**
|
|
392
|
+
* <p>The code of the error.</p>
|
|
393
|
+
*/
|
|
394
|
+
errorCode?: string;
|
|
395
|
+
/**
|
|
396
|
+
* <p>The message of the error.</p>
|
|
397
|
+
*/
|
|
398
|
+
errorMessage?: string;
|
|
399
|
+
}
|
|
400
|
+
/**
|
|
401
|
+
* @public
|
|
402
|
+
* <p>Contains information about a user's access to an application.</p>
|
|
403
|
+
*/
|
|
404
|
+
export interface UserAccessResultItem {
|
|
405
|
+
/**
|
|
406
|
+
* <p>The name of the application.</p>
|
|
407
|
+
*/
|
|
408
|
+
app?: string;
|
|
409
|
+
/**
|
|
410
|
+
* <p>The ID of the application tenant.</p>
|
|
411
|
+
*/
|
|
412
|
+
tenantId?: string;
|
|
413
|
+
/**
|
|
414
|
+
* <p>The display name of the tenant.</p>
|
|
415
|
+
*/
|
|
416
|
+
tenantDisplayName?: string;
|
|
417
|
+
/**
|
|
418
|
+
* <p>The unique ID of the task.</p>
|
|
419
|
+
*/
|
|
420
|
+
taskId?: string;
|
|
421
|
+
/**
|
|
422
|
+
* <p>The status of the user access result item.</p>
|
|
423
|
+
* <p>The following states are possible:</p>
|
|
424
|
+
* <ul>
|
|
425
|
+
* <li>
|
|
426
|
+
* <p>
|
|
427
|
+
* <code>IN_PROGRESS</code>: The user access task is in progress.</p>
|
|
428
|
+
* </li>
|
|
429
|
+
* <li>
|
|
430
|
+
* <p>
|
|
431
|
+
* <code>COMPLETED</code>: The user access task completed successfully.</p>
|
|
432
|
+
* </li>
|
|
433
|
+
* <li>
|
|
434
|
+
* <p>
|
|
435
|
+
* <code>FAILED</code>: The user access task failed.</p>
|
|
436
|
+
* </li>
|
|
437
|
+
* <li>
|
|
438
|
+
* <p>
|
|
439
|
+
* <code>EXPIRED</code>: The user access task expired.</p>
|
|
440
|
+
* </li>
|
|
441
|
+
* </ul>
|
|
442
|
+
*/
|
|
443
|
+
resultStatus?: ResultStatus | string;
|
|
444
|
+
/**
|
|
445
|
+
* <p>The email address of the target user.</p>
|
|
446
|
+
*/
|
|
447
|
+
email?: string;
|
|
448
|
+
/**
|
|
449
|
+
* <p>The unique ID of user.</p>
|
|
450
|
+
*/
|
|
451
|
+
userId?: string;
|
|
452
|
+
/**
|
|
453
|
+
* <p>The full name of the user.</p>
|
|
454
|
+
*/
|
|
455
|
+
userFullName?: string;
|
|
456
|
+
/**
|
|
457
|
+
* <p>The first name of the user.</p>
|
|
458
|
+
*/
|
|
459
|
+
userFirstName?: string;
|
|
460
|
+
/**
|
|
461
|
+
* <p>The last name of the user.</p>
|
|
462
|
+
*/
|
|
463
|
+
userLastName?: string;
|
|
464
|
+
/**
|
|
465
|
+
* <p>The status of the user returned by the application.</p>
|
|
466
|
+
*/
|
|
467
|
+
userStatus?: string;
|
|
468
|
+
/**
|
|
469
|
+
* <p>Contains information about an error returned from a user access task.</p>
|
|
470
|
+
*/
|
|
471
|
+
taskError?: TaskError;
|
|
472
|
+
}
|
|
473
|
+
/**
|
|
474
|
+
* @public
|
|
475
|
+
*/
|
|
476
|
+
export interface BatchGetUserAccessTasksResponse {
|
|
477
|
+
/**
|
|
478
|
+
* <p>Contains a list of user access results.</p>
|
|
479
|
+
*/
|
|
480
|
+
userAccessResultsList?: UserAccessResultItem[];
|
|
481
|
+
}
|
|
482
|
+
/**
|
|
483
|
+
* @public
|
|
484
|
+
* <p>The request processing has failed because of an unknown error, exception, or failure
|
|
485
|
+
* with an internal server.</p>
|
|
486
|
+
*/
|
|
487
|
+
export declare class InternalServerException extends __BaseException {
|
|
488
|
+
readonly name: "InternalServerException";
|
|
489
|
+
readonly $fault: "server";
|
|
490
|
+
$retryable: {};
|
|
491
|
+
/**
|
|
492
|
+
* <p>The period of time after which you should retry your request.</p>
|
|
493
|
+
*/
|
|
494
|
+
retryAfterSeconds?: number;
|
|
495
|
+
/**
|
|
496
|
+
* @internal
|
|
497
|
+
*/
|
|
498
|
+
constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
|
|
499
|
+
}
|
|
500
|
+
/**
|
|
501
|
+
* @public
|
|
502
|
+
* <p>The specified resource does not exist.</p>
|
|
503
|
+
*/
|
|
504
|
+
export declare class ResourceNotFoundException extends __BaseException {
|
|
505
|
+
readonly name: "ResourceNotFoundException";
|
|
506
|
+
readonly $fault: "client";
|
|
507
|
+
/**
|
|
508
|
+
* <p>The resource ID.</p>
|
|
509
|
+
*/
|
|
510
|
+
resourceId: string | undefined;
|
|
511
|
+
/**
|
|
512
|
+
* <p>The resource type.</p>
|
|
513
|
+
*/
|
|
514
|
+
resourceType: string | undefined;
|
|
515
|
+
/**
|
|
516
|
+
* @internal
|
|
517
|
+
*/
|
|
518
|
+
constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
|
|
519
|
+
}
|
|
520
|
+
/**
|
|
521
|
+
* @public
|
|
522
|
+
* <p>The request rate exceeds the limit.</p>
|
|
523
|
+
*/
|
|
524
|
+
export declare class ThrottlingException extends __BaseException {
|
|
525
|
+
readonly name: "ThrottlingException";
|
|
526
|
+
readonly $fault: "client";
|
|
527
|
+
$retryable: {
|
|
528
|
+
throttling: boolean;
|
|
529
|
+
};
|
|
530
|
+
/**
|
|
531
|
+
* <p>The code of the service.</p>
|
|
532
|
+
*/
|
|
533
|
+
serviceCode?: string;
|
|
534
|
+
/**
|
|
535
|
+
* <p>The code for the quota exceeded.</p>
|
|
536
|
+
*/
|
|
537
|
+
quotaCode?: string;
|
|
538
|
+
/**
|
|
539
|
+
* <p>The period of time after which you should retry your request.</p>
|
|
540
|
+
*/
|
|
541
|
+
retryAfterSeconds?: number;
|
|
542
|
+
/**
|
|
543
|
+
* @internal
|
|
544
|
+
*/
|
|
545
|
+
constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
|
|
546
|
+
}
|
|
547
|
+
/**
|
|
548
|
+
* @public
|
|
549
|
+
* <p>The input failed to meet the constraints specified by the Amazon Web Services service in
|
|
550
|
+
* a specified field.</p>
|
|
551
|
+
*/
|
|
552
|
+
export interface ValidationExceptionField {
|
|
553
|
+
/**
|
|
554
|
+
* <p>The field name where the invalid entry was detected.</p>
|
|
555
|
+
*/
|
|
556
|
+
name: string | undefined;
|
|
557
|
+
/**
|
|
558
|
+
* <p>A message about the validation exception.</p>
|
|
559
|
+
*/
|
|
560
|
+
message: string | undefined;
|
|
561
|
+
}
|
|
562
|
+
/**
|
|
563
|
+
* @public
|
|
564
|
+
* @enum
|
|
565
|
+
*/
|
|
566
|
+
export declare const ValidationExceptionReason: {
|
|
567
|
+
readonly CANNOT_PARSE: "cannotParse";
|
|
568
|
+
readonly FIELD_VALIDATION_FAILED: "fieldValidationFailed";
|
|
569
|
+
readonly OTHER: "other";
|
|
570
|
+
readonly UNKNOWN_OPERATION: "unknownOperation";
|
|
571
|
+
};
|
|
572
|
+
/**
|
|
573
|
+
* @public
|
|
574
|
+
*/
|
|
575
|
+
export type ValidationExceptionReason = (typeof ValidationExceptionReason)[keyof typeof ValidationExceptionReason];
|
|
576
|
+
/**
|
|
577
|
+
* @public
|
|
578
|
+
* <p>The request has invalid or missing parameters.</p>
|
|
579
|
+
*/
|
|
580
|
+
export declare class ValidationException extends __BaseException {
|
|
581
|
+
readonly name: "ValidationException";
|
|
582
|
+
readonly $fault: "client";
|
|
583
|
+
/**
|
|
584
|
+
* <p>The reason for the exception.</p>
|
|
585
|
+
*/
|
|
586
|
+
reason: ValidationExceptionReason | string | undefined;
|
|
587
|
+
/**
|
|
588
|
+
* <p>The field list.</p>
|
|
589
|
+
*/
|
|
590
|
+
fieldList?: ValidationExceptionField[];
|
|
591
|
+
/**
|
|
592
|
+
* @internal
|
|
593
|
+
*/
|
|
594
|
+
constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
|
|
595
|
+
}
|
|
596
|
+
/**
|
|
597
|
+
* @public
|
|
598
|
+
* <p>The request has created a conflict. Check the request parameters and try again.</p>
|
|
599
|
+
*/
|
|
600
|
+
export declare class ConflictException extends __BaseException {
|
|
601
|
+
readonly name: "ConflictException";
|
|
602
|
+
readonly $fault: "client";
|
|
603
|
+
/**
|
|
604
|
+
* <p>The resource ID.</p>
|
|
605
|
+
*/
|
|
606
|
+
resourceId: string | undefined;
|
|
607
|
+
/**
|
|
608
|
+
* <p>The resource type.</p>
|
|
609
|
+
*/
|
|
610
|
+
resourceType: string | undefined;
|
|
611
|
+
/**
|
|
612
|
+
* @internal
|
|
613
|
+
*/
|
|
614
|
+
constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
|
|
615
|
+
}
|
|
616
|
+
/**
|
|
617
|
+
* @public
|
|
618
|
+
*/
|
|
619
|
+
export interface ConnectAppAuthorizationRequest {
|
|
620
|
+
/**
|
|
621
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
622
|
+
* that contains the app authorization to use for the request.</p>
|
|
623
|
+
*/
|
|
624
|
+
appBundleIdentifier: string | undefined;
|
|
625
|
+
/**
|
|
626
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
|
|
627
|
+
* authorization to use for the request.</p>
|
|
628
|
+
*/
|
|
629
|
+
appAuthorizationIdentifier: string | undefined;
|
|
630
|
+
/**
|
|
631
|
+
* <p>Contains OAuth2 authorization information.</p>
|
|
632
|
+
* <p>This is required if the app authorization for the request is configured with an OAuth2
|
|
633
|
+
* (<code>oauth2</code>) authorization type.</p>
|
|
634
|
+
*/
|
|
635
|
+
authRequest?: AuthRequest;
|
|
636
|
+
}
|
|
637
|
+
/**
|
|
638
|
+
* @public
|
|
639
|
+
*/
|
|
640
|
+
export interface ConnectAppAuthorizationResponse {
|
|
641
|
+
/**
|
|
642
|
+
* <p>Contains a summary of the app authorization.</p>
|
|
643
|
+
*/
|
|
644
|
+
appAuthorizationSummary: AppAuthorizationSummary | undefined;
|
|
645
|
+
}
|
|
646
|
+
/**
|
|
647
|
+
* @public
|
|
648
|
+
* <p>Contains OAuth2 client credential information.</p>
|
|
649
|
+
*/
|
|
650
|
+
export interface Oauth2Credential {
|
|
651
|
+
/**
|
|
652
|
+
* <p>The client ID of the client application.</p>
|
|
653
|
+
*/
|
|
654
|
+
clientId: string | undefined;
|
|
655
|
+
/**
|
|
656
|
+
* <p>The client secret of the client application.</p>
|
|
657
|
+
*/
|
|
658
|
+
clientSecret: string | undefined;
|
|
659
|
+
}
|
|
660
|
+
/**
|
|
661
|
+
* @public
|
|
662
|
+
* <p>Contains credential information for an application.</p>
|
|
663
|
+
*/
|
|
664
|
+
export type Credential = Credential.ApiKeyCredentialMember | Credential.Oauth2CredentialMember | Credential.$UnknownMember;
|
|
665
|
+
/**
|
|
666
|
+
* @public
|
|
667
|
+
*/
|
|
668
|
+
export declare namespace Credential {
|
|
669
|
+
/**
|
|
670
|
+
* <p>Contains OAuth2 client credential information.</p>
|
|
671
|
+
*/
|
|
672
|
+
interface Oauth2CredentialMember {
|
|
673
|
+
oauth2Credential: Oauth2Credential;
|
|
674
|
+
apiKeyCredential?: never;
|
|
675
|
+
$unknown?: never;
|
|
676
|
+
}
|
|
677
|
+
/**
|
|
678
|
+
* <p>Contains API key credential information.</p>
|
|
679
|
+
*/
|
|
680
|
+
interface ApiKeyCredentialMember {
|
|
681
|
+
oauth2Credential?: never;
|
|
682
|
+
apiKeyCredential: ApiKeyCredential;
|
|
683
|
+
$unknown?: never;
|
|
684
|
+
}
|
|
685
|
+
interface $UnknownMember {
|
|
686
|
+
oauth2Credential?: never;
|
|
687
|
+
apiKeyCredential?: never;
|
|
688
|
+
$unknown: [string, any];
|
|
689
|
+
}
|
|
690
|
+
interface Visitor<T> {
|
|
691
|
+
oauth2Credential: (value: Oauth2Credential) => T;
|
|
692
|
+
apiKeyCredential: (value: ApiKeyCredential) => T;
|
|
693
|
+
_: (name: string, value: any) => T;
|
|
694
|
+
}
|
|
695
|
+
const visit: <T>(value: Credential, visitor: Visitor<T>) => T;
|
|
696
|
+
}
|
|
697
|
+
/**
|
|
698
|
+
* @public
|
|
699
|
+
* <p>The key or keys of the key-value pairs for the tag or tags assigned to a
|
|
700
|
+
* resource.</p>
|
|
701
|
+
*/
|
|
702
|
+
export interface Tag {
|
|
703
|
+
/**
|
|
704
|
+
* <p>Tag key.</p>
|
|
705
|
+
*/
|
|
706
|
+
key: string | undefined;
|
|
707
|
+
/**
|
|
708
|
+
* <p>Tag value.</p>
|
|
709
|
+
*/
|
|
710
|
+
value: string | undefined;
|
|
711
|
+
}
|
|
712
|
+
/**
|
|
713
|
+
* @public
|
|
714
|
+
*/
|
|
715
|
+
export interface CreateAppAuthorizationRequest {
|
|
716
|
+
/**
|
|
717
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
718
|
+
* to use for the request.</p>
|
|
719
|
+
*/
|
|
720
|
+
appBundleIdentifier: string | undefined;
|
|
721
|
+
/**
|
|
722
|
+
* <p>The name of the application.</p>
|
|
723
|
+
* <p>Valid values are:</p>
|
|
724
|
+
* <ul>
|
|
725
|
+
* <li>
|
|
726
|
+
* <p>
|
|
727
|
+
* <code>SLACK</code>
|
|
728
|
+
* </p>
|
|
729
|
+
* </li>
|
|
730
|
+
* <li>
|
|
731
|
+
* <p>
|
|
732
|
+
* <code>ASANA</code>
|
|
733
|
+
* </p>
|
|
734
|
+
* </li>
|
|
735
|
+
* <li>
|
|
736
|
+
* <p>
|
|
737
|
+
* <code>JIRA</code>
|
|
738
|
+
* </p>
|
|
739
|
+
* </li>
|
|
740
|
+
* <li>
|
|
741
|
+
* <p>
|
|
742
|
+
* <code>M365</code>
|
|
743
|
+
* </p>
|
|
744
|
+
* </li>
|
|
745
|
+
* <li>
|
|
746
|
+
* <p>
|
|
747
|
+
* <code>M365AUDITLOGS</code>
|
|
748
|
+
* </p>
|
|
749
|
+
* </li>
|
|
750
|
+
* <li>
|
|
751
|
+
* <p>
|
|
752
|
+
* <code>ZOOM</code>
|
|
753
|
+
* </p>
|
|
754
|
+
* </li>
|
|
755
|
+
* <li>
|
|
756
|
+
* <p>
|
|
757
|
+
* <code>ZENDESK</code>
|
|
758
|
+
* </p>
|
|
759
|
+
* </li>
|
|
760
|
+
* <li>
|
|
761
|
+
* <p>
|
|
762
|
+
* <code>OKTA</code>
|
|
763
|
+
* </p>
|
|
764
|
+
* </li>
|
|
765
|
+
* <li>
|
|
766
|
+
* <p>
|
|
767
|
+
* <code>GOOGLE</code>
|
|
768
|
+
* </p>
|
|
769
|
+
* </li>
|
|
770
|
+
* <li>
|
|
771
|
+
* <p>
|
|
772
|
+
* <code>DROPBOX</code>
|
|
773
|
+
* </p>
|
|
774
|
+
* </li>
|
|
775
|
+
* <li>
|
|
776
|
+
* <p>
|
|
777
|
+
* <code>SMARTSHEET</code>
|
|
778
|
+
* </p>
|
|
779
|
+
* </li>
|
|
780
|
+
* <li>
|
|
781
|
+
* <p>
|
|
782
|
+
* <code>CISCO</code>
|
|
783
|
+
* </p>
|
|
784
|
+
* </li>
|
|
785
|
+
* </ul>
|
|
786
|
+
*/
|
|
787
|
+
app: string | undefined;
|
|
788
|
+
/**
|
|
789
|
+
* <p>Contains credentials for the application, such as an API key or OAuth2 client ID and
|
|
790
|
+
* secret.</p>
|
|
791
|
+
* <p>Specify credentials that match the authorization type for your request. For example, if
|
|
792
|
+
* the authorization type for your request is OAuth2 (<code>oauth2</code>), then you should
|
|
793
|
+
* provide only the OAuth2 credentials.</p>
|
|
794
|
+
*/
|
|
795
|
+
credential: Credential | undefined;
|
|
796
|
+
/**
|
|
797
|
+
* <p>Contains information about an application tenant, such as the application display name
|
|
798
|
+
* and identifier.</p>
|
|
799
|
+
*/
|
|
800
|
+
tenant: Tenant | undefined;
|
|
801
|
+
/**
|
|
802
|
+
* <p>The authorization type for the app authorization.</p>
|
|
803
|
+
*/
|
|
804
|
+
authType: AuthType | string | undefined;
|
|
805
|
+
/**
|
|
806
|
+
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
807
|
+
* of the request. This lets you safely retry the request without accidentally performing the
|
|
808
|
+
* same operation a second time. Passing the same value to a later call to an operation
|
|
809
|
+
* requires that you also pass the same value for all other parameters. We recommend that you
|
|
810
|
+
* use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
811
|
+
* value</a>.</p>
|
|
812
|
+
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
813
|
+
* you.</p>
|
|
814
|
+
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
815
|
+
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
816
|
+
*/
|
|
817
|
+
clientToken?: string;
|
|
818
|
+
/**
|
|
819
|
+
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
820
|
+
*/
|
|
821
|
+
tags?: Tag[];
|
|
822
|
+
}
|
|
823
|
+
/**
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
export interface CreateAppAuthorizationResponse {
|
|
827
|
+
/**
|
|
828
|
+
* <p>Contains information about an app authorization.</p>
|
|
829
|
+
*/
|
|
830
|
+
appAuthorization: AppAuthorization | undefined;
|
|
831
|
+
}
|
|
832
|
+
/**
|
|
833
|
+
* @public
|
|
834
|
+
* <p>The request exceeds a service quota.</p>
|
|
835
|
+
*/
|
|
836
|
+
export declare class ServiceQuotaExceededException extends __BaseException {
|
|
837
|
+
readonly name: "ServiceQuotaExceededException";
|
|
838
|
+
readonly $fault: "client";
|
|
839
|
+
/**
|
|
840
|
+
* <p>The resource ID.</p>
|
|
841
|
+
*/
|
|
842
|
+
resourceId: string | undefined;
|
|
843
|
+
/**
|
|
844
|
+
* <p>The resource type.</p>
|
|
845
|
+
*/
|
|
846
|
+
resourceType: string | undefined;
|
|
847
|
+
/**
|
|
848
|
+
* <p>The code of the service.</p>
|
|
849
|
+
*/
|
|
850
|
+
serviceCode: string | undefined;
|
|
851
|
+
/**
|
|
852
|
+
* <p>The code for the quota exceeded.</p>
|
|
853
|
+
*/
|
|
854
|
+
quotaCode: string | undefined;
|
|
855
|
+
/**
|
|
856
|
+
* @internal
|
|
857
|
+
*/
|
|
858
|
+
constructor(opts: __ExceptionOptionType<ServiceQuotaExceededException, __BaseException>);
|
|
859
|
+
}
|
|
860
|
+
/**
|
|
861
|
+
* @public
|
|
862
|
+
*/
|
|
863
|
+
export interface CreateAppBundleRequest {
|
|
864
|
+
/**
|
|
865
|
+
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
866
|
+
* of the request. This lets you safely retry the request without accidentally performing the
|
|
867
|
+
* same operation a second time. Passing the same value to a later call to an operation
|
|
868
|
+
* requires that you also pass the same value for all other parameters. We recommend that you
|
|
869
|
+
* use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
870
|
+
* value</a>.</p>
|
|
871
|
+
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
872
|
+
* you.</p>
|
|
873
|
+
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
874
|
+
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
875
|
+
*/
|
|
876
|
+
clientToken?: string;
|
|
877
|
+
/**
|
|
878
|
+
* <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to
|
|
879
|
+
* use to encrypt the application data. If this is not specified, an Amazon Web Services owned key is used for encryption.</p>
|
|
880
|
+
*/
|
|
881
|
+
customerManagedKeyIdentifier?: string;
|
|
882
|
+
/**
|
|
883
|
+
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
884
|
+
*/
|
|
885
|
+
tags?: Tag[];
|
|
886
|
+
}
|
|
887
|
+
/**
|
|
888
|
+
* @public
|
|
889
|
+
*/
|
|
890
|
+
export interface CreateAppBundleResponse {
|
|
891
|
+
/**
|
|
892
|
+
* <p>Contains information about an app bundle.</p>
|
|
893
|
+
*/
|
|
894
|
+
appBundle: AppBundle | undefined;
|
|
895
|
+
}
|
|
896
|
+
/**
|
|
897
|
+
* @public
|
|
898
|
+
* @enum
|
|
899
|
+
*/
|
|
900
|
+
export declare const IngestionType: {
|
|
901
|
+
readonly AUDIT_LOG: "auditLog";
|
|
902
|
+
};
|
|
903
|
+
/**
|
|
904
|
+
* @public
|
|
905
|
+
*/
|
|
906
|
+
export type IngestionType = (typeof IngestionType)[keyof typeof IngestionType];
|
|
907
|
+
/**
|
|
908
|
+
* @public
|
|
909
|
+
*/
|
|
910
|
+
export interface CreateIngestionRequest {
|
|
911
|
+
/**
|
|
912
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
913
|
+
* to use for the request.</p>
|
|
914
|
+
*/
|
|
915
|
+
appBundleIdentifier: string | undefined;
|
|
916
|
+
/**
|
|
917
|
+
* <p>The name of the application.</p>
|
|
918
|
+
* <p>Valid values are:</p>
|
|
919
|
+
* <ul>
|
|
920
|
+
* <li>
|
|
921
|
+
* <p>
|
|
922
|
+
* <code>SLACK</code>
|
|
923
|
+
* </p>
|
|
924
|
+
* </li>
|
|
925
|
+
* <li>
|
|
926
|
+
* <p>
|
|
927
|
+
* <code>ASANA</code>
|
|
928
|
+
* </p>
|
|
929
|
+
* </li>
|
|
930
|
+
* <li>
|
|
931
|
+
* <p>
|
|
932
|
+
* <code>JIRA</code>
|
|
933
|
+
* </p>
|
|
934
|
+
* </li>
|
|
935
|
+
* <li>
|
|
936
|
+
* <p>
|
|
937
|
+
* <code>M365</code>
|
|
938
|
+
* </p>
|
|
939
|
+
* </li>
|
|
940
|
+
* <li>
|
|
941
|
+
* <p>
|
|
942
|
+
* <code>M365AUDITLOGS</code>
|
|
943
|
+
* </p>
|
|
944
|
+
* </li>
|
|
945
|
+
* <li>
|
|
946
|
+
* <p>
|
|
947
|
+
* <code>ZOOM</code>
|
|
948
|
+
* </p>
|
|
949
|
+
* </li>
|
|
950
|
+
* <li>
|
|
951
|
+
* <p>
|
|
952
|
+
* <code>ZENDESK</code>
|
|
953
|
+
* </p>
|
|
954
|
+
* </li>
|
|
955
|
+
* <li>
|
|
956
|
+
* <p>
|
|
957
|
+
* <code>OKTA</code>
|
|
958
|
+
* </p>
|
|
959
|
+
* </li>
|
|
960
|
+
* <li>
|
|
961
|
+
* <p>
|
|
962
|
+
* <code>GOOGLE</code>
|
|
963
|
+
* </p>
|
|
964
|
+
* </li>
|
|
965
|
+
* <li>
|
|
966
|
+
* <p>
|
|
967
|
+
* <code>DROPBOX</code>
|
|
968
|
+
* </p>
|
|
969
|
+
* </li>
|
|
970
|
+
* <li>
|
|
971
|
+
* <p>
|
|
972
|
+
* <code>SMARTSHEET</code>
|
|
973
|
+
* </p>
|
|
974
|
+
* </li>
|
|
975
|
+
* <li>
|
|
976
|
+
* <p>
|
|
977
|
+
* <code>CISCO</code>
|
|
978
|
+
* </p>
|
|
979
|
+
* </li>
|
|
980
|
+
* </ul>
|
|
981
|
+
*/
|
|
982
|
+
app: string | undefined;
|
|
983
|
+
/**
|
|
984
|
+
* <p>The ID of the application tenant.</p>
|
|
985
|
+
*/
|
|
986
|
+
tenantId: string | undefined;
|
|
987
|
+
/**
|
|
988
|
+
* <p>The ingestion type.</p>
|
|
989
|
+
*/
|
|
990
|
+
ingestionType: IngestionType | string | undefined;
|
|
991
|
+
/**
|
|
992
|
+
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
993
|
+
* of the request. This lets you safely retry the request without accidentally performing the
|
|
994
|
+
* same operation a second time. Passing the same value to a later call to an operation
|
|
995
|
+
* requires that you also pass the same value for all other parameters. We recommend that you
|
|
996
|
+
* use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
997
|
+
* value</a>.</p>
|
|
998
|
+
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
999
|
+
* you.</p>
|
|
1000
|
+
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
1001
|
+
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
1002
|
+
*/
|
|
1003
|
+
clientToken?: string;
|
|
1004
|
+
/**
|
|
1005
|
+
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
1006
|
+
*/
|
|
1007
|
+
tags?: Tag[];
|
|
1008
|
+
}
|
|
1009
|
+
/**
|
|
1010
|
+
* @public
|
|
1011
|
+
* @enum
|
|
1012
|
+
*/
|
|
1013
|
+
export declare const IngestionState: {
|
|
1014
|
+
readonly DISABLED: "disabled";
|
|
1015
|
+
readonly ENABLED: "enabled";
|
|
1016
|
+
};
|
|
1017
|
+
/**
|
|
1018
|
+
* @public
|
|
1019
|
+
*/
|
|
1020
|
+
export type IngestionState = (typeof IngestionState)[keyof typeof IngestionState];
|
|
1021
|
+
/**
|
|
1022
|
+
* @public
|
|
1023
|
+
* <p>Contains information about an ingestion.</p>
|
|
1024
|
+
*/
|
|
1025
|
+
export interface Ingestion {
|
|
1026
|
+
/**
|
|
1027
|
+
* <p>The Amazon Resource Name (ARN) of the ingestion.</p>
|
|
1028
|
+
*/
|
|
1029
|
+
arn: string | undefined;
|
|
1030
|
+
/**
|
|
1031
|
+
* <p>The Amazon Resource Name (ARN) of the app bundle for the ingestion.</p>
|
|
1032
|
+
*/
|
|
1033
|
+
appBundleArn: string | undefined;
|
|
1034
|
+
/**
|
|
1035
|
+
* <p>The name of the application.</p>
|
|
1036
|
+
*/
|
|
1037
|
+
app: string | undefined;
|
|
1038
|
+
/**
|
|
1039
|
+
* <p>The ID of the application tenant.</p>
|
|
1040
|
+
*/
|
|
1041
|
+
tenantId: string | undefined;
|
|
1042
|
+
/**
|
|
1043
|
+
* <p>The timestamp of when the ingestion was created.</p>
|
|
1044
|
+
*/
|
|
1045
|
+
createdAt: Date | undefined;
|
|
1046
|
+
/**
|
|
1047
|
+
* <p>The timestamp of when the ingestion was last updated.</p>
|
|
1048
|
+
*/
|
|
1049
|
+
updatedAt: Date | undefined;
|
|
1050
|
+
/**
|
|
1051
|
+
* <p>The status of the ingestion.</p>
|
|
1052
|
+
*/
|
|
1053
|
+
state: IngestionState | string | undefined;
|
|
1054
|
+
/**
|
|
1055
|
+
* <p>The type of the ingestion.</p>
|
|
1056
|
+
*/
|
|
1057
|
+
ingestionType: IngestionType | string | undefined;
|
|
1058
|
+
}
|
|
1059
|
+
/**
|
|
1060
|
+
* @public
|
|
1061
|
+
*/
|
|
1062
|
+
export interface CreateIngestionResponse {
|
|
1063
|
+
/**
|
|
1064
|
+
* <p>Contains information about an ingestion.</p>
|
|
1065
|
+
*/
|
|
1066
|
+
ingestion: Ingestion | undefined;
|
|
1067
|
+
}
|
|
1068
|
+
/**
|
|
1069
|
+
* @public
|
|
1070
|
+
* <p>Contains information about the destination of ingested data.</p>
|
|
1071
|
+
*/
|
|
1072
|
+
export type DestinationConfiguration = DestinationConfiguration.AuditLogMember | DestinationConfiguration.$UnknownMember;
|
|
1073
|
+
/**
|
|
1074
|
+
* @public
|
|
1075
|
+
*/
|
|
1076
|
+
export declare namespace DestinationConfiguration {
|
|
1077
|
+
/**
|
|
1078
|
+
* <p>Contains information about an audit log destination configuration.</p>
|
|
1079
|
+
*/
|
|
1080
|
+
interface AuditLogMember {
|
|
1081
|
+
auditLog: AuditLogDestinationConfiguration;
|
|
1082
|
+
$unknown?: never;
|
|
1083
|
+
}
|
|
1084
|
+
interface $UnknownMember {
|
|
1085
|
+
auditLog?: never;
|
|
1086
|
+
$unknown: [string, any];
|
|
1087
|
+
}
|
|
1088
|
+
interface Visitor<T> {
|
|
1089
|
+
auditLog: (value: AuditLogDestinationConfiguration) => T;
|
|
1090
|
+
_: (name: string, value: any) => T;
|
|
1091
|
+
}
|
|
1092
|
+
const visit: <T>(value: DestinationConfiguration, visitor: Visitor<T>) => T;
|
|
1093
|
+
}
|
|
1094
|
+
/**
|
|
1095
|
+
* @public
|
|
1096
|
+
* <p>Contains information about how ingested data is processed.</p>
|
|
1097
|
+
*/
|
|
1098
|
+
export type ProcessingConfiguration = ProcessingConfiguration.AuditLogMember | ProcessingConfiguration.$UnknownMember;
|
|
1099
|
+
/**
|
|
1100
|
+
* @public
|
|
1101
|
+
*/
|
|
1102
|
+
export declare namespace ProcessingConfiguration {
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>Contains information about an audit log processing configuration.</p>
|
|
1105
|
+
*/
|
|
1106
|
+
interface AuditLogMember {
|
|
1107
|
+
auditLog: AuditLogProcessingConfiguration;
|
|
1108
|
+
$unknown?: never;
|
|
1109
|
+
}
|
|
1110
|
+
interface $UnknownMember {
|
|
1111
|
+
auditLog?: never;
|
|
1112
|
+
$unknown: [string, any];
|
|
1113
|
+
}
|
|
1114
|
+
interface Visitor<T> {
|
|
1115
|
+
auditLog: (value: AuditLogProcessingConfiguration) => T;
|
|
1116
|
+
_: (name: string, value: any) => T;
|
|
1117
|
+
}
|
|
1118
|
+
const visit: <T>(value: ProcessingConfiguration, visitor: Visitor<T>) => T;
|
|
1119
|
+
}
|
|
1120
|
+
/**
|
|
1121
|
+
* @public
|
|
1122
|
+
*/
|
|
1123
|
+
export interface CreateIngestionDestinationRequest {
|
|
1124
|
+
/**
|
|
1125
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1126
|
+
* to use for the request.</p>
|
|
1127
|
+
*/
|
|
1128
|
+
appBundleIdentifier: string | undefined;
|
|
1129
|
+
/**
|
|
1130
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1131
|
+
* use for the request.</p>
|
|
1132
|
+
*/
|
|
1133
|
+
ingestionIdentifier: string | undefined;
|
|
1134
|
+
/**
|
|
1135
|
+
* <p>Contains information about how ingested data is processed.</p>
|
|
1136
|
+
*/
|
|
1137
|
+
processingConfiguration: ProcessingConfiguration | undefined;
|
|
1138
|
+
/**
|
|
1139
|
+
* <p>Contains information about the destination of ingested data.</p>
|
|
1140
|
+
*/
|
|
1141
|
+
destinationConfiguration: DestinationConfiguration | undefined;
|
|
1142
|
+
/**
|
|
1143
|
+
* <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
|
|
1144
|
+
* of the request. This lets you safely retry the request without accidentally performing the
|
|
1145
|
+
* same operation a second time. Passing the same value to a later call to an operation
|
|
1146
|
+
* requires that you also pass the same value for all other parameters. We recommend that you
|
|
1147
|
+
* use a <a href="https://wikipedia.org/wiki/Universally_unique_identifier">UUID type of
|
|
1148
|
+
* value</a>.</p>
|
|
1149
|
+
* <p>If you don't provide this value, then Amazon Web Services generates a random one for
|
|
1150
|
+
* you.</p>
|
|
1151
|
+
* <p>If you retry the operation with the same <code>ClientToken</code>, but with different
|
|
1152
|
+
* parameters, the retry fails with an <code>IdempotentParameterMismatch</code> error.</p>
|
|
1153
|
+
*/
|
|
1154
|
+
clientToken?: string;
|
|
1155
|
+
/**
|
|
1156
|
+
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
1157
|
+
*/
|
|
1158
|
+
tags?: Tag[];
|
|
1159
|
+
}
|
|
1160
|
+
/**
|
|
1161
|
+
* @public
|
|
1162
|
+
* @enum
|
|
1163
|
+
*/
|
|
1164
|
+
export declare const IngestionDestinationStatus: {
|
|
1165
|
+
readonly ACTIVE: "Active";
|
|
1166
|
+
readonly FAILED: "Failed";
|
|
1167
|
+
};
|
|
1168
|
+
/**
|
|
1169
|
+
* @public
|
|
1170
|
+
*/
|
|
1171
|
+
export type IngestionDestinationStatus = (typeof IngestionDestinationStatus)[keyof typeof IngestionDestinationStatus];
|
|
1172
|
+
/**
|
|
1173
|
+
* @public
|
|
1174
|
+
* <p>Contains information about an ingestion destination.</p>
|
|
1175
|
+
*/
|
|
1176
|
+
export interface IngestionDestination {
|
|
1177
|
+
/**
|
|
1178
|
+
* <p>The Amazon Resource Name (ARN) of the ingestion destination.</p>
|
|
1179
|
+
*/
|
|
1180
|
+
arn: string | undefined;
|
|
1181
|
+
/**
|
|
1182
|
+
* <p>The Amazon Resource Name (ARN) of the ingestion.</p>
|
|
1183
|
+
*/
|
|
1184
|
+
ingestionArn: string | undefined;
|
|
1185
|
+
/**
|
|
1186
|
+
* <p>Contains information about how ingested data is processed.</p>
|
|
1187
|
+
*/
|
|
1188
|
+
processingConfiguration: ProcessingConfiguration | undefined;
|
|
1189
|
+
/**
|
|
1190
|
+
* <p>Contains information about the destination of ingested data.</p>
|
|
1191
|
+
*/
|
|
1192
|
+
destinationConfiguration: DestinationConfiguration | undefined;
|
|
1193
|
+
/**
|
|
1194
|
+
* <p>The state of the ingestion destination.</p>
|
|
1195
|
+
* <p>The following states are possible:</p>
|
|
1196
|
+
* <ul>
|
|
1197
|
+
* <li>
|
|
1198
|
+
* <p>
|
|
1199
|
+
* <code>Active</code>: The ingestion destination is active and is ready to be
|
|
1200
|
+
* used.</p>
|
|
1201
|
+
* </li>
|
|
1202
|
+
* <li>
|
|
1203
|
+
* <p>
|
|
1204
|
+
* <code>Failed</code>: The ingestion destination has failed. If the ingestion
|
|
1205
|
+
* destination is in this state, you should verify the ingestion destination
|
|
1206
|
+
* configuration and try again.</p>
|
|
1207
|
+
* </li>
|
|
1208
|
+
* </ul>
|
|
1209
|
+
*/
|
|
1210
|
+
status?: IngestionDestinationStatus | string;
|
|
1211
|
+
/**
|
|
1212
|
+
* <p>The reason for the current status of the ingestion destination.</p>
|
|
1213
|
+
* <p>Only present when the <code>status</code> of ingestion destination is
|
|
1214
|
+
* <code>Failed</code>.</p>
|
|
1215
|
+
*/
|
|
1216
|
+
statusReason?: string;
|
|
1217
|
+
/**
|
|
1218
|
+
* <p>The timestamp of when the ingestion destination was created.</p>
|
|
1219
|
+
*/
|
|
1220
|
+
createdAt?: Date;
|
|
1221
|
+
/**
|
|
1222
|
+
* <p>The timestamp of when the ingestion destination was last updated.</p>
|
|
1223
|
+
*/
|
|
1224
|
+
updatedAt?: Date;
|
|
1225
|
+
}
|
|
1226
|
+
/**
|
|
1227
|
+
* @public
|
|
1228
|
+
*/
|
|
1229
|
+
export interface CreateIngestionDestinationResponse {
|
|
1230
|
+
/**
|
|
1231
|
+
* <p>Contains information about an ingestion destination.</p>
|
|
1232
|
+
*/
|
|
1233
|
+
ingestionDestination: IngestionDestination | undefined;
|
|
1234
|
+
}
|
|
1235
|
+
/**
|
|
1236
|
+
* @public
|
|
1237
|
+
*/
|
|
1238
|
+
export interface DeleteAppAuthorizationRequest {
|
|
1239
|
+
/**
|
|
1240
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1241
|
+
* to use for the request.</p>
|
|
1242
|
+
*/
|
|
1243
|
+
appBundleIdentifier: string | undefined;
|
|
1244
|
+
/**
|
|
1245
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
|
|
1246
|
+
* authorization to use for the request.</p>
|
|
1247
|
+
*/
|
|
1248
|
+
appAuthorizationIdentifier: string | undefined;
|
|
1249
|
+
}
|
|
1250
|
+
/**
|
|
1251
|
+
* @public
|
|
1252
|
+
*/
|
|
1253
|
+
export interface DeleteAppAuthorizationResponse {
|
|
1254
|
+
}
|
|
1255
|
+
/**
|
|
1256
|
+
* @public
|
|
1257
|
+
*/
|
|
1258
|
+
export interface DeleteAppBundleRequest {
|
|
1259
|
+
/**
|
|
1260
|
+
* <p>The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.</p>
|
|
1261
|
+
*/
|
|
1262
|
+
appBundleIdentifier: string | undefined;
|
|
1263
|
+
}
|
|
1264
|
+
/**
|
|
1265
|
+
* @public
|
|
1266
|
+
*/
|
|
1267
|
+
export interface DeleteAppBundleResponse {
|
|
1268
|
+
}
|
|
1269
|
+
/**
|
|
1270
|
+
* @public
|
|
1271
|
+
*/
|
|
1272
|
+
export interface DeleteIngestionRequest {
|
|
1273
|
+
/**
|
|
1274
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1275
|
+
* to use for the request.</p>
|
|
1276
|
+
*/
|
|
1277
|
+
appBundleIdentifier: string | undefined;
|
|
1278
|
+
/**
|
|
1279
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1280
|
+
* use for the request.</p>
|
|
1281
|
+
*/
|
|
1282
|
+
ingestionIdentifier: string | undefined;
|
|
1283
|
+
}
|
|
1284
|
+
/**
|
|
1285
|
+
* @public
|
|
1286
|
+
*/
|
|
1287
|
+
export interface DeleteIngestionResponse {
|
|
1288
|
+
}
|
|
1289
|
+
/**
|
|
1290
|
+
* @public
|
|
1291
|
+
*/
|
|
1292
|
+
export interface DeleteIngestionDestinationRequest {
|
|
1293
|
+
/**
|
|
1294
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1295
|
+
* to use for the request.</p>
|
|
1296
|
+
*/
|
|
1297
|
+
appBundleIdentifier: string | undefined;
|
|
1298
|
+
/**
|
|
1299
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1300
|
+
* use for the request.</p>
|
|
1301
|
+
*/
|
|
1302
|
+
ingestionIdentifier: string | undefined;
|
|
1303
|
+
/**
|
|
1304
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
|
|
1305
|
+
* destination to use for the request.</p>
|
|
1306
|
+
*/
|
|
1307
|
+
ingestionDestinationIdentifier: string | undefined;
|
|
1308
|
+
}
|
|
1309
|
+
/**
|
|
1310
|
+
* @public
|
|
1311
|
+
*/
|
|
1312
|
+
export interface DeleteIngestionDestinationResponse {
|
|
1313
|
+
}
|
|
1314
|
+
/**
|
|
1315
|
+
* @public
|
|
1316
|
+
*/
|
|
1317
|
+
export interface GetAppAuthorizationRequest {
|
|
1318
|
+
/**
|
|
1319
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1320
|
+
* to use for the request.</p>
|
|
1321
|
+
*/
|
|
1322
|
+
appBundleIdentifier: string | undefined;
|
|
1323
|
+
/**
|
|
1324
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
|
|
1325
|
+
* authorization to use for the request.</p>
|
|
1326
|
+
*/
|
|
1327
|
+
appAuthorizationIdentifier: string | undefined;
|
|
1328
|
+
}
|
|
1329
|
+
/**
|
|
1330
|
+
* @public
|
|
1331
|
+
*/
|
|
1332
|
+
export interface GetAppAuthorizationResponse {
|
|
1333
|
+
/**
|
|
1334
|
+
* <p>Contains information about an app authorization.</p>
|
|
1335
|
+
*/
|
|
1336
|
+
appAuthorization: AppAuthorization | undefined;
|
|
1337
|
+
}
|
|
1338
|
+
/**
|
|
1339
|
+
* @public
|
|
1340
|
+
*/
|
|
1341
|
+
export interface GetAppBundleRequest {
|
|
1342
|
+
/**
|
|
1343
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1344
|
+
* to use for the request.</p>
|
|
1345
|
+
*/
|
|
1346
|
+
appBundleIdentifier: string | undefined;
|
|
1347
|
+
}
|
|
1348
|
+
/**
|
|
1349
|
+
* @public
|
|
1350
|
+
*/
|
|
1351
|
+
export interface GetAppBundleResponse {
|
|
1352
|
+
/**
|
|
1353
|
+
* <p>Contains information about an app bundle.</p>
|
|
1354
|
+
*/
|
|
1355
|
+
appBundle: AppBundle | undefined;
|
|
1356
|
+
}
|
|
1357
|
+
/**
|
|
1358
|
+
* @public
|
|
1359
|
+
*/
|
|
1360
|
+
export interface GetIngestionRequest {
|
|
1361
|
+
/**
|
|
1362
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1363
|
+
* to use for the request.</p>
|
|
1364
|
+
*/
|
|
1365
|
+
appBundleIdentifier: string | undefined;
|
|
1366
|
+
/**
|
|
1367
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1368
|
+
* use for the request.</p>
|
|
1369
|
+
*/
|
|
1370
|
+
ingestionIdentifier: string | undefined;
|
|
1371
|
+
}
|
|
1372
|
+
/**
|
|
1373
|
+
* @public
|
|
1374
|
+
*/
|
|
1375
|
+
export interface GetIngestionResponse {
|
|
1376
|
+
/**
|
|
1377
|
+
* <p>Contains information about an ingestion.</p>
|
|
1378
|
+
*/
|
|
1379
|
+
ingestion: Ingestion | undefined;
|
|
1380
|
+
}
|
|
1381
|
+
/**
|
|
1382
|
+
* @public
|
|
1383
|
+
*/
|
|
1384
|
+
export interface GetIngestionDestinationRequest {
|
|
1385
|
+
/**
|
|
1386
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1387
|
+
* to use for the request.</p>
|
|
1388
|
+
*/
|
|
1389
|
+
appBundleIdentifier: string | undefined;
|
|
1390
|
+
/**
|
|
1391
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1392
|
+
* use for the request.</p>
|
|
1393
|
+
*/
|
|
1394
|
+
ingestionIdentifier: string | undefined;
|
|
1395
|
+
/**
|
|
1396
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
|
|
1397
|
+
* destination to use for the request.</p>
|
|
1398
|
+
*/
|
|
1399
|
+
ingestionDestinationIdentifier: string | undefined;
|
|
1400
|
+
}
|
|
1401
|
+
/**
|
|
1402
|
+
* @public
|
|
1403
|
+
*/
|
|
1404
|
+
export interface GetIngestionDestinationResponse {
|
|
1405
|
+
/**
|
|
1406
|
+
* <p>Contains information about an ingestion destination.</p>
|
|
1407
|
+
*/
|
|
1408
|
+
ingestionDestination: IngestionDestination | undefined;
|
|
1409
|
+
}
|
|
1410
|
+
/**
|
|
1411
|
+
* @public
|
|
1412
|
+
*/
|
|
1413
|
+
export interface ListAppAuthorizationsRequest {
|
|
1414
|
+
/**
|
|
1415
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1416
|
+
* to use for the request.</p>
|
|
1417
|
+
*/
|
|
1418
|
+
appBundleIdentifier: string | undefined;
|
|
1419
|
+
/**
|
|
1420
|
+
* <p>The maximum number of results that are returned per call. You can use
|
|
1421
|
+
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1422
|
+
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1423
|
+
* fewer than the specified maximum.</p>
|
|
1424
|
+
*/
|
|
1425
|
+
maxResults?: number;
|
|
1426
|
+
/**
|
|
1427
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1428
|
+
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1429
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1430
|
+
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1431
|
+
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1432
|
+
*/
|
|
1433
|
+
nextToken?: string;
|
|
1434
|
+
}
|
|
1435
|
+
/**
|
|
1436
|
+
* @public
|
|
1437
|
+
*/
|
|
1438
|
+
export interface ListAppAuthorizationsResponse {
|
|
1439
|
+
/**
|
|
1440
|
+
* <p>Contains a list of app authorization summaries.</p>
|
|
1441
|
+
*/
|
|
1442
|
+
appAuthorizationSummaryList: AppAuthorizationSummary[] | undefined;
|
|
1443
|
+
/**
|
|
1444
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1445
|
+
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1446
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1447
|
+
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1448
|
+
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1449
|
+
*/
|
|
1450
|
+
nextToken?: string;
|
|
1451
|
+
}
|
|
1452
|
+
/**
|
|
1453
|
+
* @public
|
|
1454
|
+
*/
|
|
1455
|
+
export interface ListAppBundlesRequest {
|
|
1456
|
+
/**
|
|
1457
|
+
* <p>The maximum number of results that are returned per call. You can use
|
|
1458
|
+
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1459
|
+
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1460
|
+
* fewer than the specified maximum.</p>
|
|
1461
|
+
*/
|
|
1462
|
+
maxResults?: number;
|
|
1463
|
+
/**
|
|
1464
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1465
|
+
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1466
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1467
|
+
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1468
|
+
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1469
|
+
*/
|
|
1470
|
+
nextToken?: string;
|
|
1471
|
+
}
|
|
1472
|
+
/**
|
|
1473
|
+
* @public
|
|
1474
|
+
*/
|
|
1475
|
+
export interface ListAppBundlesResponse {
|
|
1476
|
+
/**
|
|
1477
|
+
* <p>Contains a list of app bundle summaries.</p>
|
|
1478
|
+
*/
|
|
1479
|
+
appBundleSummaryList: AppBundleSummary[] | undefined;
|
|
1480
|
+
/**
|
|
1481
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1482
|
+
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1483
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1484
|
+
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1485
|
+
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1486
|
+
*/
|
|
1487
|
+
nextToken?: string;
|
|
1488
|
+
}
|
|
1489
|
+
/**
|
|
1490
|
+
* @public
|
|
1491
|
+
*/
|
|
1492
|
+
export interface ListIngestionDestinationsRequest {
|
|
1493
|
+
/**
|
|
1494
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1495
|
+
* to use for the request.</p>
|
|
1496
|
+
*/
|
|
1497
|
+
appBundleIdentifier: string | undefined;
|
|
1498
|
+
/**
|
|
1499
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1500
|
+
* use for the request.</p>
|
|
1501
|
+
*/
|
|
1502
|
+
ingestionIdentifier: string | undefined;
|
|
1503
|
+
/**
|
|
1504
|
+
* <p>The maximum number of results that are returned per call. You can use
|
|
1505
|
+
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1506
|
+
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1507
|
+
* fewer than the specified maximum.</p>
|
|
1508
|
+
*/
|
|
1509
|
+
maxResults?: number;
|
|
1510
|
+
/**
|
|
1511
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1512
|
+
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1513
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1514
|
+
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1515
|
+
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1516
|
+
*/
|
|
1517
|
+
nextToken?: string;
|
|
1518
|
+
}
|
|
1519
|
+
/**
|
|
1520
|
+
* @public
|
|
1521
|
+
* <p>Contains a summary of an ingestion destination.</p>
|
|
1522
|
+
*/
|
|
1523
|
+
export interface IngestionDestinationSummary {
|
|
1524
|
+
/**
|
|
1525
|
+
* <p>The Amazon Resource Name (ARN) of the ingestion destination.</p>
|
|
1526
|
+
*/
|
|
1527
|
+
arn: string | undefined;
|
|
1528
|
+
}
|
|
1529
|
+
/**
|
|
1530
|
+
* @public
|
|
1531
|
+
*/
|
|
1532
|
+
export interface ListIngestionDestinationsResponse {
|
|
1533
|
+
/**
|
|
1534
|
+
* <p>Contains a list of ingestion destination summaries.</p>
|
|
1535
|
+
*/
|
|
1536
|
+
ingestionDestinations: IngestionDestinationSummary[] | undefined;
|
|
1537
|
+
/**
|
|
1538
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1539
|
+
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1540
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1541
|
+
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1542
|
+
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1543
|
+
*/
|
|
1544
|
+
nextToken?: string;
|
|
1545
|
+
}
|
|
1546
|
+
/**
|
|
1547
|
+
* @public
|
|
1548
|
+
*/
|
|
1549
|
+
export interface ListIngestionsRequest {
|
|
1550
|
+
/**
|
|
1551
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1552
|
+
* to use for the request.</p>
|
|
1553
|
+
*/
|
|
1554
|
+
appBundleIdentifier: string | undefined;
|
|
1555
|
+
/**
|
|
1556
|
+
* <p>The maximum number of results that are returned per call. You can use
|
|
1557
|
+
* <code>nextToken</code> to obtain further pages of results.</p>
|
|
1558
|
+
* <p>This is only an upper limit. The actual number of results returned per call might be
|
|
1559
|
+
* fewer than the specified maximum.</p>
|
|
1560
|
+
*/
|
|
1561
|
+
maxResults?: number;
|
|
1562
|
+
/**
|
|
1563
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1564
|
+
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1565
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1566
|
+
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1567
|
+
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1568
|
+
*/
|
|
1569
|
+
nextToken?: string;
|
|
1570
|
+
}
|
|
1571
|
+
/**
|
|
1572
|
+
* @public
|
|
1573
|
+
* <p>Contains a summary of an ingestion.</p>
|
|
1574
|
+
*/
|
|
1575
|
+
export interface IngestionSummary {
|
|
1576
|
+
/**
|
|
1577
|
+
* <p>The Amazon Resource Name (ARN) of the ingestion.</p>
|
|
1578
|
+
*/
|
|
1579
|
+
arn: string | undefined;
|
|
1580
|
+
/**
|
|
1581
|
+
* <p>The name of the application.</p>
|
|
1582
|
+
*/
|
|
1583
|
+
app: string | undefined;
|
|
1584
|
+
/**
|
|
1585
|
+
* <p>The ID of the application tenant.</p>
|
|
1586
|
+
*/
|
|
1587
|
+
tenantId: string | undefined;
|
|
1588
|
+
/**
|
|
1589
|
+
* <p>The status of the ingestion.</p>
|
|
1590
|
+
*/
|
|
1591
|
+
state: IngestionState | string | undefined;
|
|
1592
|
+
}
|
|
1593
|
+
/**
|
|
1594
|
+
* @public
|
|
1595
|
+
*/
|
|
1596
|
+
export interface ListIngestionsResponse {
|
|
1597
|
+
/**
|
|
1598
|
+
* <p>Contains a list of ingestion summaries.</p>
|
|
1599
|
+
*/
|
|
1600
|
+
ingestions: IngestionSummary[] | undefined;
|
|
1601
|
+
/**
|
|
1602
|
+
* <p>If <code>nextToken</code> is returned, there are more results available. The value of
|
|
1603
|
+
* <code>nextToken</code> is a unique pagination token for each page. Make the call again
|
|
1604
|
+
* using the returned token to retrieve the next page. Keep all other arguments unchanged.
|
|
1605
|
+
* Each pagination token expires after 24 hours. Using an expired pagination token will return
|
|
1606
|
+
* an <i>HTTP 400 InvalidToken error</i>.</p>
|
|
1607
|
+
*/
|
|
1608
|
+
nextToken?: string;
|
|
1609
|
+
}
|
|
1610
|
+
/**
|
|
1611
|
+
* @public
|
|
1612
|
+
*/
|
|
1613
|
+
export interface ListTagsForResourceRequest {
|
|
1614
|
+
/**
|
|
1615
|
+
* <p>The Amazon Resource Name (ARN) of the resource for which you want to retrieve
|
|
1616
|
+
* tags.</p>
|
|
1617
|
+
*/
|
|
1618
|
+
resourceArn: string | undefined;
|
|
1619
|
+
}
|
|
1620
|
+
/**
|
|
1621
|
+
* @public
|
|
1622
|
+
*/
|
|
1623
|
+
export interface ListTagsForResourceResponse {
|
|
1624
|
+
/**
|
|
1625
|
+
* <p>A map of the key-value pairs for the tag or tags assigned to the specified resource.</p>
|
|
1626
|
+
*/
|
|
1627
|
+
tags?: Tag[];
|
|
1628
|
+
}
|
|
1629
|
+
/**
|
|
1630
|
+
* @public
|
|
1631
|
+
*/
|
|
1632
|
+
export interface StartIngestionRequest {
|
|
1633
|
+
/**
|
|
1634
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1635
|
+
* use for the request.</p>
|
|
1636
|
+
*/
|
|
1637
|
+
ingestionIdentifier: string | undefined;
|
|
1638
|
+
/**
|
|
1639
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1640
|
+
* to use for the request.</p>
|
|
1641
|
+
*/
|
|
1642
|
+
appBundleIdentifier: string | undefined;
|
|
1643
|
+
}
|
|
1644
|
+
/**
|
|
1645
|
+
* @public
|
|
1646
|
+
*/
|
|
1647
|
+
export interface StartIngestionResponse {
|
|
1648
|
+
}
|
|
1649
|
+
/**
|
|
1650
|
+
* @public
|
|
1651
|
+
*/
|
|
1652
|
+
export interface StartUserAccessTasksRequest {
|
|
1653
|
+
/**
|
|
1654
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1655
|
+
* to use for the request.</p>
|
|
1656
|
+
*/
|
|
1657
|
+
appBundleIdentifier: string | undefined;
|
|
1658
|
+
/**
|
|
1659
|
+
* <p>The email address of the target user.</p>
|
|
1660
|
+
*/
|
|
1661
|
+
email: string | undefined;
|
|
1662
|
+
}
|
|
1663
|
+
/**
|
|
1664
|
+
* @public
|
|
1665
|
+
* <p>Contains information about a user access task.</p>
|
|
1666
|
+
*/
|
|
1667
|
+
export interface UserAccessTaskItem {
|
|
1668
|
+
/**
|
|
1669
|
+
* <p>The name of the application.</p>
|
|
1670
|
+
*/
|
|
1671
|
+
app: string | undefined;
|
|
1672
|
+
/**
|
|
1673
|
+
* <p>The ID of the application tenant.</p>
|
|
1674
|
+
*/
|
|
1675
|
+
tenantId: string | undefined;
|
|
1676
|
+
/**
|
|
1677
|
+
* <p>The unique ID of the task.</p>
|
|
1678
|
+
*/
|
|
1679
|
+
taskId?: string;
|
|
1680
|
+
/**
|
|
1681
|
+
* <p>Error from the task, if any.</p>
|
|
1682
|
+
*/
|
|
1683
|
+
error?: TaskError;
|
|
1684
|
+
}
|
|
1685
|
+
/**
|
|
1686
|
+
* @public
|
|
1687
|
+
*/
|
|
1688
|
+
export interface StartUserAccessTasksResponse {
|
|
1689
|
+
/**
|
|
1690
|
+
* <p>Contains a list of user access task information.</p>
|
|
1691
|
+
*/
|
|
1692
|
+
userAccessTasksList?: UserAccessTaskItem[];
|
|
1693
|
+
}
|
|
1694
|
+
/**
|
|
1695
|
+
* @public
|
|
1696
|
+
*/
|
|
1697
|
+
export interface StopIngestionRequest {
|
|
1698
|
+
/**
|
|
1699
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1700
|
+
* use for the request.</p>
|
|
1701
|
+
*/
|
|
1702
|
+
ingestionIdentifier: string | undefined;
|
|
1703
|
+
/**
|
|
1704
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1705
|
+
* to use for the request.</p>
|
|
1706
|
+
*/
|
|
1707
|
+
appBundleIdentifier: string | undefined;
|
|
1708
|
+
}
|
|
1709
|
+
/**
|
|
1710
|
+
* @public
|
|
1711
|
+
*/
|
|
1712
|
+
export interface StopIngestionResponse {
|
|
1713
|
+
}
|
|
1714
|
+
/**
|
|
1715
|
+
* @public
|
|
1716
|
+
*/
|
|
1717
|
+
export interface TagResourceRequest {
|
|
1718
|
+
/**
|
|
1719
|
+
* <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
|
|
1720
|
+
*/
|
|
1721
|
+
resourceArn: string | undefined;
|
|
1722
|
+
/**
|
|
1723
|
+
* <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
|
|
1724
|
+
*/
|
|
1725
|
+
tags: Tag[] | undefined;
|
|
1726
|
+
}
|
|
1727
|
+
/**
|
|
1728
|
+
* @public
|
|
1729
|
+
*/
|
|
1730
|
+
export interface TagResourceResponse {
|
|
1731
|
+
}
|
|
1732
|
+
/**
|
|
1733
|
+
* @public
|
|
1734
|
+
*/
|
|
1735
|
+
export interface UntagResourceRequest {
|
|
1736
|
+
/**
|
|
1737
|
+
* <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
|
|
1738
|
+
*/
|
|
1739
|
+
resourceArn: string | undefined;
|
|
1740
|
+
/**
|
|
1741
|
+
* <p>The keys of the key-value pairs for the tag or tags you want to remove from the
|
|
1742
|
+
* specified resource.</p>
|
|
1743
|
+
*/
|
|
1744
|
+
tagKeys: string[] | undefined;
|
|
1745
|
+
}
|
|
1746
|
+
/**
|
|
1747
|
+
* @public
|
|
1748
|
+
*/
|
|
1749
|
+
export interface UntagResourceResponse {
|
|
1750
|
+
}
|
|
1751
|
+
/**
|
|
1752
|
+
* @public
|
|
1753
|
+
*/
|
|
1754
|
+
export interface UpdateAppAuthorizationRequest {
|
|
1755
|
+
/**
|
|
1756
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1757
|
+
* to use for the request.</p>
|
|
1758
|
+
*/
|
|
1759
|
+
appBundleIdentifier: string | undefined;
|
|
1760
|
+
/**
|
|
1761
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
|
|
1762
|
+
* authorization to use for the request.</p>
|
|
1763
|
+
*/
|
|
1764
|
+
appAuthorizationIdentifier: string | undefined;
|
|
1765
|
+
/**
|
|
1766
|
+
* <p>Contains credentials for the application, such as an API key or OAuth2 client ID and
|
|
1767
|
+
* secret.</p>
|
|
1768
|
+
* <p>Specify credentials that match the authorization type of the app authorization to
|
|
1769
|
+
* update. For example, if the authorization type of the app authorization is OAuth2
|
|
1770
|
+
* (<code>oauth2</code>), then you should provide only the OAuth2 credentials.</p>
|
|
1771
|
+
*/
|
|
1772
|
+
credential?: Credential;
|
|
1773
|
+
/**
|
|
1774
|
+
* <p>Contains information about an application tenant, such as the application display name
|
|
1775
|
+
* and identifier.</p>
|
|
1776
|
+
*/
|
|
1777
|
+
tenant?: Tenant;
|
|
1778
|
+
}
|
|
1779
|
+
/**
|
|
1780
|
+
* @public
|
|
1781
|
+
*/
|
|
1782
|
+
export interface UpdateAppAuthorizationResponse {
|
|
1783
|
+
/**
|
|
1784
|
+
* <p>Contains information about an app authorization.</p>
|
|
1785
|
+
*/
|
|
1786
|
+
appAuthorization: AppAuthorization | undefined;
|
|
1787
|
+
}
|
|
1788
|
+
/**
|
|
1789
|
+
* @public
|
|
1790
|
+
*/
|
|
1791
|
+
export interface UpdateIngestionDestinationRequest {
|
|
1792
|
+
/**
|
|
1793
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
|
|
1794
|
+
* to use for the request.</p>
|
|
1795
|
+
*/
|
|
1796
|
+
appBundleIdentifier: string | undefined;
|
|
1797
|
+
/**
|
|
1798
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
|
|
1799
|
+
* use for the request.</p>
|
|
1800
|
+
*/
|
|
1801
|
+
ingestionIdentifier: string | undefined;
|
|
1802
|
+
/**
|
|
1803
|
+
* <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
|
|
1804
|
+
* destination to use for the request.</p>
|
|
1805
|
+
*/
|
|
1806
|
+
ingestionDestinationIdentifier: string | undefined;
|
|
1807
|
+
/**
|
|
1808
|
+
* <p>Contains information about the destination of ingested data.</p>
|
|
1809
|
+
*/
|
|
1810
|
+
destinationConfiguration: DestinationConfiguration | undefined;
|
|
1811
|
+
}
|
|
1812
|
+
/**
|
|
1813
|
+
* @public
|
|
1814
|
+
*/
|
|
1815
|
+
export interface UpdateIngestionDestinationResponse {
|
|
1816
|
+
/**
|
|
1817
|
+
* <p>Contains information about an ingestion destination.</p>
|
|
1818
|
+
*/
|
|
1819
|
+
ingestionDestination: IngestionDestination | undefined;
|
|
1820
|
+
}
|
|
1821
|
+
/**
|
|
1822
|
+
* @internal
|
|
1823
|
+
*/
|
|
1824
|
+
export declare const ApiKeyCredentialFilterSensitiveLog: (obj: ApiKeyCredential) => any;
|
|
1825
|
+
/**
|
|
1826
|
+
* @internal
|
|
1827
|
+
*/
|
|
1828
|
+
export declare const AuthRequestFilterSensitiveLog: (obj: AuthRequest) => any;
|
|
1829
|
+
/**
|
|
1830
|
+
* @internal
|
|
1831
|
+
*/
|
|
1832
|
+
export declare const UserAccessResultItemFilterSensitiveLog: (obj: UserAccessResultItem) => any;
|
|
1833
|
+
/**
|
|
1834
|
+
* @internal
|
|
1835
|
+
*/
|
|
1836
|
+
export declare const BatchGetUserAccessTasksResponseFilterSensitiveLog: (obj: BatchGetUserAccessTasksResponse) => any;
|
|
1837
|
+
/**
|
|
1838
|
+
* @internal
|
|
1839
|
+
*/
|
|
1840
|
+
export declare const ConnectAppAuthorizationRequestFilterSensitiveLog: (obj: ConnectAppAuthorizationRequest) => any;
|
|
1841
|
+
/**
|
|
1842
|
+
* @internal
|
|
1843
|
+
*/
|
|
1844
|
+
export declare const Oauth2CredentialFilterSensitiveLog: (obj: Oauth2Credential) => any;
|
|
1845
|
+
/**
|
|
1846
|
+
* @internal
|
|
1847
|
+
*/
|
|
1848
|
+
export declare const CredentialFilterSensitiveLog: (obj: Credential) => any;
|
|
1849
|
+
/**
|
|
1850
|
+
* @internal
|
|
1851
|
+
*/
|
|
1852
|
+
export declare const CreateAppAuthorizationRequestFilterSensitiveLog: (obj: CreateAppAuthorizationRequest) => any;
|
|
1853
|
+
/**
|
|
1854
|
+
* @internal
|
|
1855
|
+
*/
|
|
1856
|
+
export declare const StartUserAccessTasksRequestFilterSensitiveLog: (obj: StartUserAccessTasksRequest) => any;
|
|
1857
|
+
/**
|
|
1858
|
+
* @internal
|
|
1859
|
+
*/
|
|
1860
|
+
export declare const UpdateAppAuthorizationRequestFilterSensitiveLog: (obj: UpdateAppAuthorizationRequest) => any;
|