@aws-sdk/client-s3-control 3.1087.0 → 3.1089.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.
Files changed (117) hide show
  1. package/dist-cjs/index.js +1 -1
  2. package/dist-types/ts3.4/S3Control.d.ts +308 -440
  3. package/dist-types/ts3.4/S3ControlClient.d.ts +10 -34
  4. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
  5. package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
  6. package/dist-types/ts3.4/commandBuilder.d.ts +10 -11
  7. package/dist-types/ts3.4/commands/AssociateAccessGrantsIdentityCenterCommand.d.ts +4 -6
  8. package/dist-types/ts3.4/commands/CreateAccessGrantCommand.d.ts +5 -11
  9. package/dist-types/ts3.4/commands/CreateAccessGrantsInstanceCommand.d.ts +3 -5
  10. package/dist-types/ts3.4/commands/CreateAccessGrantsLocationCommand.d.ts +4 -6
  11. package/dist-types/ts3.4/commands/CreateAccessPointCommand.d.ts +5 -11
  12. package/dist-types/ts3.4/commands/CreateAccessPointForObjectLambdaCommand.d.ts +4 -6
  13. package/dist-types/ts3.4/commands/CreateBucketCommand.d.ts +3 -5
  14. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +7 -5
  15. package/dist-types/ts3.4/commands/CreateMultiRegionAccessPointCommand.d.ts +4 -6
  16. package/dist-types/ts3.4/commands/CreateStorageLensGroupCommand.d.ts +3 -4
  17. package/dist-types/ts3.4/commands/DeleteAccessGrantCommand.d.ts +3 -4
  18. package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceCommand.d.ts +3 -5
  19. package/dist-types/ts3.4/commands/DeleteAccessGrantsInstanceResourcePolicyCommand.d.ts +3 -5
  20. package/dist-types/ts3.4/commands/DeleteAccessGrantsLocationCommand.d.ts +4 -6
  21. package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +3 -4
  22. package/dist-types/ts3.4/commands/DeleteAccessPointForObjectLambdaCommand.d.ts +4 -6
  23. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyCommand.d.ts +4 -6
  24. package/dist-types/ts3.4/commands/DeleteAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  25. package/dist-types/ts3.4/commands/DeleteAccessPointScopeCommand.d.ts +3 -4
  26. package/dist-types/ts3.4/commands/DeleteBucketCommand.d.ts +2 -2
  27. package/dist-types/ts3.4/commands/DeleteBucketLifecycleConfigurationCommand.d.ts +4 -6
  28. package/dist-types/ts3.4/commands/DeleteBucketPolicyCommand.d.ts +3 -4
  29. package/dist-types/ts3.4/commands/DeleteBucketReplicationCommand.d.ts +4 -6
  30. package/dist-types/ts3.4/commands/DeleteBucketTaggingCommand.d.ts +3 -4
  31. package/dist-types/ts3.4/commands/DeleteJobTaggingCommand.d.ts +4 -9
  32. package/dist-types/ts3.4/commands/DeleteMultiRegionAccessPointCommand.d.ts +4 -6
  33. package/dist-types/ts3.4/commands/DeletePublicAccessBlockCommand.d.ts +3 -5
  34. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationCommand.d.ts +4 -6
  35. package/dist-types/ts3.4/commands/DeleteStorageLensConfigurationTaggingCommand.d.ts +4 -6
  36. package/dist-types/ts3.4/commands/DeleteStorageLensGroupCommand.d.ts +3 -4
  37. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +3 -5
  38. package/dist-types/ts3.4/commands/DescribeMultiRegionAccessPointOperationCommand.d.ts +4 -6
  39. package/dist-types/ts3.4/commands/DissociateAccessGrantsIdentityCenterCommand.d.ts +3 -5
  40. package/dist-types/ts3.4/commands/GetAccessGrantCommand.d.ts +4 -9
  41. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceCommand.d.ts +4 -9
  42. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceForPrefixCommand.d.ts +4 -6
  43. package/dist-types/ts3.4/commands/GetAccessGrantsInstanceResourcePolicyCommand.d.ts +3 -5
  44. package/dist-types/ts3.4/commands/GetAccessGrantsLocationCommand.d.ts +5 -10
  45. package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +4 -9
  46. package/dist-types/ts3.4/commands/GetAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -6
  47. package/dist-types/ts3.4/commands/GetAccessPointForObjectLambdaCommand.d.ts +4 -6
  48. package/dist-types/ts3.4/commands/GetAccessPointPolicyCommand.d.ts +5 -10
  49. package/dist-types/ts3.4/commands/GetAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  50. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusCommand.d.ts +4 -6
  51. package/dist-types/ts3.4/commands/GetAccessPointPolicyStatusForObjectLambdaCommand.d.ts +4 -6
  52. package/dist-types/ts3.4/commands/GetAccessPointScopeCommand.d.ts +5 -10
  53. package/dist-types/ts3.4/commands/GetBucketCommand.d.ts +7 -5
  54. package/dist-types/ts3.4/commands/GetBucketLifecycleConfigurationCommand.d.ts +4 -6
  55. package/dist-types/ts3.4/commands/GetBucketPolicyCommand.d.ts +4 -9
  56. package/dist-types/ts3.4/commands/GetBucketReplicationCommand.d.ts +5 -10
  57. package/dist-types/ts3.4/commands/GetBucketTaggingCommand.d.ts +4 -9
  58. package/dist-types/ts3.4/commands/GetBucketVersioningCommand.d.ts +5 -10
  59. package/dist-types/ts3.4/commands/GetDataAccessCommand.d.ts +3 -5
  60. package/dist-types/ts3.4/commands/GetJobTaggingCommand.d.ts +3 -5
  61. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointCommand.d.ts +4 -6
  62. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyCommand.d.ts +4 -6
  63. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointPolicyStatusCommand.d.ts +4 -6
  64. package/dist-types/ts3.4/commands/GetMultiRegionAccessPointRoutesCommand.d.ts +4 -6
  65. package/dist-types/ts3.4/commands/GetPublicAccessBlockCommand.d.ts +4 -9
  66. package/dist-types/ts3.4/commands/GetStorageLensConfigurationCommand.d.ts +4 -6
  67. package/dist-types/ts3.4/commands/GetStorageLensConfigurationTaggingCommand.d.ts +4 -6
  68. package/dist-types/ts3.4/commands/GetStorageLensGroupCommand.d.ts +5 -10
  69. package/dist-types/ts3.4/commands/ListAccessGrantsCommand.d.ts +3 -8
  70. package/dist-types/ts3.4/commands/ListAccessGrantsInstancesCommand.d.ts +3 -5
  71. package/dist-types/ts3.4/commands/ListAccessGrantsLocationsCommand.d.ts +3 -5
  72. package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +3 -8
  73. package/dist-types/ts3.4/commands/ListAccessPointsForDirectoryBucketsCommand.d.ts +3 -5
  74. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +3 -5
  75. package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +4 -9
  76. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +4 -4
  77. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +3 -5
  78. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +4 -9
  79. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +3 -5
  80. package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +4 -9
  81. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
  82. package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +4 -6
  83. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +4 -6
  84. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +3 -4
  85. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +4 -6
  86. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +3 -4
  87. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +4 -6
  88. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +2 -2
  89. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +3 -4
  90. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +2 -2
  91. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +3 -4
  92. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +3 -5
  93. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +4 -6
  94. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +3 -4
  95. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +4 -6
  96. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +4 -6
  97. package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +4 -6
  98. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
  99. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +3 -5
  100. package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +4 -6
  101. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +5 -11
  102. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +4 -9
  103. package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +3 -4
  104. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
  105. package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
  106. package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
  107. package/dist-types/ts3.4/models/enums.d.ts +18 -36
  108. package/dist-types/ts3.4/models/errors.d.ts +10 -33
  109. package/dist-types/ts3.4/models/models_0.d.ts +11 -33
  110. package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
  111. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +1 -4
  112. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -26
  113. package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
  114. package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -26
  115. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -5
  116. package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
  117. package/package.json +41 -41
