@aws-sdk/client-directory-service 3.46.0 → 3.47.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.
@@ -109,12 +109,6 @@ export interface ClientException extends __SmithyException, $MetadataBearer {
109
109
  */
110
110
  RequestId?: string;
111
111
  }
112
- export declare namespace ClientException {
113
- /**
114
- * @internal
115
- */
116
- const filterSensitiveLog: (obj: ClientException) => any;
117
- }
118
112
  /**
119
113
  * <p>The specified directory has already been shared with this Amazon Web Services account.</p>
120
114
  */
@@ -130,12 +124,6 @@ export interface DirectoryAlreadySharedException extends __SmithyException, $Met
130
124
  */
131
125
  RequestId?: string;
132
126
  }
133
- export declare namespace DirectoryAlreadySharedException {
134
- /**
135
- * @internal
136
- */
137
- const filterSensitiveLog: (obj: DirectoryAlreadySharedException) => any;
138
- }
139
127
  /**
140
128
  * <p>The specified entity could not be found.</p>
141
129
  */
@@ -151,12 +139,6 @@ export interface EntityDoesNotExistException extends __SmithyException, $Metadat
151
139
  */
152
140
  RequestId?: string;
153
141
  }
154
- export declare namespace EntityDoesNotExistException {
155
- /**
156
- * @internal
157
- */
158
- const filterSensitiveLog: (obj: EntityDoesNotExistException) => any;
159
- }
160
142
  /**
161
143
  * <p>One or more parameters are not valid.</p>
162
144
  */
@@ -172,12 +154,6 @@ export interface InvalidParameterException extends __SmithyException, $MetadataB
172
154
  */
173
155
  RequestId?: string;
174
156
  }
175
- export declare namespace InvalidParameterException {
176
- /**
177
- * @internal
178
- */
179
- const filterSensitiveLog: (obj: InvalidParameterException) => any;
180
- }
181
157
  /**
182
158
  * <p>An exception has occurred in Directory Service.</p>
183
159
  */
@@ -193,12 +169,6 @@ export interface ServiceException extends __SmithyException, $MetadataBearer {
193
169
  */
194
170
  RequestId?: string;
195
171
  }
196
- export declare namespace ServiceException {
197
- /**
198
- * @internal
199
- */
200
- const filterSensitiveLog: (obj: ServiceException) => any;
201
- }
202
172
  /**
203
173
  * <p>Client authentication is not available in this region at this time.</p>
204
174
  */
@@ -214,12 +184,6 @@ export interface AccessDeniedException extends __SmithyException, $MetadataBeare
214
184
  */
215
185
  RequestId?: string;
216
186
  }
217
- export declare namespace AccessDeniedException {
218
- /**
219
- * @internal
220
- */
221
- const filterSensitiveLog: (obj: AccessDeniedException) => any;
222
- }
223
187
  /**
224
188
  * <p>IP address block. This is often the address block of the DNS server used for your
225
189
  * self-managed domain. </p>
@@ -354,12 +318,6 @@ export interface DirectoryUnavailableException extends __SmithyException, $Metad
354
318
  */
355
319
  RequestId?: string;
356
320
  }
357
- export declare namespace DirectoryUnavailableException {
358
- /**
359
- * @internal
360
- */
361
- const filterSensitiveLog: (obj: DirectoryUnavailableException) => any;
362
- }
363
321
  /**
364
322
  * <p>The specified entity already exists.</p>
365
323
  */
@@ -375,12 +333,6 @@ export interface EntityAlreadyExistsException extends __SmithyException, $Metada
375
333
  */
376
334
  RequestId?: string;
377
335
  }
378
- export declare namespace EntityAlreadyExistsException {
379
- /**
380
- * @internal
381
- */
382
- const filterSensitiveLog: (obj: EntityAlreadyExistsException) => any;
383
- }
384
336
  /**
385
337
  * <p>The maximum allowed number of IP addresses was exceeded. The default limit is 100 IP
386
338
  * address blocks.</p>
@@ -397,12 +349,6 @@ export interface IpRouteLimitExceededException extends __SmithyException, $Metad
397
349
  */
