@aws-sdk/client-datazone 3.533.0 → 3.540.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 (210) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/DataZone.d.ts +2 -1
  6. package/dist-types/DataZoneClient.d.ts +1 -1
  7. package/dist-types/commands/AcceptPredictionsCommand.d.ts +2 -1
  8. package/dist-types/commands/AcceptSubscriptionRequestCommand.d.ts +2 -1
  9. package/dist-types/commands/CancelSubscriptionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateAssetCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateAssetRevisionCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateAssetTypeCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateDataSourceCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateDomainCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  16. package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateFormTypeCommand.d.ts +2 -1
  18. package/dist-types/commands/CreateGlossaryCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +2 -1
  20. package/dist-types/commands/CreateGroupProfileCommand.d.ts +2 -1
  21. package/dist-types/commands/CreateListingChangeSetCommand.d.ts +2 -1
  22. package/dist-types/commands/CreateProjectCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateProjectMembershipCommand.d.ts +2 -1
  24. package/dist-types/commands/CreateSubscriptionGrantCommand.d.ts +2 -1
  25. package/dist-types/commands/CreateSubscriptionRequestCommand.d.ts +2 -1
  26. package/dist-types/commands/CreateSubscriptionTargetCommand.d.ts +2 -1
  27. package/dist-types/commands/CreateUserProfileCommand.d.ts +2 -1
  28. package/dist-types/commands/DeleteAssetCommand.d.ts +2 -1
  29. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +2 -1
  30. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  31. package/dist-types/commands/DeleteDomainCommand.d.ts +2 -1
  32. package/dist-types/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
  33. package/dist-types/commands/DeleteEnvironmentCommand.d.ts +2 -1
  34. package/dist-types/commands/DeleteEnvironmentProfileCommand.d.ts +2 -1
  35. package/dist-types/commands/DeleteFormTypeCommand.d.ts +2 -1
  36. package/dist-types/commands/DeleteGlossaryCommand.d.ts +2 -1
  37. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +2 -1
  38. package/dist-types/commands/DeleteListingCommand.d.ts +2 -1
  39. package/dist-types/commands/DeleteProjectCommand.d.ts +2 -1
  40. package/dist-types/commands/DeleteProjectMembershipCommand.d.ts +2 -1
  41. package/dist-types/commands/DeleteSubscriptionGrantCommand.d.ts +2 -1
  42. package/dist-types/commands/DeleteSubscriptionRequestCommand.d.ts +2 -1
  43. package/dist-types/commands/DeleteSubscriptionTargetCommand.d.ts +2 -1
  44. package/dist-types/commands/GetAssetCommand.d.ts +2 -1
  45. package/dist-types/commands/GetAssetTypeCommand.d.ts +2 -1
  46. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  47. package/dist-types/commands/GetDataSourceRunCommand.d.ts +2 -1
  48. package/dist-types/commands/GetDomainCommand.d.ts +2 -1
  49. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +2 -1
  50. package/dist-types/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
  51. package/dist-types/commands/GetEnvironmentCommand.d.ts +2 -1
  52. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +2 -1
  53. package/dist-types/commands/GetFormTypeCommand.d.ts +2 -1
  54. package/dist-types/commands/GetGlossaryCommand.d.ts +2 -1
  55. package/dist-types/commands/GetGlossaryTermCommand.d.ts +2 -1
  56. package/dist-types/commands/GetGroupProfileCommand.d.ts +2 -1
  57. package/dist-types/commands/GetIamPortalLoginUrlCommand.d.ts +2 -1
  58. package/dist-types/commands/GetListingCommand.d.ts +2 -1
  59. package/dist-types/commands/GetProjectCommand.d.ts +2 -1
  60. package/dist-types/commands/GetSubscriptionCommand.d.ts +2 -1
  61. package/dist-types/commands/GetSubscriptionGrantCommand.d.ts +2 -1
  62. package/dist-types/commands/GetSubscriptionRequestDetailsCommand.d.ts +2 -1
  63. package/dist-types/commands/GetSubscriptionTargetCommand.d.ts +2 -1
  64. package/dist-types/commands/GetUserProfileCommand.d.ts +2 -1
  65. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +2 -1
  66. package/dist-types/commands/ListDataSourceRunActivitiesCommand.d.ts +2 -1
  67. package/dist-types/commands/ListDataSourceRunsCommand.d.ts +2 -1
  68. package/dist-types/commands/ListDataSourcesCommand.d.ts +2 -1
  69. package/dist-types/commands/ListDomainsCommand.d.ts +2 -1
  70. package/dist-types/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +2 -1
  71. package/dist-types/commands/ListEnvironmentBlueprintsCommand.d.ts +2 -1
  72. package/dist-types/commands/ListEnvironmentProfilesCommand.d.ts +2 -1
  73. package/dist-types/commands/ListEnvironmentsCommand.d.ts +2 -1
  74. package/dist-types/commands/ListNotificationsCommand.d.ts +2 -1
  75. package/dist-types/commands/ListProjectMembershipsCommand.d.ts +2 -1
  76. package/dist-types/commands/ListProjectsCommand.d.ts +2 -1
  77. package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +2 -1
  78. package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +2 -1
  79. package/dist-types/commands/ListSubscriptionTargetsCommand.d.ts +2 -1
  80. package/dist-types/commands/ListSubscriptionsCommand.d.ts +2 -1
  81. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  82. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +2 -1
  83. package/dist-types/commands/RejectPredictionsCommand.d.ts +2 -1
  84. package/dist-types/commands/RejectSubscriptionRequestCommand.d.ts +2 -1
  85. package/dist-types/commands/RevokeSubscriptionCommand.d.ts +2 -1
  86. package/dist-types/commands/SearchCommand.d.ts +2 -1
  87. package/dist-types/commands/SearchGroupProfilesCommand.d.ts +2 -1
  88. package/dist-types/commands/SearchListingsCommand.d.ts +2 -1
  89. package/dist-types/commands/SearchTypesCommand.d.ts +2 -1
  90. package/dist-types/commands/SearchUserProfilesCommand.d.ts +2 -1
  91. package/dist-types/commands/StartDataSourceRunCommand.d.ts +2 -1
  92. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  93. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  94. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  95. package/dist-types/commands/UpdateDomainCommand.d.ts +2 -1
  96. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  97. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +2 -1
  98. package/dist-types/commands/UpdateGlossaryCommand.d.ts +2 -1
  99. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +2 -1
  100. package/dist-types/commands/UpdateGroupProfileCommand.d.ts +2 -1
  101. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -1
  102. package/dist-types/commands/UpdateSubscriptionGrantStatusCommand.d.ts +2 -1
  103. package/dist-types/commands/UpdateSubscriptionRequestCommand.d.ts +2 -1
  104. package/dist-types/commands/UpdateSubscriptionTargetCommand.d.ts +2 -1
  105. package/dist-types/commands/UpdateUserProfileCommand.d.ts +2 -1
  106. package/dist-types/index.d.ts +0 -1
  107. package/dist-types/models/models_0.d.ts +1436 -1436
  108. package/dist-types/models/models_1.d.ts +288 -288
  109. package/dist-types/ts3.4/DataZone.d.ts +1 -0
  110. package/dist-types/ts3.4/commands/AcceptPredictionsCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/AcceptSubscriptionRequestCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/CancelSubscriptionCommand.d.ts +9 -0
  113. package/dist-types/ts3.4/commands/CreateAssetCommand.d.ts +9 -0
  114. package/dist-types/ts3.4/commands/CreateAssetRevisionCommand.d.ts +9 -0
  115. package/dist-types/ts3.4/commands/CreateAssetTypeCommand.d.ts +9 -0
  116. package/dist-types/ts3.4/commands/CreateDataSourceCommand.d.ts +9 -0
  117. package/dist-types/ts3.4/commands/CreateDomainCommand.d.ts +9 -0
  118. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  119. package/dist-types/ts3.4/commands/CreateEnvironmentProfileCommand.d.ts +9 -0
  120. package/dist-types/ts3.4/commands/CreateFormTypeCommand.d.ts +9 -0
  121. package/dist-types/ts3.4/commands/CreateGlossaryCommand.d.ts +9 -0
  122. package/dist-types/ts3.4/commands/CreateGlossaryTermCommand.d.ts +9 -0
  123. package/dist-types/ts3.4/commands/CreateGroupProfileCommand.d.ts +9 -0
  124. package/dist-types/ts3.4/commands/CreateListingChangeSetCommand.d.ts +9 -0
  125. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +9 -0
  126. package/dist-types/ts3.4/commands/CreateProjectMembershipCommand.d.ts +9 -0
  127. package/dist-types/ts3.4/commands/CreateSubscriptionGrantCommand.d.ts +9 -0
  128. package/dist-types/ts3.4/commands/CreateSubscriptionRequestCommand.d.ts +9 -0
  129. package/dist-types/ts3.4/commands/CreateSubscriptionTargetCommand.d.ts +9 -0
  130. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +9 -0
  131. package/dist-types/ts3.4/commands/DeleteAssetCommand.d.ts +9 -0
  132. package/dist-types/ts3.4/commands/DeleteAssetTypeCommand.d.ts +9 -0
  133. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
  134. package/dist-types/ts3.4/commands/DeleteDomainCommand.d.ts +9 -0
  135. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintConfigurationCommand.d.ts +9 -0
  136. package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +9 -0
  137. package/dist-types/ts3.4/commands/DeleteEnvironmentProfileCommand.d.ts +9 -0
  138. package/dist-types/ts3.4/commands/DeleteFormTypeCommand.d.ts +9 -0
  139. package/dist-types/ts3.4/commands/DeleteGlossaryCommand.d.ts +9 -0
  140. package/dist-types/ts3.4/commands/DeleteGlossaryTermCommand.d.ts +9 -0
  141. package/dist-types/ts3.4/commands/DeleteListingCommand.d.ts +9 -0
  142. package/dist-types/ts3.4/commands/DeleteProjectCommand.d.ts +9 -0
  143. package/dist-types/ts3.4/commands/DeleteProjectMembershipCommand.d.ts +9 -0
  144. package/dist-types/ts3.4/commands/DeleteSubscriptionGrantCommand.d.ts +9 -0
  145. package/dist-types/ts3.4/commands/DeleteSubscriptionRequestCommand.d.ts +9 -0
  146. package/dist-types/ts3.4/commands/DeleteSubscriptionTargetCommand.d.ts +9 -0
  147. package/dist-types/ts3.4/commands/GetAssetCommand.d.ts +9 -0
  148. package/dist-types/ts3.4/commands/GetAssetTypeCommand.d.ts +9 -0
  149. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
  150. package/dist-types/ts3.4/commands/GetDataSourceRunCommand.d.ts +9 -0
  151. package/dist-types/ts3.4/commands/GetDomainCommand.d.ts +9 -0
  152. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintCommand.d.ts +9 -0
  153. package/dist-types/ts3.4/commands/GetEnvironmentBlueprintConfigurationCommand.d.ts +9 -0
  154. package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +9 -0
  155. package/dist-types/ts3.4/commands/GetEnvironmentProfileCommand.d.ts +9 -0
  156. package/dist-types/ts3.4/commands/GetFormTypeCommand.d.ts +9 -0
  157. package/dist-types/ts3.4/commands/GetGlossaryCommand.d.ts +9 -0
  158. package/dist-types/ts3.4/commands/GetGlossaryTermCommand.d.ts +9 -0
  159. package/dist-types/ts3.4/commands/GetGroupProfileCommand.d.ts +9 -0
  160. package/dist-types/ts3.4/commands/GetIamPortalLoginUrlCommand.d.ts +9 -0
  161. package/dist-types/ts3.4/commands/GetListingCommand.d.ts +9 -0
  162. package/dist-types/ts3.4/commands/GetProjectCommand.d.ts +9 -0
  163. package/dist-types/ts3.4/commands/GetSubscriptionCommand.d.ts +9 -0
  164. package/dist-types/ts3.4/commands/GetSubscriptionGrantCommand.d.ts +9 -0
  165. package/dist-types/ts3.4/commands/GetSubscriptionRequestDetailsCommand.d.ts +9 -0
  166. package/dist-types/ts3.4/commands/GetSubscriptionTargetCommand.d.ts +9 -0
  167. package/dist-types/ts3.4/commands/GetUserProfileCommand.d.ts +9 -0
  168. package/dist-types/ts3.4/commands/ListAssetRevisionsCommand.d.ts +9 -0
  169. package/dist-types/ts3.4/commands/ListDataSourceRunActivitiesCommand.d.ts +9 -0
  170. package/dist-types/ts3.4/commands/ListDataSourceRunsCommand.d.ts +9 -0
  171. package/dist-types/ts3.4/commands/ListDataSourcesCommand.d.ts +9 -0
  172. package/dist-types/ts3.4/commands/ListDomainsCommand.d.ts +9 -0
  173. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintConfigurationsCommand.d.ts +9 -0
  174. package/dist-types/ts3.4/commands/ListEnvironmentBlueprintsCommand.d.ts +9 -0
  175. package/dist-types/ts3.4/commands/ListEnvironmentProfilesCommand.d.ts +9 -0
  176. package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +9 -0
  177. package/dist-types/ts3.4/commands/ListNotificationsCommand.d.ts +9 -0
  178. package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +9 -0
  179. package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +9 -0
  180. package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +9 -0
  181. package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +9 -0
  182. package/dist-types/ts3.4/commands/ListSubscriptionTargetsCommand.d.ts +9 -0
  183. package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +9 -0
  184. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  185. package/dist-types/ts3.4/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +9 -0
  186. package/dist-types/ts3.4/commands/RejectPredictionsCommand.d.ts +9 -0
  187. package/dist-types/ts3.4/commands/RejectSubscriptionRequestCommand.d.ts +9 -0
  188. package/dist-types/ts3.4/commands/RevokeSubscriptionCommand.d.ts +9 -0
  189. package/dist-types/ts3.4/commands/SearchCommand.d.ts +7 -0
  190. package/dist-types/ts3.4/commands/SearchGroupProfilesCommand.d.ts +9 -0
  191. package/dist-types/ts3.4/commands/SearchListingsCommand.d.ts +9 -0
  192. package/dist-types/ts3.4/commands/SearchTypesCommand.d.ts +9 -0
  193. package/dist-types/ts3.4/commands/SearchUserProfilesCommand.d.ts +9 -0
  194. package/dist-types/ts3.4/commands/StartDataSourceRunCommand.d.ts +9 -0
  195. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  196. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  197. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
  198. package/dist-types/ts3.4/commands/UpdateDomainCommand.d.ts +9 -0
  199. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  200. package/dist-types/ts3.4/commands/UpdateEnvironmentProfileCommand.d.ts +9 -0
  201. package/dist-types/ts3.4/commands/UpdateGlossaryCommand.d.ts +9 -0
  202. package/dist-types/ts3.4/commands/UpdateGlossaryTermCommand.d.ts +9 -0
  203. package/dist-types/ts3.4/commands/UpdateGroupProfileCommand.d.ts +9 -0
  204. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +9 -0
  205. package/dist-types/ts3.4/commands/UpdateSubscriptionGrantStatusCommand.d.ts +9 -0
  206. package/dist-types/ts3.4/commands/UpdateSubscriptionRequestCommand.d.ts +9 -0
  207. package/dist-types/ts3.4/commands/UpdateSubscriptionTargetCommand.d.ts +9 -0
  208. package/dist-types/ts3.4/commands/UpdateUserProfileCommand.d.ts +9 -0
  209. package/dist-types/ts3.4/index.d.ts +0 -1
  210. package/package.json +40 -40