@@ -10,23 +10,17 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
10
10
  credentialDefaultProvider:
11
11
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
12
12
  | ((
13
- init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit
13
+ init?: import("@aws-sdk/credential-provider-node").DefaultProviderInit,
14
14
  ) => import("@aws-sdk/credential-provider-node").MemoizedRuntimeConfigAwsCredentialIdentityProvider);
15
15
  defaultUserAgentProvider: (
16
- config?: import("@aws-sdk/core/client").PreviouslyResolved
16
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
17
17
  ) => Promise<import("@smithy/types").UserAgent>;
18
18
  maxAttempts: number | import("@smithy/types").Provider<number>;
19
19
  region: string | import("@smithy/types").Provider<string>;
20
- requestHandler:
21
- | RequestHandler
22
- | import("@smithy/core/protocols").HttpHandler<any>;
20
+ requestHandler: RequestHandler | import("@smithy/core/protocols").HttpHandler<any>;
23
21
  retryMode: string | import("@smithy/types").Provider<string>;
24
22
  streamCollector: (
25
- stream:
26
- | import("stream").Readable
27
- | import("stream/web").ReadableStream
28
- | ReadableStream
29
- | Blob
23
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
30
24
  ) => Promise<Uint8Array>;
31
25
  streamHasher:
32
26
  | import("@smithy/types").StreamHasher<import("stream").Readable>
