@aws-sdk/client-s3outposts 3.296.0 → 3.298.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 (27) hide show
  1. package/dist-cjs/commands/CreateEndpointCommand.js +2 -3
  2. package/dist-cjs/commands/DeleteEndpointCommand.js +2 -3
  3. package/dist-cjs/commands/ListEndpointsCommand.js +2 -3
  4. package/dist-cjs/commands/ListOutpostsWithS3Command.js +2 -3
  5. package/dist-cjs/commands/ListSharedEndpointsCommand.js +2 -3
  6. package/dist-cjs/models/models_0.js +1 -53
  7. package/dist-es/commands/CreateEndpointCommand.js +2 -3
  8. package/dist-es/commands/DeleteEndpointCommand.js +2 -3
  9. package/dist-es/commands/ListEndpointsCommand.js +2 -3
  10. package/dist-es/commands/ListOutpostsWithS3Command.js +2 -3
  11. package/dist-es/commands/ListSharedEndpointsCommand.js +2 -3
  12. package/dist-es/models/models_0.js +0 -39
  13. package/dist-types/S3Outposts.d.ts +6 -0
  14. package/dist-types/S3OutpostsClient.d.ts +24 -4
  15. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  17. package/dist-types/commands/ListEndpointsCommand.d.ts +16 -0
  18. package/dist-types/commands/ListOutpostsWithS3Command.d.ts +16 -0
  19. package/dist-types/commands/ListSharedEndpointsCommand.d.ts +16 -0
  20. package/dist-types/models/S3OutpostsServiceException.d.ts +2 -0
  21. package/dist-types/models/models_0.d.ts +44 -52
  22. package/dist-types/pagination/Interfaces.d.ts +3 -0
  23. package/dist-types/pagination/ListEndpointsPaginator.d.ts +3 -0
  24. package/dist-types/pagination/ListOutpostsWithS3Paginator.d.ts +3 -0
  25. package/dist-types/pagination/ListSharedEndpointsPaginator.d.ts +3 -0
  26. package/dist-types/ts3.4/models/models_0.d.ts +0 -33
  27. package/package.json +4 -3
@@ -4,7 +4,6 @@ exports.CreateEndpointCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
8
  class CreateEndpointCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class CreateEndpointCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.CreateEndpointRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.CreateEndpointResultFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.DeleteEndpointCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
8
  class DeleteEndpointCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class DeleteEndpointCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.DeleteEndpointRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: (output) => output,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ListEndpointsCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
8
  class ListEndpointsCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListEndpointsCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListEndpointsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListEndpointsResultFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ListOutpostsWithS3Command = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
8
  class ListOutpostsWithS3Command extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListOutpostsWithS3Command extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListOutpostsWithS3RequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListOutpostsWithS3ResultFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -4,7 +4,6 @@ exports.ListSharedEndpointsCommand = void 0;
4
4
  const middleware_endpoint_1 = require("@aws-sdk/middleware-endpoint");
5
5
  const middleware_serde_1 = require("@aws-sdk/middleware-serde");
6
6
  const smithy_client_1 = require("@aws-sdk/smithy-client");
7
- const models_0_1 = require("../models/models_0");
8
7
  const Aws_restJson1_1 = require("../protocols/Aws_restJson1");
