@aws-sdk/client-dataexchange 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 (101) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +2 -3
  2. package/dist-cjs/commands/CreateDataSetCommand.js +2 -3
  3. package/dist-cjs/commands/CreateEventActionCommand.js +2 -3
  4. package/dist-cjs/commands/CreateJobCommand.js +2 -3
  5. package/dist-cjs/commands/CreateRevisionCommand.js +2 -3
  6. package/dist-cjs/commands/DeleteAssetCommand.js +2 -3
  7. package/dist-cjs/commands/DeleteDataSetCommand.js +2 -3
  8. package/dist-cjs/commands/DeleteEventActionCommand.js +2 -3
  9. package/dist-cjs/commands/DeleteRevisionCommand.js +2 -3
  10. package/dist-cjs/commands/GetAssetCommand.js +2 -3
  11. package/dist-cjs/commands/GetDataSetCommand.js +2 -3
  12. package/dist-cjs/commands/GetEventActionCommand.js +2 -3
  13. package/dist-cjs/commands/GetJobCommand.js +2 -3
  14. package/dist-cjs/commands/GetRevisionCommand.js +2 -3
  15. package/dist-cjs/commands/ListDataSetRevisionsCommand.js +2 -3
  16. package/dist-cjs/commands/ListDataSetsCommand.js +2 -3
  17. package/dist-cjs/commands/ListEventActionsCommand.js +2 -3
  18. package/dist-cjs/commands/ListJobsCommand.js +2 -3
  19. package/dist-cjs/commands/ListRevisionAssetsCommand.js +2 -3
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -3
  21. package/dist-cjs/commands/RevokeRevisionCommand.js +2 -3
  22. package/dist-cjs/commands/SendApiAssetCommand.js +2 -3
  23. package/dist-cjs/commands/StartJobCommand.js +2 -3
  24. package/dist-cjs/commands/TagResourceCommand.js +2 -3
  25. package/dist-cjs/commands/UntagResourceCommand.js +2 -3
  26. package/dist-cjs/commands/UpdateAssetCommand.js +2 -3
  27. package/dist-cjs/commands/UpdateDataSetCommand.js +2 -3
  28. package/dist-cjs/commands/UpdateEventActionCommand.js +2 -3
  29. package/dist-cjs/commands/UpdateRevisionCommand.js +2 -3
  30. package/dist-cjs/models/models_0.js +1 -427
  31. package/dist-es/commands/CancelJobCommand.js +2 -3
  32. package/dist-es/commands/CreateDataSetCommand.js +2 -3
  33. package/dist-es/commands/CreateEventActionCommand.js +2 -3
  34. package/dist-es/commands/CreateJobCommand.js +2 -3
  35. package/dist-es/commands/CreateRevisionCommand.js +2 -3
  36. package/dist-es/commands/DeleteAssetCommand.js +2 -3
  37. package/dist-es/commands/DeleteDataSetCommand.js +2 -3
  38. package/dist-es/commands/DeleteEventActionCommand.js +2 -3
  39. package/dist-es/commands/DeleteRevisionCommand.js +2 -3
  40. package/dist-es/commands/GetAssetCommand.js +2 -3
  41. package/dist-es/commands/GetDataSetCommand.js +2 -3
  42. package/dist-es/commands/GetEventActionCommand.js +2 -3
  43. package/dist-es/commands/GetJobCommand.js +2 -3
  44. package/dist-es/commands/GetRevisionCommand.js +2 -3
  45. package/dist-es/commands/ListDataSetRevisionsCommand.js +2 -3
  46. package/dist-es/commands/ListDataSetsCommand.js +2 -3
  47. package/dist-es/commands/ListEventActionsCommand.js +2 -3
  48. package/dist-es/commands/ListJobsCommand.js +2 -3
  49. package/dist-es/commands/ListRevisionAssetsCommand.js +2 -3
  50. package/dist-es/commands/ListTagsForResourceCommand.js +2 -3
  51. package/dist-es/commands/RevokeRevisionCommand.js +2 -3
  52. package/dist-es/commands/SendApiAssetCommand.js +2 -3
  53. package/dist-es/commands/StartJobCommand.js +2 -3
  54. package/dist-es/commands/TagResourceCommand.js +2 -3
  55. package/dist-es/commands/UntagResourceCommand.js +2 -3
  56. package/dist-es/commands/UpdateAssetCommand.js +2 -3
  57. package/dist-es/commands/UpdateDataSetCommand.js +2 -3
  58. package/dist-es/commands/UpdateEventActionCommand.js +2 -3
  59. package/dist-es/commands/UpdateRevisionCommand.js +2 -3
  60. package/dist-es/models/models_0.js +0 -318
  61. package/dist-types/DataExchange.d.ts +30 -0
  62. package/dist-types/DataExchangeClient.d.ts +24 -4
  63. package/dist-types/commands/CancelJobCommand.d.ts +16 -0
  64. package/dist-types/commands/CreateDataSetCommand.d.ts +16 -0
  65. package/dist-types/commands/CreateEventActionCommand.d.ts +16 -0
  66. package/dist-types/commands/CreateJobCommand.d.ts +16 -0
  67. package/dist-types/commands/CreateRevisionCommand.d.ts +16 -0
  68. package/dist-types/commands/DeleteAssetCommand.d.ts +16 -0
  69. package/dist-types/commands/DeleteDataSetCommand.d.ts +16 -0
  70. package/dist-types/commands/DeleteEventActionCommand.d.ts +16 -0
  71. package/dist-types/commands/DeleteRevisionCommand.d.ts +16 -0
  72. package/dist-types/commands/GetAssetCommand.d.ts +16 -0
  73. package/dist-types/commands/GetDataSetCommand.d.ts +16 -0
  74. package/dist-types/commands/GetEventActionCommand.d.ts +16 -0
  75. package/dist-types/commands/GetJobCommand.d.ts +16 -0
  76. package/dist-types/commands/GetRevisionCommand.d.ts +16 -0
  77. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +16 -0
  78. package/dist-types/commands/ListDataSetsCommand.d.ts +16 -0
  79. package/dist-types/commands/ListEventActionsCommand.d.ts +16 -0
  80. package/dist-types/commands/ListJobsCommand.d.ts +16 -0
  81. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +16 -0
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  83. package/dist-types/commands/RevokeRevisionCommand.d.ts +16 -0
  84. package/dist-types/commands/SendApiAssetCommand.d.ts +16 -0
  85. package/dist-types/commands/StartJobCommand.d.ts +16 -0
  86. package/dist-types/commands/TagResourceCommand.d.ts +16 -0
  87. package/dist-types/commands/UntagResourceCommand.d.ts +16 -0
  88. package/dist-types/commands/UpdateAssetCommand.d.ts +16 -0
  89. package/dist-types/commands/UpdateDataSetCommand.d.ts +16 -0
  90. package/dist-types/commands/UpdateEventActionCommand.d.ts +16 -0
  91. package/dist-types/commands/UpdateRevisionCommand.d.ts +16 -0
  92. package/dist-types/models/DataExchangeServiceException.d.ts +2 -0
  93. package/dist-types/models/models_0.d.ts +267 -425
  94. package/dist-types/pagination/Interfaces.d.ts +3 -0
  95. package/dist-types/pagination/ListDataSetRevisionsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/ListDataSetsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/ListEventActionsPaginator.d.ts +3 -0
  98. package/dist-types/pagination/ListJobsPaginator.d.ts +3 -0
  99. package/dist-types/pagination/ListRevisionAssetsPaginator.d.ts +3 -0
  100. package/dist-types/ts3.4/models/models_0.d.ts +0 -300
  101. package/package.json +4 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { ListDataSetRevisionsRequest, ListDataSetRevisionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDataSetRevisionsCommand}.