@@ -22,6 +22,15 @@ declare const RejectPredictionsCommand_base: {
22
22
  ServiceInputTypes,
23
23
  ServiceOutputTypes
24
24
  >;
25
+ new (
26
+ __0_0: RejectPredictionsCommandInput
27
+ ): import("@smithy/smithy-client").CommandImpl<
28
+ RejectPredictionsCommandInput,
29
+ RejectPredictionsCommandOutput,
30
+ DataZoneClientResolvedConfig,
31
+ ServiceInputTypes,
32
+ ServiceOutputTypes
33
+ >;
25
34
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
35
  };
27
36
  export declare class RejectPredictionsCommand extends RejectPredictionsCommand_base {}
@@ -25,6 +25,15 @@ declare const RejectSubscriptionRequestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RejectSubscriptionRequestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RejectSubscriptionRequestCommandInput,
32
+ RejectSubscriptionRequestCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RejectSubscriptionRequestCommand extends RejectSubscriptionRequestCommand_base {}
@@ -25,6 +25,15 @@ declare const RevokeSubscriptionCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: RevokeSubscriptionCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ RevokeSubscriptionCommandInput,
32
+ RevokeSubscriptionCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class RevokeSubscriptionCommand extends RevokeSubscriptionCommand_base {}
@@ -17,6 +17,13 @@ declare const SearchCommand_base: {
17
17
  ServiceInputTypes,
18
18
  ServiceOutputTypes
19
19
  >;
20
+ new (__0_0: SearchCommandInput): import("@smithy/smithy-client").CommandImpl<
21
+ SearchCommandInput,
22
+ SearchCommandOutput,
23
+ DataZoneClientResolvedConfig,
24
+ ServiceInputTypes,
25
+ ServiceOutputTypes
26
+ >;
20
27
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
21
28
  };