9
8
  class ListSharedEndpointsCommand extends smithy_client_1.Command {
10
9
  static getEndpointParameterInstructions() {
@@ -30,8 +29,8 @@ class ListSharedEndpointsCommand extends smithy_client_1.Command {
30
29
  logger,
31
30
  clientName,
32
31
  commandName,
33
- inputFilterSensitiveLog: models_0_1.ListSharedEndpointsRequestFilterSensitiveLog,
34
- outputFilterSensitiveLog: models_0_1.ListSharedEndpointsResultFilterSensitiveLog,
32
+ inputFilterSensitiveLog: (_) => _,
33
+ outputFilterSensitiveLog: (_) => _,
35
34
  };
36
35
  const { requestHandler } = configuration;
37
36
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListSharedEndpointsResultFilterSensitiveLog = exports.ListSharedEndpointsRequestFilterSensitiveLog = exports.ListOutpostsWithS3ResultFilterSensitiveLog = exports.OutpostFilterSensitiveLog = exports.ListOutpostsWithS3RequestFilterSensitiveLog = exports.ListEndpointsResultFilterSensitiveLog = exports.ListEndpointsRequestFilterSensitiveLog = exports.EndpointFilterSensitiveLog = exports.NetworkInterfaceFilterSensitiveLog = exports.FailedReasonFilterSensitiveLog = exports.DeleteEndpointRequestFilterSensitiveLog = exports.CreateEndpointResultFilterSensitiveLog = exports.CreateEndpointRequestFilterSensitiveLog = exports.EndpointStatus = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.OutpostOfflineException = exports.InternalServerException = exports.EndpointAccessType = exports.ConflictException = exports.AccessDeniedException = void 0;
3
+ exports.EndpointStatus = exports.ValidationException = exports.ThrottlingException = exports.ResourceNotFoundException = exports.OutpostOfflineException = exports.InternalServerException = exports.EndpointAccessType = exports.ConflictException = exports.AccessDeniedException = void 0;
4
4
  const S3OutpostsServiceException_1 = require("./S3OutpostsServiceException");
5
5
  class AccessDeniedException extends S3OutpostsServiceException_1.S3OutpostsServiceException {
6
6
  constructor(opts) {
@@ -113,55 +113,3 @@ var EndpointStatus;
113
113
  EndpointStatus["DELETING"] = "Deleting";
114
114
  EndpointStatus["PENDING"] = "Pending";
115
115
  })(EndpointStatus = exports.EndpointStatus || (exports.EndpointStatus = {}));
116
- const CreateEndpointRequestFilterSensitiveLog = (obj) => ({
117
- ...obj,
118
- });
119
- exports.CreateEndpointRequestFilterSensitiveLog = CreateEndpointRequestFilterSensitiveLog;
120
- const CreateEndpointResultFilterSensitiveLog = (obj) => ({
121
- ...obj,
122
- });
123
- exports.CreateEndpointResultFilterSensitiveLog = CreateEndpointResultFilterSensitiveLog;
124
- const DeleteEndpointRequestFilterSensitiveLog = (obj) => ({
125
- ...obj,
126
- });
127
- exports.DeleteEndpointRequestFilterSensitiveLog = DeleteEndpointRequestFilterSensitiveLog;
128
- const FailedReasonFilterSensitiveLog = (obj) => ({
129
- ...obj,
130
- });
131
- exports.FailedReasonFilterSensitiveLog = FailedReasonFilterSensitiveLog;
132
- const NetworkInterfaceFilterSensitiveLog = (obj) => ({
133
- ...obj,
134
- });
135
- exports.NetworkInterfaceFilterSensitiveLog = NetworkInterfaceFilterSensitiveLog;
136
- const EndpointFilterSensitiveLog = (obj) => ({
137
- ...obj,
138
- });
139
- exports.EndpointFilterSensitiveLog = EndpointFilterSensitiveLog;
140
- const ListEndpointsRequestFilterSensitiveLog = (obj) => ({
141
- ...obj,
142
- });
143
- exports.ListEndpointsRequestFilterSensitiveLog = ListEndpointsRequestFilterSensitiveLog;
144
- const ListEndpointsResultFilterSensitiveLog = (obj) => ({
145
- ...obj,
146
- });
147
- exports.ListEndpointsResultFilterSensitiveLog = ListEndpointsResultFilterSensitiveLog;
148
- const ListOutpostsWithS3RequestFilterSensitiveLog = (obj) => ({
149
- ...obj,
150
- });
151
- exports.ListOutpostsWithS3RequestFilterSensitiveLog = ListOutpostsWithS3RequestFilterSensitiveLog;
152
- const OutpostFilterSensitiveLog = (obj) => ({
153
- ...obj,
154
- });
155
- exports.OutpostFilterSensitiveLog = OutpostFilterSensitiveLog;
156
- const ListOutpostsWithS3ResultFilterSensitiveLog = (obj) => ({
157
- ...obj,
158
- });
159
- exports.ListOutpostsWithS3ResultFilterSensitiveLog = ListOutpostsWithS3ResultFilterSensitiveLog;
160
- const ListSharedEndpointsRequestFilterSensitiveLog = (obj) => ({
161
- ...obj,
162
- });
163
- exports.ListSharedEndpointsRequestFilterSensitiveLog = ListSharedEndpointsRequestFilterSensitiveLog;
164
- const ListSharedEndpointsResultFilterSensitiveLog = (obj) => ({
165
- ...obj,
166
- });
167
- exports.ListSharedEndpointsResultFilterSensitiveLog = ListSharedEndpointsResultFilterSensitiveLog;
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { CreateEndpointRequestFilterSensitiveLog, CreateEndpointResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1CreateEndpointCommand, serializeAws_restJson1CreateEndpointCommand, } from "../protocols/Aws_restJson1";
6
5
  export class CreateEndpointCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class CreateEndpointCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: CreateEndpointRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: CreateEndpointResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { DeleteEndpointRequestFilterSensitiveLog } from "../models/models_0";
5
4
  import { deserializeAws_restJson1DeleteEndpointCommand, serializeAws_restJson1DeleteEndpointCommand, } from "../protocols/Aws_restJson1";
6
5
  export class DeleteEndpointCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class DeleteEndpointCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: DeleteEndpointRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: (output) => output,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListEndpointsRequestFilterSensitiveLog, ListEndpointsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListEndpointsCommand, serializeAws_restJson1ListEndpointsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListEndpointsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListEndpointsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListEndpointsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListEndpointsResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListOutpostsWithS3RequestFilterSensitiveLog, ListOutpostsWithS3ResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListOutpostsWithS3Command, serializeAws_restJson1ListOutpostsWithS3Command, } from "../protocols/Aws_restJson1";
6
5
  export class ListOutpostsWithS3Command extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListOutpostsWithS3Command extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListOutpostsWithS3RequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListOutpostsWithS3ResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -1,7 +1,6 @@
1
1
  import { getEndpointPlugin } from "@aws-sdk/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@aws-sdk/middleware-serde";
3
3
  import { Command as $Command } from "@aws-sdk/smithy-client";
4
- import { ListSharedEndpointsRequestFilterSensitiveLog, ListSharedEndpointsResultFilterSensitiveLog, } from "../models/models_0";
5
4
  import { deserializeAws_restJson1ListSharedEndpointsCommand, serializeAws_restJson1ListSharedEndpointsCommand, } from "../protocols/Aws_restJson1";
6
5
  export class ListSharedEndpointsCommand extends $Command {
7
6
  static getEndpointParameterInstructions() {
@@ -27,8 +26,8 @@ export class ListSharedEndpointsCommand extends $Command {
27
26
  logger,
28
27
  clientName,
29
28
  commandName,
30
- inputFilterSensitiveLog: ListSharedEndpointsRequestFilterSensitiveLog,
31
- outputFilterSensitiveLog: ListSharedEndpointsResultFilterSensitiveLog,
29
+ inputFilterSensitiveLog: (_) => _,
30
+ outputFilterSensitiveLog: (_) => _,
32
31
  };
33
32
  const { requestHandler } = configuration;
34
33
  return stack.resolve((request) => requestHandler.handle(request.request, options || {}), handlerExecutionContext);
@@ -103,42 +103,3 @@ export var EndpointStatus;
103
103
  EndpointStatus["DELETING"] = "Deleting";
104
104
  EndpointStatus["PENDING"] = "Pending";
105
105
  })(EndpointStatus || (EndpointStatus = {}));
106
- export const CreateEndpointRequestFilterSensitiveLog = (obj) => ({
107
- ...obj,
108
- });
109
- export const CreateEndpointResultFilterSensitiveLog = (obj) => ({
110
- ...obj,
111
- });
112
- export const DeleteEndpointRequestFilterSensitiveLog = (obj) => ({
113
- ...obj,
114
- });
115
- export const FailedReasonFilterSensitiveLog = (obj) => ({
116
- ...obj,
117
- });
118
- export const NetworkInterfaceFilterSensitiveLog = (obj) => ({
119
- ...obj,
120
- });
121
- export const EndpointFilterSensitiveLog = (obj) => ({
122
- ...obj,
123
- });
124
- export const ListEndpointsRequestFilterSensitiveLog = (obj) => ({
125
- ...obj,
126
- });
127
- export const ListEndpointsResultFilterSensitiveLog = (obj) => ({
128
- ...obj,
129
- });
130
- export const ListOutpostsWithS3RequestFilterSensitiveLog = (obj) => ({
131
- ...obj,
132
- });
133
- export const OutpostFilterSensitiveLog = (obj) => ({
134
- ...obj,
135
- });
136
- export const ListOutpostsWithS3ResultFilterSensitiveLog = (obj) => ({
137
- ...obj,
138
- });
139
- export const ListSharedEndpointsRequestFilterSensitiveLog = (obj) => ({
140
- ...obj,
141
- });
142
- export const ListSharedEndpointsResultFilterSensitiveLog = (obj) => ({
143
- ...obj,
144
- });
@@ -6,10 +6,12 @@ import { ListOutpostsWithS3CommandInput, ListOutpostsWithS3CommandOutput } from
6
6
  import { ListSharedEndpointsCommandInput, ListSharedEndpointsCommandOutput } from "./commands/ListSharedEndpointsCommand";
7
7
  import { S3OutpostsClient } from "./S3OutpostsClient";
8
8
  /**
9
+ * @public
9
10
  * <p>Amazon S3 on Outposts provides access to S3 on Outposts operations.</p>
10
11
  */
11
12
  export declare class S3Outposts extends S3OutpostsClient {
12
13
  /**
14
+ * @public
13
15
  * <p>Creates an endpoint and associates it with the specified Outpost.</p>
14
16
  * <note>
15
17
  * <p>It can take up to 5 minutes for this action to finish.</p>
@@ -33,6 +35,7 @@ export declare class S3Outposts extends S3OutpostsClient {
33
35
  createEndpoint(args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
34
36
  createEndpoint(args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
35
37
  /**
38
+ * @public
36
39
  * <p>Deletes an endpoint.</p>
37
40
  * <note>
38
41
  * <p>It can take up to 5 minutes for this action to finish.</p>
@@ -56,6 +59,7 @@ export declare class S3Outposts extends S3OutpostsClient {
56
59
  deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
57
60
  deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
58
61
  /**
62
+ * @public
59
63
  * <p>Lists endpoints associated with the specified Outpost. </p>
60
64
  * <p>Related actions include:</p>
61
65
  * <ul>
@@ -75,6 +79,7 @@ export declare class S3Outposts extends S3OutpostsClient {
75
79
  listEndpoints(args: ListEndpointsCommandInput, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
76
80
  listEndpoints(args: ListEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListEndpointsCommandOutput) => void): void;
77
81
  /**
82
+ * @public
78
83
  * <p>Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
79
84
  * Includes S3 on Outposts that you have access to as the Outposts owner, or as a shared user
80
85
  * from Resource Access Manager (RAM). </p>
@@ -83,6 +88,7 @@ export declare class S3Outposts extends S3OutpostsClient {
83
88
  listOutpostsWithS3(args: ListOutpostsWithS3CommandInput, cb: (err: any, data?: ListOutpostsWithS3CommandOutput) => void): void;
84
89
  listOutpostsWithS3(args: ListOutpostsWithS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListOutpostsWithS3CommandOutput) => void): void;
85
90
  /**
91
+ * @public
86
92
  * <p>Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).</p>
87
93
  * <p>Related actions include:</p>
88
94
  * <ul>
@@ -13,15 +13,24 @@ import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "./command
13
13
  import { ListOutpostsWithS3CommandInput, ListOutpostsWithS3CommandOutput } from "./commands/ListOutpostsWithS3Command";
14
14
  import { ListSharedEndpointsCommandInput, ListSharedEndpointsCommandOutput } from "./commands/ListSharedEndpointsCommand";
15
15
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
16
+ /**
17
+ * @public
18
+ */
16
19
  export type ServiceInputTypes = CreateEndpointCommandInput | DeleteEndpointCommandInput | ListEndpointsCommandInput | ListOutpostsWithS3CommandInput | ListSharedEndpointsCommandInput;
20
+ /**
21
+ * @public
22
+ */
17
23
  export type ServiceOutputTypes = CreateEndpointCommandOutput | DeleteEndpointCommandOutput | ListEndpointsCommandOutput | ListOutpostsWithS3CommandOutput | ListSharedEndpointsCommandOutput;
24
+ /**
25
+ * @public
26
+ */
18
27
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
19
28
  /**
20
29
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
21
30
  */
22
31
  requestHandler?: __HttpHandler;
23
32
  /**
24
- * A constructor for a class implementing the {@link __Checksum} interface
33
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
25
34
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
26
35
  * @internal
27
36
  */
@@ -111,23 +120,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
111
120
  */
112
121
  logger?: __Logger;
113
122
  /**
114
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
123
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
115
124
  */
116
125
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
117
126
  }
127
+ /**
128
+ * @public
129
+ */
118
130
  type S3OutpostsClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
119
131
  /**
120
- * The configuration interface of S3OutpostsClient class constructor that set the region, credentials and other options.
132
+ * @public
133
+ *
134
+ * The configuration interface of S3OutpostsClient class constructor that set the region, credentials and other options.
121
135
  */
122
136
  export interface S3OutpostsClientConfig extends S3OutpostsClientConfigType {
123
137
  }
138
+ /**
139
+ * @public
140
+ */
124
141
  type S3OutpostsClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
125
142
  /**
126
- * The resolved configuration interface of S3OutpostsClient class. This is resolved and normalized from the {@link S3OutpostsClientConfig | constructor configuration interface}.
143
+ * @public
144
+ *
145
+ * The resolved configuration interface of S3OutpostsClient class. This is resolved and normalized from the {@link S3OutpostsClientConfig | constructor configuration interface}.
127
146
  */
128
147
  export interface S3OutpostsClientResolvedConfig extends S3OutpostsClientResolvedConfigType {
129
148
  }
130
149
  /**
150
+ * @public
131
151
  * <p>Amazon S3 on Outposts provides access to S3 on Outposts operations.</p>
132
152
  */
133
153
  export declare class S3OutpostsClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, S3OutpostsClientResolvedConfig> {
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { CreateEndpointRequest, CreateEndpointResult } from "../models/models_0";
5
5
  import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link CreateEndpointCommand}.
8
10
  */
9
11
  export interface CreateEndpointCommandInput extends CreateEndpointRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link CreateEndpointCommand}.