398
350
  RequestId?: string;
399
351
  }
400
- export declare namespace IpRouteLimitExceededException {
401
- /**
402
- * @internal
403
- */
404
- const filterSensitiveLog: (obj: IpRouteLimitExceededException) => any;
405
- }
406
352
  /**
407
353
  * <p>Contains VPC information for the <a>CreateDirectory</a> or <a>CreateMicrosoftAD</a> operation.</p>
408
354
  */
@@ -469,12 +415,6 @@ export interface DirectoryAlreadyInRegionException extends __SmithyException, $M
469
415
  */
470
416
  RequestId?: string;
471
417
  }
472
- export declare namespace DirectoryAlreadyInRegionException {
473
- /**
474
- * @internal
475
- */
476
- const filterSensitiveLog: (obj: DirectoryAlreadyInRegionException) => any;
477
- }
478
418
  /**
479
419
  * <p>The specified directory does not exist in the system.</p>
480
420
  */
@@ -490,12 +430,6 @@ export interface DirectoryDoesNotExistException extends __SmithyException, $Meta
490
430
  */
491
431
  RequestId?: string;
492
432
  }
493
- export declare namespace DirectoryDoesNotExistException {
494
- /**
495
- * @internal
496
- */
497
- const filterSensitiveLog: (obj: DirectoryDoesNotExistException) => any;
498
- }
499
433
  /**
500
434
  * <p>You have reached the limit for maximum number of simultaneous Region replications per
501
435
  * directory.</p>
@@ -512,12 +446,6 @@ export interface RegionLimitExceededException extends __SmithyException, $Metada
512
446
  */
513
447
  RequestId?: string;
514
448
  }
515
- export declare namespace RegionLimitExceededException {
516
- /**
517
- * @internal
518
- */
519
- const filterSensitiveLog: (obj: RegionLimitExceededException) => any;
520
- }
521
449
  /**
522
450
  * <p>The operation is not supported.</p>
523
451
  */
@@ -533,12 +461,6 @@ export interface UnsupportedOperationException extends __SmithyException, $Metad
533
461
  */
534
462
  RequestId?: string;
535
463
  }
536
- export declare namespace UnsupportedOperationException {
537
- /**
538
- * @internal
539
- */
540
- const filterSensitiveLog: (obj: UnsupportedOperationException) => any;
541
- }
542
464
  /**
543
465
  * <p>Metadata assigned to a directory consisting of a key-value pair.</p>
544
466
  */
@@ -602,12 +524,6 @@ export interface TagLimitExceededException extends __SmithyException, $MetadataB
602
524
  */
603
525
  RequestId?: string;
604
526
  }
605
- export declare namespace TagLimitExceededException {
606
- /**
607
- * @internal
608
- */
609
- const filterSensitiveLog: (obj: TagLimitExceededException) => any;
610
- }
611
527
  /**
612
528
  * <p>Represents a named directory attribute.</p>
613
529
  */
@@ -642,12 +558,6 @@ export interface AuthenticationFailedException extends __SmithyException, $Metad
642
558
  */
643
559
  RequestId?: string;
644
560
  }
645
- export declare namespace AuthenticationFailedException {
646
- /**
647
- * @internal
648
- */
649
- const filterSensitiveLog: (obj: AuthenticationFailedException) => any;
650
- }
651
561
  export interface CancelSchemaExtensionRequest {
652
562
  /**
653
563
  * <p>The identifier of the directory whose schema extension will be canceled.</p>
@@ -757,12 +667,6 @@ export interface CertificateAlreadyExistsException extends __SmithyException, $M
757
667
  */
758
668
  RequestId?: string;
759
669
  }
760
- export declare namespace CertificateAlreadyExistsException {
761
- /**
762
- * @internal
763
- */
764
- const filterSensitiveLog: (obj: CertificateAlreadyExistsException) => any;
765
- }
766
670
  /**
767
671
  * <p>The certificate is not present in the system for describe or deregister activities.</p>
768
672
  */