22
29
  export declare class SearchCommand extends SearchCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchGroupProfilesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SearchGroupProfilesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchGroupProfilesCommandInput,
32
+ SearchGroupProfilesCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchGroupProfilesCommand extends SearchGroupProfilesCommand_base {}
@@ -21,6 +21,15 @@ declare const SearchListingsCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: SearchListingsCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ SearchListingsCommandInput,
28
+ SearchListingsCommandOutput,
29
+ DataZoneClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class SearchListingsCommand extends SearchListingsCommand_base {}
@@ -21,6 +21,15 @@ declare const SearchTypesCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: SearchTypesCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ SearchTypesCommandInput,
28
+ SearchTypesCommandOutput,
29
+ DataZoneClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class SearchTypesCommand extends SearchTypesCommand_base {}
@@ -25,6 +25,15 @@ declare const SearchUserProfilesCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: SearchUserProfilesCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ SearchUserProfilesCommandInput,
32
+ SearchUserProfilesCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class SearchUserProfilesCommand extends SearchUserProfilesCommand_base {}
@@ -25,6 +25,15 @@ declare const StartDataSourceRunCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: StartDataSourceRunCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ StartDataSourceRunCommandInput,
32
+ StartDataSourceRunCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class StartDataSourceRunCommand extends StartDataSourceRunCommand_base {}
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: TagResourceCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ TagResourceCommandInput,
28
+ TagResourceCommandOutput,
29
+ DataZoneClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class TagResourceCommand extends TagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UntagResourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UntagResourceCommandInput,
31
+ UntagResourceCommandOutput,
32
+ DataZoneClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UntagResourceCommand extends UntagResourceCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateDataSourceCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateDataSourceCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateDataSourceCommandInput,
31
+ UpdateDataSourceCommandOutput,
32
+ DataZoneClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateDomainCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateDomainCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateDomainCommandInput,
28
+ UpdateDomainCommandOutput,
29
+ DataZoneClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateDomainCommand extends UpdateDomainCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateEnvironmentCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateEnvironmentCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateEnvironmentCommandInput,
31
+ UpdateEnvironmentCommandOutput,
32
+ DataZoneClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateEnvironmentCommand extends UpdateEnvironmentCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateEnvironmentProfileCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateEnvironmentProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateEnvironmentProfileCommandInput,
32
+ UpdateEnvironmentProfileCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateEnvironmentProfileCommand extends UpdateEnvironmentProfileCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateGlossaryCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateGlossaryCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateGlossaryCommandInput,
28
+ UpdateGlossaryCommandOutput,
29
+ DataZoneClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateGlossaryCommand extends UpdateGlossaryCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateGlossaryTermCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateGlossaryTermCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateGlossaryTermCommandInput,
32
+ UpdateGlossaryTermCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateGlossaryTermCommand extends UpdateGlossaryTermCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateGroupProfileCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateGroupProfileCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateGroupProfileCommandInput,
32
+ UpdateGroupProfileCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateGroupProfileCommand extends UpdateGroupProfileCommand_base {}
@@ -21,6 +21,15 @@ declare const UpdateProjectCommand_base: {
21
21
  ServiceInputTypes,
22
22
  ServiceOutputTypes
23
23
  >;
24
+ new (
25
+ __0_0: UpdateProjectCommandInput
26
+ ): import("@smithy/smithy-client").CommandImpl<
27
+ UpdateProjectCommandInput,
28
+ UpdateProjectCommandOutput,
29
+ DataZoneClientResolvedConfig,
30
+ ServiceInputTypes,
31
+ ServiceOutputTypes
32
+ >;
24
33
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
25
34
  };
