@aws-sdk/client-dataexchange 3.478.0 → 3.481.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 (125) hide show
  1. package/dist-cjs/commands/CancelJobCommand.js +18 -41
  2. package/dist-cjs/commands/CreateDataSetCommand.js +18 -41
  3. package/dist-cjs/commands/CreateEventActionCommand.js +18 -41
  4. package/dist-cjs/commands/CreateJobCommand.js +18 -41
  5. package/dist-cjs/commands/CreateRevisionCommand.js +18 -41
  6. package/dist-cjs/commands/DeleteAssetCommand.js +18 -41
  7. package/dist-cjs/commands/DeleteDataSetCommand.js +18 -41
  8. package/dist-cjs/commands/DeleteEventActionCommand.js +18 -41
  9. package/dist-cjs/commands/DeleteRevisionCommand.js +18 -41
  10. package/dist-cjs/commands/GetAssetCommand.js +18 -41
  11. package/dist-cjs/commands/GetDataSetCommand.js +18 -41
  12. package/dist-cjs/commands/GetEventActionCommand.js +18 -41
  13. package/dist-cjs/commands/GetJobCommand.js +18 -41
  14. package/dist-cjs/commands/GetRevisionCommand.js +18 -41
  15. package/dist-cjs/commands/ListDataSetRevisionsCommand.js +18 -41
  16. package/dist-cjs/commands/ListDataSetsCommand.js +18 -41
  17. package/dist-cjs/commands/ListEventActionsCommand.js +18 -41
  18. package/dist-cjs/commands/ListJobsCommand.js +18 -41
  19. package/dist-cjs/commands/ListRevisionAssetsCommand.js +18 -41
  20. package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
  21. package/dist-cjs/commands/RevokeRevisionCommand.js +18 -41
  22. package/dist-cjs/commands/SendApiAssetCommand.js +18 -41
  23. package/dist-cjs/commands/SendDataSetNotificationCommand.js +18 -41
  24. package/dist-cjs/commands/StartJobCommand.js +18 -41
  25. package/dist-cjs/commands/TagResourceCommand.js +18 -41
  26. package/dist-cjs/commands/UntagResourceCommand.js +18 -41
  27. package/dist-cjs/commands/UpdateAssetCommand.js +18 -41
  28. package/dist-cjs/commands/UpdateDataSetCommand.js +18 -41
  29. package/dist-cjs/commands/UpdateEventActionCommand.js +18 -41
  30. package/dist-cjs/commands/UpdateRevisionCommand.js +18 -41
  31. package/dist-cjs/endpoint/EndpointParameters.js +7 -1
  32. package/dist-es/commands/CancelJobCommand.js +18 -41
  33. package/dist-es/commands/CreateDataSetCommand.js +18 -41
  34. package/dist-es/commands/CreateEventActionCommand.js +18 -41
  35. package/dist-es/commands/CreateJobCommand.js +18 -41
  36. package/dist-es/commands/CreateRevisionCommand.js +18 -41
  37. package/dist-es/commands/DeleteAssetCommand.js +18 -41
  38. package/dist-es/commands/DeleteDataSetCommand.js +18 -41
  39. package/dist-es/commands/DeleteEventActionCommand.js +18 -41
  40. package/dist-es/commands/DeleteRevisionCommand.js +18 -41
  41. package/dist-es/commands/GetAssetCommand.js +18 -41
  42. package/dist-es/commands/GetDataSetCommand.js +18 -41
  43. package/dist-es/commands/GetEventActionCommand.js +18 -41
  44. package/dist-es/commands/GetJobCommand.js +18 -41
  45. package/dist-es/commands/GetRevisionCommand.js +18 -41
  46. package/dist-es/commands/ListDataSetRevisionsCommand.js +18 -41
  47. package/dist-es/commands/ListDataSetsCommand.js +18 -41
  48. package/dist-es/commands/ListEventActionsCommand.js +18 -41
  49. package/dist-es/commands/ListJobsCommand.js +18 -41
  50. package/dist-es/commands/ListRevisionAssetsCommand.js +18 -41
  51. package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
  52. package/dist-es/commands/RevokeRevisionCommand.js +18 -41
  53. package/dist-es/commands/SendApiAssetCommand.js +18 -41
  54. package/dist-es/commands/SendDataSetNotificationCommand.js +18 -41
  55. package/dist-es/commands/StartJobCommand.js +18 -41
  56. package/dist-es/commands/TagResourceCommand.js +18 -41
  57. package/dist-es/commands/UntagResourceCommand.js +18 -41
  58. package/dist-es/commands/UpdateAssetCommand.js +18 -41
  59. package/dist-es/commands/UpdateDataSetCommand.js +18 -41
  60. package/dist-es/commands/UpdateEventActionCommand.js +18 -41
  61. package/dist-es/commands/UpdateRevisionCommand.js +18 -41
  62. package/dist-es/endpoint/EndpointParameters.js +6 -0
  63. package/dist-types/commands/CancelJobCommand.d.ts +6 -21
  64. package/dist-types/commands/CreateDataSetCommand.d.ts +6 -21
  65. package/dist-types/commands/CreateEventActionCommand.d.ts +6 -21
  66. package/dist-types/commands/CreateJobCommand.d.ts +6 -21
  67. package/dist-types/commands/CreateRevisionCommand.d.ts +6 -21
  68. package/dist-types/commands/DeleteAssetCommand.d.ts +6 -21
  69. package/dist-types/commands/DeleteDataSetCommand.d.ts +6 -21
  70. package/dist-types/commands/DeleteEventActionCommand.d.ts +6 -21
  71. package/dist-types/commands/DeleteRevisionCommand.d.ts +6 -21
  72. package/dist-types/commands/GetAssetCommand.d.ts +6 -21
  73. package/dist-types/commands/GetDataSetCommand.d.ts +6 -21
  74. package/dist-types/commands/GetEventActionCommand.d.ts +6 -21
  75. package/dist-types/commands/GetJobCommand.d.ts +6 -21
  76. package/dist-types/commands/GetRevisionCommand.d.ts +6 -21
  77. package/dist-types/commands/ListDataSetRevisionsCommand.d.ts +6 -21
  78. package/dist-types/commands/ListDataSetsCommand.d.ts +6 -21
  79. package/dist-types/commands/ListEventActionsCommand.d.ts +6 -21
  80. package/dist-types/commands/ListJobsCommand.d.ts +6 -21
  81. package/dist-types/commands/ListRevisionAssetsCommand.d.ts +6 -21
  82. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
  83. package/dist-types/commands/RevokeRevisionCommand.d.ts +6 -21
  84. package/dist-types/commands/SendApiAssetCommand.d.ts +6 -21
  85. package/dist-types/commands/SendDataSetNotificationCommand.d.ts +6 -21
  86. package/dist-types/commands/StartJobCommand.d.ts +6 -21
  87. package/dist-types/commands/TagResourceCommand.d.ts +6 -21
  88. package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
  89. package/dist-types/commands/UpdateAssetCommand.d.ts +6 -21
  90. package/dist-types/commands/UpdateDataSetCommand.d.ts +6 -21
  91. package/dist-types/commands/UpdateEventActionCommand.d.ts +6 -21
  92. package/dist-types/commands/UpdateRevisionCommand.d.ts +6 -21
  93. package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
  94. package/dist-types/ts3.4/commands/CancelJobCommand.d.ts +14 -23
  95. package/dist-types/ts3.4/commands/CreateDataSetCommand.d.ts +14 -23
  96. package/dist-types/ts3.4/commands/CreateEventActionCommand.d.ts +14 -23
  97. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +14 -23
  98. package/dist-types/ts3.4/commands/CreateRevisionCommand.d.ts +14 -23
  99. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +14 -23
  100. package/dist-types/ts3.4/commands/DeleteDataSetCommand.d.ts +14 -23
  101. package/dist-types/ts3.4/commands/DeleteEventActionCommand.d.ts +14 -23
  102. package/dist-types/ts3.4/commands/DeleteRevisionCommand.d.ts +14 -23
  103. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +14 -23
  104. package/dist-types/ts3.4/commands/GetDataSetCommand.d.ts +14 -23
  105. package/dist-types/ts3.4/commands/GetEventActionCommand.d.ts +14 -23
  106. package/dist-types/ts3.4/commands/GetJobCommand.d.ts +12 -23
  107. package/dist-types/ts3.4/commands/GetRevisionCommand.d.ts +14 -23
  108. package/dist-types/ts3.4/commands/ListDataSetRevisionsCommand.d.ts +12 -24
  109. package/dist-types/ts3.4/commands/ListDataSetsCommand.d.ts +14 -23
  110. package/dist-types/ts3.4/commands/ListEventActionsCommand.d.ts +14 -23
  111. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +14 -23
  112. package/dist-types/ts3.4/commands/ListRevisionAssetsCommand.d.ts +14 -23
  113. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
  114. package/dist-types/ts3.4/commands/RevokeRevisionCommand.d.ts +14 -23
  115. package/dist-types/ts3.4/commands/SendApiAssetCommand.d.ts +14 -23
  116. package/dist-types/ts3.4/commands/SendDataSetNotificationCommand.d.ts +12 -24
  117. package/dist-types/ts3.4/commands/StartJobCommand.d.ts +14 -23
  118. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
  119. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
  120. package/dist-types/ts3.4/commands/UpdateAssetCommand.d.ts +14 -23
  121. package/dist-types/ts3.4/commands/UpdateDataSetCommand.d.ts +14 -23
  122. package/dist-types/ts3.4/commands/UpdateEventActionCommand.d.ts +14 -23
  123. package/dist-types/ts3.4/commands/UpdateRevisionCommand.d.ts +14 -23
  124. package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
  125. package/package.json +9 -9
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
21
20
  */
