@aws-sdk/client-datazone 3.927.0 → 3.929.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 (203) hide show
  1. package/dist-cjs/index.js +9953 -9955
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/DataZoneClient.js +2 -0
  4. package/dist-es/commands/AcceptPredictionsCommand.js +3 -10
  5. package/dist-es/commands/AcceptSubscriptionRequestCommand.js +3 -10
  6. package/dist-es/commands/AddEntityOwnerCommand.js +3 -9
  7. package/dist-es/commands/AddPolicyGrantCommand.js +3 -9
  8. package/dist-es/commands/AssociateEnvironmentRoleCommand.js +3 -9
  9. package/dist-es/commands/AssociateGovernedTermsCommand.js +3 -9
  10. package/dist-es/commands/CancelMetadataGenerationRunCommand.js +3 -9
  11. package/dist-es/commands/CancelSubscriptionCommand.js +3 -10
  12. package/dist-es/commands/CreateAccountPoolCommand.js +3 -10
  13. package/dist-es/commands/CreateAssetCommand.js +3 -10
  14. package/dist-es/commands/CreateAssetFilterCommand.js +3 -10
  15. package/dist-es/commands/CreateAssetRevisionCommand.js +3 -10
  16. package/dist-es/commands/CreateAssetTypeCommand.js +3 -10
  17. package/dist-es/commands/CreateConnectionCommand.js +3 -10
  18. package/dist-es/commands/CreateDataProductCommand.js +3 -10
  19. package/dist-es/commands/CreateDataProductRevisionCommand.js +3 -10
  20. package/dist-es/commands/CreateDataSourceCommand.js +3 -10
  21. package/dist-es/commands/CreateDomainCommand.js +3 -9
  22. package/dist-es/commands/CreateDomainUnitCommand.js +3 -10
  23. package/dist-es/commands/CreateEnvironmentActionCommand.js +3 -9
  24. package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +3 -10
  25. package/dist-es/commands/CreateEnvironmentCommand.js +3 -10
  26. package/dist-es/commands/CreateEnvironmentProfileCommand.js +3 -10
  27. package/dist-es/commands/CreateFormTypeCommand.js +3 -10
  28. package/dist-es/commands/CreateGlossaryCommand.js +3 -10
  29. package/dist-es/commands/CreateGlossaryTermCommand.js +3 -10
  30. package/dist-es/commands/CreateGroupProfileCommand.js +3 -10
  31. package/dist-es/commands/CreateListingChangeSetCommand.js +3 -9
  32. package/dist-es/commands/CreateProjectCommand.js +3 -10
  33. package/dist-es/commands/CreateProjectMembershipCommand.js +3 -9
  34. package/dist-es/commands/CreateProjectProfileCommand.js +3 -10
  35. package/dist-es/commands/CreateRuleCommand.js +3 -10
  36. package/dist-es/commands/CreateSubscriptionGrantCommand.js +3 -9
  37. package/dist-es/commands/CreateSubscriptionRequestCommand.js +3 -10
  38. package/dist-es/commands/CreateSubscriptionTargetCommand.js +3 -10
  39. package/dist-es/commands/CreateUserProfileCommand.js +3 -10
  40. package/dist-es/commands/DeleteAccountPoolCommand.js +3 -9
  41. package/dist-es/commands/DeleteAssetCommand.js +3 -9
  42. package/dist-es/commands/DeleteAssetFilterCommand.js +3 -9
  43. package/dist-es/commands/DeleteAssetTypeCommand.js +3 -9
  44. package/dist-es/commands/DeleteConnectionCommand.js +3 -9
  45. package/dist-es/commands/DeleteDataProductCommand.js +3 -9
  46. package/dist-es/commands/DeleteDataSourceCommand.js +3 -10
  47. package/dist-es/commands/DeleteDomainCommand.js +3 -9
  48. package/dist-es/commands/DeleteDomainUnitCommand.js +3 -9
  49. package/dist-es/commands/DeleteEnvironmentActionCommand.js +3 -9
  50. package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +3 -9
  51. package/dist-es/commands/DeleteEnvironmentBlueprintConfigurationCommand.js +3 -9
  52. package/dist-es/commands/DeleteEnvironmentCommand.js +3 -9
  53. package/dist-es/commands/DeleteEnvironmentProfileCommand.js +3 -9
  54. package/dist-es/commands/DeleteFormTypeCommand.js +3 -9
  55. package/dist-es/commands/DeleteGlossaryCommand.js +3 -9
  56. package/dist-es/commands/DeleteGlossaryTermCommand.js +3 -9
  57. package/dist-es/commands/DeleteListingCommand.js +3 -9
  58. package/dist-es/commands/DeleteProjectCommand.js +3 -9
  59. package/dist-es/commands/DeleteProjectMembershipCommand.js +3 -9
  60. package/dist-es/commands/DeleteProjectProfileCommand.js +3 -9
  61. package/dist-es/commands/DeleteRuleCommand.js +3 -9
  62. package/dist-es/commands/DeleteSubscriptionGrantCommand.js +3 -9
  63. package/dist-es/commands/DeleteSubscriptionRequestCommand.js +3 -9
  64. package/dist-es/commands/DeleteSubscriptionTargetCommand.js +3 -9
  65. package/dist-es/commands/DeleteTimeSeriesDataPointsCommand.js +3 -9
  66. package/dist-es/commands/DisassociateEnvironmentRoleCommand.js +3 -9
  67. package/dist-es/commands/DisassociateGovernedTermsCommand.js +3 -9
  68. package/dist-es/commands/GetAccountPoolCommand.js +3 -10
  69. package/dist-es/commands/GetAssetCommand.js +3 -10
  70. package/dist-es/commands/GetAssetFilterCommand.js +3 -10
  71. package/dist-es/commands/GetAssetTypeCommand.js +3 -10
  72. package/dist-es/commands/GetConnectionCommand.js +3 -10
  73. package/dist-es/commands/GetDataProductCommand.js +3 -10
  74. package/dist-es/commands/GetDataSourceCommand.js +3 -10
  75. package/dist-es/commands/GetDataSourceRunCommand.js +3 -9
  76. package/dist-es/commands/GetDomainCommand.js +3 -9
  77. package/dist-es/commands/GetDomainUnitCommand.js +3 -10
  78. package/dist-es/commands/GetEnvironmentActionCommand.js +3 -9
  79. package/dist-es/commands/GetEnvironmentBlueprintCommand.js +3 -10
  80. package/dist-es/commands/GetEnvironmentBlueprintConfigurationCommand.js +3 -9
  81. package/dist-es/commands/GetEnvironmentCommand.js +3 -10
  82. package/dist-es/commands/GetEnvironmentCredentialsCommand.js +3 -10
  83. package/dist-es/commands/GetEnvironmentProfileCommand.js +3 -10
  84. package/dist-es/commands/GetFormTypeCommand.js +3 -10
  85. package/dist-es/commands/GetGlossaryCommand.js +3 -10
  86. package/dist-es/commands/GetGlossaryTermCommand.js +3 -10
  87. package/dist-es/commands/GetGroupProfileCommand.js +3 -10
  88. package/dist-es/commands/GetIamPortalLoginUrlCommand.js +3 -9
  89. package/dist-es/commands/GetJobRunCommand.js +3 -9
  90. package/dist-es/commands/GetLineageEventCommand.js +3 -10
  91. package/dist-es/commands/GetLineageNodeCommand.js +3 -10
  92. package/dist-es/commands/GetListingCommand.js +3 -10
  93. package/dist-es/commands/GetMetadataGenerationRunCommand.js +3 -9
  94. package/dist-es/commands/GetProjectCommand.js +3 -10
  95. package/dist-es/commands/GetProjectProfileCommand.js +3 -10
  96. package/dist-es/commands/GetRuleCommand.js +3 -10
  97. package/dist-es/commands/GetSubscriptionCommand.js +3 -10
  98. package/dist-es/commands/GetSubscriptionGrantCommand.js +3 -9
  99. package/dist-es/commands/GetSubscriptionRequestDetailsCommand.js +3 -10
  100. package/dist-es/commands/GetSubscriptionTargetCommand.js +3 -10
  101. package/dist-es/commands/GetTimeSeriesDataPointCommand.js +3 -9
  102. package/dist-es/commands/GetUserProfileCommand.js +3 -10
  103. package/dist-es/commands/ListAccountPoolsCommand.js +3 -10
  104. package/dist-es/commands/ListAccountsInAccountPoolCommand.js +3 -10
  105. package/dist-es/commands/ListAssetFiltersCommand.js +3 -10
  106. package/dist-es/commands/ListAssetRevisionsCommand.js +3 -9
  107. package/dist-es/commands/ListConnectionsCommand.js +3 -10
  108. package/dist-es/commands/ListDataProductRevisionsCommand.js +3 -9
  109. package/dist-es/commands/ListDataSourceRunActivitiesCommand.js +3 -10
  110. package/dist-es/commands/ListDataSourceRunsCommand.js +3 -9
  111. package/dist-es/commands/ListDataSourcesCommand.js +3 -10
  112. package/dist-es/commands/ListDomainUnitsForParentCommand.js +3 -9
  113. package/dist-es/commands/ListDomainsCommand.js +3 -10
  114. package/dist-es/commands/ListEntityOwnersCommand.js +3 -9
  115. package/dist-es/commands/ListEnvironmentActionsCommand.js +3 -9
  116. package/dist-es/commands/ListEnvironmentBlueprintConfigurationsCommand.js +3 -9
  117. package/dist-es/commands/ListEnvironmentBlueprintsCommand.js +3 -10
  118. package/dist-es/commands/ListEnvironmentProfilesCommand.js +3 -10
  119. package/dist-es/commands/ListEnvironmentsCommand.js +3 -10
  120. package/dist-es/commands/ListJobRunsCommand.js +3 -9
  121. package/dist-es/commands/ListLineageEventsCommand.js +3 -9
  122. package/dist-es/commands/ListLineageNodeHistoryCommand.js +3 -9
  123. package/dist-es/commands/ListMetadataGenerationRunsCommand.js +3 -9
  124. package/dist-es/commands/ListNotificationsCommand.js +3 -10
  125. package/dist-es/commands/ListPolicyGrantsCommand.js +3 -9
  126. package/dist-es/commands/ListProjectMembershipsCommand.js +3 -9
  127. package/dist-es/commands/ListProjectProfilesCommand.js +3 -10
  128. package/dist-es/commands/ListProjectsCommand.js +3 -10
  129. package/dist-es/commands/ListRulesCommand.js +3 -10
  130. package/dist-es/commands/ListSubscriptionGrantsCommand.js +3 -9
  131. package/dist-es/commands/ListSubscriptionRequestsCommand.js +3 -10
  132. package/dist-es/commands/ListSubscriptionTargetsCommand.js +3 -10
  133. package/dist-es/commands/ListSubscriptionsCommand.js +3 -10
  134. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  135. package/dist-es/commands/ListTimeSeriesDataPointsCommand.js +3 -9
  136. package/dist-es/commands/PostLineageEventCommand.js +3 -10
  137. package/dist-es/commands/PostTimeSeriesDataPointsCommand.js +3 -9
  138. package/dist-es/commands/PutEnvironmentBlueprintConfigurationCommand.js +3 -9
  139. package/dist-es/commands/RejectPredictionsCommand.js +3 -9
  140. package/dist-es/commands/RejectSubscriptionRequestCommand.js +3 -10
  141. package/dist-es/commands/RemoveEntityOwnerCommand.js +3 -9
  142. package/dist-es/commands/RemovePolicyGrantCommand.js +3 -9
  143. package/dist-es/commands/RevokeSubscriptionCommand.js +3 -10
  144. package/dist-es/commands/SearchCommand.js +3 -10
  145. package/dist-es/commands/SearchGroupProfilesCommand.js +3 -10
  146. package/dist-es/commands/SearchListingsCommand.js +3 -10
  147. package/dist-es/commands/SearchTypesCommand.js +3 -10
  148. package/dist-es/commands/SearchUserProfilesCommand.js +3 -10
  149. package/dist-es/commands/StartDataSourceRunCommand.js +3 -9
  150. package/dist-es/commands/StartMetadataGenerationRunCommand.js +3 -9
  151. package/dist-es/commands/TagResourceCommand.js +3 -9
  152. package/dist-es/commands/UntagResourceCommand.js +3 -9
  153. package/dist-es/commands/UpdateAccountPoolCommand.js +3 -10
  154. package/dist-es/commands/UpdateAssetFilterCommand.js +3 -10
  155. package/dist-es/commands/UpdateConnectionCommand.js +3 -10
  156. package/dist-es/commands/UpdateDataSourceCommand.js +3 -10
  157. package/dist-es/commands/UpdateDomainCommand.js +3 -9
  158. package/dist-es/commands/UpdateDomainUnitCommand.js +3 -10
  159. package/dist-es/commands/UpdateEnvironmentActionCommand.js +3 -9
  160. package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +3 -10
  161. package/dist-es/commands/UpdateEnvironmentCommand.js +3 -10
  162. package/dist-es/commands/UpdateEnvironmentProfileCommand.js +3 -10
  163. package/dist-es/commands/UpdateGlossaryCommand.js +3 -10
  164. package/dist-es/commands/UpdateGlossaryTermCommand.js +3 -10
  165. package/dist-es/commands/UpdateGroupProfileCommand.js +3 -10
  166. package/dist-es/commands/UpdateProjectCommand.js +3 -10
  167. package/dist-es/commands/UpdateProjectProfileCommand.js +3 -10
  168. package/dist-es/commands/UpdateRuleCommand.js +3 -10
  169. package/dist-es/commands/UpdateSubscriptionGrantStatusCommand.js +3 -9
  170. package/dist-es/commands/UpdateSubscriptionRequestCommand.js +3 -10
  171. package/dist-es/commands/UpdateSubscriptionTargetCommand.js +3 -10
  172. package/dist-es/commands/UpdateUserProfileCommand.js +3 -10
  173. package/dist-es/models/models_0.js +0 -563
  174. package/dist-es/models/models_1.js +0 -492
  175. package/dist-es/models/models_2.js +0 -320
  176. package/dist-es/runtimeConfig.shared.js +2 -0
  177. package/dist-es/schemas/schemas_0.js +9668 -0
  178. package/dist-types/DataZoneClient.d.ts +10 -1
  179. package/dist-types/commands/CreateConnectionCommand.d.ts +0 -2
  180. package/dist-types/commands/GetConnectionCommand.d.ts +0 -1
  181. package/dist-types/commands/ListConnectionsCommand.d.ts +0 -1
  182. package/dist-types/commands/UpdateConnectionCommand.d.ts +0 -2
  183. package/dist-types/models/models_0.d.ts +0 -359
  184. package/dist-types/models/models_1.d.ts +0 -324
  185. package/dist-types/models/models_2.d.ts +0 -208
  186. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  187. package/dist-types/runtimeConfig.d.ts +1 -0
  188. package/dist-types/runtimeConfig.native.d.ts +1 -0
  189. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  190. package/dist-types/schemas/schemas_0.d.ts +970 -0
  191. package/dist-types/ts3.4/DataZoneClient.d.ts +4 -0
  192. package/dist-types/ts3.4/models/models_0.d.ts +0 -247
  193. package/dist-types/ts3.4/models/models_1.d.ts +0 -239
  194. package/dist-types/ts3.4/models/models_2.d.ts +0 -148
  195. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  196. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  197. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  198. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  199. package/dist-types/ts3.4/schemas/schemas_0.d.ts +977 -0
  200. package/package.json +5 -6
  201. package/dist-es/protocols/Aws_restJson1.js +0 -7202
  202. package/dist-types/protocols/Aws_restJson1.d.ts +0 -1523
  203. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -2033
