@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
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteAccessPointPolicyRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteAccessPointPolicyCommandInput
5
- extends DeleteAccessPointPolicyRequest {}
6
- export interface DeleteAccessPointPolicyCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteAccessPointPolicyCommandInput extends DeleteAccessPointPolicyRequest {}
5
+ export interface DeleteAccessPointPolicyCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteAccessPointPolicyCommand_base: {
9
7
  new (
10
- input: DeleteAccessPointPolicyCommandInput
8
+ input: DeleteAccessPointPolicyCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteAccessPointPolicyCommandInput,
13
11
  DeleteAccessPointPolicyCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteAccessPointPolicyCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteAccessPointPolicyCommandInput
17
+ input: DeleteAccessPointPolicyCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteAccessPointPolicyCommandInput,
22
20
  DeleteAccessPointPolicyCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteAccessPointPolicyForObjectLambdaRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteAccessPointPolicyForObjectLambdaCommandInput
5
- extends DeleteAccessPointPolicyForObjectLambdaRequest {}
6
- export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteAccessPointPolicyForObjectLambdaCommandInput extends DeleteAccessPointPolicyForObjectLambdaRequest {}
5
+ export interface DeleteAccessPointPolicyForObjectLambdaCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteAccessPointPolicyForObjectLambdaCommand_base: {
9
7
  new (
10
- input: DeleteAccessPointPolicyForObjectLambdaCommandInput
8
+ input: DeleteAccessPointPolicyForObjectLambdaCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteAccessPointPolicyForObjectLambdaCommandInput,
13
11
  DeleteAccessPointPolicyForObjectLambdaCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteAccessPointPolicyForObjectLambdaCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteAccessPointPolicyForObjectLambdaCommandInput
17
+ input: DeleteAccessPointPolicyForObjectLambdaCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteAccessPointPolicyForObjectLambdaCommandInput,
22
20
  DeleteAccessPointPolicyForObjectLambdaCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteAccessPointScopeRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteAccessPointScopeCommandInput
5
- extends DeleteAccessPointScopeRequest {}
4
+ export interface DeleteAccessPointScopeCommandInput extends DeleteAccessPointScopeRequest {}
6
5
  export interface DeleteAccessPointScopeCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteAccessPointScopeCommand_base: {
8
7
  new (
9
- input: DeleteAccessPointScopeCommandInput
8
+ input: DeleteAccessPointScopeCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteAccessPointScopeCommandInput,
12
11
  DeleteAccessPointScopeCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteAccessPointScopeCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteAccessPointScopeCommandInput
17
+ input: DeleteAccessPointScopeCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteAccessPointScopeCommandInput,
21
20
  DeleteAccessPointScopeCommandOutput,
@@ -5,7 +5,7 @@ export interface DeleteBucketCommandInput extends DeleteBucketRequest {}
5
5
  export interface DeleteBucketCommandOutput extends __MetadataBearer {}
6
6
  declare const DeleteBucketCommand_base: {
7
7
  new (
8
- input: DeleteBucketCommandInput
8
+ input: DeleteBucketCommandInput,
9
9
  ): import("@smithy/core/client").CommandImpl<
10
10
  DeleteBucketCommandInput,
11
11
  DeleteBucketCommandOutput,
@@ -14,7 +14,7 @@ declare const DeleteBucketCommand_base: {
14
14
  import("..").ServiceOutputTypes
15
15
  >;
16
16
  new (
17
- input: DeleteBucketCommandInput
17
+ input: DeleteBucketCommandInput,
18
18
  ): import("@smithy/core/client").CommandImpl<
19
19
  DeleteBucketCommandInput,
20
20
  DeleteBucketCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteBucketLifecycleConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteBucketLifecycleConfigurationCommandInput
5
- extends DeleteBucketLifecycleConfigurationRequest {}
6
- export interface DeleteBucketLifecycleConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteBucketLifecycleConfigurationCommandInput extends DeleteBucketLifecycleConfigurationRequest {}
5
+ export interface DeleteBucketLifecycleConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteBucketLifecycleConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteBucketLifecycleConfigurationCommandInput
8
+ input: DeleteBucketLifecycleConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteBucketLifecycleConfigurationCommandInput,
13
11
  DeleteBucketLifecycleConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteBucketLifecycleConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteBucketLifecycleConfigurationCommandInput
17
+ input: DeleteBucketLifecycleConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteBucketLifecycleConfigurationCommandInput,
22
20
  DeleteBucketLifecycleConfigurationCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteBucketPolicyRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteBucketPolicyCommandInput
5
- extends DeleteBucketPolicyRequest {}
4
+ export interface DeleteBucketPolicyCommandInput extends DeleteBucketPolicyRequest {}
6
5
  export interface DeleteBucketPolicyCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteBucketPolicyCommand_base: {
8
7
  new (
9
- input: DeleteBucketPolicyCommandInput
8
+ input: DeleteBucketPolicyCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteBucketPolicyCommandInput,
12
11
  DeleteBucketPolicyCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteBucketPolicyCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteBucketPolicyCommandInput
17
+ input: DeleteBucketPolicyCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteBucketPolicyCommandInput,
21
20
  DeleteBucketPolicyCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteBucketReplicationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteBucketReplicationCommandInput
5
- extends DeleteBucketReplicationRequest {}
6
- export interface DeleteBucketReplicationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteBucketReplicationCommandInput extends DeleteBucketReplicationRequest {}
5
+ export interface DeleteBucketReplicationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteBucketReplicationCommand_base: {
9
7
  new (
10
- input: DeleteBucketReplicationCommandInput
8
+ input: DeleteBucketReplicationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteBucketReplicationCommandInput,
13
11
  DeleteBucketReplicationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteBucketReplicationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteBucketReplicationCommandInput
17
+ input: DeleteBucketReplicationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteBucketReplicationCommandInput,
22
20
  DeleteBucketReplicationCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteBucketTaggingRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteBucketTaggingCommandInput
5
- extends DeleteBucketTaggingRequest {}
4
+ export interface DeleteBucketTaggingCommandInput extends DeleteBucketTaggingRequest {}
6
5
  export interface DeleteBucketTaggingCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteBucketTaggingCommand_base: {
8
7
  new (
9
- input: DeleteBucketTaggingCommandInput
8
+ input: DeleteBucketTaggingCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteBucketTaggingCommandInput,
12
11
  DeleteBucketTaggingCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteBucketTaggingCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteBucketTaggingCommandInput
17
+ input: DeleteBucketTaggingCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteBucketTaggingCommandInput,
21
20
  DeleteBucketTaggingCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- DeleteJobTaggingRequest,
4
- DeleteJobTaggingResult,
5
- } from "../models/models_0";
2
+ import { DeleteJobTaggingRequest, DeleteJobTaggingResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface DeleteJobTaggingCommandInput extends DeleteJobTaggingRequest {}
8
- export interface DeleteJobTaggingCommandOutput
9
- extends DeleteJobTaggingResult,
10
- __MetadataBearer {}
5
+ export interface DeleteJobTaggingCommandOutput extends DeleteJobTaggingResult, __MetadataBearer {}
11
6
  declare const DeleteJobTaggingCommand_base: {
12
7
  new (
13
- input: DeleteJobTaggingCommandInput
8
+ input: DeleteJobTaggingCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  DeleteJobTaggingCommandInput,
16
11
  DeleteJobTaggingCommandOutput,
@@ -19,7 +14,7 @@ declare const DeleteJobTaggingCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: DeleteJobTaggingCommandInput
17
+ input: DeleteJobTaggingCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  DeleteJobTaggingCommandInput,
25
20
  DeleteJobTaggingCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteMultiRegionAccessPointResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteMultiRegionAccessPointCommandInput
8
- extends DeleteMultiRegionAccessPointRequest {}
7
+ export interface DeleteMultiRegionAccessPointCommandInput extends DeleteMultiRegionAccessPointRequest {}
9
8
  export interface DeleteMultiRegionAccessPointCommandOutput
10
- extends DeleteMultiRegionAccessPointResult,
11
- __MetadataBearer {}
9
+ extends DeleteMultiRegionAccessPointResult, __MetadataBearer {}
12
10
  declare const DeleteMultiRegionAccessPointCommand_base: {
13
11
  new (
14
- input: DeleteMultiRegionAccessPointCommandInput
12
+ input: DeleteMultiRegionAccessPointCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteMultiRegionAccessPointCommandInput,
17
15
  DeleteMultiRegionAccessPointCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteMultiRegionAccessPointCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteMultiRegionAccessPointCommandInput
21
+ input: DeleteMultiRegionAccessPointCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteMultiRegionAccessPointCommandInput,
26
24
  DeleteMultiRegionAccessPointCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeletePublicAccessBlockRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeletePublicAccessBlockCommandInput
5
- extends DeletePublicAccessBlockRequest {}
6
- export interface DeletePublicAccessBlockCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeletePublicAccessBlockCommandInput extends DeletePublicAccessBlockRequest {}
5
+ export interface DeletePublicAccessBlockCommandOutput extends __MetadataBearer {}
8
6
  declare const DeletePublicAccessBlockCommand_base: {
9
7
  new (
10
- input: DeletePublicAccessBlockCommandInput
8
+ input: DeletePublicAccessBlockCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeletePublicAccessBlockCommandInput,
13
11
  DeletePublicAccessBlockCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteStorageLensConfigurationRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteStorageLensConfigurationCommandInput
5
- extends DeleteStorageLensConfigurationRequest {}
6
- export interface DeleteStorageLensConfigurationCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DeleteStorageLensConfigurationCommandInput extends DeleteStorageLensConfigurationRequest {}
5
+ export interface DeleteStorageLensConfigurationCommandOutput extends __MetadataBearer {}
8
6
  declare const DeleteStorageLensConfigurationCommand_base: {
9
7
  new (
10
- input: DeleteStorageLensConfigurationCommandInput
8
+ input: DeleteStorageLensConfigurationCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DeleteStorageLensConfigurationCommandInput,
13
11
  DeleteStorageLensConfigurationCommandOutput,
@@ -16,7 +14,7 @@ declare const DeleteStorageLensConfigurationCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DeleteStorageLensConfigurationCommandInput
17
+ input: DeleteStorageLensConfigurationCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DeleteStorageLensConfigurationCommandInput,
22
20
  DeleteStorageLensConfigurationCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DeleteStorageLensConfigurationTaggingResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DeleteStorageLensConfigurationTaggingCommandInput
8
- extends DeleteStorageLensConfigurationTaggingRequest {}
7
+ export interface DeleteStorageLensConfigurationTaggingCommandInput extends DeleteStorageLensConfigurationTaggingRequest {}
9
8
  export interface DeleteStorageLensConfigurationTaggingCommandOutput
10
- extends DeleteStorageLensConfigurationTaggingResult,
11
- __MetadataBearer {}
9
+ extends DeleteStorageLensConfigurationTaggingResult, __MetadataBearer {}
12
10
  declare const DeleteStorageLensConfigurationTaggingCommand_base: {
13
11
  new (
14
- input: DeleteStorageLensConfigurationTaggingCommandInput
12
+ input: DeleteStorageLensConfigurationTaggingCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DeleteStorageLensConfigurationTaggingCommandInput,
17
15
  DeleteStorageLensConfigurationTaggingCommandOutput,
@@ -20,7 +18,7 @@ declare const DeleteStorageLensConfigurationTaggingCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DeleteStorageLensConfigurationTaggingCommandInput
21
+ input: DeleteStorageLensConfigurationTaggingCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DeleteStorageLensConfigurationTaggingCommandInput,
26
24
  DeleteStorageLensConfigurationTaggingCommandOutput,
@@ -1,12 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DeleteStorageLensGroupRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DeleteStorageLensGroupCommandInput
5
- extends DeleteStorageLensGroupRequest {}
4
+ export interface DeleteStorageLensGroupCommandInput extends DeleteStorageLensGroupRequest {}
6
5
  export interface DeleteStorageLensGroupCommandOutput extends __MetadataBearer {}
7
6
  declare const DeleteStorageLensGroupCommand_base: {
8
7
  new (
9
- input: DeleteStorageLensGroupCommandInput
8
+ input: DeleteStorageLensGroupCommandInput,
10
9
  ): import("@smithy/core/client").CommandImpl<
11
10
  DeleteStorageLensGroupCommandInput,
12
11
  DeleteStorageLensGroupCommandOutput,
@@ -15,7 +14,7 @@ declare const DeleteStorageLensGroupCommand_base: {
15
14
  import("..").ServiceOutputTypes
16
15
  >;
17
16
  new (
18
- input: DeleteStorageLensGroupCommandInput
17
+ input: DeleteStorageLensGroupCommandInput,
19
18
  ): import("@smithy/core/client").CommandImpl<
20
19
  DeleteStorageLensGroupCommandInput,
21
20
  DeleteStorageLensGroupCommandOutput,
@@ -2,12 +2,10 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DescribeJobRequest, DescribeJobResult } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
4
  export interface DescribeJobCommandInput extends DescribeJobRequest {}
5
- export interface DescribeJobCommandOutput
6
- extends DescribeJobResult,
7
- __MetadataBearer {}
5
+ export interface DescribeJobCommandOutput extends DescribeJobResult, __MetadataBearer {}
8
6
  declare const DescribeJobCommand_base: {
9
7
  new (
10
- input: DescribeJobCommandInput
8
+ input: DescribeJobCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DescribeJobCommandInput,
13
11
  DescribeJobCommandOutput,
@@ -16,7 +14,7 @@ declare const DescribeJobCommand_base: {
16
14
  import("..").ServiceOutputTypes
17
15
  >;
18
16
  new (
19
- input: DescribeJobCommandInput
17
+ input: DescribeJobCommandInput,
20
18
  ): import("@smithy/core/client").CommandImpl<
21
19
  DescribeJobCommandInput,
22
20
  DescribeJobCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  DescribeMultiRegionAccessPointOperationResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface DescribeMultiRegionAccessPointOperationCommandInput
8
- extends DescribeMultiRegionAccessPointOperationRequest {}
7
+ export interface DescribeMultiRegionAccessPointOperationCommandInput extends DescribeMultiRegionAccessPointOperationRequest {}
9
8
  export interface DescribeMultiRegionAccessPointOperationCommandOutput
10
- extends DescribeMultiRegionAccessPointOperationResult,
11
- __MetadataBearer {}
9
+ extends DescribeMultiRegionAccessPointOperationResult, __MetadataBearer {}
12
10
  declare const DescribeMultiRegionAccessPointOperationCommand_base: {
13
11
  new (
14
- input: DescribeMultiRegionAccessPointOperationCommandInput
12
+ input: DescribeMultiRegionAccessPointOperationCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  DescribeMultiRegionAccessPointOperationCommandInput,
17
15
  DescribeMultiRegionAccessPointOperationCommandOutput,
@@ -20,7 +18,7 @@ declare const DescribeMultiRegionAccessPointOperationCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: DescribeMultiRegionAccessPointOperationCommandInput
21
+ input: DescribeMultiRegionAccessPointOperationCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  DescribeMultiRegionAccessPointOperationCommandInput,
26
24
  DescribeMultiRegionAccessPointOperationCommandOutput,
@@ -1,13 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
2
  import { DissociateAccessGrantsIdentityCenterRequest } from "../models/models_0";
3
3
  export { __MetadataBearer };
4
- export interface DissociateAccessGrantsIdentityCenterCommandInput
5
- extends DissociateAccessGrantsIdentityCenterRequest {}
6
- export interface DissociateAccessGrantsIdentityCenterCommandOutput
7
- extends __MetadataBearer {}
4
+ export interface DissociateAccessGrantsIdentityCenterCommandInput extends DissociateAccessGrantsIdentityCenterRequest {}
5
+ export interface DissociateAccessGrantsIdentityCenterCommandOutput extends __MetadataBearer {}
8
6
  declare const DissociateAccessGrantsIdentityCenterCommand_base: {
9
7
  new (
10
- input: DissociateAccessGrantsIdentityCenterCommandInput
8
+ input: DissociateAccessGrantsIdentityCenterCommandInput,
11
9
  ): import("@smithy/core/client").CommandImpl<
12
10
  DissociateAccessGrantsIdentityCenterCommandInput,
13
11
  DissociateAccessGrantsIdentityCenterCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAccessGrantRequest,
4
- GetAccessGrantResult,
5
- } from "../models/models_0";
2
+ import { GetAccessGrantRequest, GetAccessGrantResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetAccessGrantCommandInput extends GetAccessGrantRequest {}
8
- export interface GetAccessGrantCommandOutput
9
- extends GetAccessGrantResult,
10
- __MetadataBearer {}
5
+ export interface GetAccessGrantCommandOutput extends GetAccessGrantResult, __MetadataBearer {}
11
6
  declare const GetAccessGrantCommand_base: {
12
7
  new (
13
- input: GetAccessGrantCommandInput
8
+ input: GetAccessGrantCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetAccessGrantCommandInput,
16
11
  GetAccessGrantCommandOutput,
@@ -19,7 +14,7 @@ declare const GetAccessGrantCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetAccessGrantCommandInput
17
+ input: GetAccessGrantCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetAccessGrantCommandInput,
25
20
  GetAccessGrantCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAccessGrantsInstanceRequest,
4
- GetAccessGrantsInstanceResult,
5
- } from "../models/models_0";
2
+ import { GetAccessGrantsInstanceRequest, GetAccessGrantsInstanceResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetAccessGrantsInstanceCommandInput
8
- extends GetAccessGrantsInstanceRequest {}
4
+ export interface GetAccessGrantsInstanceCommandInput extends GetAccessGrantsInstanceRequest {}
9
5
  export interface GetAccessGrantsInstanceCommandOutput
10
- extends GetAccessGrantsInstanceResult,
11
- __MetadataBearer {}
6
+ extends GetAccessGrantsInstanceResult, __MetadataBearer {}
12
7
  declare const GetAccessGrantsInstanceCommand_base: {
13
8
  new (
14
- input: GetAccessGrantsInstanceCommandInput
9
+ input: GetAccessGrantsInstanceCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetAccessGrantsInstanceCommandInput,
17
12
  GetAccessGrantsInstanceCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetAccessGrantsInstanceForPrefixResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetAccessGrantsInstanceForPrefixCommandInput
8
- extends GetAccessGrantsInstanceForPrefixRequest {}
7
+ export interface GetAccessGrantsInstanceForPrefixCommandInput extends GetAccessGrantsInstanceForPrefixRequest {}
9
8
  export interface GetAccessGrantsInstanceForPrefixCommandOutput
10
- extends GetAccessGrantsInstanceForPrefixResult,
11
- __MetadataBearer {}
9
+ extends GetAccessGrantsInstanceForPrefixResult, __MetadataBearer {}
12
10
  declare const GetAccessGrantsInstanceForPrefixCommand_base: {
13
11
  new (
14
- input: GetAccessGrantsInstanceForPrefixCommandInput
12
+ input: GetAccessGrantsInstanceForPrefixCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetAccessGrantsInstanceForPrefixCommandInput,
17
15
  GetAccessGrantsInstanceForPrefixCommandOutput,
@@ -20,7 +18,7 @@ declare const GetAccessGrantsInstanceForPrefixCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetAccessGrantsInstanceForPrefixCommandInput
21
+ input: GetAccessGrantsInstanceForPrefixCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetAccessGrantsInstanceForPrefixCommandInput,
26
24
  GetAccessGrantsInstanceForPrefixCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetAccessGrantsInstanceResourcePolicyResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetAccessGrantsInstanceResourcePolicyCommandInput
8
- extends GetAccessGrantsInstanceResourcePolicyRequest {}
7
+ export interface GetAccessGrantsInstanceResourcePolicyCommandInput extends GetAccessGrantsInstanceResourcePolicyRequest {}
9
8
  export interface GetAccessGrantsInstanceResourcePolicyCommandOutput
10
- extends GetAccessGrantsInstanceResourcePolicyResult,
11
- __MetadataBearer {}
9
+ extends GetAccessGrantsInstanceResourcePolicyResult, __MetadataBearer {}
12
10
  declare const GetAccessGrantsInstanceResourcePolicyCommand_base: {
13
11
  new (
14
- input: GetAccessGrantsInstanceResourcePolicyCommandInput
12
+ input: GetAccessGrantsInstanceResourcePolicyCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetAccessGrantsInstanceResourcePolicyCommandInput,
17
15
  GetAccessGrantsInstanceResourcePolicyCommandOutput,
@@ -1,17 +1,12 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAccessGrantsLocationRequest,
4
- GetAccessGrantsLocationResult,
5
- } from "../models/models_0";
2
+ import { GetAccessGrantsLocationRequest, GetAccessGrantsLocationResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
- export interface GetAccessGrantsLocationCommandInput
8
- extends GetAccessGrantsLocationRequest {}
4
+ export interface GetAccessGrantsLocationCommandInput extends GetAccessGrantsLocationRequest {}
9
5
  export interface GetAccessGrantsLocationCommandOutput
10
- extends GetAccessGrantsLocationResult,
11
- __MetadataBearer {}
6
+ extends GetAccessGrantsLocationResult, __MetadataBearer {}
12
7
  declare const GetAccessGrantsLocationCommand_base: {
13
8
  new (
14
- input: GetAccessGrantsLocationCommandInput
9
+ input: GetAccessGrantsLocationCommandInput,
15
10
  ): import("@smithy/core/client").CommandImpl<
16
11
  GetAccessGrantsLocationCommandInput,
17
12
  GetAccessGrantsLocationCommandOutput,
@@ -20,7 +15,7 @@ declare const GetAccessGrantsLocationCommand_base: {
20
15
  import("..").ServiceOutputTypes
21
16
  >;
22
17
  new (
23
- input: GetAccessGrantsLocationCommandInput
18
+ input: GetAccessGrantsLocationCommandInput,
24
19
  ): import("@smithy/core/client").CommandImpl<
25
20
  GetAccessGrantsLocationCommandInput,
26
21
  GetAccessGrantsLocationCommandOutput,
@@ -1,16 +1,11 @@
1
1
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
2
- import {
3
- GetAccessPointRequest,
4
- GetAccessPointResult,
5
- } from "../models/models_0";
2
+ import { GetAccessPointRequest, GetAccessPointResult } from "../models/models_0";
6
3
  export { __MetadataBearer };
7
4
  export interface GetAccessPointCommandInput extends GetAccessPointRequest {}
8
- export interface GetAccessPointCommandOutput
9
- extends GetAccessPointResult,
10
- __MetadataBearer {}
5
+ export interface GetAccessPointCommandOutput extends GetAccessPointResult, __MetadataBearer {}
11
6
  declare const GetAccessPointCommand_base: {
12
7
  new (
13
- input: GetAccessPointCommandInput
8
+ input: GetAccessPointCommandInput,
14
9
  ): import("@smithy/core/client").CommandImpl<
15
10
  GetAccessPointCommandInput,
16
11
  GetAccessPointCommandOutput,
@@ -19,7 +14,7 @@ declare const GetAccessPointCommand_base: {
19
14
  import("..").ServiceOutputTypes
20
15
  >;
21
16
  new (
22
- input: GetAccessPointCommandInput
17
+ input: GetAccessPointCommandInput,
23
18
  ): import("@smithy/core/client").CommandImpl<
24
19
  GetAccessPointCommandInput,
25
20
  GetAccessPointCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetAccessPointConfigurationForObjectLambdaResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetAccessPointConfigurationForObjectLambdaCommandInput
8
- extends GetAccessPointConfigurationForObjectLambdaRequest {}
7
+ export interface GetAccessPointConfigurationForObjectLambdaCommandInput extends GetAccessPointConfigurationForObjectLambdaRequest {}
9
8
  export interface GetAccessPointConfigurationForObjectLambdaCommandOutput
10
- extends GetAccessPointConfigurationForObjectLambdaResult,
11
- __MetadataBearer {}
9
+ extends GetAccessPointConfigurationForObjectLambdaResult, __MetadataBearer {}
12
10
  declare const GetAccessPointConfigurationForObjectLambdaCommand_base: {
13
11
  new (
14
- input: GetAccessPointConfigurationForObjectLambdaCommandInput
12
+ input: GetAccessPointConfigurationForObjectLambdaCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetAccessPointConfigurationForObjectLambdaCommandInput,
17
15
  GetAccessPointConfigurationForObjectLambdaCommandOutput,
@@ -20,7 +18,7 @@ declare const GetAccessPointConfigurationForObjectLambdaCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetAccessPointConfigurationForObjectLambdaCommandInput
21
+ input: GetAccessPointConfigurationForObjectLambdaCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetAccessPointConfigurationForObjectLambdaCommandInput,
26
24
  GetAccessPointConfigurationForObjectLambdaCommandOutput,
@@ -4,14 +4,12 @@ import {
4
4
  GetAccessPointForObjectLambdaResult,
5
5
  } from "../models/models_0";
6
6
  export { __MetadataBearer };
7
- export interface GetAccessPointForObjectLambdaCommandInput
8
- extends GetAccessPointForObjectLambdaRequest {}
7
+ export interface GetAccessPointForObjectLambdaCommandInput extends GetAccessPointForObjectLambdaRequest {}
9
8
  export interface GetAccessPointForObjectLambdaCommandOutput
10
- extends GetAccessPointForObjectLambdaResult,
11
- __MetadataBearer {}
9
+ extends GetAccessPointForObjectLambdaResult, __MetadataBearer {}
12
10
  declare const GetAccessPointForObjectLambdaCommand_base: {
13
11
  new (
14
- input: GetAccessPointForObjectLambdaCommandInput
12
+ input: GetAccessPointForObjectLambdaCommandInput,
15
13
  ): import("@smithy/core/client").CommandImpl<
16
14
  GetAccessPointForObjectLambdaCommandInput,
17
15
  GetAccessPointForObjectLambdaCommandOutput,
@@ -20,7 +18,7 @@ declare const GetAccessPointForObjectLambdaCommand_base: {
20
18
  import("..").ServiceOutputTypes
21
19
  >;
22
20
  new (
23
- input: GetAccessPointForObjectLambdaCommandInput
21
+ input: GetAccessPointForObjectLambdaCommandInput,
24
22
  ): import("@smithy/core/client").CommandImpl<
25
23
  GetAccessPointForObjectLambdaCommandInput,
26
24
  GetAccessPointForObjectLambdaCommandOutput,