13
17
  */
14
18
  export interface CreateEndpointCommandOutput extends CreateEndpointResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Creates an endpoint and associates it with the specified Outpost.</p>
18
23
  * <note>
19
24
  * <p>It can take up to 5 minutes for this action to finish.</p>
@@ -42,6 +47,8 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResult, __Met
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param CreateEndpointCommandInput - {@link CreateEndpointCommandInput}
51
+ * @returns {@link CreateEndpointCommandOutput}
45
52
  * @see {@link CreateEndpointCommandInput} for command's `input` shape.
46
53
  * @see {@link CreateEndpointCommandOutput} for command's `response` shape.
47
54
  * @see {@link S3OutpostsClientResolvedConfig | config} for S3OutpostsClient's `config` shape.
@@ -72,11 +79,20 @@ export interface CreateEndpointCommandOutput extends CreateEndpointResult, __Met
72
79
  export declare class CreateEndpointCommand extends $Command<CreateEndpointCommandInput, CreateEndpointCommandOutput, S3OutpostsClientResolvedConfig> {
73
80
  readonly input: CreateEndpointCommandInput;
74
81
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
82
+ /**
83
+ * @public
84
+ */
75
85
  constructor(input: CreateEndpointCommandInput);
76
86
  /**
77
87
  * @internal
78
88
  */
79
89
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateEndpointCommandInput, CreateEndpointCommandOutput>;
90
+ /**
91
+ * @internal
92
+ */
80
93
  private serialize;
94
+ /**
95
+ * @internal
96
+ */
81
97
  private deserialize;
82
98
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DeleteEndpointRequest } from "../models/models_0";
5
5
  import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link DeleteEndpointCommand}.