@@ -778,12 +682,6 @@ export interface CertificateDoesNotExistException extends __SmithyException, $Me
778
682
  */
779
683
  RequestId?: string;
780
684
  }
781
- export declare namespace CertificateDoesNotExistException {
782
- /**
783
- * @internal
784
- */
785
- const filterSensitiveLog: (obj: CertificateDoesNotExistException) => any;
786
- }
787
685
  /**
788
686
  * <p>Contains general information about a certificate.</p>
789
687
  */
@@ -831,12 +729,6 @@ export interface CertificateInUseException extends __SmithyException, $MetadataB
831
729
  */
832
730
  RequestId?: string;
833
731
  }
834
- export declare namespace CertificateInUseException {
835
- /**
836
- * @internal
837
- */
838
- const filterSensitiveLog: (obj: CertificateInUseException) => any;
839
- }
840
732
  /**
841
733
  * <p>The certificate could not be added because the certificate limit has been reached.</p>
842
734
  */
@@ -852,12 +744,6 @@ export interface CertificateLimitExceededException extends __SmithyException, $M
852
744
  */
853
745
  RequestId?: string;
854
746
  }
855
- export declare namespace CertificateLimitExceededException {
856
- /**
857
- * @internal
858
- */
859
- const filterSensitiveLog: (obj: CertificateLimitExceededException) => any;
860
- }
861
747
  export declare enum ClientAuthenticationStatus {
862
748
  DISABLED = "Disabled",
863
749
  ENABLED = "Enabled"
@@ -1062,12 +948,6 @@ export interface DirectoryLimitExceededException extends __SmithyException, $Met
1062
948
  */
1063
949
  RequestId?: string;
1064
950
  }
1065
- export declare namespace DirectoryLimitExceededException {
1066
- /**
1067
- * @internal
1068
- */
1069
- const filterSensitiveLog: (obj: DirectoryLimitExceededException) => any;
1070
- }
1071
951
  /**
1072
952
  * <p>Contains the inputs for the <a>CreateAlias</a> operation.</p>
1073
953
  */
@@ -1317,12 +1197,6 @@ export interface InsufficientPermissionsException extends __SmithyException, $Me
1317
1197
  */
1318
1198
  RequestId?: string;
1319
1199
  }
1320
- export declare namespace InsufficientPermissionsException {
1321
- /**
1322
- * @internal
1323
- */
1324
- const filterSensitiveLog: (obj: InsufficientPermissionsException) => any;
1325
- }
1326
1200
  export declare enum DirectoryEdition {
1327
1201
  ENTERPRISE = "Enterprise",
1328
1202
  STANDARD = "Standard"
@@ -1439,12 +1313,6 @@ export interface SnapshotLimitExceededException extends __SmithyException, $Meta
1439
1313
  */
1440
1314
  RequestId?: string;
1441
1315
  }
1442
- export declare namespace SnapshotLimitExceededException {
1443
- /**
1444
- * @internal
1445
- */
1446
- const filterSensitiveLog: (obj: SnapshotLimitExceededException) => any;
1447
- }
1448
1316
  export declare enum SelectiveAuth {
1449
1317
  DISABLED = "Disabled",
1450
1318
  ENABLED = "Enabled"
@@ -2222,12 +2090,6 @@ export interface InvalidNextTokenException extends __SmithyException, $MetadataB
2222
2090
  */
2223
2091
  RequestId?: string;
2224
2092
  }
2225
- export declare namespace InvalidNextTokenException {
2226
- /**
2227
- * @internal
2228
- */
2229
- const filterSensitiveLog: (obj: InvalidNextTokenException) => any;
2230
- }
2231
2093
  export interface DescribeDomainControllersRequest {
2232
2094
  /**
2233
2095
  * <p>Identifier of the directory for which to retrieve the domain controller
@@ -2906,12 +2768,6 @@ export interface DirectoryNotSharedException extends __SmithyException, $Metadat
2906
2768
  */
2907
2769
  RequestId?: string;
2908
2770
  }
