@aws-sdk/client-datazone 3.928.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 (199) 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/models/models_0.d.ts +0 -344
  180. package/dist-types/models/models_1.d.ts +0 -324
  181. package/dist-types/models/models_2.d.ts +0 -208
  182. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  183. package/dist-types/runtimeConfig.d.ts +1 -0
  184. package/dist-types/runtimeConfig.native.d.ts +1 -0
  185. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  186. package/dist-types/schemas/schemas_0.d.ts +970 -0
  187. package/dist-types/ts3.4/DataZoneClient.d.ts +4 -0
  188. package/dist-types/ts3.4/models/models_0.d.ts +0 -244
  189. package/dist-types/ts3.4/models/models_1.d.ts +0 -239
  190. package/dist-types/ts3.4/models/models_2.d.ts +0 -148
  191. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  192. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  193. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  194. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  195. package/dist-types/ts3.4/schemas/schemas_0.d.ts +977 -0
  196. package/package.json +2 -3
  197. package/dist-es/protocols/Aws_restJson1.js +0 -7202
  198. package/dist-types/protocols/Aws_restJson1.d.ts +0 -1523
  199. 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
  */
@@ -9106,347 +9106,3 @@ export declare namespace Member {
9106
9106
  }
9107
9107
  const visit: <T>(value: Member, visitor: Visitor<T>) => T;
9108
9108
  }