22
21
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
23
22
  }
23
+ declare const ListTagsForResourceCommand_base: {
24
+ new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation lists the tags on the resource.</p>
@@ -53,23 +56,5 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
53
56
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
54
57
  *
55
58
  */
56
- export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, DataExchangeClientResolvedConfig> {
57
- readonly input: ListTagsForResourceCommandInput;
58
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
- /**
60
- * @public
61
- */
62
- constructor(input: ListTagsForResourceCommandInput);
63
- /**
64
- * @internal
65
- */
66
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
67
- /**
68
- * @internal
69
- */
70
- private serialize;
71
- /**
72
- * @internal
73
- */
74
- private deserialize;
59
+ export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
75
60
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { RevokeRevisionRequest, RevokeRevisionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface RevokeRevisionCommandInput extends RevokeRevisionRequest {
21
20
  */
22
21
  export interface RevokeRevisionCommandOutput extends RevokeRevisionResponse, __MetadataBearer {
23
22
  }
23
+ declare const RevokeRevisionCommand_base: {
24
+ new (input: RevokeRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation revokes subscribers' access to a revision.</p>
@@ -81,23 +84,5 @@ export interface RevokeRevisionCommandOutput extends RevokeRevisionResponse, __M
81
84
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
82
85
  *
83
86
  */
84
- export declare class RevokeRevisionCommand extends $Command<RevokeRevisionCommandInput, RevokeRevisionCommandOutput, DataExchangeClientResolvedConfig> {
85
- readonly input: RevokeRevisionCommandInput;
86
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
87
- /**
88
- * @public
89
- */
90
- constructor(input: RevokeRevisionCommandInput);
91
- /**
92
- * @internal
93
- */
94
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RevokeRevisionCommandInput, RevokeRevisionCommandOutput>;
95
- /**
96
- * @internal
97
- */
98
- private serialize;
99
- /**
100
- * @internal
101
- */
102
- private deserialize;
87
+ export declare class RevokeRevisionCommand extends RevokeRevisionCommand_base {
103
88
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { SendApiAssetRequest, SendApiAssetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SendApiAssetCommandInput extends SendApiAssetRequest {
21
20
  */
22
21
  export interface SendApiAssetCommandOutput extends SendApiAssetResponse, __MetadataBearer {
23
22
  }
23
+ declare const SendApiAssetCommand_base: {
24
+ new (input: SendApiAssetCommandInput): import("@smithy/smithy-client").CommandImpl<SendApiAssetCommandInput, SendApiAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation invokes an API Gateway API asset. The request is proxied to the provider’s API Gateway API.</p>
@@ -80,23 +83,5 @@ export interface SendApiAssetCommandOutput extends SendApiAssetResponse, __Metad
80
83
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
81
84
  *
82
85
  */
83
- export declare class SendApiAssetCommand extends $Command<SendApiAssetCommandInput, SendApiAssetCommandOutput, DataExchangeClientResolvedConfig> {
84
- readonly input: SendApiAssetCommandInput;
85
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
- /**
87
- * @public
88
- */
89
- constructor(input: SendApiAssetCommandInput);
90
- /**
91
- * @internal
92
- */
93
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendApiAssetCommandInput, SendApiAssetCommandOutput>;
94
- /**
95
- * @internal
96
- */
97
- private serialize;
98
- /**
99
- * @internal
100
- */
101
- private deserialize;
86
+ export declare class SendApiAssetCommand extends SendApiAssetCommand_base {
102
87
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { SendDataSetNotificationRequest, SendDataSetNotificationResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface SendDataSetNotificationCommandInput extends SendDataSetNotifica
21
20
  */
22
21
  export interface SendDataSetNotificationCommandOutput extends SendDataSetNotificationResponse, __MetadataBearer {
23
22
  }
23
+ declare const SendDataSetNotificationCommand_base: {
24
+ new (input: SendDataSetNotificationCommandInput): import("@smithy/smithy-client").CommandImpl<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>The type of event associated with the data set.</p>
@@ -116,23 +119,5 @@ export interface SendDataSetNotificationCommandOutput extends SendDataSetNotific
116
119
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
117
120
  *
118
121
  */
119
- export declare class SendDataSetNotificationCommand extends $Command<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput, DataExchangeClientResolvedConfig> {
120
- readonly input: SendDataSetNotificationCommandInput;
121
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
122
- /**
123
- * @public
124
- */
125
- constructor(input: SendDataSetNotificationCommandInput);
126
- /**
127
- * @internal
128
- */
129
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SendDataSetNotificationCommandInput, SendDataSetNotificationCommandOutput>;
130
- /**
131
- * @internal
132
- */
133
- private serialize;
134
- /**
135
- * @internal
136
- */
137
- private deserialize;
122
+ export declare class SendDataSetNotificationCommand extends SendDataSetNotificationCommand_base {
138
123
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { StartJobRequest, StartJobResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface StartJobCommandInput extends StartJobRequest {
21
20
  */
22
21
  export interface StartJobCommandOutput extends StartJobResponse, __MetadataBearer {
23
22
  }
23
+ declare const StartJobCommand_base: {
24
+ new (input: StartJobCommandInput): import("@smithy/smithy-client").CommandImpl<StartJobCommandInput, StartJobCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation starts a job.</p>
@@ -67,23 +70,5 @@ export interface StartJobCommandOutput extends StartJobResponse, __MetadataBeare
67
70
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
68
71
  *
69
72
  */
70
- export declare class StartJobCommand extends $Command<StartJobCommandInput, StartJobCommandOutput, DataExchangeClientResolvedConfig> {
71
- readonly input: StartJobCommandInput;
72
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
73
- /**
74
- * @public
75
- */
76
- constructor(input: StartJobCommandInput);
77
- /**
78
- * @internal
79
- */
80
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartJobCommandInput, StartJobCommandOutput>;
81
- /**
82
- * @internal
83
- */
84
- private serialize;
85
- /**
86
- * @internal
87
- */
88
- private deserialize;
73
+ export declare class StartJobCommand extends StartJobCommand_base {
89
74
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { TagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface TagResourceCommandInput extends TagResourceRequest {
21
20
  */
22
21
  export interface TagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const TagResourceCommand_base: {
24
+ new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation tags a resource.</p>
@@ -52,23 +55,5 @@ export interface TagResourceCommandOutput extends __MetadataBearer {
52
55
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
53
56
  *
54
57
  */
55
- export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, DataExchangeClientResolvedConfig> {
56
- readonly input: TagResourceCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: TagResourceCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class TagResourceCommand extends TagResourceCommand_base {
74
59
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { UntagResourceRequest } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
21
20
  */
22
21
  export interface UntagResourceCommandOutput extends __MetadataBearer {
23
22
  }
23
+ declare const UntagResourceCommand_base: {
24
+ new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation removes one or more tags from a resource.</p>
@@ -52,23 +55,5 @@ export interface UntagResourceCommandOutput extends __MetadataBearer {
52
55
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
53
56
  *
54
57
  */
55
- export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, DataExchangeClientResolvedConfig> {
56
- readonly input: UntagResourceCommandInput;
57
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
58
- /**
59
- * @public
60
- */
61
- constructor(input: UntagResourceCommandInput);
62
- /**
63
- * @internal
64
- */
65
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
66
- /**
67
- * @internal
68
- */
69
- private serialize;
70
- /**
71
- * @internal
72
- */
73
- private deserialize;
58
+ export declare class UntagResourceCommand extends UntagResourceCommand_base {
74
59
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { UpdateAssetRequest, UpdateAssetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateAssetCommandInput extends UpdateAssetRequest {
21
20
  */
22
21
  export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateAssetCommand_base: {
24
+ new (input: UpdateAssetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation updates an asset.</p>
@@ -150,23 +153,5 @@ export interface UpdateAssetCommandOutput extends UpdateAssetResponse, __Metadat
150
153
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
151
154
  *
152
155
  */
153
- export declare class UpdateAssetCommand extends $Command<UpdateAssetCommandInput, UpdateAssetCommandOutput, DataExchangeClientResolvedConfig> {
154
- readonly input: UpdateAssetCommandInput;
155
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
156
- /**
157
- * @public
158
- */
159
- constructor(input: UpdateAssetCommandInput);
160
- /**
161
- * @internal
162
- */
163
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateAssetCommandInput, UpdateAssetCommandOutput>;
164
- /**
165
- * @internal
166
- */
167
- private serialize;
168
- /**
169
- * @internal
170
- */
171
- private deserialize;
156
+ export declare class UpdateAssetCommand extends UpdateAssetCommand_base {
172
157
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { UpdateDataSetRequest, UpdateDataSetResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateDataSetCommandInput extends UpdateDataSetRequest {
21
20
  */
22
21
  export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateDataSetCommand_base: {
24
+ new (input: UpdateDataSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation updates a data set.</p>
@@ -79,23 +82,5 @@ export interface UpdateDataSetCommandOutput extends UpdateDataSetResponse, __Met
79
82
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
80
83
  *
81
84
  */
82
- export declare class UpdateDataSetCommand extends $Command<UpdateDataSetCommandInput, UpdateDataSetCommandOutput, DataExchangeClientResolvedConfig> {
83
- readonly input: UpdateDataSetCommandInput;
84
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
85
- /**
86
- * @public
87
- */
88
- constructor(input: UpdateDataSetCommandInput);
89
- /**
90
- * @internal
91
- */
92
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateDataSetCommandInput, UpdateDataSetCommandOutput>;
93
- /**
94
- * @internal
95
- */
96
- private serialize;
97
- /**
98
- * @internal
99
- */
100
- private deserialize;
85
+ export declare class UpdateDataSetCommand extends UpdateDataSetCommand_base {
101
86
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { UpdateEventActionRequest, UpdateEventActionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateEventActionCommandInput extends UpdateEventActionRequest
21
20
  */
22
21
  export interface UpdateEventActionCommandOutput extends UpdateEventActionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateEventActionCommand_base: {
24
+ new (input: UpdateEventActionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation updates the event action.</p>
@@ -98,23 +101,5 @@ export interface UpdateEventActionCommandOutput extends UpdateEventActionRespons
98
101
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
99
102
  *
100
103
  */
101
- export declare class UpdateEventActionCommand extends $Command<UpdateEventActionCommandInput, UpdateEventActionCommandOutput, DataExchangeClientResolvedConfig> {
102
- readonly input: UpdateEventActionCommandInput;
103
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
104
- /**
105
- * @public
106
- */
107
- constructor(input: UpdateEventActionCommandInput);
108
- /**
109
- * @internal
110
- */
111
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateEventActionCommandInput, UpdateEventActionCommandOutput>;
112
- /**
113
- * @internal
114
- */
115
- private serialize;
116
- /**
117
- * @internal
118
- */
119
- private deserialize;
104
+ export declare class UpdateEventActionCommand extends UpdateEventActionCommand_base {
120
105
  }
@@ -1,6 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
4
3
  import { DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataExchangeClient";
5
4
  import { UpdateRevisionRequest, UpdateRevisionResponse } from "../models/models_0";
6
5
  /**
@@ -21,6 +20,10 @@ export interface UpdateRevisionCommandInput extends UpdateRevisionRequest {
21
20
  */
22
21
  export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __MetadataBearer {
23
22
  }
23
+ declare const UpdateRevisionCommand_base: {
24
+ new (input: UpdateRevisionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
+ };
24
27
  /**
25
28
  * @public
26
29
  * <p>This operation updates a revision.</p>
@@ -82,23 +85,5 @@ export interface UpdateRevisionCommandOutput extends UpdateRevisionResponse, __M
82
85
  * <p>Base exception class for all service exceptions from DataExchange service.</p>
83
86
  *
84
87
  */
85
- export declare class UpdateRevisionCommand extends $Command<UpdateRevisionCommandInput, UpdateRevisionCommandOutput, DataExchangeClientResolvedConfig> {
86
- readonly input: UpdateRevisionCommandInput;
87
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
- /**
89
- * @public
90
- */
91
- constructor(input: UpdateRevisionCommandInput);
92
- /**
93
- * @internal
94
- */
95
- resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DataExchangeClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateRevisionCommandInput, UpdateRevisionCommandOutput>;
96
- /**
97
- * @internal
98
- */
99
- private serialize;
100
- /**
101
- * @internal
102
- */
103
- private deserialize;
88
+ export declare class UpdateRevisionCommand extends UpdateRevisionCommand_base {
104
89
  }
@@ -14,6 +14,24 @@ export type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
14
14
  export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
15
15
  defaultSigningName: string;
16
16
  };
17
+ export declare const commonParams: {
18
+ readonly UseFIPS: {
19
+ readonly type: "builtInParams";
20
+ readonly name: "useFipsEndpoint";
21
+ };
22
+ readonly Endpoint: {
23
+ readonly type: "builtInParams";
24
+ readonly name: "endpoint";
25
+ };
26
+ readonly Region: {
27
+ readonly type: "builtInParams";
28
+ readonly name: "region";
29
+ };
30
+ readonly UseDualStack: {
31
+ readonly type: "builtInParams";
32
+ readonly name: "useDualstackEndpoint";
33
+ };
34
+ };
17
35
  export interface EndpointParameters extends __EndpointParameters {
18
36
  Region?: string;
19
37
  UseDualStack?: boolean;
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -15,19 +9,16 @@ import { CancelJobRequest } from "../models/models_0";
15
9
  export { __MetadataBearer, $Command };
16
10
  export interface CancelJobCommandInput extends CancelJobRequest {}
17
11
  export interface CancelJobCommandOutput extends __MetadataBearer {}
18
- export declare class CancelJobCommand extends $Command<
19
- CancelJobCommandInput,
20
- CancelJobCommandOutput,
21
- DataExchangeClientResolvedConfig
22
- > {
23
- readonly input: CancelJobCommandInput;
24
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
25
- constructor(input: CancelJobCommandInput);
26
- resolveMiddleware(
27
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
28
- configuration: DataExchangeClientResolvedConfig,
29
- options?: __HttpHandlerOptions
30
- ): Handler<CancelJobCommandInput, CancelJobCommandOutput>;
31
- private serialize;
32
- private deserialize;
33
- }
12
+ declare const CancelJobCommand_base: {
13
+ new (
14
+ input: CancelJobCommandInput
15
+ ): import("@smithy/smithy-client").CommandImpl<
16
+ CancelJobCommandInput,
17
+ CancelJobCommandOutput,
18
+ DataExchangeClientResolvedConfig,
19
+ ServiceInputTypes,
20
+ ServiceOutputTypes
21
+ >;
22
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
23
+ };
24
+ export declare class CancelJobCommand extends CancelJobCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -20,19 +14,16 @@ export interface CreateDataSetCommandInput extends CreateDataSetRequest {}
20
14
  export interface CreateDataSetCommandOutput
21
15
  extends CreateDataSetResponse,
22
16
  __MetadataBearer {}
23
- export declare class CreateDataSetCommand extends $Command<
24
- CreateDataSetCommandInput,
25
- CreateDataSetCommandOutput,
26
- DataExchangeClientResolvedConfig
27
- > {
28
- readonly input: CreateDataSetCommandInput;
29
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
30
- constructor(input: CreateDataSetCommandInput);
31
- resolveMiddleware(
32
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
33
- configuration: DataExchangeClientResolvedConfig,
34
- options?: __HttpHandlerOptions
35
- ): Handler<CreateDataSetCommandInput, CreateDataSetCommandOutput>;
36
- private serialize;
37
- private deserialize;
38
- }
17
+ declare const CreateDataSetCommand_base: {
18
+ new (
19
+ input: CreateDataSetCommandInput
20
+ ): import("@smithy/smithy-client").CommandImpl<
21
+ CreateDataSetCommandInput,
22
+ CreateDataSetCommandOutput,
23
+ DataExchangeClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ export declare class CreateDataSetCommand extends CreateDataSetCommand_base {}
@@ -1,11 +1,5 @@
1
- import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
2
1
  import { Command as $Command } from "@smithy/smithy-client";
3
- import {
4
- Handler,
5
- HttpHandlerOptions as __HttpHandlerOptions,
6
- MetadataBearer as __MetadataBearer,
7
- MiddlewareStack,
8
- } from "@smithy/types";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
9
3
  import {
10
4
  DataExchangeClientResolvedConfig,
11
5
  ServiceInputTypes,
@@ -21,19 +15,16 @@ export interface CreateEventActionCommandInput
21
15
  export interface CreateEventActionCommandOutput
22
16
  extends CreateEventActionResponse,
23
17
  __MetadataBearer {}
24
- export declare class CreateEventActionCommand extends $Command<
25
- CreateEventActionCommandInput,
26
- CreateEventActionCommandOutput,
27
- DataExchangeClientResolvedConfig
28
- > {
29
- readonly input: CreateEventActionCommandInput;
30
- static getEndpointParameterInstructions(): EndpointParameterInstructions;
31
- constructor(input: CreateEventActionCommandInput);
32
- resolveMiddleware(
33
- clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
34
- configuration: DataExchangeClientResolvedConfig,
35
- options?: __HttpHandlerOptions
36
- ): Handler<CreateEventActionCommandInput, CreateEventActionCommandOutput>;
37
- private serialize;
38
- private deserialize;
39
- }
18
+ declare const CreateEventActionCommand_base: {
19
+ new (
20
+ input: CreateEventActionCommandInput
21
+ ): import("@smithy/smithy-client").CommandImpl<
22
+ CreateEventActionCommandInput,
23
+ CreateEventActionCommandOutput,
24
+ DataExchangeClientResolvedConfig,
25
+ ServiceInputTypes,
26
+ ServiceOutputTypes
27
+ >;
28
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
+ };
30
+ export declare class CreateEventActionCommand extends CreateEventActionCommand_base {}