@@ -5,7 +5,7 @@ import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-
5
5
  import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
6
6
  import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
7
7
  import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
8
- import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
8
+ import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, ClientProtocol, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, HttpRequest, HttpResponse, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
9
9
  import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
10
10
  import { AcceptPredictionsCommandInput, AcceptPredictionsCommandOutput } from "./commands/AcceptPredictionsCommand";
11
11
  import { AcceptSubscriptionRequestCommandInput, AcceptSubscriptionRequestCommandOutput } from "./commands/AcceptSubscriptionRequestCommand";
@@ -310,6 +310,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
310
310
  * Optional extensions
311
311
  */
312
312
  extensions?: RuntimeExtension[];
313
+ /**
314
+ * The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
315
+ * may be overridden. A default will always be set by the client.
316
+ * Available options depend on the service's supported protocols and will not be validated by
317
+ * the client.
318
+ * @alpha
319
+ *
320
+ */
321
+ protocol?: ClientProtocol<HttpRequest, HttpResponse>;
313
322
  /**
314
323
  * The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
315
324
  */
@@ -179,7 +179,6 @@ declare const CreateConnectionCommand_base: {
179
179
  * authMode: "STRING_VALUE",
180
180
  * },
181
181
  * mlflowProperties: { // MlflowPropertiesInput
182
- * trackingServerName: "STRING_VALUE",
183
182
  * trackingServerArn: "STRING_VALUE",
184
183
  * },
