@aws-sdk/client-appfabric 3.378.0 → 3.382.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.
@@ -1,4 +1,7 @@
1
1
  import { Endpoint, EndpointParameters as __EndpointParameters, EndpointV2, Provider } from "@smithy/types";
2
+ /**
3
+ * @public
4
+ */
2
5
  export interface ClientInputEndpointParameters {
3
6
  region?: string | Provider<string>;
4
7
  useDualstackEndpoint?: boolean | Provider<boolean>;
@@ -13,6 +13,7 @@
13
13
  */
14
14
  export * from "./AppFabricClient";
15
15
  export * from "./AppFabric";
16
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
16
17
  export * from "./commands";
17
18
  export * from "./pagination";
18
19
  export * from "./models";
@@ -18,6 +18,7 @@ export declare class AccessDeniedException extends __BaseException {
18
18
  */
19
19
  export interface ApiKeyCredential {
20
20
  /**
21
+ * @public
21
22
  * <p>An API key for an application.</p>
22
23
  */
23
24
  apiKey: string | undefined;
@@ -66,10 +67,12 @@ export type AppAuthorizationStatus = (typeof AppAuthorizationStatus)[keyof typeo
66
67
  */
67
68
  export interface Tenant {
68
69
  /**
70
+ * @public
69
71
  * <p>The ID of the application tenant.</p>
70
72
  */
71
73
  tenantIdentifier: string | undefined;
72
74
  /**
75
+ * @public
73
76
  * <p>The display name of the tenant.</p>
74
77
  */
75
78
  tenantDisplayName: string | undefined;
@@ -80,27 +83,33 @@ export interface Tenant {
80
83
  */
81
84
  export interface AppAuthorization {
82
85
  /**
86
+ * @public
83
87
  * <p>The Amazon Resource Name (ARN) of the app authorization.</p>
84
88
  */
85
89
  appAuthorizationArn: string | undefined;
86
90
  /**
91
+ * @public
87
92
  * <p>The Amazon Resource Name (ARN) of the app bundle for the app authorization.</p>
88
93
  */
89
94
  appBundleArn: string | undefined;
90
95
  /**
96
+ * @public
91
97
  * <p>The name of the application.</p>
92
98
  */
93
99
  app: string | undefined;
94
100
  /**
101
+ * @public
95
102
  * <p>Contains information about an application tenant, such as the application display name
96
103
  * and identifier.</p>
97
104
  */
98
105
  tenant: Tenant | undefined;
99
106
  /**
107
+ * @public
100
108
  * <p>The authorization type.</p>
101
109
  */
102
110
  authType: AuthType | string | undefined;
103
111
  /**
112
+ * @public
104
113
  * <p>The state of the app authorization.</p>
105
114
  * <p>The following states are possible:</p>
106
115
  * <ul>
@@ -131,19 +140,23 @@ export interface AppAuthorization {
131
140
  */
132
141
  status: AppAuthorizationStatus | string | undefined;
133
142
  /**
143
+ * @public
134
144
  * <p>The timestamp of when the app authorization was created.</p>
135
145
  */
136
146
  createdAt: Date | undefined;
137
147
  /**
148
+ * @public
138
149
  * <p>The timestamp of when the app authorization was last updated.</p>
139
150
  */
140
151
  updatedAt: Date | undefined;
141
152
  /**
153
+ * @public
142
154
  * <p>The user persona of the app authorization.</p>
143
155
  * <p>This field should always be <code>admin</code>.</p>
144
156
  */
145
157
  persona?: Persona | string;
146
158
  /**
159
+ * @public
147
160
  * <p>The application URL for the OAuth flow.</p>
148
161
  */
149
162
  authUrl?: string;
@@ -154,23 +167,28 @@ export interface AppAuthorization {
154
167
  */
155
168
  export interface AppAuthorizationSummary {
156
169
  /**
170
+ * @public
157
171
  * <p>The Amazon Resource Name (ARN) of the app authorization.</p>
158
172
  */
159
173
  appAuthorizationArn: string | undefined;
160
174
  /**
175
+ * @public
161
176
  * <p>The Amazon Resource Name (ARN) of the app bundle for the app authorization.</p>
162
177
  */
163
178
  appBundleArn: string | undefined;
164
179
  /**
180
+ * @public
165
181
  * <p>The name of the application.</p>
166
182
  */
167
183
  app: string | undefined;
168
184
  /**
185
+ * @public
169
186
  * <p>Contains information about an application tenant, such as the application display name
170
187
  * and identifier.</p>
171
188
  */
172
189
  tenant: Tenant | undefined;
173
190
  /**
191
+ * @public
174
192
  * <p>The state of the app authorization.</p>
175
193
  * <p>The following states are possible:</p>
176
194
  * <ul>
@@ -201,6 +219,7 @@ export interface AppAuthorizationSummary {
201
219
  */
202
220
  status: AppAuthorizationStatus | string | undefined;
203
221
  /**
222
+ * @public
204
223
  * <p>Timestamp for when the app authorization was last updated.</p>
205
224
  */
206
225
  updatedAt: Date | undefined;
@@ -211,10 +230,12 @@ export interface AppAuthorizationSummary {
211
230
  */
212
231
  export interface AppBundle {
213
232
  /**
233
+ * @public
214
234
  * <p>The Amazon Resource Name (ARN) of the app bundle.</p>
215
235
  */
216
236
  arn: string | undefined;
217
237
  /**
238
+ * @public
218
239
  * <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key
219
240
  * used to encrypt the application data.</p>
220
241
  */
@@ -226,6 +247,7 @@ export interface AppBundle {
226
247
  */
227
248
  export interface AppBundleSummary {
228
249
  /**
250
+ * @public
229
251
  * <p>The Amazon Resource Name (ARN) of the app bundle.</p>
230
252
  */
231
253
  arn: string | undefined;
@@ -236,6 +258,7 @@ export interface AppBundleSummary {
236
258
  */
237
259
  export interface FirehoseStream {
238
260
  /**
261
+ * @public
239
262
  * <p>The name of the Amazon Kinesis Data Firehose delivery stream.</p>
240
263
  */
241
264
  streamName: string | undefined;
@@ -246,10 +269,12 @@ export interface FirehoseStream {
246
269
  */
247
270
  export interface S3Bucket {
248
271
  /**
272
+ * @public
249
273
  * <p>The name of the Amazon S3 bucket.</p>
250
274
  */
251
275
  bucketName: string | undefined;
252
276
  /**
277
+ * @public
253
278
  * <p>The object key to use.</p>
254
279
  */
255
280
  prefix?: string;
@@ -264,6 +289,7 @@ export type Destination = Destination.FirehoseStreamMember | Destination.S3Bucke
264
289
  */
265
290
  export declare namespace Destination {
266
291
  /**
292
+ * @public
267
293
  * <p>Contains information about an Amazon S3 bucket.</p>
268
294
  */
269
295
  interface S3BucketMember {
@@ -272,6 +298,7 @@ export declare namespace Destination {
272
298
  $unknown?: never;
273
299
  }
274
300
  /**
301
+ * @public
275
302
  * <p>Contains information about an Amazon Kinesis Data Firehose delivery stream.</p>
276
303
  */
277
304
  interface FirehoseStreamMember {
@@ -279,6 +306,9 @@ export declare namespace Destination {
279
306
  firehoseStream: FirehoseStream;
280
307
  $unknown?: never;
281
308
  }
309
+ /**
310
+ * @public
311
+ */
282
312
  interface $UnknownMember {
283
313
  s3Bucket?: never;
284
314
  firehoseStream?: never;
@@ -297,6 +327,7 @@ export declare namespace Destination {
297
327
  */
298
328
  export interface AuditLogDestinationConfiguration {
299
329
  /**
330
+ * @public
300
331
  * <p>Contains information about an audit log destination.</p>
301
332
  */
302
333
  destination: Destination | undefined;
@@ -331,10 +362,12 @@ export type Schema = (typeof Schema)[keyof typeof Schema];
331
362
  */
332
363
  export interface AuditLogProcessingConfiguration {
333
364
  /**
365
+ * @public
334
366
  * <p>The event schema in which the audit logs need to be formatted.</p>
335
367
  */
336
368
  schema: Schema | string | undefined;
337
369
  /**
370
+ * @public
338
371
  * <p>The format in which the audit logs need to be formatted.</p>
339
372
  */
340
373
  format: Format | string | undefined;
@@ -346,10 +379,12 @@ export interface AuditLogProcessingConfiguration {
346
379
  */
347
380
  export interface AuthRequest {
348
381
  /**
382
+ * @public
349
383
  * <p>The redirect URL that is specified in the AuthURL and the application client.</p>
350
384
  */
351
385
  redirectUri: string | undefined;
352
386
  /**
387
+ * @public
353
388
  * <p>The authorization code returned by the application after permission is granted in the
354
389
  * application OAuth page (after clicking on the AuthURL).</p>
355
390
  */
@@ -360,11 +395,13 @@ export interface AuthRequest {
360
395
  */
361
396
  export interface BatchGetUserAccessTasksRequest {
362
397
  /**
398
+ * @public
363
399
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
364
400
  * to use for the request.</p>
365
401
  */
366
402
  appBundleIdentifier: string | undefined;
367
403
  /**
404
+ * @public
368
405
  * <p>The tasks IDs to use for the request.</p>
369
406
  */
370
407
  taskIdList: string[] | undefined;
@@ -389,10 +426,12 @@ export type ResultStatus = (typeof ResultStatus)[keyof typeof ResultStatus];
389
426
  */
390
427
  export interface TaskError {
391
428
  /**
429
+ * @public
392
430
  * <p>The code of the error.</p>
393
431
  */
394
432
  errorCode?: string;
395
433
  /**
434
+ * @public
396
435
  * <p>The message of the error.</p>
397
436
  */
398
437
  errorMessage?: string;
@@ -403,22 +442,27 @@ export interface TaskError {
403
442
  */
404
443
  export interface UserAccessResultItem {
405
444
  /**
445
+ * @public
406
446
  * <p>The name of the application.</p>
407
447
  */
408
448
  app?: string;
409
449
  /**
450
+ * @public
410
451
  * <p>The ID of the application tenant.</p>
411
452
  */
412
453
  tenantId?: string;
413
454
  /**
455
+ * @public
414
456
  * <p>The display name of the tenant.</p>
415
457
  */
416
458
  tenantDisplayName?: string;
417
459
  /**
460
+ * @public
418
461
  * <p>The unique ID of the task.</p>
419
462
  */
420
463
  taskId?: string;
421
464
  /**
465
+ * @public
422
466
  * <p>The status of the user access result item.</p>
423
467
  * <p>The following states are possible:</p>
424
468
  * <ul>
@@ -442,30 +486,37 @@ export interface UserAccessResultItem {
442
486
  */
443
487
  resultStatus?: ResultStatus | string;
444
488
  /**
489
+ * @public
445
490
  * <p>The email address of the target user.</p>
446
491
  */
447
492
  email?: string;
448
493
  /**
494
+ * @public
449
495
  * <p>The unique ID of user.</p>
450
496
  */
451
497
  userId?: string;
452
498
  /**
499
+ * @public
453
500
  * <p>The full name of the user.</p>
454
501
  */
455
502
  userFullName?: string;
456
503
  /**
504
+ * @public
457
505
  * <p>The first name of the user.</p>
458
506
  */
459
507
  userFirstName?: string;
460
508
  /**
509
+ * @public
461
510
  * <p>The last name of the user.</p>
462
511
  */
463
512
  userLastName?: string;
464
513
  /**
514
+ * @public
465
515
  * <p>The status of the user returned by the application.</p>
466
516
  */
467
517
  userStatus?: string;
468
518
  /**
519
+ * @public
469
520
  * <p>Contains information about an error returned from a user access task.</p>
470
521
  */
471
522
  taskError?: TaskError;
@@ -475,6 +526,7 @@ export interface UserAccessResultItem {
475
526
  */
476
527
  export interface BatchGetUserAccessTasksResponse {
477
528
  /**
529
+ * @public
478
530
  * <p>Contains a list of user access results.</p>
479
531
  */
480
532
  userAccessResultsList?: UserAccessResultItem[];
@@ -489,6 +541,7 @@ export declare class InternalServerException extends __BaseException {
489
541
  readonly $fault: "server";
490
542
  $retryable: {};
491
543
  /**
544
+ * @public
492
545
  * <p>The period of time after which you should retry your request.</p>
493
546
  */
494
547
  retryAfterSeconds?: number;
@@ -505,10 +558,12 @@ export declare class ResourceNotFoundException extends __BaseException {
505
558
  readonly name: "ResourceNotFoundException";
506
559
  readonly $fault: "client";
507
560
  /**
561
+ * @public
508
562
  * <p>The resource ID.</p>
509
563
  */
510
564
  resourceId: string | undefined;
511
565
  /**
566
+ * @public
512
567
  * <p>The resource type.</p>
513
568
  */
514
569
  resourceType: string | undefined;
@@ -528,14 +583,17 @@ export declare class ThrottlingException extends __BaseException {
528
583
  throttling: boolean;
529
584
  };
530
585
  /**
586
+ * @public
531
587
  * <p>The code of the service.</p>
532
588
  */
533
589
  serviceCode?: string;
534
590
  /**
591
+ * @public
535
592
  * <p>The code for the quota exceeded.</p>
536
593
  */
537
594
  quotaCode?: string;
538
595
  /**
596
+ * @public
539
597
  * <p>The period of time after which you should retry your request.</p>
540
598
  */
541
599
  retryAfterSeconds?: number;
@@ -551,10 +609,12 @@ export declare class ThrottlingException extends __BaseException {
551
609
  */
552
610
  export interface ValidationExceptionField {
553
611
  /**
612
+ * @public
554
613
  * <p>The field name where the invalid entry was detected.</p>
555
614
  */
556
615
  name: string | undefined;
557
616
  /**
617
+ * @public
558
618
  * <p>A message about the validation exception.</p>
559
619
  */
560
620
  message: string | undefined;
@@ -581,10 +641,12 @@ export declare class ValidationException extends __BaseException {
581
641
  readonly name: "ValidationException";
582
642
  readonly $fault: "client";
583
643
  /**
644
+ * @public
584
645
  * <p>The reason for the exception.</p>
585
646
  */
586
647
  reason: ValidationExceptionReason | string | undefined;
587
648
  /**
649
+ * @public
588
650
  * <p>The field list.</p>
589
651
  */
590
652
  fieldList?: ValidationExceptionField[];
@@ -601,10 +663,12 @@ export declare class ConflictException extends __BaseException {
601
663
  readonly name: "ConflictException";
602
664
  readonly $fault: "client";
603
665
  /**
666
+ * @public
604
667
  * <p>The resource ID.</p>
605
668
  */
606
669
  resourceId: string | undefined;
607
670
  /**
671
+ * @public
608
672
  * <p>The resource type.</p>
609
673
  */
610
674
  resourceType: string | undefined;
@@ -618,16 +682,19 @@ export declare class ConflictException extends __BaseException {
618
682
  */
619
683
  export interface ConnectAppAuthorizationRequest {
620
684
  /**
685
+ * @public
621
686
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
622
687
  * that contains the app authorization to use for the request.</p>
623
688
  */
624
689
  appBundleIdentifier: string | undefined;
625
690
  /**
691
+ * @public
626
692
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
627
693
  * authorization to use for the request.</p>
628
694
  */
629
695
  appAuthorizationIdentifier: string | undefined;
630
696
  /**
697
+ * @public
631
698
  * <p>Contains OAuth2 authorization information.</p>
632
699
  * <p>This is required if the app authorization for the request is configured with an OAuth2
633
700
  * (<code>oauth2</code>) authorization type.</p>
@@ -639,6 +706,7 @@ export interface ConnectAppAuthorizationRequest {
639
706
  */
640
707
  export interface ConnectAppAuthorizationResponse {
641
708
  /**
709
+ * @public
642
710
  * <p>Contains a summary of the app authorization.</p>
643
711
  */
644
712
  appAuthorizationSummary: AppAuthorizationSummary | undefined;
@@ -649,10 +717,12 @@ export interface ConnectAppAuthorizationResponse {
649
717
  */
650
718
  export interface Oauth2Credential {
651
719
  /**
720
+ * @public
652
721
  * <p>The client ID of the client application.</p>
653
722
  */
654
723
  clientId: string | undefined;
655
724
  /**
725
+ * @public
656
726
  * <p>The client secret of the client application.</p>
657
727
  */
658
728
  clientSecret: string | undefined;
@@ -667,6 +737,7 @@ export type Credential = Credential.ApiKeyCredentialMember | Credential.Oauth2Cr
667
737
  */
668
738
  export declare namespace Credential {
669
739
  /**
740
+ * @public
670
741
  * <p>Contains OAuth2 client credential information.</p>
671
742
  */
672
743
  interface Oauth2CredentialMember {
@@ -675,6 +746,7 @@ export declare namespace Credential {
675
746
  $unknown?: never;
676
747
  }
677
748
  /**
749
+ * @public
678
750
  * <p>Contains API key credential information.</p>
679
751
  */
680
752
  interface ApiKeyCredentialMember {
@@ -682,6 +754,9 @@ export declare namespace Credential {
682
754
  apiKeyCredential: ApiKeyCredential;
683
755
  $unknown?: never;
684
756
  }
757
+ /**
758
+ * @public
759
+ */
685
760
  interface $UnknownMember {
686
761
  oauth2Credential?: never;
687
762
  apiKeyCredential?: never;
@@ -701,10 +776,12 @@ export declare namespace Credential {
701
776
  */
702
777
  export interface Tag {
703
778
  /**
779
+ * @public
704
780
  * <p>Tag key.</p>
705
781
  */
706
782
  key: string | undefined;
707
783
  /**
784
+ * @public
708
785
  * <p>Tag value.</p>
709
786
  */
710
787
  value: string | undefined;
@@ -714,11 +791,13 @@ export interface Tag {
714
791
  */
715
792
  export interface CreateAppAuthorizationRequest {
716
793
  /**
794
+ * @public
717
795
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
718
796
  * to use for the request.</p>
719
797
  */
720
798
  appBundleIdentifier: string | undefined;
721
799
  /**
800
+ * @public
722
801
  * <p>The name of the application.</p>
723
802
  * <p>Valid values are:</p>
724
803
  * <ul>
@@ -786,6 +865,7 @@ export interface CreateAppAuthorizationRequest {
786
865
  */
787
866
  app: string | undefined;
788
867
  /**
868
+ * @public
789
869
  * <p>Contains credentials for the application, such as an API key or OAuth2 client ID and
790
870
  * secret.</p>
791
871
  * <p>Specify credentials that match the authorization type for your request. For example, if
@@ -794,15 +874,18 @@ export interface CreateAppAuthorizationRequest {
794
874
  */
795
875
  credential: Credential | undefined;
796
876
  /**
877
+ * @public
797
878
  * <p>Contains information about an application tenant, such as the application display name
798
879
  * and identifier.</p>
799
880
  */
800
881
  tenant: Tenant | undefined;
801
882
  /**
883
+ * @public
802
884
  * <p>The authorization type for the app authorization.</p>
803
885
  */
804
886
  authType: AuthType | string | undefined;
805
887
  /**
888
+ * @public
806
889
  * <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
807
890
  * of the request. This lets you safely retry the request without accidentally performing the
808
891
  * same operation a second time. Passing the same value to a later call to an operation
@@ -816,6 +899,7 @@ export interface CreateAppAuthorizationRequest {
816
899
  */
817
900
  clientToken?: string;
818
901
  /**
902
+ * @public
819
903
  * <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
820
904
  */
821
905
  tags?: Tag[];
@@ -825,6 +909,7 @@ export interface CreateAppAuthorizationRequest {
825
909
  */
826
910
  export interface CreateAppAuthorizationResponse {
827
911
  /**
912
+ * @public
828
913
  * <p>Contains information about an app authorization.</p>
829
914
  */
830
915
  appAuthorization: AppAuthorization | undefined;
@@ -837,18 +922,22 @@ export declare class ServiceQuotaExceededException extends __BaseException {
837
922
  readonly name: "ServiceQuotaExceededException";
838
923
  readonly $fault: "client";
839
924
  /**
925
+ * @public
840
926
  * <p>The resource ID.</p>
841
927
  */
842
928
  resourceId: string | undefined;
843
929
  /**
930
+ * @public
844
931
  * <p>The resource type.</p>
845
932
  */
846
933
  resourceType: string | undefined;
847
934
  /**
935
+ * @public
848
936
  * <p>The code of the service.</p>
849
937
  */
850
938
  serviceCode: string | undefined;
851
939
  /**
940
+ * @public
852
941
  * <p>The code for the quota exceeded.</p>
853
942
  */
854
943
  quotaCode: string | undefined;
@@ -862,6 +951,7 @@ export declare class ServiceQuotaExceededException extends __BaseException {
862
951
  */
863
952
  export interface CreateAppBundleRequest {
864
953
  /**
954
+ * @public
865
955
  * <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
866
956
  * of the request. This lets you safely retry the request without accidentally performing the
867
957
  * same operation a second time. Passing the same value to a later call to an operation
@@ -875,11 +965,13 @@ export interface CreateAppBundleRequest {
875
965
  */
876
966
  clientToken?: string;
877
967
  /**
968
+ * @public
878
969
  * <p>The Amazon Resource Name (ARN) of the Key Management Service (KMS) key to
879
970
  * use to encrypt the application data. If this is not specified, an Amazon Web Services owned key is used for encryption.</p>
880
971
  */
881
972
  customerManagedKeyIdentifier?: string;
882
973
  /**
974
+ * @public
883
975
  * <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
884
976
  */
885
977
  tags?: Tag[];
@@ -889,6 +981,7 @@ export interface CreateAppBundleRequest {
889
981
  */
890
982
  export interface CreateAppBundleResponse {
891
983
  /**
984
+ * @public
892
985
  * <p>Contains information about an app bundle.</p>
893
986
  */
894
987
  appBundle: AppBundle | undefined;
@@ -909,11 +1002,13 @@ export type IngestionType = (typeof IngestionType)[keyof typeof IngestionType];
909
1002
  */
910
1003
  export interface CreateIngestionRequest {
911
1004
  /**
1005
+ * @public
912
1006
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
913
1007
  * to use for the request.</p>
914
1008
  */
915
1009
  appBundleIdentifier: string | undefined;
916
1010
  /**
1011
+ * @public
917
1012
  * <p>The name of the application.</p>
918
1013
  * <p>Valid values are:</p>
919
1014
  * <ul>
@@ -981,14 +1076,17 @@ export interface CreateIngestionRequest {
981
1076
  */
982
1077
  app: string | undefined;
983
1078
  /**
1079
+ * @public
984
1080
  * <p>The ID of the application tenant.</p>
985
1081
  */
986
1082
  tenantId: string | undefined;
987
1083
  /**
1084
+ * @public
988
1085
  * <p>The ingestion type.</p>
989
1086
  */
990
1087
  ingestionType: IngestionType | string | undefined;
991
1088
  /**
1089
+ * @public
992
1090
  * <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
993
1091
  * of the request. This lets you safely retry the request without accidentally performing the
994
1092
  * same operation a second time. Passing the same value to a later call to an operation
@@ -1002,6 +1100,7 @@ export interface CreateIngestionRequest {
1002
1100
  */
1003
1101
  clientToken?: string;
1004
1102
  /**
1103
+ * @public
1005
1104
  * <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
1006
1105
  */
1007
1106
  tags?: Tag[];
@@ -1024,34 +1123,42 @@ export type IngestionState = (typeof IngestionState)[keyof typeof IngestionState
1024
1123
  */
1025
1124
  export interface Ingestion {
1026
1125
  /**
1126
+ * @public
1027
1127
  * <p>The Amazon Resource Name (ARN) of the ingestion.</p>
1028
1128
  */
1029
1129
  arn: string | undefined;
1030
1130
  /**
1131
+ * @public
1031
1132
  * <p>The Amazon Resource Name (ARN) of the app bundle for the ingestion.</p>
1032
1133
  */
1033
1134
  appBundleArn: string | undefined;
1034
1135
  /**
1136
+ * @public
1035
1137
  * <p>The name of the application.</p>
1036
1138
  */
1037
1139
  app: string | undefined;
1038
1140
  /**
1141
+ * @public
1039
1142
  * <p>The ID of the application tenant.</p>
1040
1143
  */
1041
1144
  tenantId: string | undefined;
1042
1145
  /**
1146
+ * @public
1043
1147
  * <p>The timestamp of when the ingestion was created.</p>
1044
1148
  */
1045
1149
  createdAt: Date | undefined;
1046
1150
  /**
1151
+ * @public
1047
1152
  * <p>The timestamp of when the ingestion was last updated.</p>
1048
1153
  */
1049
1154
  updatedAt: Date | undefined;
1050
1155
  /**
1156
+ * @public
1051
1157
  * <p>The status of the ingestion.</p>
1052
1158
  */
1053
1159
  state: IngestionState | string | undefined;
1054
1160
  /**
1161
+ * @public
1055
1162
  * <p>The type of the ingestion.</p>
1056
1163
  */
1057
1164
  ingestionType: IngestionType | string | undefined;
@@ -1061,6 +1168,7 @@ export interface Ingestion {
1061
1168
  */
1062
1169
  export interface CreateIngestionResponse {
1063
1170
  /**
1171
+ * @public
1064
1172
  * <p>Contains information about an ingestion.</p>
1065
1173
  */
1066
1174
  ingestion: Ingestion | undefined;
@@ -1075,12 +1183,16 @@ export type DestinationConfiguration = DestinationConfiguration.AuditLogMember |
1075
1183
  */
1076
1184
  export declare namespace DestinationConfiguration {
1077
1185
  /**
1186
+ * @public
1078
1187
  * <p>Contains information about an audit log destination configuration.</p>
1079
1188
  */
1080
1189
  interface AuditLogMember {
1081
1190
  auditLog: AuditLogDestinationConfiguration;
1082
1191
  $unknown?: never;
1083
1192
  }
1193
+ /**
1194
+ * @public
1195
+ */
1084
1196
  interface $UnknownMember {
1085
1197
  auditLog?: never;
1086
1198
  $unknown: [string, any];
@@ -1101,12 +1213,16 @@ export type ProcessingConfiguration = ProcessingConfiguration.AuditLogMember | P
1101
1213
  */
1102
1214
  export declare namespace ProcessingConfiguration {
1103
1215
  /**
1216
+ * @public
1104
1217
  * <p>Contains information about an audit log processing configuration.</p>
1105
1218
  */
1106
1219
  interface AuditLogMember {
1107
1220
  auditLog: AuditLogProcessingConfiguration;
1108
1221
  $unknown?: never;
1109
1222
  }
1223
+ /**
1224
+ * @public
1225
+ */
1110
1226
  interface $UnknownMember {
1111
1227
  auditLog?: never;
1112
1228
  $unknown: [string, any];
@@ -1122,24 +1238,29 @@ export declare namespace ProcessingConfiguration {
1122
1238
  */
1123
1239
  export interface CreateIngestionDestinationRequest {
1124
1240
  /**
1241
+ * @public
1125
1242
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1126
1243
  * to use for the request.</p>
1127
1244
  */
1128
1245
  appBundleIdentifier: string | undefined;
1129
1246
  /**
1247
+ * @public
1130
1248
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1131
1249
  * use for the request.</p>
1132
1250
  */
1133
1251
  ingestionIdentifier: string | undefined;
1134
1252
  /**
1253
+ * @public
1135
1254
  * <p>Contains information about how ingested data is processed.</p>
1136
1255
  */
1137
1256
  processingConfiguration: ProcessingConfiguration | undefined;
1138
1257
  /**
1258
+ * @public
1139
1259
  * <p>Contains information about the destination of ingested data.</p>
1140
1260
  */
1141
1261
  destinationConfiguration: DestinationConfiguration | undefined;
1142
1262
  /**
1263
+ * @public
1143
1264
  * <p>Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency
1144
1265
  * of the request. This lets you safely retry the request without accidentally performing the
1145
1266
  * same operation a second time. Passing the same value to a later call to an operation
@@ -1153,6 +1274,7 @@ export interface CreateIngestionDestinationRequest {
1153
1274
  */
1154
1275
  clientToken?: string;
1155
1276
  /**
1277
+ * @public
1156
1278
  * <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
1157
1279
  */
1158
1280
  tags?: Tag[];
@@ -1175,22 +1297,27 @@ export type IngestionDestinationStatus = (typeof IngestionDestinationStatus)[key
1175
1297
  */
1176
1298
  export interface IngestionDestination {
1177
1299
  /**
1300
+ * @public
1178
1301
  * <p>The Amazon Resource Name (ARN) of the ingestion destination.</p>
1179
1302
  */
1180
1303
  arn: string | undefined;
1181
1304
  /**
1305
+ * @public
1182
1306
  * <p>The Amazon Resource Name (ARN) of the ingestion.</p>
1183
1307
  */
1184
1308
  ingestionArn: string | undefined;
1185
1309
  /**
1310
+ * @public
1186
1311
  * <p>Contains information about how ingested data is processed.</p>
1187
1312
  */
1188
1313
  processingConfiguration: ProcessingConfiguration | undefined;
1189
1314
  /**
1315
+ * @public
1190
1316
  * <p>Contains information about the destination of ingested data.</p>
1191
1317
  */
1192
1318
  destinationConfiguration: DestinationConfiguration | undefined;
1193
1319
  /**
1320
+ * @public
1194
1321
  * <p>The state of the ingestion destination.</p>
1195
1322
  * <p>The following states are possible:</p>
1196
1323
  * <ul>
@@ -1209,16 +1336,19 @@ export interface IngestionDestination {
1209
1336
  */
1210
1337
  status?: IngestionDestinationStatus | string;
1211
1338
  /**
1339
+ * @public
1212
1340
  * <p>The reason for the current status of the ingestion destination.</p>
1213
1341
  * <p>Only present when the <code>status</code> of ingestion destination is
1214
1342
  * <code>Failed</code>.</p>
1215
1343
  */
1216
1344
  statusReason?: string;
1217
1345
  /**
1346
+ * @public
1218
1347
  * <p>The timestamp of when the ingestion destination was created.</p>
1219
1348
  */
1220
1349
  createdAt?: Date;
1221
1350
  /**
1351
+ * @public
1222
1352
  * <p>The timestamp of when the ingestion destination was last updated.</p>
1223
1353
  */
1224
1354
  updatedAt?: Date;
@@ -1228,6 +1358,7 @@ export interface IngestionDestination {
1228
1358
  */
1229
1359
  export interface CreateIngestionDestinationResponse {
1230
1360
  /**
1361
+ * @public
1231
1362
  * <p>Contains information about an ingestion destination.</p>
1232
1363
  */
1233
1364
  ingestionDestination: IngestionDestination | undefined;
@@ -1237,11 +1368,13 @@ export interface CreateIngestionDestinationResponse {
1237
1368
  */
1238
1369
  export interface DeleteAppAuthorizationRequest {
1239
1370
  /**
1371
+ * @public
1240
1372
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1241
1373
  * to use for the request.</p>
1242
1374
  */
1243
1375
  appBundleIdentifier: string | undefined;
1244
1376
  /**
1377
+ * @public
1245
1378
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
1246
1379
  * authorization to use for the request.</p>
1247
1380
  */
@@ -1257,6 +1390,7 @@ export interface DeleteAppAuthorizationResponse {
1257
1390
  */
1258
1391
  export interface DeleteAppBundleRequest {
1259
1392
  /**
1393
+ * @public
1260
1394
  * <p>The ID or Amazon Resource Name (ARN) of the app bundle that needs to be deleted.</p>
1261
1395
  */
1262
1396
  appBundleIdentifier: string | undefined;
@@ -1271,11 +1405,13 @@ export interface DeleteAppBundleResponse {
1271
1405
  */
1272
1406
  export interface DeleteIngestionRequest {
1273
1407
  /**
1408
+ * @public
1274
1409
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1275
1410
  * to use for the request.</p>
1276
1411
  */
1277
1412
  appBundleIdentifier: string | undefined;
1278
1413
  /**
1414
+ * @public
1279
1415
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1280
1416
  * use for the request.</p>
1281
1417
  */
@@ -1291,16 +1427,19 @@ export interface DeleteIngestionResponse {
1291
1427
  */
1292
1428
  export interface DeleteIngestionDestinationRequest {
1293
1429
  /**
1430
+ * @public
1294
1431
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1295
1432
  * to use for the request.</p>
1296
1433
  */
1297
1434
  appBundleIdentifier: string | undefined;
1298
1435
  /**
1436
+ * @public
1299
1437
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1300
1438
  * use for the request.</p>
1301
1439
  */
1302
1440
  ingestionIdentifier: string | undefined;
1303
1441
  /**
1442
+ * @public
1304
1443
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
1305
1444
  * destination to use for the request.</p>
1306
1445
  */
@@ -1316,11 +1455,13 @@ export interface DeleteIngestionDestinationResponse {
1316
1455
  */
1317
1456
  export interface GetAppAuthorizationRequest {
1318
1457
  /**
1458
+ * @public
1319
1459
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1320
1460
  * to use for the request.</p>
1321
1461
  */
1322
1462
  appBundleIdentifier: string | undefined;
1323
1463
  /**
1464
+ * @public
1324
1465
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
1325
1466
  * authorization to use for the request.</p>
1326
1467
  */
@@ -1331,6 +1472,7 @@ export interface GetAppAuthorizationRequest {
1331
1472
  */
1332
1473
  export interface GetAppAuthorizationResponse {
1333
1474
  /**
1475
+ * @public
1334
1476
  * <p>Contains information about an app authorization.</p>
1335
1477
  */
1336
1478
  appAuthorization: AppAuthorization | undefined;
@@ -1340,6 +1482,7 @@ export interface GetAppAuthorizationResponse {
1340
1482
  */
1341
1483
  export interface GetAppBundleRequest {
1342
1484
  /**
1485
+ * @public
1343
1486
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1344
1487
  * to use for the request.</p>
1345
1488
  */
@@ -1350,6 +1493,7 @@ export interface GetAppBundleRequest {
1350
1493
  */
1351
1494
  export interface GetAppBundleResponse {
1352
1495
  /**
1496
+ * @public
1353
1497
  * <p>Contains information about an app bundle.</p>
1354
1498
  */
1355
1499
  appBundle: AppBundle | undefined;
@@ -1359,11 +1503,13 @@ export interface GetAppBundleResponse {
1359
1503
  */
1360
1504
  export interface GetIngestionRequest {
1361
1505
  /**
1506
+ * @public
1362
1507
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1363
1508
  * to use for the request.</p>
1364
1509
  */
1365
1510
  appBundleIdentifier: string | undefined;
1366
1511
  /**
1512
+ * @public
1367
1513
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1368
1514
  * use for the request.</p>
1369
1515
  */
@@ -1374,6 +1520,7 @@ export interface GetIngestionRequest {
1374
1520
  */
1375
1521
  export interface GetIngestionResponse {
1376
1522
  /**
1523
+ * @public
1377
1524
  * <p>Contains information about an ingestion.</p>
1378
1525
  */
1379
1526
  ingestion: Ingestion | undefined;
@@ -1383,16 +1530,19 @@ export interface GetIngestionResponse {
1383
1530
  */
1384
1531
  export interface GetIngestionDestinationRequest {
1385
1532
  /**
1533
+ * @public
1386
1534
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1387
1535
  * to use for the request.</p>
1388
1536
  */
1389
1537
  appBundleIdentifier: string | undefined;
1390
1538
  /**
1539
+ * @public
1391
1540
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1392
1541
  * use for the request.</p>
1393
1542
  */
1394
1543
  ingestionIdentifier: string | undefined;
1395
1544
  /**
1545
+ * @public
1396
1546
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
1397
1547
  * destination to use for the request.</p>
1398
1548
  */
@@ -1403,6 +1553,7 @@ export interface GetIngestionDestinationRequest {
1403
1553
  */
1404
1554
  export interface GetIngestionDestinationResponse {
1405
1555
  /**
1556
+ * @public
1406
1557
  * <p>Contains information about an ingestion destination.</p>
1407
1558
  */
1408
1559
  ingestionDestination: IngestionDestination | undefined;
@@ -1412,11 +1563,13 @@ export interface GetIngestionDestinationResponse {
1412
1563
  */
1413
1564
  export interface ListAppAuthorizationsRequest {
1414
1565
  /**
1566
+ * @public
1415
1567
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1416
1568
  * to use for the request.</p>
1417
1569
  */
1418
1570
  appBundleIdentifier: string | undefined;
1419
1571
  /**
1572
+ * @public
1420
1573
  * <p>The maximum number of results that are returned per call. You can use
1421
1574
  * <code>nextToken</code> to obtain further pages of results.</p>
1422
1575
  * <p>This is only an upper limit. The actual number of results returned per call might be
@@ -1424,6 +1577,7 @@ export interface ListAppAuthorizationsRequest {
1424
1577
  */
1425
1578
  maxResults?: number;
1426
1579
  /**
1580
+ * @public
1427
1581
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of
1428
1582
  * <code>nextToken</code> is a unique pagination token for each page. Make the call again
1429
1583
  * using the returned token to retrieve the next page. Keep all other arguments unchanged.
@@ -1437,10 +1591,12 @@ export interface ListAppAuthorizationsRequest {
1437
1591
  */
1438
1592
  export interface ListAppAuthorizationsResponse {
1439
1593
  /**
1594
+ * @public
1440
1595
  * <p>Contains a list of app authorization summaries.</p>
1441
1596
  */
1442
1597
  appAuthorizationSummaryList: AppAuthorizationSummary[] | undefined;
1443
1598
  /**
1599
+ * @public
1444
1600
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of
1445
1601
  * <code>nextToken</code> is a unique pagination token for each page. Make the call again
1446
1602
  * using the returned token to retrieve the next page. Keep all other arguments unchanged.
@@ -1454,6 +1610,7 @@ export interface ListAppAuthorizationsResponse {
1454
1610
  */
1455
1611
  export interface ListAppBundlesRequest {
1456
1612
  /**
1613
+ * @public
1457
1614
  * <p>The maximum number of results that are returned per call. You can use
1458
1615
  * <code>nextToken</code> to obtain further pages of results.</p>
1459
1616
  * <p>This is only an upper limit. The actual number of results returned per call might be
@@ -1461,6 +1618,7 @@ export interface ListAppBundlesRequest {
1461
1618
  */
1462
1619
  maxResults?: number;
1463
1620
  /**
1621
+ * @public
1464
1622
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of
1465
1623
  * <code>nextToken</code> is a unique pagination token for each page. Make the call again
1466
1624
  * using the returned token to retrieve the next page. Keep all other arguments unchanged.
@@ -1474,10 +1632,12 @@ export interface ListAppBundlesRequest {
1474
1632
  */
1475
1633
  export interface ListAppBundlesResponse {
1476
1634
  /**
1635
+ * @public
1477
1636
  * <p>Contains a list of app bundle summaries.</p>
1478
1637
  */
1479
1638
  appBundleSummaryList: AppBundleSummary[] | undefined;
1480
1639
  /**
1640
+ * @public
1481
1641
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of
1482
1642
  * <code>nextToken</code> is a unique pagination token for each page. Make the call again
1483
1643
  * using the returned token to retrieve the next page. Keep all other arguments unchanged.
@@ -1491,16 +1651,19 @@ export interface ListAppBundlesResponse {
1491
1651
  */
1492
1652
  export interface ListIngestionDestinationsRequest {
1493
1653
  /**
1654
+ * @public
1494
1655
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1495
1656
  * to use for the request.</p>
1496
1657
  */
1497
1658
  appBundleIdentifier: string | undefined;
1498
1659
  /**
1660
+ * @public
1499
1661
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1500
1662
  * use for the request.</p>
1501
1663
  */
1502
1664
  ingestionIdentifier: string | undefined;
1503
1665
  /**
1666
+ * @public
1504
1667
  * <p>The maximum number of results that are returned per call. You can use
1505
1668
  * <code>nextToken</code> to obtain further pages of results.</p>
1506
1669
  * <p>This is only an upper limit. The actual number of results returned per call might be
@@ -1508,6 +1671,7 @@ export interface ListIngestionDestinationsRequest {
1508
1671
  */
1509
1672
  maxResults?: number;
1510
1673
  /**
1674
+ * @public
1511
1675
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of
1512
1676
  * <code>nextToken</code> is a unique pagination token for each page. Make the call again
1513
1677
  * using the returned token to retrieve the next page. Keep all other arguments unchanged.
@@ -1522,6 +1686,7 @@ export interface ListIngestionDestinationsRequest {
1522
1686
  */
1523
1687
  export interface IngestionDestinationSummary {
1524
1688
  /**
1689
+ * @public
1525
1690
  * <p>The Amazon Resource Name (ARN) of the ingestion destination.</p>
1526
1691
  */
1527
1692
  arn: string | undefined;
@@ -1531,10 +1696,12 @@ export interface IngestionDestinationSummary {
1531
1696
  */
1532
1697
  export interface ListIngestionDestinationsResponse {
1533
1698
  /**
1699
+ * @public
1534
1700
  * <p>Contains a list of ingestion destination summaries.</p>
1535
1701
  */
1536
1702
  ingestionDestinations: IngestionDestinationSummary[] | undefined;
1537
1703
  /**
1704
+ * @public
1538
1705
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of
1539
1706
  * <code>nextToken</code> is a unique pagination token for each page. Make the call again
1540
1707
  * using the returned token to retrieve the next page. Keep all other arguments unchanged.
@@ -1548,11 +1715,13 @@ export interface ListIngestionDestinationsResponse {
1548
1715
  */
1549
1716
  export interface ListIngestionsRequest {
1550
1717
  /**
1718
+ * @public
1551
1719
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1552
1720
  * to use for the request.</p>
1553
1721
  */
1554
1722
  appBundleIdentifier: string | undefined;
1555
1723
  /**
1724
+ * @public
1556
1725
  * <p>The maximum number of results that are returned per call. You can use
1557
1726
  * <code>nextToken</code> to obtain further pages of results.</p>
1558
1727
  * <p>This is only an upper limit. The actual number of results returned per call might be
@@ -1560,6 +1729,7 @@ export interface ListIngestionsRequest {
1560
1729
  */
1561
1730
  maxResults?: number;
1562
1731
  /**
1732
+ * @public
1563
1733
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of
1564
1734
  * <code>nextToken</code> is a unique pagination token for each page. Make the call again
1565
1735
  * using the returned token to retrieve the next page. Keep all other arguments unchanged.
@@ -1574,18 +1744,22 @@ export interface ListIngestionsRequest {
1574
1744
  */
1575
1745
  export interface IngestionSummary {
1576
1746
  /**
1747
+ * @public
1577
1748
  * <p>The Amazon Resource Name (ARN) of the ingestion.</p>
1578
1749
  */
1579
1750
  arn: string | undefined;
1580
1751
  /**
1752
+ * @public
1581
1753
  * <p>The name of the application.</p>
1582
1754
  */
1583
1755
  app: string | undefined;
1584
1756
  /**
1757
+ * @public
1585
1758
  * <p>The ID of the application tenant.</p>
1586
1759
  */
1587
1760
  tenantId: string | undefined;
1588
1761
  /**
1762
+ * @public
1589
1763
  * <p>The status of the ingestion.</p>
1590
1764
  */
1591
1765
  state: IngestionState | string | undefined;
@@ -1595,10 +1769,12 @@ export interface IngestionSummary {
1595
1769
  */
1596
1770
  export interface ListIngestionsResponse {
1597
1771
  /**
1772
+ * @public
1598
1773
  * <p>Contains a list of ingestion summaries.</p>
1599
1774
  */
1600
1775
  ingestions: IngestionSummary[] | undefined;
1601
1776
  /**
1777
+ * @public
1602
1778
  * <p>If <code>nextToken</code> is returned, there are more results available. The value of
1603
1779
  * <code>nextToken</code> is a unique pagination token for each page. Make the call again
1604
1780
  * using the returned token to retrieve the next page. Keep all other arguments unchanged.
@@ -1612,6 +1788,7 @@ export interface ListIngestionsResponse {
1612
1788
  */
1613
1789
  export interface ListTagsForResourceRequest {
1614
1790
  /**
1791
+ * @public
1615
1792
  * <p>The Amazon Resource Name (ARN) of the resource for which you want to retrieve
1616
1793
  * tags.</p>
1617
1794
  */
@@ -1622,6 +1799,7 @@ export interface ListTagsForResourceRequest {
1622
1799
  */
1623
1800
  export interface ListTagsForResourceResponse {
1624
1801
  /**
1802
+ * @public
1625
1803
  * <p>A map of the key-value pairs for the tag or tags assigned to the specified resource.</p>
1626
1804
  */
1627
1805
  tags?: Tag[];
@@ -1631,11 +1809,13 @@ export interface ListTagsForResourceResponse {
1631
1809
  */
1632
1810
  export interface StartIngestionRequest {
1633
1811
  /**
1812
+ * @public
1634
1813
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1635
1814
  * use for the request.</p>
1636
1815
  */
1637
1816
  ingestionIdentifier: string | undefined;
1638
1817
  /**
1818
+ * @public
1639
1819
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1640
1820
  * to use for the request.</p>
1641
1821
  */
@@ -1651,11 +1831,13 @@ export interface StartIngestionResponse {
1651
1831
  */
1652
1832
  export interface StartUserAccessTasksRequest {
1653
1833
  /**
1834
+ * @public
1654
1835
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1655
1836
  * to use for the request.</p>
1656
1837
  */
1657
1838
  appBundleIdentifier: string | undefined;
1658
1839
  /**
1840
+ * @public
1659
1841
  * <p>The email address of the target user.</p>
1660
1842
  */
1661
1843
  email: string | undefined;
@@ -1666,18 +1848,22 @@ export interface StartUserAccessTasksRequest {
1666
1848
  */
1667
1849
  export interface UserAccessTaskItem {
1668
1850
  /**
1851
+ * @public
1669
1852
  * <p>The name of the application.</p>
1670
1853
  */
1671
1854
  app: string | undefined;
1672
1855
  /**
1856
+ * @public
1673
1857
  * <p>The ID of the application tenant.</p>
1674
1858
  */
1675
1859
  tenantId: string | undefined;
1676
1860
  /**
1861
+ * @public
1677
1862
  * <p>The unique ID of the task.</p>
1678
1863
  */
1679
1864
  taskId?: string;
1680
1865
  /**
1866
+ * @public
1681
1867
  * <p>Error from the task, if any.</p>
1682
1868
  */
1683
1869
  error?: TaskError;
@@ -1687,6 +1873,7 @@ export interface UserAccessTaskItem {
1687
1873
  */
1688
1874
  export interface StartUserAccessTasksResponse {
1689
1875
  /**
1876
+ * @public
1690
1877
  * <p>Contains a list of user access task information.</p>
1691
1878
  */
1692
1879
  userAccessTasksList?: UserAccessTaskItem[];
@@ -1696,11 +1883,13 @@ export interface StartUserAccessTasksResponse {
1696
1883
  */
1697
1884
  export interface StopIngestionRequest {
1698
1885
  /**
1886
+ * @public
1699
1887
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1700
1888
  * use for the request.</p>
1701
1889
  */
1702
1890
  ingestionIdentifier: string | undefined;
1703
1891
  /**
1892
+ * @public
1704
1893
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1705
1894
  * to use for the request.</p>
1706
1895
  */
@@ -1716,10 +1905,12 @@ export interface StopIngestionResponse {
1716
1905
  */
1717
1906
  export interface TagResourceRequest {
1718
1907
  /**
1908
+ * @public
1719
1909
  * <p>The Amazon Resource Name (ARN) of the resource that you want to tag.</p>
1720
1910
  */
1721
1911
  resourceArn: string | undefined;
1722
1912
  /**
1913
+ * @public
1723
1914
  * <p>A map of the key-value pairs of the tag or tags to assign to the resource.</p>
1724
1915
  */
1725
1916
  tags: Tag[] | undefined;
@@ -1734,10 +1925,12 @@ export interface TagResourceResponse {
1734
1925
  */
1735
1926
  export interface UntagResourceRequest {
1736
1927
  /**
1928
+ * @public
1737
1929
  * <p>The Amazon Resource Name (ARN) of the resource that you want to untag.</p>
1738
1930
  */
1739
1931
  resourceArn: string | undefined;
1740
1932
  /**
1933
+ * @public
1741
1934
  * <p>The keys of the key-value pairs for the tag or tags you want to remove from the
1742
1935
  * specified resource.</p>
1743
1936
  */
@@ -1753,16 +1946,19 @@ export interface UntagResourceResponse {
1753
1946
  */
1754
1947
  export interface UpdateAppAuthorizationRequest {
1755
1948
  /**
1949
+ * @public
1756
1950
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1757
1951
  * to use for the request.</p>
1758
1952
  */
1759
1953
  appBundleIdentifier: string | undefined;
1760
1954
  /**
1955
+ * @public
1761
1956
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app
1762
1957
  * authorization to use for the request.</p>
1763
1958
  */
1764
1959
  appAuthorizationIdentifier: string | undefined;
1765
1960
  /**
1961
+ * @public
1766
1962
  * <p>Contains credentials for the application, such as an API key or OAuth2 client ID and
1767
1963
  * secret.</p>
1768
1964
  * <p>Specify credentials that match the authorization type of the app authorization to
@@ -1771,6 +1967,7 @@ export interface UpdateAppAuthorizationRequest {
1771
1967
  */
1772
1968
  credential?: Credential;
1773
1969
  /**
1970
+ * @public
1774
1971
  * <p>Contains information about an application tenant, such as the application display name
1775
1972
  * and identifier.</p>
1776
1973
  */
@@ -1781,6 +1978,7 @@ export interface UpdateAppAuthorizationRequest {
1781
1978
  */
1782
1979
  export interface UpdateAppAuthorizationResponse {
1783
1980
  /**
1981
+ * @public
1784
1982
  * <p>Contains information about an app authorization.</p>
1785
1983
  */
1786
1984
  appAuthorization: AppAuthorization | undefined;
@@ -1790,21 +1988,25 @@ export interface UpdateAppAuthorizationResponse {
1790
1988
  */
1791
1989
  export interface UpdateIngestionDestinationRequest {
1792
1990
  /**
1991
+ * @public
1793
1992
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the app bundle
1794
1993
  * to use for the request.</p>
1795
1994
  */
1796
1995
  appBundleIdentifier: string | undefined;
1797
1996
  /**
1997
+ * @public
1798
1998
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion to
1799
1999
  * use for the request.</p>
1800
2000
  */
1801
2001
  ingestionIdentifier: string | undefined;
1802
2002
  /**
2003
+ * @public
1803
2004
  * <p>The Amazon Resource Name (ARN) or Universal Unique Identifier (UUID) of the ingestion
1804
2005
  * destination to use for the request.</p>
1805
2006
  */
1806
2007
  ingestionDestinationIdentifier: string | undefined;
1807
2008
  /**
2009
+ * @public
1808
2010
  * <p>Contains information about the destination of ingested data.</p>
1809
2011
  */
1810
2012
  destinationConfiguration: DestinationConfiguration | undefined;
@@ -1814,6 +2016,7 @@ export interface UpdateIngestionDestinationRequest {
1814
2016
  */
1815
2017
  export interface UpdateIngestionDestinationResponse {
1816
2018
  /**
2019
+ * @public
1817
2020
  * <p>Contains information about an ingestion destination.</p>
1818
2021
  */
1819
2022
  ingestionDestination: IngestionDestination | undefined;
@@ -1,5 +1,6 @@
1
1
  export * from "./AppFabricClient";
2
2
  export * from "./AppFabric";
3
+ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
3
4
  export * from "./commands";
4
5
  export * from "./pagination";
5
6
  export * from "./models";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-appfabric",
3
3
  "description": "AWS SDK for JavaScript Appfabric Client for Node.js, Browser and React Native",
4
- "version": "3.378.0",
4
+ "version": "3.382.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,15 +21,15 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.378.0",
25
- "@aws-sdk/credential-provider-node": "3.378.0",
26
- "@aws-sdk/middleware-host-header": "3.378.0",
24
+ "@aws-sdk/client-sts": "3.382.0",
25
+ "@aws-sdk/credential-provider-node": "3.382.0",
26
+ "@aws-sdk/middleware-host-header": "3.379.1",
27
27
  "@aws-sdk/middleware-logger": "3.378.0",
28
28
  "@aws-sdk/middleware-recursion-detection": "3.378.0",
29
- "@aws-sdk/middleware-signing": "3.378.0",
30
- "@aws-sdk/middleware-user-agent": "3.378.0",
29
+ "@aws-sdk/middleware-signing": "3.379.1",
30
+ "@aws-sdk/middleware-user-agent": "3.382.0",
31
31
  "@aws-sdk/types": "3.378.0",
32
- "@aws-sdk/util-endpoints": "3.378.0",
32
+ "@aws-sdk/util-endpoints": "3.382.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.378.0",
34
34
  "@aws-sdk/util-user-agent-node": "3.378.0",
35
35
  "@smithy/config-resolver": "^2.0.1",