@@ -58,9 +52,7 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
58
52
  extensions: import("./runtimeExtensions").RuntimeExtension[];
59
53
  md5: import("@smithy/types").HashConstructor;
60
54
  customUserAgent?: string | import("@smithy/types").UserAgent;
61
- retryStrategy?:
62
- | import("@smithy/types").RetryStrategy
63
- | import("@smithy/types").RetryStrategyV2;
55
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
64
56
  endpoint?:
65
57
  | ((
66
58
  | string
@@ -82,7 +74,7 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
82
74
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
83
75
  context?: {
84
76
  logger?: import("@smithy/types").Logger;
85
- }
77
+ },
86
78
  ) => import("@smithy/types").EndpointV2;
87
79
  tls?: boolean;
88
80
  serviceConfiguredEndpoint?: never;
@@ -94,13 +86,13 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
94
86
  signer?:
95
87
  | import("@smithy/types").RequestSigner
96
88
  | ((
97
- authScheme?: import("@smithy/types").AuthScheme
89
+ authScheme?: import("@smithy/types").AuthScheme,
98
90
  ) => Promise<import("@smithy/types").RequestSigner>);
99
91
  signingEscapePath: boolean;
100
92
  systemClockOffset?: number;
101
93
  signingRegion?: string;
102
94
  signerConstructor?: new (
103
95
  options: import("@smithy/signature-v4").SignatureV4Init &
104
- import("@smithy/signature-v4").SignatureV4CryptoInit
96
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
105
97
  ) => import("@smithy/types").RequestSigner;
106
98
  };
@@ -21,11 +21,7 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
21
21
  urlParser: import("@smithy/types").UrlParser;
22
22
  bodyLengthChecker: import("@smithy/types").BodyLengthCalculator;
23
23
  streamCollector: (
24
- stream:
25
- | import("stream").Readable
26
- | import("stream/web").ReadableStream
27
- | ReadableStream
28
- | Blob
24
+ stream: import("stream").Readable | import("stream/web").ReadableStream | ReadableStream | Blob,
29
25
  ) => Promise<Uint8Array>;
30
26
  base64Decoder: import("@smithy/types").Decoder;
31
27
  base64Encoder: (_input: Uint8Array | string) => string;
@@ -40,17 +36,12 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
40
36
  region: string | import("@smithy/types").Provider<any>;
41
37
  profile?: string;
42
38
  defaultUserAgentProvider: (
43
- config?: import("@aws-sdk/core/client").PreviouslyResolved
39
+ config?: import("@aws-sdk/core/client").PreviouslyResolved,
44
40
  ) => Promise<import("@smithy/types").UserAgent>;
45
41
  credentialDefaultProvider:
46
42
  | ((input: any) => import("@smithy/types").AwsCredentialIdentityProvider)
