@aws-sdk/client-s3-control 3.933.0 → 3.935.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 (81) hide show
  1. package/dist-cjs/index.js +282 -282
  2. package/dist-es/index.js +2 -1
  3. package/dist-es/models/enums.js +281 -0
  4. package/dist-es/models/errors.js +165 -0
  5. package/dist-es/models/models_0.js +1 -370
  6. package/dist-es/schemas/schemas_0.js +1 -1
  7. package/dist-types/commands/ListAccessPointsForObjectLambdaCommand.d.ts +1 -2
  8. package/dist-types/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  9. package/dist-types/commands/ListJobsCommand.d.ts +1 -1
  10. package/dist-types/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  11. package/dist-types/commands/ListRegionalBucketsCommand.d.ts +1 -1
  12. package/dist-types/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  13. package/dist-types/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  14. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  15. package/dist-types/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  16. package/dist-types/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  17. package/dist-types/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  18. package/dist-types/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  19. package/dist-types/commands/PutAccessPointScopeCommand.d.ts +1 -1
  20. package/dist-types/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/PutBucketPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/PutBucketReplicationCommand.d.ts +1 -1
  23. package/dist-types/commands/PutBucketTaggingCommand.d.ts +1 -1
  24. package/dist-types/commands/PutBucketVersioningCommand.d.ts +1 -1
  25. package/dist-types/commands/PutJobTaggingCommand.d.ts +1 -1
  26. package/dist-types/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  28. package/dist-types/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  29. package/dist-types/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  30. package/dist-types/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  31. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  33. package/dist-types/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  34. package/dist-types/commands/UpdateJobPriorityCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdateJobStatusCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  37. package/dist-types/index.d.ts +3 -1
  38. package/dist-types/models/enums.d.ts +689 -0
  39. package/dist-types/models/errors.d.ts +160 -0
  40. package/dist-types/models/models_0.d.ts +1165 -753
  41. package/dist-types/ts3.4/commands/ListAccessPointsForObjectLambdaCommand.d.ts +4 -2
  42. package/dist-types/ts3.4/commands/ListCallerAccessGrantsCommand.d.ts +1 -1
  43. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +1 -1
  44. package/dist-types/ts3.4/commands/ListMultiRegionAccessPointsCommand.d.ts +1 -1
  45. package/dist-types/ts3.4/commands/ListRegionalBucketsCommand.d.ts +1 -1
  46. package/dist-types/ts3.4/commands/ListStorageLensConfigurationsCommand.d.ts +1 -1
  47. package/dist-types/ts3.4/commands/ListStorageLensGroupsCommand.d.ts +1 -1
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -1
  49. package/dist-types/ts3.4/commands/PutAccessGrantsInstanceResourcePolicyCommand.d.ts +1 -1
  50. package/dist-types/ts3.4/commands/PutAccessPointConfigurationForObjectLambdaCommand.d.ts +1 -1
  51. package/dist-types/ts3.4/commands/PutAccessPointPolicyCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/PutAccessPointPolicyForObjectLambdaCommand.d.ts +1 -1
  53. package/dist-types/ts3.4/commands/PutAccessPointScopeCommand.d.ts +1 -1
  54. package/dist-types/ts3.4/commands/PutBucketLifecycleConfigurationCommand.d.ts +1 -1
  55. package/dist-types/ts3.4/commands/PutBucketPolicyCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/PutBucketReplicationCommand.d.ts +1 -1
  57. package/dist-types/ts3.4/commands/PutBucketTaggingCommand.d.ts +1 -1
  58. package/dist-types/ts3.4/commands/PutBucketVersioningCommand.d.ts +1 -1
  59. package/dist-types/ts3.4/commands/PutJobTaggingCommand.d.ts +1 -1
  60. package/dist-types/ts3.4/commands/PutMultiRegionAccessPointPolicyCommand.d.ts +1 -1
  61. package/dist-types/ts3.4/commands/PutPublicAccessBlockCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/PutStorageLensConfigurationCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/PutStorageLensConfigurationTaggingCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/SubmitMultiRegionAccessPointRoutesCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/UpdateAccessGrantsLocationCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/UpdateJobPriorityCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdateJobStatusCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdateStorageLensGroupCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/index.d.ts +3 -1
  72. package/dist-types/ts3.4/models/enums.d.ts +371 -0
  73. package/dist-types/ts3.4/models/errors.d.ts +95 -0
  74. package/dist-types/ts3.4/models/models_0.d.ts +307 -412
  75. package/package.json +12 -12
  76. package/dist-es/models/index.js +0 -2
  77. package/dist-es/models/models_1.js +0 -77
  78. package/dist-types/models/index.d.ts +0 -2
  79. package/dist-types/models/models_1.d.ts +0 -1263
  80. package/dist-types/ts3.4/models/index.d.ts +0 -2
  81. package/dist-types/ts3.4/models/models_1.d.ts +0 -330