9109
- /**
9110
- * @internal
9111
- */
9112
- export declare const AcceptChoiceFilterSensitiveLog: (obj: AcceptChoice) => any;
9113
- /**
9114
- * @internal
9115
- */
9116
- export declare const AcceptPredictionsInputFilterSensitiveLog: (obj: AcceptPredictionsInput) => any;
9117
- /**
9118
- * @internal
9119
- */
9120
- export declare const AcceptSubscriptionRequestInputFilterSensitiveLog: (obj: AcceptSubscriptionRequestInput) => any;
9121
- /**
9122
- * @internal
9123
- */
9124
- export declare const FormOutputFilterSensitiveLog: (obj: FormOutput) => any;
9125
- /**
9126
- * @internal
9127
- */
9128
- export declare const DetailedGlossaryTermFilterSensitiveLog: (obj: DetailedGlossaryTerm) => any;
9129
- /**
9130
- * @internal
9131
- */
9132
- export declare const SubscribedAssetListingFilterSensitiveLog: (obj: SubscribedAssetListing) => any;
9133
- /**
9134
- * @internal
9135
- */
9136
- export declare const SubscribedProductListingFilterSensitiveLog: (obj: SubscribedProductListing) => any;
9137
- /**
9138
- * @internal
9139
- */
9140
- export declare const SubscribedListingItemFilterSensitiveLog: (obj: SubscribedListingItem) => any;
9141
- /**
9142
- * @internal
9143
- */
9144
- export declare const SubscribedListingFilterSensitiveLog: (obj: SubscribedListing) => any;
9145
- /**
9146
- * @internal
9147
- */
9148
- export declare const SubscribedProjectFilterSensitiveLog: (obj: SubscribedProject) => any;
9149
- /**
9150
- * @internal
9151
- */
9152
- export declare const SubscribedPrincipalFilterSensitiveLog: (obj: SubscribedPrincipal) => any;
9153
- /**
9154
- * @internal
9155
- */
9156
- export declare const AcceptSubscriptionRequestOutputFilterSensitiveLog: (obj: AcceptSubscriptionRequestOutput) => any;
9157
- /**
9158
- * @internal
9159
- */
9160
- export declare const AccountInfoFilterSensitiveLog: (obj: AccountInfo) => any;
9161
- /**
9162
- * @internal
9163
- */
9164
- export declare const AccountPoolSummaryFilterSensitiveLog: (obj: AccountPoolSummary) => any;
9165
- /**
9166
- * @internal
9167
- */
9168
- export declare const AccountSourceFilterSensitiveLog: (obj: AccountSource) => any;
9169
- /**
9170
- * @internal
9171
- */
9172
- export declare const FormInputFilterSensitiveLog: (obj: FormInput) => any;
9173
- /**
9174
- * @internal
9175
- */
9176
- export declare const CreateAssetInputFilterSensitiveLog: (obj: CreateAssetInput) => any;
9177
- /**
9178
- * @internal
9179
- */
9180
- export declare const CreateAssetOutputFilterSensitiveLog: (obj: CreateAssetOutput) => any;
9181
- /**
9182
- * @internal
9183
- */
9184
- export declare const CreateAssetRevisionInputFilterSensitiveLog: (obj: CreateAssetRevisionInput) => any;
9185
- /**
9186
- * @internal
9187
- */
9188
- export declare const CreateAssetRevisionOutputFilterSensitiveLog: (obj: CreateAssetRevisionOutput) => any;
9189
- /**
9190
- * @internal
9191
- */
9192
- export declare const GetAssetOutputFilterSensitiveLog: (obj: GetAssetOutput) => any;
9193
- /**
9194
- * @internal
9195
- */
9196
- export declare const AssetFilterSummaryFilterSensitiveLog: (obj: AssetFilterSummary) => any;
9197
- /**
9198
- * @internal
9199
- */
9200
- export declare const AssetItemAdditionalAttributesFilterSensitiveLog: (obj: AssetItemAdditionalAttributes) => any;
9201
- /**
9202
- * @internal
9203
- */
9204
- export declare const AssetItemFilterSensitiveLog: (obj: AssetItem) => any;
9205
- /**
9206
- * @internal
9207
- */
9208
- export declare const AssetListingFilterSensitiveLog: (obj: AssetListing) => any;
9209
- /**
9210
- * @internal
9211
- */
9212
- export declare const AssetListingItemFilterSensitiveLog: (obj: AssetListingItem) => any;
9213
- /**
9214
- * @internal
9215
- */
9216
- export declare const CreateAssetTypeInputFilterSensitiveLog: (obj: CreateAssetTypeInput) => any;
9217
- /**
9218
- * @internal
9219
- */
9220
- export declare const FormEntryOutputFilterSensitiveLog: (obj: FormEntryOutput) => any;
9221
- /**
9222
- * @internal
9223
- */
9224
- export declare const CreateAssetTypeOutputFilterSensitiveLog: (obj: CreateAssetTypeOutput) => any;
9225
- /**
9226
- * @internal
9227
- */
9228
- export declare const GetAssetTypeOutputFilterSensitiveLog: (obj: GetAssetTypeOutput) => any;
9229
- /**
9230
- * @internal
9231
- */
9232
- export declare const AssetTypeItemFilterSensitiveLog: (obj: AssetTypeItem) => any;
9233
- /**
9234
- * @internal
9235
- */
9236
- export declare const GlueOAuth2CredentialsFilterSensitiveLog: (obj: GlueOAuth2Credentials) => any;
9237
- /**
9238
- * @internal
9239
- */
9240
- export declare const OAuth2PropertiesFilterSensitiveLog: (obj: OAuth2Properties) => any;
9241
- /**
9242
- * @internal
9243
- */
9244
- export declare const AuthenticationConfigurationFilterSensitiveLog: (obj: AuthenticationConfiguration) => any;
9245
- /**
9246
- * @internal
9247
- */
9248
- export declare const BasicAuthenticationCredentialsFilterSensitiveLog: (obj: BasicAuthenticationCredentials) => any;
9249
- /**
9250
- * @internal
9251
- */
9252
- export declare const AuthenticationConfigurationInputFilterSensitiveLog: (obj: AuthenticationConfigurationInput) => any;
9253
- /**
9254
- * @internal
9255
- */
9256
- export declare const AuthenticationConfigurationPatchFilterSensitiveLog: (obj: AuthenticationConfigurationPatch) => any;
9257
- /**
9258
- * @internal
9259
- */
9260
- export declare const CancelSubscriptionOutputFilterSensitiveLog: (obj: CancelSubscriptionOutput) => any;
9261
- /**
9262
- * @internal
9263
- */
9264
- export declare const ConnectionCredentialsFilterSensitiveLog: (obj: ConnectionCredentials) => any;
9265
- /**
9266
- * @internal
9267
- */
9268
- export declare const GlueConnectionInputFilterSensitiveLog: (obj: GlueConnectionInput) => any;
9269
- /**
9270
- * @internal
9271
- */
9272
- export declare const GluePropertiesInputFilterSensitiveLog: (obj: GluePropertiesInput) => any;
9273
- /**
9274
- * @internal
9275
- */
9276
- export declare const UsernamePasswordFilterSensitiveLog: (obj: UsernamePassword) => any;
9277
- /**
9278
- * @internal
9279
- */
9280
- export declare const RedshiftCredentialsFilterSensitiveLog: (obj: RedshiftCredentials) => any;
9281
- /**
9282
- * @internal
9283
- */
9284
- export declare const RedshiftPropertiesInputFilterSensitiveLog: (obj: RedshiftPropertiesInput) => any;
9285
- /**
9286
- * @internal
9287
- */
9288
- export declare const ConnectionPropertiesInputFilterSensitiveLog: (obj: ConnectionPropertiesInput) => any;
9289
- /**
9290
- * @internal
9291
- */
9292
- export declare const RedshiftPropertiesOutputFilterSensitiveLog: (obj: RedshiftPropertiesOutput) => any;
9293
- /**
9294
- * @internal
9295
- */
9296
- export declare const ManagedEndpointCredentialsFilterSensitiveLog: (obj: ManagedEndpointCredentials) => any;
9297
- /**
9298
- * @internal
9299
- */
9300
- export declare const SparkEmrPropertiesOutputFilterSensitiveLog: (obj: SparkEmrPropertiesOutput) => any;
9301
- /**
9302
- * @internal
9303
- */
9304
- export declare const ConnectionPropertiesOutputFilterSensitiveLog: (obj: ConnectionPropertiesOutput) => any;
9305
- /**
9306
- * @internal
9307
- */
9308
- export declare const GlueConnectionPatchFilterSensitiveLog: (obj: GlueConnectionPatch) => any;
9309
- /**
9310
- * @internal
9311
- */
9312
- export declare const GluePropertiesPatchFilterSensitiveLog: (obj: GluePropertiesPatch) => any;
9313
- /**
9314
- * @internal
9315
- */
9316
- export declare const RedshiftPropertiesPatchFilterSensitiveLog: (obj: RedshiftPropertiesPatch) => any;
9317
- /**
9318
- * @internal
9319
- */
9320
- export declare const ConnectionPropertiesPatchFilterSensitiveLog: (obj: ConnectionPropertiesPatch) => any;
9321
- /**
9322
- * @internal
9323
- */
9324
- export declare const GlueConnectionFilterSensitiveLog: (obj: GlueConnection) => any;
9325
- /**
9326
- * @internal
9327
- */
9328
- export declare const PhysicalEndpointFilterSensitiveLog: (obj: PhysicalEndpoint) => any;
9329
- /**
9330
- * @internal
9331
- */
9332
- export declare const ConnectionSummaryFilterSensitiveLog: (obj: ConnectionSummary) => any;
9333
- /**
9334
- * @internal
9335
- */
9336
- export declare const CreateAccountPoolInputFilterSensitiveLog: (obj: CreateAccountPoolInput) => any;
9337
- /**
9338
- * @internal
9339
- */
9340
- export declare const CreateAccountPoolOutputFilterSensitiveLog: (obj: CreateAccountPoolOutput) => any;
9341
- /**
9342
- * @internal
9343
- */
9344
- export declare const CreateConnectionInputFilterSensitiveLog: (obj: CreateConnectionInput) => any;
9345
- /**
9346
- * @internal
9347
- */
9348
- export declare const CreateConnectionOutputFilterSensitiveLog: (obj: CreateConnectionOutput) => any;
9349
- /**
9350
- * @internal
9351
- */
9352
- export declare const CreateDataProductInputFilterSensitiveLog: (obj: CreateDataProductInput) => any;
9353
- /**
9354
- * @internal
9355
- */
9356
- export declare const CreateDataProductOutputFilterSensitiveLog: (obj: CreateDataProductOutput) => any;
9357
- /**
9358
- * @internal
9359
- */
9360
- export declare const CreateDataProductRevisionInputFilterSensitiveLog: (obj: CreateDataProductRevisionInput) => any;
9361
- /**
9362
- * @internal
9363
- */
9364
- export declare const CreateDataProductRevisionOutputFilterSensitiveLog: (obj: CreateDataProductRevisionOutput) => any;
9365
- /**
9366
- * @internal
9367
- */
9368
- export declare const ScheduleConfigurationFilterSensitiveLog: (obj: ScheduleConfiguration) => any;
9369
- /**
9370
- * @internal
9371
- */
9372
- export declare const CreateDataSourceInputFilterSensitiveLog: (obj: CreateDataSourceInput) => any;
9373
- /**
9374
- * @internal
9375
- */
9376
- export declare const CreateDataSourceOutputFilterSensitiveLog: (obj: CreateDataSourceOutput) => any;
9377
- /**
9378
- * @internal
9379
- */
9380
- export declare const CreateDomainUnitInputFilterSensitiveLog: (obj: CreateDomainUnitInput) => any;
9381
- /**
9382
- * @internal
9383
- */
9384
- export declare const CreateDomainUnitOutputFilterSensitiveLog: (obj: CreateDomainUnitOutput) => any;
9385
- /**
9386
- * @internal
9387
- */
9388
- export declare const CustomParameterFilterSensitiveLog: (obj: CustomParameter) => any;
9389
- /**
9390
- * @internal
9391
- */
9392
- export declare const CreateEnvironmentOutputFilterSensitiveLog: (obj: CreateEnvironmentOutput) => any;
9393
- /**
9394
- * @internal
9395
- */
9396
- export declare const CreateEnvironmentBlueprintInputFilterSensitiveLog: (obj: CreateEnvironmentBlueprintInput) => any;
9397
- /**
9398
- * @internal
9399
- */
9400
- export declare const CreateEnvironmentBlueprintOutputFilterSensitiveLog: (obj: CreateEnvironmentBlueprintOutput) => any;
9401
- /**
9402
- * @internal
9403
- */
9404
- export declare const CreateEnvironmentProfileInputFilterSensitiveLog: (obj: CreateEnvironmentProfileInput) => any;
9405
- /**
9406
- * @internal
9407
- */
9408
- export declare const CreateEnvironmentProfileOutputFilterSensitiveLog: (obj: CreateEnvironmentProfileOutput) => any;
9409
- /**
9410
- * @internal
9411
- */
9412
- export declare const ModelFilterSensitiveLog: (obj: Model) => any;
9413
- /**
9414
- * @internal
9415
- */
9416
- export declare const CreateFormTypeInputFilterSensitiveLog: (obj: CreateFormTypeInput) => any;
9417
- /**
9418
- * @internal
9419
- */
9420
- export declare const CreateFormTypeOutputFilterSensitiveLog: (obj: CreateFormTypeOutput) => any;
9421
- /**
9422
- * @internal
9423
- */
9424
- export declare const CreateGlossaryInputFilterSensitiveLog: (obj: CreateGlossaryInput) => any;
9425
- /**
9426
- * @internal
9427
- */
9428
- export declare const CreateGlossaryOutputFilterSensitiveLog: (obj: CreateGlossaryOutput) => any;
9429
- /**
9430
- * @internal
9431
- */
9432
- export declare const CreateGlossaryTermInputFilterSensitiveLog: (obj: CreateGlossaryTermInput) => any;
9433
- /**
9434
- * @internal
9435
- */
9436
- export declare const CreateGlossaryTermOutputFilterSensitiveLog: (obj: CreateGlossaryTermOutput) => any;
9437
- /**
9438
- * @internal
9439
- */
9440
- export declare const CreateGroupProfileOutputFilterSensitiveLog: (obj: CreateGroupProfileOutput) => any;
9441
- /**
9442
- * @internal
9443
- */
9444
- export declare const EnvironmentConfigurationUserParameterFilterSensitiveLog: (obj: EnvironmentConfigurationUserParameter) => any;
9445
- /**
9446
- * @internal
9447
- */
9448
- export declare const CreateProjectInputFilterSensitiveLog: (obj: CreateProjectInput) => any;
9449
- /**
9450
- * @internal
9451
- */
9452
- export declare const CreateProjectOutputFilterSensitiveLog: (obj: CreateProjectOutput) => any;
@@ -8935,327 +8935,3 @@ export interface SubscriptionSummary {
8935
8935
  */
8936
8936
  retainPermissions?: boolean | undefined;
8937
8937
  }
8938
- /**
8939
- * @internal
8940
- */
8941
- export declare const EnvironmentConfigurationFilterSensitiveLog: (obj: EnvironmentConfiguration) => any;
8942
- /**
8943
- * @internal
8944
- */
8945
- export declare const CreateProjectProfileInputFilterSensitiveLog: (obj: CreateProjectProfileInput) => any;
8946
- /**
8947
- * @internal
8948
- */
8949
- export declare const CreateProjectProfileOutputFilterSensitiveLog: (obj: CreateProjectProfileOutput) => any;
8950
- /**
8951
- * @internal
8952
- */
8953
- export declare const CreateRuleInputFilterSensitiveLog: (obj: CreateRuleInput) => any;
8954
- /**
8955
- * @internal
8956
- */
8957
- export declare const CreateRuleOutputFilterSensitiveLog: (obj: CreateRuleOutput) => any;
8958
- /**
8959
- * @internal
8960
- */
8961
- export declare const CreateSubscriptionRequestInputFilterSensitiveLog: (obj: CreateSubscriptionRequestInput) => any;
8962
- /**
8963
- * @internal
8964
- */
8965
- export declare const CreateSubscriptionRequestOutputFilterSensitiveLog: (obj: CreateSubscriptionRequestOutput) => any;
8966
- /**
8967
- * @internal
8968
- */
8969
- export declare const CreateSubscriptionTargetInputFilterSensitiveLog: (obj: CreateSubscriptionTargetInput) => any;
8970
- /**
8971
- * @internal
8972
- */
8973
- export declare const CreateSubscriptionTargetOutputFilterSensitiveLog: (obj: CreateSubscriptionTargetOutput) => any;
8974
- /**
8975
- * @internal
8976
- */
8977
- export declare const SsoUserProfileDetailsFilterSensitiveLog: (obj: SsoUserProfileDetails) => any;
8978
- /**
8979
- * @internal
8980
- */
8981
- export declare const UserProfileDetailsFilterSensitiveLog: (obj: UserProfileDetails) => any;
8982
- /**
8983
- * @internal
8984
- */
8985
- export declare const CreateUserProfileOutputFilterSensitiveLog: (obj: CreateUserProfileOutput) => any;
8986
- /**
8987
- * @internal
8988
- */
8989
- export declare const GetDataProductOutputFilterSensitiveLog: (obj: GetDataProductOutput) => any;
8990
- /**
8991
- * @internal
8992
- */
8993
- export declare const ListingSummaryFilterSensitiveLog: (obj: ListingSummary) => any;
8994
- /**
8995
- * @internal
8996
- */
8997
- export declare const DataProductListingFilterSensitiveLog: (obj: DataProductListing) => any;
8998
- /**
8999
- * @internal
9000
- */
9001
- export declare const ListingSummaryItemFilterSensitiveLog: (obj: ListingSummaryItem) => any;
9002
- /**
9003
- * @internal
9004
- */
9005
- export declare const DataProductListingItemFilterSensitiveLog: (obj: DataProductListingItem) => any;
9006
- /**
9007
- * @internal
9008
- */
9009
- export declare const DataProductResultItemFilterSensitiveLog: (obj: DataProductResultItem) => any;
9010
- /**
9011
- * @internal
9012
- */
9013
- export declare const DeleteDataSourceOutputFilterSensitiveLog: (obj: DeleteDataSourceOutput) => any;
9014
- /**
9015
- * @internal
9016
- */
9017
- export declare const GetDataSourceOutputFilterSensitiveLog: (obj: GetDataSourceOutput) => any;
9018
- /**
9019
- * @internal
9020
- */
9021
- export declare const ListDataSourcesInputFilterSensitiveLog: (obj: ListDataSourcesInput) => any;
9022
- /**
9023
- * @internal
9024
- */
9025
- export declare const DataSourceSummaryFilterSensitiveLog: (obj: DataSourceSummary) => any;
9026
- /**
9027
- * @internal
9028
- */
9029
- export declare const ListDataSourcesOutputFilterSensitiveLog: (obj: ListDataSourcesOutput) => any;
9030
- /**
9031
- * @internal
9032
- */
9033
- export declare const UpdateDataSourceInputFilterSensitiveLog: (obj: UpdateDataSourceInput) => any;
9034
- /**
9035
- * @internal
9036
- */
9037
- export declare const UpdateDataSourceOutputFilterSensitiveLog: (obj: UpdateDataSourceOutput) => any;
9038
- /**
9039
- * @internal
9040
- */
9041
- export declare const DataSourceRunActivityFilterSensitiveLog: (obj: DataSourceRunActivity) => any;
9042
- /**
9043
- * @internal
9044
- */
9045
- export declare const DomainSummaryFilterSensitiveLog: (obj: DomainSummary) => any;
9046
- /**
9047
- * @internal
9048
- */
9049
- export declare const ListDomainsOutputFilterSensitiveLog: (obj: ListDomainsOutput) => any;
9050
- /**
9051
- * @internal
9052
- */
9053
- export declare const GetDomainUnitOutputFilterSensitiveLog: (obj: GetDomainUnitOutput) => any;
9054
- /**
9055
- * @internal
9056
- */
9057
- export declare const UpdateDomainUnitInputFilterSensitiveLog: (obj: UpdateDomainUnitInput) => any;
9058
- /**
9059
- * @internal
9060
- */
9061
- export declare const UpdateDomainUnitOutputFilterSensitiveLog: (obj: UpdateDomainUnitOutput) => any;
9062
- /**
9063
- * @internal
9064
- */
9065
- export declare const ImportFilterSensitiveLog: (obj: Import) => any;
9066
- /**
9067
- * @internal
9068
- */
9069
- export declare const GetFormTypeOutputFilterSensitiveLog: (obj: GetFormTypeOutput) => any;
9070
- /**
9071
- * @internal
9072
- */
9073
- export declare const GetAccountPoolOutputFilterSensitiveLog: (obj: GetAccountPoolOutput) => any;
9074
- /**
9075
- * @internal
9076
- */
9077
- export declare const GetConnectionOutputFilterSensitiveLog: (obj: GetConnectionOutput) => any;
9078
- /**
9079
- * @internal
9080
- */
9081
- export declare const GetEnvironmentOutputFilterSensitiveLog: (obj: GetEnvironmentOutput) => any;
9082
- /**
9083
- * @internal
9084
- */
9085
- export declare const GetEnvironmentBlueprintOutputFilterSensitiveLog: (obj: GetEnvironmentBlueprintOutput) => any;
9086
- /**
9087
- * @internal
9088
- */
9089
- export declare const GetEnvironmentCredentialsOutputFilterSensitiveLog: (obj: GetEnvironmentCredentialsOutput) => any;
9090
- /**
9091
- * @internal
9092
- */
9093
- export declare const GetEnvironmentProfileOutputFilterSensitiveLog: (obj: GetEnvironmentProfileOutput) => any;
9094
- /**
9095
- * @internal
9096
- */
9097
- export declare const GetGroupProfileOutputFilterSensitiveLog: (obj: GetGroupProfileOutput) => any;
9098
- /**
9099
- * @internal
9100
- */
9101
- export declare const GetLineageEventOutputFilterSensitiveLog: (obj: GetLineageEventOutput) => any;
9102
- /**
9103
- * @internal
9104
- */
9105
- export declare const GetLineageNodeOutputFilterSensitiveLog: (obj: GetLineageNodeOutput) => any;
9106
- /**
9107
- * @internal
9108
- */
9109
- export declare const GetProjectOutputFilterSensitiveLog: (obj: GetProjectOutput) => any;
9110
- /**
9111
- * @internal
9112
- */
9113
- export declare const GetProjectProfileOutputFilterSensitiveLog: (obj: GetProjectProfileOutput) => any;
9114
- /**
9115
- * @internal
9116
- */
9117
- export declare const GetSubscriptionOutputFilterSensitiveLog: (obj: GetSubscriptionOutput) => any;
9118
- /**
9119
- * @internal
9120
- */
9121
- export declare const GetSubscriptionRequestDetailsOutputFilterSensitiveLog: (obj: GetSubscriptionRequestDetailsOutput) => any;
9122
- /**
9123
- * @internal
9124
- */
9125
- export declare const GetSubscriptionTargetOutputFilterSensitiveLog: (obj: GetSubscriptionTargetOutput) => any;
9126
- /**
9127
- * @internal
9128
- */
9129
- export declare const GetUserProfileOutputFilterSensitiveLog: (obj: GetUserProfileOutput) => any;
9130
- /**
9131
- * @internal
9132
- */
9133
- export declare const GetGlossaryOutputFilterSensitiveLog: (obj: GetGlossaryOutput) => any;
9134
- /**
9135
- * @internal
9136
- */
9137
- export declare const UpdateGlossaryInputFilterSensitiveLog: (obj: UpdateGlossaryInput) => any;
9138
- /**
9139
- * @internal
9140
- */
9141
- export declare const UpdateGlossaryOutputFilterSensitiveLog: (obj: UpdateGlossaryOutput) => any;
9142
- /**
9143
- * @internal
9144
- */
9145
- export declare const GetGlossaryTermOutputFilterSensitiveLog: (obj: GetGlossaryTermOutput) => any;
9146
- /**
9147
- * @internal
9148
- */
9149
- export declare const UpdateGlossaryTermInputFilterSensitiveLog: (obj: UpdateGlossaryTermInput) => any;
9150
- /**
9151
- * @internal
9152
- */
9153
- export declare const UpdateGlossaryTermOutputFilterSensitiveLog: (obj: UpdateGlossaryTermOutput) => any;
9154
- /**
9155
- * @internal
9156
- */
9157
- export declare const ListAccountPoolsInputFilterSensitiveLog: (obj: ListAccountPoolsInput) => any;
9158
- /**
9159
- * @internal
9160
- */
9161
- export declare const ListAccountPoolsOutputFilterSensitiveLog: (obj: ListAccountPoolsOutput) => any;
9162
- /**
9163
- * @internal
9164
- */
9165
- export declare const ListAccountsInAccountPoolOutputFilterSensitiveLog: (obj: ListAccountsInAccountPoolOutput) => any;
9166
- /**
9167
- * @internal
9168
- */
9169
- export declare const ListAssetFiltersOutputFilterSensitiveLog: (obj: ListAssetFiltersOutput) => any;
9170
- /**
9171
- * @internal
9172
- */
9173
- export declare const ListConnectionsOutputFilterSensitiveLog: (obj: ListConnectionsOutput) => any;
9174
- /**
9175
- * @internal
9176
- */
9177
- export declare const ListDataSourceRunActivitiesOutputFilterSensitiveLog: (obj: ListDataSourceRunActivitiesOutput) => any;
9178
- /**
9179
- * @internal
9180
- */
9181
- export declare const EnvironmentBlueprintSummaryFilterSensitiveLog: (obj: EnvironmentBlueprintSummary) => any;
9182
- /**
9183
- * @internal
9184
- */
9185
- export declare const ListEnvironmentBlueprintsOutputFilterSensitiveLog: (obj: ListEnvironmentBlueprintsOutput) => any;
9186
- /**
9187
- * @internal
9188
- */
9189
- export declare const ListEnvironmentProfilesInputFilterSensitiveLog: (obj: ListEnvironmentProfilesInput) => any;
9190
- /**
9191
- * @internal
9192
- */
9193
- export declare const EnvironmentProfileSummaryFilterSensitiveLog: (obj: EnvironmentProfileSummary) => any;
9194
- /**
9195
- * @internal
9196
- */
9197
- export declare const ListEnvironmentProfilesOutputFilterSensitiveLog: (obj: ListEnvironmentProfilesOutput) => any;
9198
- /**
9199
- * @internal
9200
- */
9201
- export declare const EnvironmentSummaryFilterSensitiveLog: (obj: EnvironmentSummary) => any;
9202
- /**
9203
- * @internal
9204
- */
9205
- export declare const ListEnvironmentsOutputFilterSensitiveLog: (obj: ListEnvironmentsOutput) => any;
9206
- /**
9207
- * @internal
9208
- */
9209
- export declare const ListingItemFilterSensitiveLog: (obj: ListingItem) => any;
9210
- /**
9211
- * @internal
9212
- */
9213
- export declare const GetListingOutputFilterSensitiveLog: (obj: GetListingOutput) => any;
9214
- /**
9215
- * @internal
9216
- */
9217
- export declare const NotificationOutputFilterSensitiveLog: (obj: NotificationOutput) => any;
9218
- /**
9219
- * @internal
9220
- */
9221
- export declare const ListNotificationsOutputFilterSensitiveLog: (obj: ListNotificationsOutput) => any;
9222
- /**
9223
- * @internal
9224
- */
9225
- export declare const ListProjectProfilesInputFilterSensitiveLog: (obj: ListProjectProfilesInput) => any;
9226
- /**
9227
- * @internal
9228
- */
9229
- export declare const ProjectProfileSummaryFilterSensitiveLog: (obj: ProjectProfileSummary) => any;
9230
- /**
9231
- * @internal
9232
- */
9233
- export declare const ListProjectProfilesOutputFilterSensitiveLog: (obj: ListProjectProfilesOutput) => any;
9234
- /**
9235
- * @internal
9236
- */
9237
- export declare const ListProjectsInputFilterSensitiveLog: (obj: ListProjectsInput) => any;
9238
- /**
9239
- * @internal
9240
- */
9241
- export declare const ProjectSummaryFilterSensitiveLog: (obj: ProjectSummary) => any;
9242
- /**
9243
- * @internal
9244
- */
9245
- export declare const ListProjectsOutputFilterSensitiveLog: (obj: ListProjectsOutput) => any;
9246
- /**
9247
- * @internal
9248
- */
9249
- export declare const MetadataFormSummaryFilterSensitiveLog: (obj: MetadataFormSummary) => any;
9250
- /**
9251
- * @internal
9252
- */
9253
- export declare const SubscriptionRequestSummaryFilterSensitiveLog: (obj: SubscriptionRequestSummary) => any;
9254
- /**
9255
- * @internal
9256
- */
9257
- export declare const ListSubscriptionRequestsOutputFilterSensitiveLog: (obj: ListSubscriptionRequestsOutput) => any;
9258
- /**
9259
- * @internal
9260
- */
9261
- export declare const SubscriptionSummaryFilterSensitiveLog: (obj: SubscriptionSummary) => any;