47
- | ((
48
- _: unknown
49
- ) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
50
- useArnRegion:
51
- | boolean
52
- | undefined
53
- | import("@smithy/types").Provider<boolean | undefined>;
43
+ | ((_: unknown) => () => Promise<import("@smithy/types").AwsCredentialIdentity>);
44
+ useArnRegion: boolean | undefined | import("@smithy/types").Provider<boolean | undefined>;
54
45
  maxAttempts: number | import("@smithy/types").Provider<number>;
55
46
  retryMode: string | import("@smithy/types").Provider<string>;
56
47
  logger: import("@smithy/types").Logger;
@@ -61,17 +52,10 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
61
52
  md5: import("@smithy/types").HashConstructor;
62
53
  defaultsMode:
63
54
  | import("@smithy/core/client").DefaultsMode
64
- | import("@smithy/types").Provider<
65
- import("@smithy/core/client").DefaultsMode
66
- >;
55
+ | import("@smithy/types").Provider<import("@smithy/core/client").DefaultsMode>;
67
56
  customUserAgent?: string | import("@smithy/types").UserAgent;
68
- userAgentAppId?:
69
- | string
70
- | undefined
71
- | import("@smithy/types").Provider<string | undefined>;
72
- retryStrategy?:
73
- | import("@smithy/types").RetryStrategy
74
- | import("@smithy/types").RetryStrategyV2;
57
+ userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
58
+ retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
75
59
  endpoint?:
76
60
  | ((
77
61
  | string
@@ -93,7 +77,7 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
93
77
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
94
78
  context?: {
95
79
  logger?: import("@smithy/types").Logger;
96
- }
80
+ },
97
81
  ) => import("@smithy/types").EndpointV2;
98
82
  tls?: boolean;
99
83
  serviceConfiguredEndpoint?: never;
@@ -106,13 +90,13 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
106
90
  signer?:
107
91
  | import("@smithy/types").RequestSigner
108
92
  | ((
109
- authScheme?: import("@smithy/types").AuthScheme
93
+ authScheme?: import("@smithy/types").AuthScheme,
110
94
  ) => Promise<import("@smithy/types").RequestSigner>);
111
95
  signingEscapePath: boolean;
112
96
  systemClockOffset?: number;
113
97
  signingRegion?: string;
114
98
  signerConstructor?: new (
115
99
  options: import("@smithy/signature-v4").SignatureV4Init &
116
- import("@smithy/signature-v4").SignatureV4CryptoInit
100
+ import("@smithy/signature-v4").SignatureV4CryptoInit,
117
101
  ) => import("@smithy/types").RequestSigner;
118
102
  };
@@ -9,7 +9,7 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
9
9
  endpointParams: import("./endpoint/EndpointParameters").EndpointParameters,
10
10
  context?: {
11
11
  logger?: import("@smithy/types").Logger;
12
- }
12
+ },
13
13
  ) => import("@smithy/types").EndpointV2;
14
14
  extensions: import("./runtimeExtensions").RuntimeExtension[];
15
15
  httpAuthSchemeProvider: import("./auth/httpAuthSchemeProvider").S3ControlHttpAuthSchemeProvider;
@@ -28,10 +28,7 @@ export declare const getRuntimeConfig: (config: S3ControlClientConfig) => {
28
28
  sha256: import("@smithy/types").HashConstructor;
29
29
  signingEscapePath: boolean;
30
30
  urlParser: import("@smithy/types").UrlParser;
31
- useArnRegion:
32
- | boolean
33
- | import("@smithy/types").Provider<boolean | undefined>
34
- | undefined;
31
+ useArnRegion: boolean | import("@smithy/types").Provider<boolean | undefined> | undefined;
35
32
  utf8Decoder: import("@smithy/types").Decoder;
36
33
  utf8Encoder: (input: Uint8Array | string) => string;
37
34
  };
@@ -7,5 +7,5 @@ export interface RuntimeExtensionsConfig {
7
7
  }
8
8
  export declare const resolveRuntimeExtensions: (
9
9
  runtimeConfig: any,
10
- extensions: RuntimeExtension[]
10
+ extensions: RuntimeExtension[],
11
11
  ) => any;
package/package.json CHANGED
@@ -1,7 +1,38 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3-control",
3
+ "version": "3.1089.0",
3
4
  "description": "AWS SDK for JavaScript S3 Control Client for Node.js, Browser and React Native",