8
10
  */
9
11
  export interface DeleteEndpointCommandInput extends DeleteEndpointRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link DeleteEndpointCommand}.
13
17
  */
14
18
  export interface DeleteEndpointCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Deletes an endpoint.</p>
18
23
  * <note>
19
24
  * <p>It can take up to 5 minutes for this action to finish.</p>
@@ -42,6 +47,8 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {
42
47
  * const response = await client.send(command);
43
48
  * ```
44
49
  *
50
+ * @param DeleteEndpointCommandInput - {@link DeleteEndpointCommandInput}
51
+ * @returns {@link DeleteEndpointCommandOutput}
45
52
  * @see {@link DeleteEndpointCommandInput} for command's `input` shape.
46
53
  * @see {@link DeleteEndpointCommandOutput} for command's `response` shape.
47
54
  * @see {@link S3OutpostsClientResolvedConfig | config} for S3OutpostsClient's `config` shape.
@@ -69,11 +76,20 @@ export interface DeleteEndpointCommandOutput extends __MetadataBearer {
69
76
  export declare class DeleteEndpointCommand extends $Command<DeleteEndpointCommandInput, DeleteEndpointCommandOutput, S3OutpostsClientResolvedConfig> {
70
77
  readonly input: DeleteEndpointCommandInput;
71
78
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
79
+ /**
80
+ * @public
81
+ */
72
82
  constructor(input: DeleteEndpointCommandInput);
73
83
  /**
74
84
  * @internal
75
85
  */
76
86
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteEndpointCommandInput, DeleteEndpointCommandOutput>;
87
+ /**
88
+ * @internal
89
+ */
77
90
  private serialize;
91
+ /**
92
+ * @internal
93
+ */
78
94
  private deserialize;
79
95
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListEndpointsRequest, ListEndpointsResult } from "../models/models_0";
5
5
  import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEndpointsCommand}.
8
10
  */
9
11
  export interface ListEndpointsCommandInput extends ListEndpointsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEndpointsCommand}.
13
17
  */
14
18
  export interface ListEndpointsCommandOutput extends ListEndpointsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists endpoints associated with the specified Outpost. </p>
18
23
  * <p>Related actions include:</p>
19
24
  * <ul>
@@ -38,6 +43,8 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResult, __Metad
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param ListEndpointsCommandInput - {@link ListEndpointsCommandInput}
47
+ * @returns {@link ListEndpointsCommandOutput}
41
48
  * @see {@link ListEndpointsCommandInput} for command's `input` shape.
42
49
  * @see {@link ListEndpointsCommandOutput} for command's `response` shape.
43
50
  * @see {@link S3OutpostsClientResolvedConfig | config} for S3OutpostsClient's `config` shape.
@@ -62,11 +69,20 @@ export interface ListEndpointsCommandOutput extends ListEndpointsResult, __Metad
62
69
  export declare class ListEndpointsCommand extends $Command<ListEndpointsCommandInput, ListEndpointsCommandOutput, S3OutpostsClientResolvedConfig> {
63
70
  readonly input: ListEndpointsCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: ListEndpointsCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEndpointsCommandInput, ListEndpointsCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListOutpostsWithS3Request, ListOutpostsWithS3Result } from "../models/models_0";
5
5
  import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListOutpostsWithS3Command}.
8
10
  */
9
11
  export interface ListOutpostsWithS3CommandInput extends ListOutpostsWithS3Request {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListOutpostsWithS3Command}.
13
17
  */
14
18
  export interface ListOutpostsWithS3CommandOutput extends ListOutpostsWithS3Result, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists the Outposts with S3 on Outposts capacity for your Amazon Web Services account.
18
23
  * Includes S3 on Outposts that you have access to as the Outposts owner, or as a shared user
19
24
  * from Resource Access Manager (RAM). </p>
@@ -27,6 +32,8 @@ export interface ListOutpostsWithS3CommandOutput extends ListOutpostsWithS3Resul
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param ListOutpostsWithS3CommandInput - {@link ListOutpostsWithS3CommandInput}
36
+ * @returns {@link ListOutpostsWithS3CommandOutput}
30
37
  * @see {@link ListOutpostsWithS3CommandInput} for command's `input` shape.
31
38
  * @see {@link ListOutpostsWithS3CommandOutput} for command's `response` shape.
32
39
  * @see {@link S3OutpostsClientResolvedConfig | config} for S3OutpostsClient's `config` shape.
@@ -48,11 +55,20 @@ export interface ListOutpostsWithS3CommandOutput extends ListOutpostsWithS3Resul
48
55
  export declare class ListOutpostsWithS3Command extends $Command<ListOutpostsWithS3CommandInput, ListOutpostsWithS3CommandOutput, S3OutpostsClientResolvedConfig> {
49
56
  readonly input: ListOutpostsWithS3CommandInput;
50
57
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
+ /**
59
+ * @public
60
+ */
51
61
  constructor(input: ListOutpostsWithS3CommandInput);
52
62
  /**
53
63
  * @internal
54
64
  */
55
65
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListOutpostsWithS3CommandInput, ListOutpostsWithS3CommandOutput>;
66
+ /**
67
+ * @internal
68
+ */
56
69
  private serialize;
70
+ /**
71
+ * @internal
72
+ */
57
73
  private deserialize;
58
74
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { ListSharedEndpointsRequest, ListSharedEndpointsResult } from "../models/models_0";
5
5
  import { S3OutpostsClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../S3OutpostsClient";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListSharedEndpointsCommand}.
8
10
  */
9
11
  export interface ListSharedEndpointsCommandInput extends ListSharedEndpointsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListSharedEndpointsCommand}.
13
17
  */
14
18
  export interface ListSharedEndpointsCommandOutput extends ListSharedEndpointsResult, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Lists all endpoints associated with an Outpost that has been shared by Amazon Web Services Resource Access Manager (RAM).</p>
18
23
  * <p>Related actions include:</p>
19
24
  * <ul>
@@ -38,6 +43,8 @@ export interface ListSharedEndpointsCommandOutput extends ListSharedEndpointsRes
38
43
  * const response = await client.send(command);
39
44
  * ```
40
45
  *
46
+ * @param ListSharedEndpointsCommandInput - {@link ListSharedEndpointsCommandInput}
47
+ * @returns {@link ListSharedEndpointsCommandOutput}
41
48
  * @see {@link ListSharedEndpointsCommandInput} for command's `input` shape.
42
49
  * @see {@link ListSharedEndpointsCommandOutput} for command's `response` shape.
43
50
  * @see {@link S3OutpostsClientResolvedConfig | config} for S3OutpostsClient's `config` shape.
@@ -62,11 +69,20 @@ export interface ListSharedEndpointsCommandOutput extends ListSharedEndpointsRes
62
69
  export declare class ListSharedEndpointsCommand extends $Command<ListSharedEndpointsCommandInput, ListSharedEndpointsCommandOutput, S3OutpostsClientResolvedConfig> {
63
70
  readonly input: ListSharedEndpointsCommandInput;
64
71
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
72
+ /**
73
+ * @public
74
+ */
65
75
  constructor(input: ListSharedEndpointsCommandInput);
66
76
  /**
67
77
  * @internal
68
78
  */
69
79
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: S3OutpostsClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSharedEndpointsCommandInput, ListSharedEndpointsCommandOutput>;
80
+ /**
81
+ * @internal
82
+ */
70
83
  private serialize;
84
+ /**
85
+ * @internal
86
+ */
71
87
  private deserialize;
72
88
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from S3Outposts service.
4
6
  */
5
7
  export declare class S3OutpostsServiceException extends __ServiceException {
@@ -1,6 +1,7 @@
1
1
  import { ExceptionOptionType as __ExceptionOptionType } from "@aws-sdk/smithy-client";
2
2
  import { S3OutpostsServiceException as __BaseException } from "./S3OutpostsServiceException";
3
3
  /**
4
+ * @public
4
5
  * <p>Access was denied for this action.</p>
5
6
  */
6
7
  export declare class AccessDeniedException extends __BaseException {
@@ -13,6 +14,7 @@ export declare class AccessDeniedException extends __BaseException {
13
14
  constructor(opts: __ExceptionOptionType<AccessDeniedException, __BaseException>);
14
15
  }
15
16
  /**
17
+ * @public
16
18
  * <p>There was a conflict with this action, and it could not be completed.</p>
17
19
  */
18
20
  export declare class ConflictException extends __BaseException {
@@ -24,10 +26,16 @@ export declare class ConflictException extends __BaseException {
24
26
  */
25
27
  constructor(opts: __ExceptionOptionType<ConflictException, __BaseException>);
26
28
  }
29
+ /**
30
+ * @public
31
+ */
27
32
  export declare enum EndpointAccessType {
28
33
  CUSTOMER_OWNED_IP = "CustomerOwnedIp",
29
34
  PRIVATE = "Private"
30
35
  }
36
+ /**
37
+ * @public
38
+ */
31
39
  export interface CreateEndpointRequest {
32
40
  /**
33
41
  * <p>The ID of the Outposts. </p>
@@ -60,6 +68,9 @@ export interface CreateEndpointRequest {
60
68
  */
61
69
  CustomerOwnedIpv4Pool?: string;
62
70
  }
71
+ /**
72
+ * @public
73
+ */
63
74
  export interface CreateEndpointResult {
64
75
  /**
65
76
  * <p>The Amazon Resource Name (ARN) of the endpoint.</p>
@@ -67,6 +78,7 @@ export interface CreateEndpointResult {
67
78
  EndpointArn?: string;
68
79
  }
69
80
  /**
81
+ * @public
70
82
  * <p>There was an exception with the internal server.</p>
71
83
  */
72
84
  export declare class InternalServerException extends __BaseException {
@@ -79,6 +91,7 @@ export declare class InternalServerException extends __BaseException {
79
91
  constructor(opts: __ExceptionOptionType<InternalServerException, __BaseException>);
80
92
  }
81
93
  /**
94
+ * @public
82
95
  * <p>The service link connection to your Outposts home Region is down. Check your connection and try again.</p>
83
96
  */
84
97
  export declare class OutpostOfflineException extends __BaseException {
@@ -91,6 +104,7 @@ export declare class OutpostOfflineException extends __BaseException {
91
104
  constructor(opts: __ExceptionOptionType<OutpostOfflineException, __BaseException>);
92
105
  }
93
106
  /**
107
+ * @public
94
108
  * <p>The requested resource was not found.</p>
95
109
  */
96
110
  export declare class ResourceNotFoundException extends __BaseException {
@@ -103,6 +117,7 @@ export declare class ResourceNotFoundException extends __BaseException {
103
117
  constructor(opts: __ExceptionOptionType<ResourceNotFoundException, __BaseException>);
104
118
  }
105
119
  /**
120
+ * @public
106
121
  * <p>The request was denied due to request throttling.</p>
107
122
  */
108
123
  export declare class ThrottlingException extends __BaseException {
@@ -115,6 +130,7 @@ export declare class ThrottlingException extends __BaseException {
115
130
  constructor(opts: __ExceptionOptionType<ThrottlingException, __BaseException>);
116
131
  }
117
132
  /**
133
+ * @public
118
134
  * <p>There was an exception validating this data.</p>
119
135
  */
120
136
  export declare class ValidationException extends __BaseException {
@@ -126,6 +142,9 @@ export declare class ValidationException extends __BaseException {
126
142
  */
127
143
  constructor(opts: __ExceptionOptionType<ValidationException, __BaseException>);
128
144
  }
145
+ /**
146
+ * @public
147
+ */
129
148
  export interface DeleteEndpointRequest {
130
149
  /**
131
150
  * <p>The ID of the endpoint.</p>
@@ -137,6 +156,7 @@ export interface DeleteEndpointRequest {
137
156
  OutpostId: string | undefined;
138
157
  }
139
158
  /**
159
+ * @public
140
160
  * <p>The failure reason, if any, for a create or delete endpoint operation.</p>
141
161
  */
142
162
  export interface FailedReason {
@@ -150,6 +170,7 @@ export interface FailedReason {
150
170
  Message?: string;
151
171
  }
152
172
  /**
173
+ * @public
153
174
  * <p>The container for the network interface.</p>
154
175
  */
155
176
  export interface NetworkInterface {
@@ -158,6 +179,9 @@ export interface NetworkInterface {
158
179
  */
159
180
  NetworkInterfaceId?: string;
160
181
  }
182
+ /**
183
+ * @public
184
+ */
161
185
  export declare enum EndpointStatus {
162
186
  AVAILABLE = "Available",
163
187
  CREATE_FAILED = "Create_Failed",
@@ -166,6 +190,7 @@ export declare enum EndpointStatus {
166
190
  PENDING = "Pending"
167
191
  }
168
192
  /**
193
+ * @public
169
194
  * <p>Amazon S3 on Outposts Access Points simplify managing data access at scale for shared datasets in S3 on Outposts.
170
195
  * S3 on Outposts uses endpoints to connect to Outposts buckets so that you can perform actions within your
171
196
  * virtual private cloud (VPC). For more information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/userguide/WorkingWithS3Outposts.html">
@@ -221,6 +246,9 @@ export interface Endpoint {
221
246
  */
222
247
  FailedReason?: FailedReason;
223
248
  }
249
+ /**
250
+ * @public
251
+ */
224
252
  export interface ListEndpointsRequest {
225
253
  /**
226
254
  * <p>If a previous response from this operation included a <code>NextToken</code> value,
@@ -232,6 +260,9 @@ export interface ListEndpointsRequest {
232
260
  */
233
261
  MaxResults?: number;
234
262
  }
263
+ /**
264
+ * @public
265
+ */
235
266
  export interface ListEndpointsResult {
236
267
  /**
237
268
  * <p>The list of endpoints associated with the specified Outpost.</p>
@@ -243,6 +274,9 @@ export interface ListEndpointsResult {
243
274
  */
244
275
  NextToken?: string;
245
276
  }
277
+ /**
278
+ * @public
279
+ */
246
280
  export interface ListOutpostsWithS3Request {
247
281
  /**
248
282
  * <p>When you can get additional results from the <code>ListOutpostsWithS3</code> call, a
@@ -257,6 +291,7 @@ export interface ListOutpostsWithS3Request {
257
291
  MaxResults?: number;
258
292
  }
259
293
  /**
294
+ * @public
260
295
  * <p>Contains the details for the Outpost object.</p>
261
296
  */
262
297
  export interface Outpost {
@@ -277,6 +312,9 @@ export interface Outpost {
277
312
  */
278
313
  CapacityInBytes?: number;
279
314
  }
315
+ /**
316
+ * @public
317
+ */
280
318
  export interface ListOutpostsWithS3Result {
281
319
  /**
282
320
  * <p>Returns the list of Outposts that have the following characteristics:</p>
@@ -298,6 +336,9 @@ export interface ListOutpostsWithS3Result {
298
336
  */
299
337
  NextToken?: string;
300
338
  }
339
+ /**
340
+ * @public
341
+ */
301
342
  export interface ListSharedEndpointsRequest {
302
343
  /**
303
344
  * <p>If a previous response from this operation included a <code>NextToken</code> value, you
@@ -313,6 +354,9 @@ export interface ListSharedEndpointsRequest {
313
354
  */
314
355
  OutpostId: string | undefined;
315
356
  }
357
+ /**
358
+ * @public
359
+ */
316
360
  export interface ListSharedEndpointsResult {
317
361
  /**
318
362
  * <p>The list of endpoints associated with the specified Outpost that have been shared by Amazon Web Services Resource Access Manager (RAM).</p>
@@ -324,55 +368,3 @@ export interface ListSharedEndpointsResult {
324
368
  */
325
369
  NextToken?: string;
326
370
  }
327
- /**
328
- * @internal
329
- */
330
- export declare const CreateEndpointRequestFilterSensitiveLog: (obj: CreateEndpointRequest) => any;
331
- /**
332
- * @internal
333
- */
334
- export declare const CreateEndpointResultFilterSensitiveLog: (obj: CreateEndpointResult) => any;
335
- /**
336
- * @internal
337
- */
338
- export declare const DeleteEndpointRequestFilterSensitiveLog: (obj: DeleteEndpointRequest) => any;
339
- /**
340
- * @internal
341
- */
342
- export declare const FailedReasonFilterSensitiveLog: (obj: FailedReason) => any;
343
- /**
344
- * @internal
345
- */
346
- export declare const NetworkInterfaceFilterSensitiveLog: (obj: NetworkInterface) => any;
347
- /**
348
- * @internal
349
- */
350
- export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
351
- /**
352
- * @internal
353
- */
354
- export declare const ListEndpointsRequestFilterSensitiveLog: (obj: ListEndpointsRequest) => any;
355
- /**
356
- * @internal
357
- */
358
- export declare const ListEndpointsResultFilterSensitiveLog: (obj: ListEndpointsResult) => any;
359
- /**
360
- * @internal
361
- */
362
- export declare const ListOutpostsWithS3RequestFilterSensitiveLog: (obj: ListOutpostsWithS3Request) => any;
363
- /**
364
- * @internal
365
- */
366
- export declare const OutpostFilterSensitiveLog: (obj: Outpost) => any;
367
- /**
368
- * @internal
369
- */
370
- export declare const ListOutpostsWithS3ResultFilterSensitiveLog: (obj: ListOutpostsWithS3Result) => any;
371
- /**
372
- * @internal
373
- */
374
- export declare const ListSharedEndpointsRequestFilterSensitiveLog: (obj: ListSharedEndpointsRequest) => any;
375
- /**
376
- * @internal
377
- */
378
- export declare const ListSharedEndpointsResultFilterSensitiveLog: (obj: ListSharedEndpointsResult) => any;
@@ -1,5 +1,8 @@
1
1
  import { PaginationConfiguration } from "@aws-sdk/types";
2
2
  import { S3OutpostsClient } from "../S3OutpostsClient";
3
+ /**
4
+ * @public
5
+ */
3
6
  export interface S3OutpostsPaginationConfiguration extends PaginationConfiguration {
4
7
  client: S3OutpostsClient;
5
8
  }
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListEndpointsCommandInput, ListEndpointsCommandOutput } from "../commands/ListEndpointsCommand";
3
3
  import { S3OutpostsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListEndpoints(config: S3OutpostsPaginationConfiguration, input: ListEndpointsCommandInput, ...additionalArguments: any): Paginator<ListEndpointsCommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListOutpostsWithS3CommandInput, ListOutpostsWithS3CommandOutput } from "../commands/ListOutpostsWithS3Command";
3
3
  import { S3OutpostsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListOutpostsWithS3(config: S3OutpostsPaginationConfiguration, input: ListOutpostsWithS3CommandInput, ...additionalArguments: any): Paginator<ListOutpostsWithS3CommandOutput>;
@@ -1,4 +1,7 @@
1
1
  import { Paginator } from "@aws-sdk/types";
2
2
  import { ListSharedEndpointsCommandInput, ListSharedEndpointsCommandOutput } from "../commands/ListSharedEndpointsCommand";
3
3
  import { S3OutpostsPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
4
7
  export declare function paginateListSharedEndpoints(config: S3OutpostsPaginationConfiguration, input: ListSharedEndpointsCommandInput, ...additionalArguments: any): Paginator<ListSharedEndpointsCommandOutput>;
@@ -131,36 +131,3 @@ export interface ListSharedEndpointsResult {
131
131
  Endpoints?: Endpoint[];
132
132
  NextToken?: string;
133
133
  }
134
- export declare const CreateEndpointRequestFilterSensitiveLog: (
135
- obj: CreateEndpointRequest
136
- ) => any;
137
- export declare const CreateEndpointResultFilterSensitiveLog: (
138
- obj: CreateEndpointResult
139
- ) => any;
140
- export declare const DeleteEndpointRequestFilterSensitiveLog: (
141
- obj: DeleteEndpointRequest
142
- ) => any;
143
- export declare const FailedReasonFilterSensitiveLog: (obj: FailedReason) => any;
144
- export declare const NetworkInterfaceFilterSensitiveLog: (
145
- obj: NetworkInterface
146
- ) => any;
147
- export declare const EndpointFilterSensitiveLog: (obj: Endpoint) => any;
148
- export declare const ListEndpointsRequestFilterSensitiveLog: (
149
- obj: ListEndpointsRequest
150
- ) => any;
151
- export declare const ListEndpointsResultFilterSensitiveLog: (
152
- obj: ListEndpointsResult
153
- ) => any;
154
- export declare const ListOutpostsWithS3RequestFilterSensitiveLog: (
155
- obj: ListOutpostsWithS3Request
156
- ) => any;
157
- export declare const OutpostFilterSensitiveLog: (obj: Outpost) => any;
158
- export declare const ListOutpostsWithS3ResultFilterSensitiveLog: (
159
- obj: ListOutpostsWithS3Result
160
- ) => any;
161
- export declare const ListSharedEndpointsRequestFilterSensitiveLog: (
162
- obj: ListSharedEndpointsRequest
163
- ) => any;
164
- export declare const ListSharedEndpointsResultFilterSensitiveLog: (
165
- obj: ListSharedEndpointsResult
166
- ) => any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-s3outposts",
3
3
  "description": "AWS SDK for JavaScript S3outposts Client for Node.js, Browser and React Native",
4
- "version": "3.296.0",
4
+ "version": "3.298.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -11,6 +11,7 @@
11
11
  "build:types": "tsc -p tsconfig.types.json",
12
12
  "build:types:downlevel": "downlevel-dts dist-types dist-types/ts3.4",
13
13
  "clean": "rimraf ./dist-* && rimraf *.tsbuildinfo",
14
+ "extract:docs": "api-extractor run --local",
14
15
  "generate:client": "node ../../scripts/generate-clients/single-service --solo s3outposts"
15
16
  },
16
17
  "main": "./dist-cjs/index.js",
@@ -20,9 +21,9 @@
20
21
  "dependencies": {
21
22
  "@aws-crypto/sha256-browser": "3.0.0",
22
23
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.296.0",
24
+ "@aws-sdk/client-sts": "3.298.0",
24
25
  "@aws-sdk/config-resolver": "3.296.0",
25
- "@aws-sdk/credential-provider-node": "3.296.0",
26
+ "@aws-sdk/credential-provider-node": "3.298.0",
26
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
27
28
  "@aws-sdk/hash-node": "3.296.0",
28
29
  "@aws-sdk/invalid-dependency": "3.296.0",