26
35
  export declare class UpdateProjectCommand extends UpdateProjectCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSubscriptionGrantStatusCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSubscriptionGrantStatusCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSubscriptionGrantStatusCommandInput,
32
+ UpdateSubscriptionGrantStatusCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSubscriptionGrantStatusCommand extends UpdateSubscriptionGrantStatusCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSubscriptionRequestCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSubscriptionRequestCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSubscriptionRequestCommandInput,
32
+ UpdateSubscriptionRequestCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSubscriptionRequestCommand extends UpdateSubscriptionRequestCommand_base {}
@@ -25,6 +25,15 @@ declare const UpdateSubscriptionTargetCommand_base: {
25
25
  ServiceInputTypes,
26
26
  ServiceOutputTypes
27
27
  >;
28
+ new (
29
+ __0_0: UpdateSubscriptionTargetCommandInput
30
+ ): import("@smithy/smithy-client").CommandImpl<
31
+ UpdateSubscriptionTargetCommandInput,
32
+ UpdateSubscriptionTargetCommandOutput,
33
+ DataZoneClientResolvedConfig,
34
+ ServiceInputTypes,
35
+ ServiceOutputTypes
36
+ >;
28
37
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
29
38
  };
30
39
  export declare class UpdateSubscriptionTargetCommand extends UpdateSubscriptionTargetCommand_base {}