8
10
  */
9
11
  export interface ListDataSetRevisionsCommandInput extends ListDataSetRevisionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDataSetRevisionsCommand}.
13
17
  */
14
18
  export interface ListDataSetRevisionsCommandOutput extends ListDataSetRevisionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation lists a data set's revisions sorted by CreatedAt in descending order.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListDataSetRevisionsCommandOutput extends ListDataSetRevisionsR
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDataSetRevisionsCommandInput - {@link ListDataSetRevisionsCommandInput}
34
+ * @returns {@link ListDataSetRevisionsCommandOutput}
28
35
  * @see {@link ListDataSetRevisionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDataSetRevisionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListDataSetRevisionsCommandOutput extends ListDataSetRevisionsR
46
53
  export declare class ListDataSetRevisionsCommand extends $Command<ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput, DataExchangeClientResolvedConfig> {
47
54
  readonly input: ListDataSetRevisionsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListDataSetRevisionsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetRevisionsCommandInput, ListDataSetRevisionsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { ListDataSetsRequest, ListDataSetsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListDataSetsCommand}.
8
10
  */
9
11
  export interface ListDataSetsCommandInput extends ListDataSetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListDataSetsCommand}.
13
17
  */
14
18
  export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation lists your data sets. When listing by origin OWNED, results are sorted by CreatedAt in descending order. When listing by origin ENTITLED, there is no order and the maxResults parameter is ignored.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListDataSetsCommandInput - {@link ListDataSetsCommandInput}
34
+ * @returns {@link ListDataSetsCommandOutput}
28
35
  * @see {@link ListDataSetsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListDataSetsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListDataSetsCommandOutput extends ListDataSetsResponse, __Metad
46
53
  export declare class ListDataSetsCommand extends $Command<ListDataSetsCommandInput, ListDataSetsCommandOutput, DataExchangeClientResolvedConfig> {
47
54
  readonly input: ListDataSetsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListDataSetsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListDataSetsCommandInput, ListDataSetsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { ListEventActionsRequest, ListEventActionsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListEventActionsCommand}.
8
10
  */
9
11
  export interface ListEventActionsCommandInput extends ListEventActionsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListEventActionsCommand}.
13
17
  */
14
18
  export interface ListEventActionsCommandOutput extends ListEventActionsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation lists your event actions.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListEventActionsCommandOutput extends ListEventActionsResponse,
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListEventActionsCommandInput - {@link ListEventActionsCommandInput}
34
+ * @returns {@link ListEventActionsCommandOutput}
28
35
  * @see {@link ListEventActionsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListEventActionsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListEventActionsCommandOutput extends ListEventActionsResponse,
46
53
  export declare class ListEventActionsCommand extends $Command<ListEventActionsCommandInput, ListEventActionsCommandOutput, DataExchangeClientResolvedConfig> {
47
54
  readonly input: ListEventActionsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListEventActionsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListEventActionsCommandInput, ListEventActionsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { ListJobsRequest, ListJobsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListJobsCommand}.
8
10
  */
9
11
  export interface ListJobsCommandInput extends ListJobsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListJobsCommand}.
13
17
  */
14
18
  export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation lists your jobs sorted by CreatedAt in descending order.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListJobsCommandInput - {@link ListJobsCommandInput}
34
+ * @returns {@link ListJobsCommandOutput}
28
35
  * @see {@link ListJobsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListJobsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListJobsCommandOutput extends ListJobsResponse, __MetadataBeare
46
53
  export declare class ListJobsCommand extends $Command<ListJobsCommandInput, ListJobsCommandOutput, DataExchangeClientResolvedConfig> {
47
54
  readonly input: ListJobsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListJobsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListJobsCommandInput, ListJobsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { ListRevisionAssetsRequest, ListRevisionAssetsResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListRevisionAssetsCommand}.
8
10
  */
9
11
  export interface ListRevisionAssetsCommandInput extends ListRevisionAssetsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListRevisionAssetsCommand}.
13
17
  */
14
18
  export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation lists a revision's assets sorted alphabetically in descending order.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsRespo
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListRevisionAssetsCommandInput - {@link ListRevisionAssetsCommandInput}
34
+ * @returns {@link ListRevisionAssetsCommandOutput}
28
35
  * @see {@link ListRevisionAssetsCommandInput} for command's `input` shape.
29
36
  * @see {@link ListRevisionAssetsCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -46,11 +53,20 @@ export interface ListRevisionAssetsCommandOutput extends ListRevisionAssetsRespo
46
53
  export declare class ListRevisionAssetsCommand extends $Command<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput, DataExchangeClientResolvedConfig> {
47
54
  readonly input: ListRevisionAssetsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: ListRevisionAssetsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListRevisionAssetsCommandInput, ListRevisionAssetsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link ListTagsForResourceCommand}.
8
10
  */
9
11
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link ListTagsForResourceCommand}.
13
17
  */
14
18
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation lists the tags on the resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param ListTagsForResourceCommandInput - {@link ListTagsForResourceCommandInput}
34
+ * @returns {@link ListTagsForResourceCommandOutput}
28
35
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -34,11 +41,20 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
34
41
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig> {
35
42
  readonly input: ListTagsForResourceCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: ListTagsForResourceCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { RevokeRevisionRequest, RevokeRevisionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RevokeRevisionCommand}.
8
10
  */
9
11
  export interface RevokeRevisionCommandInput extends RevokeRevisionRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RevokeRevisionCommand}.
13
17
  */
14
18
  export interface RevokeRevisionCommandOutput extends RevokeRevisionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation revokes subscribers' access to a revision.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RevokeRevisionCommandOutput extends RevokeRevisionResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RevokeRevisionCommandInput - {@link RevokeRevisionCommandInput}
34
+ * @returns {@link RevokeRevisionCommandOutput}
28
35
  * @see {@link RevokeRevisionCommandInput} for command's `input` shape.
29
36
  * @see {@link RevokeRevisionCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -52,11 +59,20 @@ export interface RevokeRevisionCommandOutput extends RevokeRevisionResponse, __M
52
59
  export declare class RevokeRevisionCommand extends $Command<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig> {
53
60
  readonly input: RevokeRevisionCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: RevokeRevisionCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeRevisionCommandInput, RevokeRevisionCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { SendApiAssetRequest, SendApiAssetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link SendApiAssetCommand}.
8
10
  */
9
11
  export interface SendApiAssetCommandInput extends SendApiAssetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link SendApiAssetCommand}.
13
17
  */
14
18
  export interface SendApiAssetCommandOutput extends SendApiAssetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface SendApiAssetCommandOutput extends SendApiAssetResponse, __Metad
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param SendApiAssetCommandInput - {@link SendApiAssetCommandInput}
34
+ * @returns {@link SendApiAssetCommandOutput}
28
35
  * @see {@link SendApiAssetCommandInput} for command's `input` shape.
29
36
  * @see {@link SendApiAssetCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -49,11 +56,20 @@ export interface SendApiAssetCommandOutput extends SendApiAssetResponse, __Metad
49
56
  export declare class SendApiAssetCommand extends $Command<SendApiAssetCommandInput, SendApiAssetCommandOutput, DataExchangeClientResolvedConfig> {
50
57
  readonly input: SendApiAssetCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: SendApiAssetCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendApiAssetCommandInput, SendApiAssetCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { StartJobRequest, StartJobResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartJobCommand}.
8
10
  */
9
11
  export interface StartJobCommandInput extends StartJobRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartJobCommand}.
13
17
  */
14
18
  export interface StartJobCommandOutput extends StartJobResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation starts a job.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StartJobCommandOutput extends StartJobResponse, __MetadataBeare
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StartJobCommandInput - {@link StartJobCommandInput}
34
+ * @returns {@link StartJobCommandOutput}
28
35
  * @see {@link StartJobCommandInput} for command's `input` shape.
29
36
  * @see {@link StartJobCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -52,11 +59,20 @@ export interface StartJobCommandOutput extends StartJobResponse, __MetadataBeare
52
59
  export declare class StartJobCommand extends $Command<StartJobCommandInput, StartJobCommandOutput, DataExchangeClientResolvedConfig> {
53
60
  readonly input: StartJobCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: StartJobCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartJobCommandInput, StartJobCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { TagResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TagResourceCommand}.
8
10
  */
9
11
  export interface TagResourceCommandInput extends TagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TagResourceCommand}.
13
17
  */
14
18
  export interface TagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation tags a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TagResourceCommandInput - {@link TagResourceCommandInput}
34
+ * @returns {@link TagResourceCommandOutput}
28
35
  * @see {@link TagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -34,11 +41,20 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
34
41
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataExchangeClientResolvedConfig> {
35
42
  readonly input: TagResourceCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: TagResourceCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { UntagResourceRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UntagResourceCommand}.
8
10
  */
9
11
  export interface UntagResourceCommandInput extends UntagResourceRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UntagResourceCommand}.
13
17
  */
14
18
  export interface UntagResourceCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation removes one or more tags from a resource.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UntagResourceCommandInput - {@link UntagResourceCommandInput}
34
+ * @returns {@link UntagResourceCommandOutput}
28
35
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
29
36
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -34,11 +41,20 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
34
41
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataExchangeClientResolvedConfig> {
35
42
  readonly input: UntagResourceCommandInput;
36
43
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
44
+ /**
45
+ * @public
46
+ */
37
47
  constructor(input: UntagResourceCommandInput);
38
48
  /**
39
49
  * @internal
40
50
  */
41
51
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
52
+ /**
53
+ * @internal
54
+ */
42
55
  private serialize;
56
+ /**
57
+ * @internal
58
+ */
43
59
  private deserialize;
44
60
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateAssetCommand}.
8
10
  */
9
11
  export interface UpdateAssetCommandInput extends UpdateAssetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateAssetCommand}.
13
17
  */
14
18
  export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation updates an asset.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateAssetCommandInput - {@link UpdateAssetCommandInput}
34
+ * @returns {@link UpdateAssetCommandOutput}
28
35
  * @see {@link UpdateAssetCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateAssetCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -52,11 +59,20 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
52
59
  export declare class UpdateAssetCommand extends $Command<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig> {
53
60
  readonly input: UpdateAssetCommandInput;
54
61
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
62
+ /**
63
+ * @public
64
+ */
55
65
  constructor(input: UpdateAssetCommandInput);
56
66
  /**
57
67
  * @internal
58
68
  */
59
69
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAssetCommandInput, UpdateAssetCommandOutput>;
70
+ /**
71
+ * @internal
72
+ */
60
73
  private serialize;
74
+ /**
75
+ * @internal
76
+ */
61
77
  private deserialize;
62
78
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
5
  import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateDataSetCommand}.
8
10
  */
9
11
  export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateDataSetCommand}.
13
17
  */
14
18
  export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>This operation updates a data set.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param UpdateDataSetCommandInput - {@link UpdateDataSetCommandInput}
34
+ * @returns {@link UpdateDataSetCommandOutput}
28
35
  * @see {@link UpdateDataSetCommandInput} for command's `input` shape.
29
36
  * @see {@link UpdateDataSetCommandOutput} for command's `response` shape.
30
37
  * @see {@link DataExchangeClientResolvedConfig | config} for DataExchangeClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
49
56
  export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig> {
50
57
  readonly input: UpdateDataSetCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateDataSetCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSetCommandInput, UpdateDataSetCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }