@aws-sdk/client-ecr 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 InvalidParameterException extends __SmithyException, $MetadataB
109
109
  */
110
110
  message?: string;
111
111
  }
112
- export declare namespace InvalidParameterException {
113
- /**
114
- * @internal
115
- */
116
- const filterSensitiveLog: (obj: InvalidParameterException) => any;
117
- }
118
112
  /**
119
113
  * <p>The specified repository could not be found. Check the spelling of the specified
120
114
  * repository and ensure that you are performing operations on the correct registry.</p>
@@ -127,12 +121,6 @@ export interface RepositoryNotFoundException extends __SmithyException, $Metadat
127
121
  */
128
122
  message?: string;
129
123
  }
130
- export declare namespace RepositoryNotFoundException {
131
- /**
132
- * @internal
133
- */
134
- const filterSensitiveLog: (obj: RepositoryNotFoundException) => any;
135
- }
136
124
  /**
137
125
  * <p>These errors are usually caused by a server-side issue.</p>
138
126
  */
@@ -144,12 +132,6 @@ export interface ServerException extends __SmithyException, $MetadataBearer {
144
132
  */
145
133
  message?: string;
146
134
  }
147
- export declare namespace ServerException {
148
- /**
149
- * @internal
150
- */
151
- const filterSensitiveLog: (obj: ServerException) => any;
152
- }
153
135
  /**
154
136
  * <p>An object with identifying information for an image in an Amazon ECR repository.</p>
155
137
  */
@@ -443,12 +425,6 @@ export interface ValidationException extends __SmithyException, $MetadataBearer
443
425
  $fault: "client";
444
426
  message?: string;
445
427
  }
446
- export declare namespace ValidationException {
447
- /**
448
- * @internal
449
- */
450
- const filterSensitiveLog: (obj: ValidationException) => any;
451
- }
452
428
  export interface CompleteLayerUploadRequest {
453
429
  /**
454
430
  * <p>The Amazon Web Services account ID associated with the registry to which to upload layers.
@@ -510,12 +486,6 @@ export interface EmptyUploadException extends __SmithyException, $MetadataBearer
510
486
  */
511
487
  message?: string;
512
488
  }
513
- export declare namespace EmptyUploadException {
514
- /**
515
- * @internal
516
- */
517
- const filterSensitiveLog: (obj: EmptyUploadException) => any;
518
- }
519
489
  /**
520
490
  * <p>The layer digest calculation performed by Amazon ECR upon receipt of the image layer does
521
491
  * not match the digest specified.</p>
@@ -528,12 +498,6 @@ export interface InvalidLayerException extends __SmithyException, $MetadataBeare
528
498
  */
529
499
  message?: string;
530
500
  }
531
- export declare namespace InvalidLayerException {
532
- /**
533
- * @internal
534
- */
535
- const filterSensitiveLog: (obj: InvalidLayerException) => any;
536
- }
537
501
  /**
538
502
  * <p>The operation failed due to a KMS exception.</p>
539
503
  */
@@ -546,12 +510,6 @@ export interface KmsException extends __SmithyException, $MetadataBearer {
546
510
  */
547
511
  kmsError?: string;
548
512
  }
549
- export declare namespace KmsException {
550
- /**
551
- * @internal
552
- */
553
- const filterSensitiveLog: (obj: KmsException) => any;
554
- }
555
513
  /**
556
514
  * <p>The image layer already exists in the associated repository.</p>
557
515
  */
@@ -563,12 +521,6 @@ export interface LayerAlreadyExistsException extends __SmithyException, $Metadat
563
521
  */
564
522
  message?: string;
565
523
  }
566
- export declare namespace LayerAlreadyExistsException {
567
- /**
568
- * @internal
569
- */
570
- const filterSensitiveLog: (obj: LayerAlreadyExistsException) => any;
571
- }
572
524
  /**
573
525
  * <p>Layer parts must be at least 5 MiB in size.</p>
574
526
  */
@@ -580,12 +532,6 @@ export interface LayerPartTooSmallException extends __SmithyException, $Metadata
580
532
  */
581
533
  message?: string;
582
534
  }
583
- export declare namespace LayerPartTooSmallException {
584
- /**
585
- * @internal
586
- */
587
- const filterSensitiveLog: (obj: LayerPartTooSmallException) => any;
588
- }
589
535
  /**
590
536
  * <p>The upload could not be found, or the specified upload ID is not valid for this
591
537
  * repository.</p>
@@ -598,12 +544,6 @@ export interface UploadNotFoundException extends __SmithyException, $MetadataBea
598
544
  */
599
545
  message?: string;
600
546
  }