4
- "version": "3.1087.0",
5
+ "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3-control",
6
+ "license": "Apache-2.0",
7
+ "author": {
8
+ "name": "AWS SDK for JavaScript Team",
9
+ "url": "https://aws.amazon.com/sdk-for-javascript/"
10
+ },
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/aws/aws-sdk-js-v3.git",
14
+ "directory": "clients/client-s3-control"
15
+ },
16
+ "files": [
17
+ "dist-*/**"
18
+ ],
19
+ "sideEffects": false,
20
+ "main": "./dist-cjs/index.js",
21
+ "module": "./dist-es/index.js",
22
+ "browser": {
23
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
24
+ },
25
+ "types": "./dist-types/index.d.ts",
26
+ "typesVersions": {
27
+ "<4.5": {
28
+ "dist-types/*": [
29
+ "dist-types/ts3.4/*"
30
+ ]
31
+ }
32
+ },
33
+ "react-native": {
34
+ "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
35
+ },
5
36
  "scripts": {
6
37
  "build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
7
38
  "build:cjs": "node ../../scripts/compilation/inline",
@@ -20,24 +51,20 @@
20
51
  "test:e2e:watch": "yarn g:vitest watch -c vitest.config.e2e.mts",
21
52
  "test:index": "tsc --noEmit ./test/index-types.ts && node ./test/index-objects.spec.mjs"
22
53
  },
23
- "main": "./dist-cjs/index.js",
24
- "types": "./dist-types/index.d.ts",
25
- "module": "./dist-es/index.js",
26
- "sideEffects": false,
27
54
  "dependencies": {
28
- "@aws-sdk/core": "^3.975.2",
29
- "@aws-sdk/credential-provider-node": "^3.972.68",
30
- "@aws-sdk/middleware-sdk-s3": "^3.972.63",
31
- "@aws-sdk/types": "^3.974.1",
32
- "@smithy/core": "^3.29.3",
33
- "@smithy/fetch-http-handler": "^5.6.5",
34
- "@smithy/middleware-apply-body-checksum": "^4.5.8",
35
- "@smithy/node-http-handler": "^4.9.5",
55
+ "@aws-sdk/core": "^3.975.3",
56
+ "@aws-sdk/credential-provider-node": "^3.972.70",
57
+ "@aws-sdk/middleware-sdk-s3": "^3.972.64",
58
+ "@aws-sdk/types": "^3.974.2",
59
+ "@smithy/core": "^3.29.4",
60
+ "@smithy/fetch-http-handler": "^5.6.6",
61
+ "@smithy/middleware-apply-body-checksum": "^4.5.9",
62
+ "@smithy/node-http-handler": "^4.9.6",
36
63
  "@smithy/types": "^4.16.1",
37
64
  "tslib": "^2.6.2"
38
65
  },
39
66
  "devDependencies": {
40
- "@smithy/snapshot-testing": "^2.2.8",
67
+ "@smithy/snapshot-testing": "^2.2.9",
41
68
  "@tsconfig/node20": "20.1.8",
42
69
  "@types/node": "^20.14.8",
43
70
  "concurrently": "7.0.0",
@@ -48,32 +75,5 @@
48
75
  },
49
76
  "engines": {
50
77
  "node": ">=20.0.0"
51
- },
52
- "typesVersions": {
53
- "<4.5": {
54
- "dist-types/*": [
55
- "dist-types/ts3.4/*"
56
- ]
57
- }
58
- },
59
- "files": [
60
- "dist-*/**"
61
- ],
62
- "author": {
63
- "name": "AWS SDK for JavaScript Team",
64
- "url": "https://aws.amazon.com/sdk-for-javascript/"
65
- },
66
- "license": "Apache-2.0",
67
- "browser": {
68
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.browser"
69
- },
70
- "react-native": {
71
- "./dist-es/runtimeConfig": "./dist-es/runtimeConfig.native"
72
- },
73
- "homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/clients/client-s3-control",
74
- "repository": {
75
- "type": "git",
76
- "url": "https://github.com/aws/aws-sdk-js-v3.git",
77
- "directory": "clients/client-s3-control"
78
78
  }
79
79
  }