2909
- export declare namespace DirectoryNotSharedException {
2910
- /**
2911
- * @internal
2912
- */
2913
- const filterSensitiveLog: (obj: DirectoryNotSharedException) => any;
2914
- }
2915
2771
  export interface DisableClientAuthenticationRequest {
2916
2772
  /**
2917
2773
  * <p>The identifier of the directory </p>
@@ -2951,12 +2807,6 @@ export interface InvalidClientAuthStatusException extends __SmithyException, $Me
2951
2807
  */
2952
2808
  RequestId?: string;
2953
2809
  }
2954
- export declare namespace InvalidClientAuthStatusException {
2955
- /**
2956
- * @internal
2957
- */
2958
- const filterSensitiveLog: (obj: InvalidClientAuthStatusException) => any;
2959
- }
2960
2810
  export interface DisableLDAPSRequest {
2961
2811
  /**
2962
2812
  * <p>The identifier of the directory.</p>
@@ -2998,12 +2848,6 @@ export interface InvalidLDAPSStatusException extends __SmithyException, $Metadat
2998
2848
  */
2999
2849
  RequestId?: string;
3000
2850
  }
3001
- export declare namespace InvalidLDAPSStatusException {
3002
- /**
3003
- * @internal
3004
- */
3005
- const filterSensitiveLog: (obj: InvalidLDAPSStatusException) => any;
3006
- }
3007
2851
  /**
3008
2852
  * <p>Contains the inputs for the <a>DisableRadius</a> operation.</p>
3009
2853
  */
@@ -3116,12 +2960,6 @@ export interface NoAvailableCertificateException extends __SmithyException, $Met
3116
2960
  */
3117
2961
  RequestId?: string;
3118
2962
  }
3119
- export declare namespace NoAvailableCertificateException {
3120
- /**
3121
- * @internal
3122
- */
3123
- const filterSensitiveLog: (obj: NoAvailableCertificateException) => any;
3124
- }
3125
2963
  export interface EnableLDAPSRequest {
3126
2964
  /**
3127
2965
  * <p>The identifier of the directory.</p>
@@ -3631,12 +3469,6 @@ export interface InvalidCertificateException extends __SmithyException, $Metadat
3631
3469
  */
3632
3470
  RequestId?: string;
3633
3471
  }
3634
- export declare namespace InvalidCertificateException {
3635
- /**
3636
- * @internal
3637
- */
3638
- const filterSensitiveLog: (obj: InvalidCertificateException) => any;
3639
- }
3640
3472
  export interface RegisterCertificateRequest {
3641
3473
  /**
3642
3474
  * <p>The identifier of the directory.</p>
@@ -3814,12 +3646,6 @@ export interface InvalidPasswordException extends __SmithyException, $MetadataBe
3814
3646
  */
3815
3647
  RequestId?: string;
3816
3648
  }
3817
- export declare namespace InvalidPasswordException {
3818
- /**
3819
- * @internal
3820
- */
3821
- const filterSensitiveLog: (obj: InvalidPasswordException) => any;
3822
- }
3823
3649
  export interface ResetUserPasswordRequest {
3824
3650
  /**
3825
3651
  * <p>Identifier of the Managed Microsoft AD or Simple AD directory in which the user
@@ -3864,12 +3690,6 @@ export interface UserDoesNotExistException extends __SmithyException, $MetadataB
3864
3690
  */
3865
3691
  RequestId?: string;
3866
3692
  }
3867
- export declare namespace UserDoesNotExistException {
3868
- /**
3869
- * @internal
3870
- */
3871
- const filterSensitiveLog: (obj: UserDoesNotExistException) => any;
3872
- }
3873
3693
  /**
3874
3694
  * <p>An object representing the inputs for the <a>RestoreFromSnapshot</a> operation.</p>
3875
3695
  */
@@ -3911,12 +3731,6 @@ export interface InvalidTargetException extends __SmithyException, $MetadataBear
3911
3731
  */
3912
3732
  RequestId?: string;
3913
3733
  }
3914
- export declare namespace InvalidTargetException {
3915
- /**
3916
- * @internal
3917
- */
3918
- const filterSensitiveLog: (obj: InvalidTargetException) => any;
3919
- }
3920
3734
  /**
3921
3735
  * <p>Exception encountered while trying to access your Amazon Web Services organization.</p>
3922
3736
  */