601
- export declare namespace UploadNotFoundException {
602
- /**
603
- * @internal
604
- */
605
- const filterSensitiveLog: (obj: UploadNotFoundException) => any;
606
- }
607
547
  export interface CreatePullThroughCacheRuleRequest {
608
548
  /**
609
549
  * <p>The repository name prefix to use when caching images from the source registry.</p>
@@ -664,12 +604,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
664
604
  */
665
605
  message?: string;
666
606
  }
667
- export declare namespace LimitExceededException {
668
- /**
669
- * @internal
670
- */
671
- const filterSensitiveLog: (obj: LimitExceededException) => any;
672
- }
673
607
  /**
674
608
  * <p>A pull through cache rule with these settings already exists for the private
675
609
  * registry.</p>
@@ -679,12 +613,6 @@ export interface PullThroughCacheRuleAlreadyExistsException extends __SmithyExce
679
613
  $fault: "client";
680
614
  message?: string;
681
615
  }
682
- export declare namespace PullThroughCacheRuleAlreadyExistsException {
683
- /**
684
- * @internal
685
- */
686
- const filterSensitiveLog: (obj: PullThroughCacheRuleAlreadyExistsException) => any;
687
- }
688
616
  /**
689
617
  * <p>The specified upstream registry isn't supported.</p>
690
618
  */
@@ -693,12 +621,6 @@ export interface UnsupportedUpstreamRegistryException extends __SmithyException,
693
621
  $fault: "client";
694
622
  message?: string;
695
623
  }
696
- export declare namespace UnsupportedUpstreamRegistryException {
697
- /**
698
- * @internal
699
- */
700
- const filterSensitiveLog: (obj: UnsupportedUpstreamRegistryException) => any;
701
- }
702
624
  export declare enum EncryptionType {
703
625
  AES256 = "AES256",
704
626
  KMS = "KMS"
@@ -903,12 +825,6 @@ export interface InvalidTagParameterException extends __SmithyException, $Metada
903
825
  $fault: "client";
904
826
  message?: string;
905
827
  }
906
- export declare namespace InvalidTagParameterException {
907
- /**
908
- * @internal
909
- */
910
- const filterSensitiveLog: (obj: InvalidTagParameterException) => any;
911
- }
912
828
  /**
913
829
  * <p>The specified repository already exists in the specified registry.</p>
914
830
  */
@@ -920,12 +836,6 @@ export interface RepositoryAlreadyExistsException extends __SmithyException, $Me
920
836
  */
921
837
  message?: string;
922
838
  }
923
- export declare namespace RepositoryAlreadyExistsException {
924
- /**
925
- * @internal
926
- */
927
- const filterSensitiveLog: (obj: RepositoryAlreadyExistsException) => any;
928
- }
929
839
  /**
930
840
  * <p>The list of tags on the repository is over the limit. The maximum number of tags that
931
841
  * can be applied to a repository is 50.</p>
@@ -935,12 +845,6 @@ export interface TooManyTagsException extends __SmithyException, $MetadataBearer
935
845
  $fault: "client";
936
846
  message?: string;
937
847
  }
938
- export declare namespace TooManyTagsException {
939
- /**
940
- * @internal
941
- */
942
- const filterSensitiveLog: (obj: TooManyTagsException) => any;
943
- }
944
848
  export interface DeleteLifecyclePolicyRequest {
945
849
  /**
946
850
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
@@ -991,12 +895,6 @@ export interface LifecyclePolicyNotFoundException extends __SmithyException, $Me
991
895
  $fault: "client";
992
896
  message?: string;
993
897
  }
994
- export declare namespace LifecyclePolicyNotFoundException {
995
- /**
996
- * @internal
997
- */
998
- const filterSensitiveLog: (obj: LifecyclePolicyNotFoundException) => any;
999
- }
1000
898
  export interface DeletePullThroughCacheRuleRequest {
1001
899
  /**
1002
900
  * <p>The Amazon ECR repository prefix associated with the pull through cache rule to
@@ -1048,12 +946,6 @@ export interface PullThroughCacheRuleNotFoundException extends __SmithyException
1048
946
  $fault: "client";
1049
947
  message?: string;
1050
948
  }
1051
- export declare namespace PullThroughCacheRuleNotFoundException {
1052
- /**
1053
- * @internal
1054
- */
1055
- const filterSensitiveLog: (obj: PullThroughCacheRuleNotFoundException) => any;
1056
- }
1057
949
  export interface DeleteRegistryPolicyRequest {
1058
950
  }
1059
951
  export declare namespace DeleteRegistryPolicyRequest {
@@ -1086,12 +978,6 @@ export interface RegistryPolicyNotFoundException extends __SmithyException, $Met
1086
978
  $fault: "client";
1087
979
  message?: string;
1088
980
  }