@@ -0,0 +1,160 @@
1
+ import { ExceptionOptionType as __ExceptionOptionType } from "@smithy/smithy-client";
2
+ import { S3ControlServiceException as __BaseException } from "./S3ControlServiceException";
3
+ /**
4
+ * <p>The requested Outposts bucket name is not available. The bucket namespace is shared by
5
+ * all users of the Outposts in this Region. Select a different name and try
6
+ * again.</p>
7
+ * @public
8
+ */
9
+ export declare class BucketAlreadyExists extends __BaseException {
10
+ readonly name: "BucketAlreadyExists";
11
+ readonly $fault: "client";
12
+ /**
13
+ * @internal
14
+ */
15
+ constructor(opts: __ExceptionOptionType<BucketAlreadyExists, __BaseException>);
16
+ }
17
+ /**
18
+ * <p>The Outposts bucket you tried to create already exists, and you own it. </p>
19
+ * @public
20
+ */
21
+ export declare class BucketAlreadyOwnedByYou extends __BaseException {
22
+ readonly name: "BucketAlreadyOwnedByYou";
23
+ readonly $fault: "client";
24
+ /**
25
+ * @internal
26
+ */
27
+ constructor(opts: __ExceptionOptionType<BucketAlreadyOwnedByYou, __BaseException>);
28
+ }
29
+ /**
30
+ * <p></p>
31
+ * @public
32
+ */
33
+ export declare class BadRequestException extends __BaseException {
34
+ readonly name: "BadRequestException";
35
+ readonly $fault: "client";
36
+ Message?: string | undefined;
37
+ /**
38
+ * @internal
39
+ */
40
+ constructor(opts: __ExceptionOptionType<BadRequestException, __BaseException>);
41
+ }
42
+ /**
43
+ * <p></p>
44
+ * @public
45
+ */
46
+ export declare class IdempotencyException extends __BaseException {
47
+ readonly name: "IdempotencyException";
48
+ readonly $fault: "client";
49
+ Message?: string | undefined;
50
+ /**
51
+ * @internal
52
+ */
53
+ constructor(opts: __ExceptionOptionType<IdempotencyException, __BaseException>);
54
+ }
55
+ /**
56
+ * <p></p>
57
+ * @public
58
+ */
59
+ export declare class InternalServiceException extends __BaseException {
60
+ readonly name: "InternalServiceException";
61
+ readonly $fault: "server";
62
+ Message?: string | undefined;
63
+ /**
64
+ * @internal
65
+ */
66
+ constructor(opts: __ExceptionOptionType<InternalServiceException, __BaseException>);
67
+ }
68
+ /**
69
+ * <p></p>
70
+ * @public
71
+ */
72
+ export declare class TooManyRequestsException extends __BaseException {
73
+ readonly name: "TooManyRequestsException";
74
+ readonly $fault: "client";
75
+ Message?: string | undefined;
76
+ /**
77
+ * @internal
78
+ */
79
+ constructor(opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>);
80
+ }
81
+ /**
82
+ * <p></p>
83
+ * @public
84
+ */
85
+ export declare class NotFoundException extends __BaseException {
86
+ readonly name: "NotFoundException";
87
+ readonly $fault: "client";
88
+ Message?: string | undefined;
89
+ /**
90
+ * @internal
91
+ */
92
+ constructor(opts: __ExceptionOptionType<NotFoundException, __BaseException>);
93
+ }
94
+ /**
95
+ * <p>Amazon S3 throws this exception if you make a <code>GetPublicAccessBlock</code> request
96
+ * against an account that doesn't have a <code>PublicAccessBlockConfiguration</code>
97
+ * set.</p>
98
+ * @public
99
+ */
100
+ export declare class NoSuchPublicAccessBlockConfiguration extends __BaseException {
101
+ readonly name: "NoSuchPublicAccessBlockConfiguration";
102
+ readonly $fault: "client";
103
+ Message?: string | undefined;
104
+ /**
105
+ * @internal
106
+ */
107
+ constructor(opts: __ExceptionOptionType<NoSuchPublicAccessBlockConfiguration, __BaseException>);
108
+ }
109
+ /**
110
+ * <p></p>
111
+ * @public
112
+ */
113
+ export declare class InvalidNextTokenException extends __BaseException {
114
+ readonly name: "InvalidNextTokenException";
115
+ readonly $fault: "client";
116
+ Message?: string | undefined;
117
+ /**
118
+ * @internal
119
+ */
120
+ constructor(opts: __ExceptionOptionType<InvalidNextTokenException, __BaseException>);
121
+ }
122
+ /**
123
+ * <p></p>
124
+ * @public
125
+ */
126
+ export declare class InvalidRequestException extends __BaseException {
127
+ readonly name: "InvalidRequestException";
128
+ readonly $fault: "client";
129
+ Message?: string | undefined;
130
+ /**
131
+ * @internal
132
+ */
133
+ constructor(opts: __ExceptionOptionType<InvalidRequestException, __BaseException>);
134
+ }
135
+ /**
136
+ * <p>Amazon S3 throws this exception if you have too many tags in your tag set.</p>
137
+ * @public
138
+ */
139
+ export declare class TooManyTagsException extends __BaseException {
140
+ readonly name: "TooManyTagsException";
141
+ readonly $fault: "client";
142
+ Message?: string | undefined;
143
+ /**
144
+ * @internal
145
+ */
146
+ constructor(opts: __ExceptionOptionType<TooManyTagsException, __BaseException>);
147
+ }
148
+ /**
149
+ * <p></p>
150
+ * @public
151
+ */
152
+ export declare class JobStatusException extends __BaseException {
153
+ readonly name: "JobStatusException";
154
+ readonly $fault: "client";
155
+ Message?: string | undefined;
156
+ /**
157
+ * @internal
158
+ */
159
+ constructor(opts: __ExceptionOptionType<JobStatusException, __BaseException>);
160
+ }