@@ -3932,12 +3746,6 @@ export interface OrganizationsException extends __SmithyException, $MetadataBear
3932
3746
  */
3933
3747
  RequestId?: string;
3934
3748
  }
3935
- export declare namespace OrganizationsException {
3936
- /**
3937
- * @internal
3938
- */
3939
- const filterSensitiveLog: (obj: OrganizationsException) => any;
3940
- }
3941
3749
  export declare enum TargetType {
3942
3750
  ACCOUNT = "ACCOUNT"
3943
3751
  }
@@ -4018,12 +3826,6 @@ export interface ShareLimitExceededException extends __SmithyException, $Metadat
4018
3826
  */
4019
3827
  RequestId?: string;
4020
3828
  }
4021
- export declare namespace ShareLimitExceededException {
4022
- /**
4023
- * @internal
4024
- */
4025
- const filterSensitiveLog: (obj: ShareLimitExceededException) => any;
4026
- }
4027
3829
  export interface StartSchemaExtensionRequest {
4028
3830
  /**
4029
3831
  * <p>The identifier of the directory for which the schema extension will be applied
@@ -4168,12 +3970,6 @@ export interface DomainControllerLimitExceededException extends __SmithyExceptio
4168
3970
  */
4169
3971
  RequestId?: string;
4170
3972
  }
4171
- export declare namespace DomainControllerLimitExceededException {
4172
- /**
4173
- * @internal
4174
- */
4175
- const filterSensitiveLog: (obj: DomainControllerLimitExceededException) => any;
4176
- }
4177
3973
  export interface UpdateNumberOfDomainControllersRequest {
4178
3974
  /**
4179
3975
  * <p>Identifier of the directory to which the domain controllers will be added or
@@ -1,10 +1,11 @@
1
- import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
1
+ import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
2
2
  import { DirectoryServiceClientConfig } from "./DirectoryServiceClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<any>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | FetchHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -1,18 +1,19 @@
1
- import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
1
+ import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
2
2
  import { DirectoryServiceClientConfig } from "./DirectoryServiceClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) => {
7
7
  runtime: string;
8
+ defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
8
9
  base64Decoder: import("@aws-sdk/types").Decoder;
9
10
  base64Encoder: import("@aws-sdk/types").Encoder;
10
11
  bodyLengthChecker: (body: any) => number | undefined;
11
- credentialDefaultProvider: import("@aws-sdk/client-sts/dist-types/defaultStsRoleAssumers").DefaultCredentialProvider;
12
+ credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
12
13
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
13
14
  maxAttempts: number | import("@aws-sdk/types").Provider<number>;
14
15
  region: string | import("@aws-sdk/types").Provider<string>;
15
- requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | NodeHttpHandler;
16
+ requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
16
17
  retryMode: string | import("@aws-sdk/types").Provider<string>;
17
18
  sha256: import("@aws-sdk/types").HashConstructor;
18
19
  streamCollector: import("@aws-sdk/types").StreamCollector;
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: DirectoryServiceClientConfig) =>
25
25
  credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
26
26
  regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
27
27
  defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
28
+ defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
28
29
  endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
29
30
  tls?: boolean | undefined;
30
31
  retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
4
4
  import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
5
5
  import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
6
6
  import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
7
- import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
7
+ import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
8
8
  import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
9
9
  import { AcceptSharedDirectoryCommandInput, AcceptSharedDirectoryCommandOutput } from "./commands/AcceptSharedDirectoryCommand";
10
10
  import { AddIpRoutesCommandInput, AddIpRoutesCommandOutput } from "./commands/AddIpRoutesCommand";
@@ -114,6 +114,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
114
114
  regionInfoProvider?: RegionInfoProvider;
115
115
 
116
116
  defaultUserAgentProvider?: Provider<__UserAgent>;
117
+
118
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
117
119
  }
118
120
  declare type DirectoryServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
119
121