1089
- export declare namespace RegistryPolicyNotFoundException {
1090
- /**
1091
- * @internal
1092
- */
1093
- const filterSensitiveLog: (obj: RegistryPolicyNotFoundException) => any;
1094
- }
1095
981
  export interface DeleteRepositoryRequest {
1096
982
  /**
1097
983
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository to
@@ -1137,12 +1023,6 @@ export interface RepositoryNotEmptyException extends __SmithyException, $Metadat
1137
1023
  */
1138
1024
  message?: string;
1139
1025
  }
1140
- export declare namespace RepositoryNotEmptyException {
1141
- /**
1142
- * @internal
1143
- */
1144
- const filterSensitiveLog: (obj: RepositoryNotEmptyException) => any;
1145
- }
1146
1026
  export interface DeleteRepositoryPolicyRequest {
1147
1027
  /**
1148
1028
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository policy
@@ -1193,12 +1073,6 @@ export interface RepositoryPolicyNotFoundException extends __SmithyException, $M
1193
1073
  */
1194
1074
  message?: string;
1195
1075
  }
1196
- export declare namespace RepositoryPolicyNotFoundException {
1197
- /**
1198
- * @internal
1199
- */
1200
- const filterSensitiveLog: (obj: RepositoryPolicyNotFoundException) => any;
1201
- }
1202
1076
  export interface DescribeImageReplicationStatusRequest {
1203
1077
  /**
1204
1078
  * <p>The name of the repository that the image is in.</p>
@@ -1279,12 +1153,6 @@ export interface ImageNotFoundException extends __SmithyException, $MetadataBear
1279
1153
  $fault: "client";
1280
1154
  message?: string;
1281
1155
  }
1282
- export declare namespace ImageNotFoundException {
1283
- /**
1284
- * @internal
1285
- */
1286
- const filterSensitiveLog: (obj: ImageNotFoundException) => any;
1287
- }
1288
1156
  export declare enum TagStatus {
1289
1157
  ANY = "ANY",
1290
1158
  TAGGED = "TAGGED",
@@ -2050,12 +1918,6 @@ export interface ScanNotFoundException extends __SmithyException, $MetadataBeare
2050
1918
  $fault: "client";
2051
1919
  message?: string;
2052
1920
  }
2053
- export declare namespace ScanNotFoundException {
2054
- /**
2055
- * @internal
2056
- */
2057
- const filterSensitiveLog: (obj: ScanNotFoundException) => any;
2058
- }
2059
1921
  export interface DescribePullThroughCacheRulesRequest {
2060
1922
  /**
2061
1923
  * <p>The Amazon Web Services account ID associated with the registry to return the pull through cache
@@ -2426,12 +2288,6 @@ export interface LayerInaccessibleException extends __SmithyException, $Metadata
2426
2288
  */
2427
2289
  message?: string;
2428
2290
  }
2429
- export declare namespace LayerInaccessibleException {
2430
- /**
2431
- * @internal
2432
- */
2433
- const filterSensitiveLog: (obj: LayerInaccessibleException) => any;
2434
- }
2435
2291
  /**
2436
2292
  * <p>The specified layers could not be found, or the specified layer is not valid for this
2437
2293
  * repository.</p>
@@ -2444,12 +2300,6 @@ export interface LayersNotFoundException extends __SmithyException, $MetadataBea
2444
2300
  */
2445
2301
  message?: string;
2446
2302
  }
2447
- export declare namespace LayersNotFoundException {
2448
- /**
2449
- * @internal
2450
- */
2451
- const filterSensitiveLog: (obj: LayersNotFoundException) => any;
2452
- }
2453
2303
  export interface GetLifecyclePolicyRequest {
2454
2304
  /**
2455
2305
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
@@ -2684,12 +2534,6 @@ export interface LifecyclePolicyPreviewNotFoundException extends __SmithyExcepti
2684
2534
  $fault: "client";
2685
2535
  message?: string;
2686
2536
  }
2687
- export declare namespace LifecyclePolicyPreviewNotFoundException {
2688
- /**
2689
- * @internal
2690
- */
2691
- const filterSensitiveLog: (obj: LifecyclePolicyPreviewNotFoundException) => any;
2692
- }
2693
2537
  export interface GetRegistryPolicyRequest {
2694
2538
  }
2695
2539
  export declare namespace GetRegistryPolicyRequest {
@@ -2971,12 +2815,6 @@ export interface ImageAlreadyExistsException extends __SmithyException, $Metadat
2971
2815
  */
2972
2816
  message?: string;
2973
2817
  }