@@ -24,6 +24,15 @@ declare const UpdateUserProfileCommand_base: {
24
24
  ServiceInputTypes,
25
25
  ServiceOutputTypes
26
26
  >;
27
+ new (
28
+ __0_0: UpdateUserProfileCommandInput
29
+ ): import("@smithy/smithy-client").CommandImpl<
30
+ UpdateUserProfileCommandInput,
31
+ UpdateUserProfileCommandOutput,
32
+ DataZoneClientResolvedConfig,
33
+ ServiceInputTypes,
34
+ ServiceOutputTypes
35
+ >;
27
36
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
37
  };
29
38
  export declare class UpdateUserProfileCommand extends UpdateUserProfileCommand_base {}
@@ -6,5 +6,4 @@ export { DataZoneExtensionConfiguration } from "./extensionConfiguration";
6
6
  export * from "./commands";
7
7
  export * from "./pagination";
8
8
  export * from "./models";
9
- import "@aws-sdk/util-endpoints";
10
9
  export { DataZoneServiceException } from "./models/DataZoneServiceException";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-datazone",
3
3
  "description": "AWS SDK for JavaScript Datazone Client for Node.js, Browser and React Native",
4
- "version": "3.533.0",
4
+ "version": "3.540.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-datazone",
@@ -20,48 +20,48 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.533.0",
24
- "@aws-sdk/core": "3.533.0",
25
- "@aws-sdk/credential-provider-node": "3.533.0",
26
- "@aws-sdk/middleware-host-header": "3.533.0",
27
- "@aws-sdk/middleware-logger": "3.533.0",
28
- "@aws-sdk/middleware-recursion-detection": "3.533.0",
29
- "@aws-sdk/middleware-user-agent": "3.533.0",
30
- "@aws-sdk/region-config-resolver": "3.533.0",
31
- "@aws-sdk/types": "3.533.0",
32
- "@aws-sdk/util-endpoints": "3.533.0",
33
- "@aws-sdk/util-user-agent-browser": "3.533.0",
34
- "@aws-sdk/util-user-agent-node": "3.533.0",
35
- "@smithy/config-resolver": "^2.1.5",
36
- "@smithy/core": "^1.3.8",
37
- "@smithy/fetch-http-handler": "^2.4.5",
38
- "@smithy/hash-node": "^2.1.4",
39
- "@smithy/invalid-dependency": "^2.1.4",
40
- "@smithy/middleware-content-length": "^2.1.4",
41
- "@smithy/middleware-endpoint": "^2.4.6",
42
- "@smithy/middleware-retry": "^2.1.7",
43
- "@smithy/middleware-serde": "^2.2.1",
44
- "@smithy/middleware-stack": "^2.1.4",
45
- "@smithy/node-config-provider": "^2.2.5",
46
- "@smithy/node-http-handler": "^2.4.3",
47
- "@smithy/protocol-http": "^3.2.2",
48
- "@smithy/smithy-client": "^2.4.5",
49
- "@smithy/types": "^2.11.0",
50
- "@smithy/url-parser": "^2.1.4",
51
- "@smithy/util-base64": "^2.2.1",
52
- "@smithy/util-body-length-browser": "^2.1.1",
53
- "@smithy/util-body-length-node": "^2.2.2",
54
- "@smithy/util-defaults-mode-browser": "^2.1.7",
55
- "@smithy/util-defaults-mode-node": "^2.2.7",
56
- "@smithy/util-endpoints": "^1.1.5",
57
- "@smithy/util-middleware": "^2.1.4",
58
- "@smithy/util-retry": "^2.1.4",
59
- "@smithy/util-utf8": "^2.2.0",
60
- "tslib": "^2.5.0",
23
+ "@aws-sdk/client-sts": "3.540.0",
24
+ "@aws-sdk/core": "3.535.0",
25
+ "@aws-sdk/credential-provider-node": "3.540.0",
26
+ "@aws-sdk/middleware-host-header": "3.535.0",
27
+ "@aws-sdk/middleware-logger": "3.535.0",
28
+ "@aws-sdk/middleware-recursion-detection": "3.535.0",
29
+ "@aws-sdk/middleware-user-agent": "3.540.0",
30
+ "@aws-sdk/region-config-resolver": "3.535.0",
31
+ "@aws-sdk/types": "3.535.0",
32
+ "@aws-sdk/util-endpoints": "3.540.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.535.0",
34
+ "@aws-sdk/util-user-agent-node": "3.535.0",
35
+ "@smithy/config-resolver": "^2.2.0",
36
+ "@smithy/core": "^1.4.0",
37
+ "@smithy/fetch-http-handler": "^2.5.0",
38
+ "@smithy/hash-node": "^2.2.0",
39
+ "@smithy/invalid-dependency": "^2.2.0",
40
+ "@smithy/middleware-content-length": "^2.2.0",
41
+ "@smithy/middleware-endpoint": "^2.5.0",
42
+ "@smithy/middleware-retry": "^2.2.0",
43
+ "@smithy/middleware-serde": "^2.3.0",
44
+ "@smithy/middleware-stack": "^2.2.0",
45
+ "@smithy/node-config-provider": "^2.3.0",
46
+ "@smithy/node-http-handler": "^2.5.0",
47
+ "@smithy/protocol-http": "^3.3.0",
48
+ "@smithy/smithy-client": "^2.5.0",
49
+ "@smithy/types": "^2.12.0",
50
+ "@smithy/url-parser": "^2.2.0",
51
+ "@smithy/util-base64": "^2.3.0",
52
+ "@smithy/util-body-length-browser": "^2.2.0",
53
+ "@smithy/util-body-length-node": "^2.3.0",
54
+ "@smithy/util-defaults-mode-browser": "^2.2.0",
55
+ "@smithy/util-defaults-mode-node": "^2.3.0",
56
+ "@smithy/util-endpoints": "^1.2.0",
57
+ "@smithy/util-middleware": "^2.2.0",
58
+ "@smithy/util-retry": "^2.2.0",
59
+ "@smithy/util-utf8": "^2.3.0",
60
+ "tslib": "^2.6.2",
61
61
  "uuid": "^9.0.1"
62
62
  },
63
63
  "devDependencies": {
64
- "@smithy/service-client-documentation-generator": "^2.1.1",
64
+ "@smithy/service-client-documentation-generator": "^2.2.0",
65
65
  "@tsconfig/node14": "1.0.3",
66
66
  "@types/node": "^14.14.31",
67
67
  "@types/uuid": "^9.0.4",