185
184
  * },
@@ -366,7 +365,6 @@ declare const CreateConnectionCommand_base: {
366
365
  * // authMode: "STRING_VALUE",
367
366
  * // },
368
367
  * // mlflowProperties: { // MlflowPropertiesOutput
369
- * // trackingServerName: "STRING_VALUE",
370
368
  * // trackingServerArn: "STRING_VALUE",
371
369
  * // },
372
370
  * // },
@@ -228,7 +228,6 @@ declare const GetConnectionCommand_base: {
228
228
  * // authMode: "STRING_VALUE",
229
229
  * // },
230
230
  * // mlflowProperties: { // MlflowPropertiesOutput
231
- * // trackingServerName: "STRING_VALUE",
232
231
  * // trackingServerArn: "STRING_VALUE",
233
232
  * // },
234
233
  * // },
@@ -229,7 +229,6 @@ declare const ListConnectionsCommand_base: {
229
229
  * // authMode: "STRING_VALUE",
230
230
  * // },
231
231
  * // mlflowProperties: { // MlflowPropertiesOutput
232
- * // trackingServerName: "STRING_VALUE",
233
232
  * // trackingServerArn: "STRING_VALUE",
234
233
  * // },
235
234
  * // },
@@ -110,7 +110,6 @@ declare const UpdateConnectionCommand_base: {
110
110
  * authMode: "STRING_VALUE",
111
111
  * },
112
112
  * mlflowProperties: { // MlflowPropertiesPatch
113
- * trackingServerName: "STRING_VALUE",
114
113
  * trackingServerArn: "STRING_VALUE",
115
114
  * },
116
115
  * },
@@ -295,7 +294,6 @@ declare const UpdateConnectionCommand_base: {
295
294
  * // authMode: "STRING_VALUE",
296
295
  * // },
297
296
  * // mlflowProperties: { // MlflowPropertiesOutput
298
- * // trackingServerName: "STRING_VALUE",
299
297
  * // trackingServerArn: "STRING_VALUE",
300
298
  * // },
301
299
  * // },
@@ -4455,11 +4455,6 @@ export interface IamPropertiesInput {
4455
4455
  * @public
4456
4456
  */
4457
4457
  export interface MlflowPropertiesInput {
4458
- /**
4459
- * <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
4460
- * @public
4461
- */
4462
- trackingServerName?: string | undefined;
4463
4458
  /**
4464
4459
  * <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
4465
4460
  * @public
@@ -5046,11 +5041,6 @@ export interface IamPropertiesOutput {
5046
5041
  * @public
5047
5042
  */
5048
5043
  export interface MlflowPropertiesOutput {
5049
- /**
5050
- * <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
5051
- * @public
5052
- */
5053
- trackingServerName?: string | undefined;
5054
5044
  /**
5055
5045
  * <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
5056
5046
  * @public
@@ -5563,11 +5553,6 @@ export interface IamPropertiesPatch {
5563
5553
  * @public
5564
5554
  */
5565
5555
  export interface MlflowPropertiesPatch {
5566
- /**
5567
- * <p>The name of the tracking server as part of the MLflow properties of a connection.</p>
5568
- * @public
5569
- */
5570
- trackingServerName?: string | undefined;
5571
5556
  /**
5572
5557
  * <p>The tracking server ARN as part of the MLflow properties of a connection.</p>
5573
5558
  * @public
@@ -9121,347 +9106,3 @@ export declare namespace Member {
9121
9106
  }
9122
9107
  const visit: <T>(value: Member, visitor: Visitor<T>) => T;
9123
9108
  }
9124
- /**
9125
- * @internal
9126
- */
9127
- export declare const AcceptChoiceFilterSensitiveLog: (obj: AcceptChoice) => any;
9128
- /**
9129
- * @internal
9130
- */
9131
- export declare const AcceptPredictionsInputFilterSensitiveLog: (obj: AcceptPredictionsInput) => any;
9132
- /**
9133
- * @internal
9134
- */
9135
- export declare const AcceptSubscriptionRequestInputFilterSensitiveLog: (obj: AcceptSubscriptionRequestInput) => any;
9136
- /**
9137
- * @internal
9138
- */
9139
- export declare const FormOutputFilterSensitiveLog: (obj: FormOutput) => any;
9140
- /**
9141
- * @internal
9142
- */
9143
- export declare const DetailedGlossaryTermFilterSensitiveLog: (obj: DetailedGlossaryTerm) => any;
9144
- /**
9145
- * @internal
9146
- */
9147
- export declare const SubscribedAssetListingFilterSensitiveLog: (obj: SubscribedAssetListing) => any;
9148
- /**
9149
- * @internal
9150
- */
9151
- export declare const SubscribedProductListingFilterSensitiveLog: (obj: SubscribedProductListing) => any;
9152
- /**
9153
- * @internal
9154
- */
9155
- export declare const SubscribedListingItemFilterSensitiveLog: (obj: SubscribedListingItem) => any;
9156
- /**
9157
- * @internal
9158
- */
9159
- export declare const SubscribedListingFilterSensitiveLog: (obj: SubscribedListing) => any;
9160
- /**
9161
- * @internal
9162
- */
9163
- export declare const SubscribedProjectFilterSensitiveLog: (obj: SubscribedProject) => any;
9164
- /**
9165
- * @internal
9166
- */
9167
- export declare const SubscribedPrincipalFilterSensitiveLog: (obj: SubscribedPrincipal) => any;
9168
- /**
9169
- * @internal
9170
- */
9171
- export declare const AcceptSubscriptionRequestOutputFilterSensitiveLog: (obj: AcceptSubscriptionRequestOutput) => any;
9172
- /**
9173
- * @internal
9174
- */
9175
- export declare const AccountInfoFilterSensitiveLog: (obj: AccountInfo) => any;
9176
- /**
9177
- * @internal
9178
- */
9179
- export declare const AccountPoolSummaryFilterSensitiveLog: (obj: AccountPoolSummary) => any;
9180
- /**
9181
- * @internal
9182
- */
9183
- export declare const AccountSourceFilterSensitiveLog: (obj: AccountSource) => any;
9184
- /**
9185
- * @internal
9186
- */
9187
- export declare const FormInputFilterSensitiveLog: (obj: FormInput) => any;
9188
- /**
9189
- * @internal
9190
- */
9191
- export declare const CreateAssetInputFilterSensitiveLog: (obj: CreateAssetInput) => any;
9192
- /**
9193
- * @internal
9194
- */
9195
- export declare const CreateAssetOutputFilterSensitiveLog: (obj: CreateAssetOutput) => any;
9196
- /**
9197
- * @internal
9198
- */
9199
- export declare const CreateAssetRevisionInputFilterSensitiveLog: (obj: CreateAssetRevisionInput) => any;
9200
- /**
9201
- * @internal
9202
- */
9203
- export declare const CreateAssetRevisionOutputFilterSensitiveLog: (obj: CreateAssetRevisionOutput) => any;
9204
- /**
9205
- * @internal
9206
- */
9207
- export declare const GetAssetOutputFilterSensitiveLog: (obj: GetAssetOutput) => any;
9208
- /**
9209
- * @internal
9210
- */
9211
- export declare const AssetFilterSummaryFilterSensitiveLog: (obj: AssetFilterSummary) => any;
9212
- /**
9213
- * @internal
9214
- */
9215
- export declare const AssetItemAdditionalAttributesFilterSensitiveLog: (obj: AssetItemAdditionalAttributes) => any;
9216
- /**
9217
- * @internal
9218
- */
9219
- export declare const AssetItemFilterSensitiveLog: (obj: AssetItem) => any;
9220
- /**
9221
- * @internal
9222
- */
9223
- export declare const AssetListingFilterSensitiveLog: (obj: AssetListing) => any;
9224
- /**
9225
- * @internal
9226
- */
9227
- export declare const AssetListingItemFilterSensitiveLog: (obj: AssetListingItem) => any;
9228
- /**
9229
- * @internal
9230
- */
9231
- export declare const CreateAssetTypeInputFilterSensitiveLog: (obj: CreateAssetTypeInput) => any;
9232
- /**
9233
- * @internal
9234
- */
9235
- export declare const FormEntryOutputFilterSensitiveLog: (obj: FormEntryOutput) => any;
9236
- /**
9237
- * @internal
9238
- */
9239
- export declare const CreateAssetTypeOutputFilterSensitiveLog: (obj: CreateAssetTypeOutput) => any;
9240
- /**
9241
- * @internal
9242
- */
9243
- export declare const GetAssetTypeOutputFilterSensitiveLog: (obj: GetAssetTypeOutput) => any;
9244
- /**
9245
- * @internal
9246
- */
9247
- export declare const AssetTypeItemFilterSensitiveLog: (obj: AssetTypeItem) => any;
9248
- /**
9249
- * @internal
9250
- */
9251
- export declare const GlueOAuth2CredentialsFilterSensitiveLog: (obj: GlueOAuth2Credentials) => any;
9252
- /**
9253
- * @internal
9254
- */
9255
- export declare const OAuth2PropertiesFilterSensitiveLog: (obj: OAuth2Properties) => any;
9256
- /**
9257
- * @internal
9258
- */
9259
- export declare const AuthenticationConfigurationFilterSensitiveLog: (obj: AuthenticationConfiguration) => any;
9260
- /**
9261
- * @internal
9262
- */
9263
- export declare const BasicAuthenticationCredentialsFilterSensitiveLog: (obj: BasicAuthenticationCredentials) => any;
9264
- /**
9265
- * @internal
9266
- */
9267
- export declare const AuthenticationConfigurationInputFilterSensitiveLog: (obj: AuthenticationConfigurationInput) => any;
9268
- /**
9269
- * @internal
9270
- */
9271
- export declare const AuthenticationConfigurationPatchFilterSensitiveLog: (obj: AuthenticationConfigurationPatch) => any;
9272
- /**
9273
- * @internal
9274
- */
9275
- export declare const CancelSubscriptionOutputFilterSensitiveLog: (obj: CancelSubscriptionOutput) => any;
9276
- /**
9277
- * @internal
9278
- */
9279
- export declare const ConnectionCredentialsFilterSensitiveLog: (obj: ConnectionCredentials) => any;
9280
- /**
9281
- * @internal
9282
- */
9283
- export declare const GlueConnectionInputFilterSensitiveLog: (obj: GlueConnectionInput) => any;
9284
- /**
9285
- * @internal
9286
- */
9287
- export declare const GluePropertiesInputFilterSensitiveLog: (obj: GluePropertiesInput) => any;
9288
- /**
9289
- * @internal
9290
- */
9291
- export declare const UsernamePasswordFilterSensitiveLog: (obj: UsernamePassword) => any;
9292
- /**
9293
- * @internal
9294
- */
9295
- export declare const RedshiftCredentialsFilterSensitiveLog: (obj: RedshiftCredentials) => any;
9296
- /**
9297
- * @internal
9298
- */
9299
- export declare const RedshiftPropertiesInputFilterSensitiveLog: (obj: RedshiftPropertiesInput) => any;
9300
- /**
9301
- * @internal
9302
- */
9303
- export declare const ConnectionPropertiesInputFilterSensitiveLog: (obj: ConnectionPropertiesInput) => any;
9304
- /**
9305
- * @internal
9306
- */
9307
- export declare const RedshiftPropertiesOutputFilterSensitiveLog: (obj: RedshiftPropertiesOutput) => any;
9308
- /**
9309
- * @internal
9310
- */
9311
- export declare const ManagedEndpointCredentialsFilterSensitiveLog: (obj: ManagedEndpointCredentials) => any;
9312
- /**
9313
- * @internal
9314
- */
9315
- export declare const SparkEmrPropertiesOutputFilterSensitiveLog: (obj: SparkEmrPropertiesOutput) => any;
9316
- /**
9317
- * @internal
9318
- */
9319
- export declare const ConnectionPropertiesOutputFilterSensitiveLog: (obj: ConnectionPropertiesOutput) => any;
9320
- /**
9321
- * @internal
9322
- */
9323
- export declare const GlueConnectionPatchFilterSensitiveLog: (obj: GlueConnectionPatch) => any;
9324
- /**
9325
- * @internal
9326
- */
9327
- export declare const GluePropertiesPatchFilterSensitiveLog: (obj: GluePropertiesPatch) => any;
9328
- /**
9329
- * @internal
9330
- */
9331
- export declare const RedshiftPropertiesPatchFilterSensitiveLog: (obj: RedshiftPropertiesPatch) => any;
9332
- /**
9333
- * @internal
9334
- */
9335
- export declare const ConnectionPropertiesPatchFilterSensitiveLog: (obj: ConnectionPropertiesPatch) => any;
9336
- /**
9337
- * @internal
9338
- */
9339
- export declare const GlueConnectionFilterSensitiveLog: (obj: GlueConnection) => any;
9340
- /**
9341
- * @internal
9342
- */
9343
- export declare const PhysicalEndpointFilterSensitiveLog: (obj: PhysicalEndpoint) => any;
9344
- /**
9345
- * @internal
9346
- */
9347
- export declare const ConnectionSummaryFilterSensitiveLog: (obj: ConnectionSummary) => any;
9348
- /**
9349
- * @internal
9350
- */
9351
- export declare const CreateAccountPoolInputFilterSensitiveLog: (obj: CreateAccountPoolInput) => any;
9352
- /**
9353
- * @internal
9354
- */
9355
- export declare const CreateAccountPoolOutputFilterSensitiveLog: (obj: CreateAccountPoolOutput) => any;
9356
- /**
9357
- * @internal
9358
- */
9359
- export declare const CreateConnectionInputFilterSensitiveLog: (obj: CreateConnectionInput) => any;
9360
- /**
9361
- * @internal
9362
- */
9363
- export declare const CreateConnectionOutputFilterSensitiveLog: (obj: CreateConnectionOutput) => any;
9364
- /**
9365
- * @internal
9366
- */
9367
- export declare const CreateDataProductInputFilterSensitiveLog: (obj: CreateDataProductInput) => any;
9368
- /**
9369
- * @internal
9370
- */
9371
- export declare const CreateDataProductOutputFilterSensitiveLog: (obj: CreateDataProductOutput) => any;
9372
- /**
9373
- * @internal
9374
- */
9375
- export declare const CreateDataProductRevisionInputFilterSensitiveLog: (obj: CreateDataProductRevisionInput) => any;
9376
- /**
9377
- * @internal
9378
- */
9379
- export declare const CreateDataProductRevisionOutputFilterSensitiveLog: (obj: CreateDataProductRevisionOutput) => any;
9380
- /**
9381
- * @internal
9382
- */
9383
- export declare const ScheduleConfigurationFilterSensitiveLog: (obj: ScheduleConfiguration) => any;
9384
- /**
9385
- * @internal
9386
- */
9387
- export declare const CreateDataSourceInputFilterSensitiveLog: (obj: CreateDataSourceInput) => any;
9388
- /**
9389
- * @internal
9390
- */
9391
- export declare const CreateDataSourceOutputFilterSensitiveLog: (obj: CreateDataSourceOutput) => any;
9392
- /**
9393
- * @internal
9394
- */
9395
- export declare const CreateDomainUnitInputFilterSensitiveLog: (obj: CreateDomainUnitInput) => any;
9396
- /**
9397
- * @internal
9398
- */
9399
- export declare const CreateDomainUnitOutputFilterSensitiveLog: (obj: CreateDomainUnitOutput) => any;
9400
- /**
9401
- * @internal
9402
- */
9403
- export declare const CustomParameterFilterSensitiveLog: (obj: CustomParameter) => any;
9404
- /**
9405
- * @internal
9406
- */
9407
- export declare const CreateEnvironmentOutputFilterSensitiveLog: (obj: CreateEnvironmentOutput) => any;
9408
- /**
9409
- * @internal
9410
- */
9411
- export declare const CreateEnvironmentBlueprintInputFilterSensitiveLog: (obj: CreateEnvironmentBlueprintInput) => any;
9412
- /**
9413
- * @internal
9414
- */
9415
- export declare const CreateEnvironmentBlueprintOutputFilterSensitiveLog: (obj: CreateEnvironmentBlueprintOutput) => any;
9416
- /**
9417
- * @internal
9418
- */
9419
- export declare const CreateEnvironmentProfileInputFilterSensitiveLog: (obj: CreateEnvironmentProfileInput) => any;
9420
- /**
9421
- * @internal
9422
- */
9423
- export declare const CreateEnvironmentProfileOutputFilterSensitiveLog: (obj: CreateEnvironmentProfileOutput) => any;
9424
- /**
9425
- * @internal
9426
- */
9427
- export declare const ModelFilterSensitiveLog: (obj: Model) => any;
9428
- /**
9429
- * @internal
9430
- */
9431
- export declare const CreateFormTypeInputFilterSensitiveLog: (obj: CreateFormTypeInput) => any;
9432
- /**
9433
- * @internal
9434
- */
9435
- export declare const CreateFormTypeOutputFilterSensitiveLog: (obj: CreateFormTypeOutput) => any;
9436
- /**
9437
- * @internal
9438
- */
9439
- export declare const CreateGlossaryInputFilterSensitiveLog: (obj: CreateGlossaryInput) => any;
9440
- /**
9441
- * @internal
9442
- */
9443
- export declare const CreateGlossaryOutputFilterSensitiveLog: (obj: CreateGlossaryOutput) => any;
9444
- /**
9445
- * @internal
9446
- */
9447
- export declare const CreateGlossaryTermInputFilterSensitiveLog: (obj: CreateGlossaryTermInput) => any;
9448
- /**
9449
- * @internal
9450
- */
9451
- export declare const CreateGlossaryTermOutputFilterSensitiveLog: (obj: CreateGlossaryTermOutput) => any;
9452
- /**
9453
- * @internal
9454
- */
9455
- export declare const CreateGroupProfileOutputFilterSensitiveLog: (obj: CreateGroupProfileOutput) => any;
9456
- /**
9457
- * @internal
9458
- */
9459
- export declare const EnvironmentConfigurationUserParameterFilterSensitiveLog: (obj: EnvironmentConfigurationUserParameter) => any;
9460
- /**
9461
- * @internal
9462
- */
9463
- export declare const CreateProjectInputFilterSensitiveLog: (obj: CreateProjectInput) => any;
9464
- /**
9465
- * @internal
9466
- */
9467
- export declare const CreateProjectOutputFilterSensitiveLog: (obj: CreateProjectOutput) => any;