2974
- export declare namespace ImageAlreadyExistsException {
2975
- /**
2976
- * @internal
2977
- */
2978
- const filterSensitiveLog: (obj: ImageAlreadyExistsException) => any;
2979
- }
2980
2818
  /**
2981
2819
  * <p>The specified image digest does not match the digest that Amazon ECR calculated for the
2982
2820
  * image.</p>
@@ -2986,12 +2824,6 @@ export interface ImageDigestDoesNotMatchException extends __SmithyException, $Me
2986
2824
  $fault: "client";
2987
2825
  message?: string;
2988
2826
  }
2989
- export declare namespace ImageDigestDoesNotMatchException {
2990
- /**
2991
- * @internal
2992
- */
2993
- const filterSensitiveLog: (obj: ImageDigestDoesNotMatchException) => any;
2994
- }
2995
2827
  /**
2996
2828
  * <p>The specified image is tagged with a tag that already exists. The repository is
2997
2829
  * configured for tag immutability.</p>
@@ -3001,12 +2833,6 @@ export interface ImageTagAlreadyExistsException extends __SmithyException, $Meta
3001
2833
  $fault: "client";
3002
2834
  message?: string;
3003
2835
  }
3004
- export declare namespace ImageTagAlreadyExistsException {
3005
- /**
3006
- * @internal
3007
- */
3008
- const filterSensitiveLog: (obj: ImageTagAlreadyExistsException) => any;
3009
- }
3010
2836
  export interface PutImageRequest {
3011
2837
  /**
3012
2838
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
@@ -3063,12 +2889,6 @@ export interface ReferencedImagesNotFoundException extends __SmithyException, $M
3063
2889
  $fault: "client";
3064
2890
  message?: string;
3065
2891
  }
3066
- export declare namespace ReferencedImagesNotFoundException {
3067
- /**
3068
- * @internal
3069
- */
3070
- const filterSensitiveLog: (obj: ReferencedImagesNotFoundException) => any;
3071
- }
3072
2892
  export interface PutImageScanningConfigurationRequest {
3073
2893
  /**
3074
2894
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository in
@@ -3392,12 +3212,6 @@ export interface UnsupportedImageTypeException extends __SmithyException, $Metad
3392
3212
  $fault: "client";
3393
3213
  message?: string;
3394
3214
  }
3395
- export declare namespace UnsupportedImageTypeException {
3396
- /**
3397
- * @internal
3398
- */
3399
- const filterSensitiveLog: (obj: UnsupportedImageTypeException) => any;
3400
- }
3401
3215
  /**
3402
3216
  * <p>The previous lifecycle policy preview request has not completed. Wait and try
3403
3217
  * again.</p>
@@ -3407,12 +3221,6 @@ export interface LifecyclePolicyPreviewInProgressException extends __SmithyExcep
3407
3221
  $fault: "client";
3408
3222
  message?: string;
3409
3223
  }
3410
- export declare namespace LifecyclePolicyPreviewInProgressException {
3411
- /**
3412
- * @internal
3413
- */
3414
- const filterSensitiveLog: (obj: LifecyclePolicyPreviewInProgressException) => any;
3415
- }
3416
3224
  export interface StartLifecyclePolicyPreviewRequest {
3417
3225
  /**
3418
3226
  * <p>The Amazon Web Services account ID associated with the registry that contains the repository.
@@ -3540,12 +3348,6 @@ export interface InvalidLayerPartException extends __SmithyException, $MetadataB
3540
3348
  */
3541
3349
  message?: string;
3542
3350
  }
3543
- export declare namespace InvalidLayerPartException {
3544
- /**
3545
- * @internal
3546
- */
3547
- const filterSensitiveLog: (obj: InvalidLayerPartException) => any;
3548
- }
3549
3351
  export interface UploadLayerPartRequest {
3550
3352
  /**
3551
3353
  * <p>The Amazon Web Services account ID associated with the registry to which you are uploading layer
@@ -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 { ECRClientConfig } from "./ECRClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ECRClientConfig) => {
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: ECRClientConfig) => {
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 { ECRClientConfig } from "./ECRClient";
3
3
  /**
4
4
  * @internal
5
5
  */
6
6
  export declare const getRuntimeConfig: (config: ECRClientConfig) => {
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: ECRClientConfig) => {
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 { BatchCheckLayerAvailabilityCommandInput, BatchCheckLayerAvailabilityCommandOutput } from "./commands/BatchCheckLayerAvailabilityCommand";
10
10
  import { BatchDeleteImageCommandInput, BatchDeleteImageCommandOutput } from "./commands/BatchDeleteImageCommand";
@@ -92,6 +92,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
92
92
  regionInfoProvider?: RegionInfoProvider;
93
93
 
94
94
  defaultUserAgentProvider?: Provider<__UserAgent>;
95
+
96
+ defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
95
97
  }
96
98
  declare type ECRClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
97
99