@aws-sdk/client-datazone 3.844.0 → 3.845.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.
package/dist-cjs/index.js CHANGED
@@ -1120,6 +1120,7 @@ var ConnectionPropertiesInput;
1120
1120
  if (value.redshiftProperties !== void 0) return visitor.redshiftProperties(value.redshiftProperties);
1121
1121
  if (value.sparkEmrProperties !== void 0) return visitor.sparkEmrProperties(value.sparkEmrProperties);
1122
1122
  if (value.sparkGlueProperties !== void 0) return visitor.sparkGlueProperties(value.sparkGlueProperties);
1123
+ if (value.s3Properties !== void 0) return visitor.s3Properties(value.s3Properties);
1123
1124
  return visitor._(value.$unknown[0], value.$unknown[1]);
1124
1125
  }, "visit");
1125
1126
  })(ConnectionPropertiesInput || (ConnectionPropertiesInput = {}));
@@ -1151,6 +1152,7 @@ var ConnectionPropertiesOutput;
1151
1152
  if (value.redshiftProperties !== void 0) return visitor.redshiftProperties(value.redshiftProperties);
1152
1153
  if (value.sparkEmrProperties !== void 0) return visitor.sparkEmrProperties(value.sparkEmrProperties);
1153
1154
  if (value.sparkGlueProperties !== void 0) return visitor.sparkGlueProperties(value.sparkGlueProperties);
1155
+ if (value.s3Properties !== void 0) return visitor.s3Properties(value.s3Properties);
1154
1156
  return visitor._(value.$unknown[0], value.$unknown[1]);
1155
1157
  }, "visit");
1156
1158
  })(ConnectionPropertiesOutput || (ConnectionPropertiesOutput = {}));
@@ -1162,6 +1164,7 @@ var ConnectionPropertiesPatch;
1162
1164
  if (value.iamProperties !== void 0) return visitor.iamProperties(value.iamProperties);
1163
1165
  if (value.redshiftProperties !== void 0) return visitor.redshiftProperties(value.redshiftProperties);
1164
1166
  if (value.sparkEmrProperties !== void 0) return visitor.sparkEmrProperties(value.sparkEmrProperties);
1167
+ if (value.s3Properties !== void 0) return visitor.s3Properties(value.s3Properties);
1165
1168
  return visitor._(value.$unknown[0], value.$unknown[1]);
1166
1169
  }, "visit");
1167
1170
  })(ConnectionPropertiesPatch || (ConnectionPropertiesPatch = {}));
@@ -1178,6 +1181,7 @@ var ConnectionType = {
1178
1181
  ORACLE: "ORACLE",
1179
1182
  POSTGRESQL: "POSTGRESQL",
1180
1183
  REDSHIFT: "REDSHIFT",
1184
+ S3: "S3",
1181
1185
  SAPHANA: "SAPHANA",
1182
1186
  SNOWFLAKE: "SNOWFLAKE",
1183
1187
  SPARK: "SPARK",
@@ -1468,16 +1472,16 @@ var RuleAction = {
1468
1472
  CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST"
1469
1473
  };
1470
1474
  var RuleDetail;
1471
- ((RuleDetail4) => {
1472
- RuleDetail4.visit = /* @__PURE__ */ __name((value, visitor) => {
1475
+ ((RuleDetail5) => {
1476
+ RuleDetail5.visit = /* @__PURE__ */ __name((value, visitor) => {
1473
1477
  if (value.metadataFormEnforcementDetail !== void 0)
1474
1478
  return visitor.metadataFormEnforcementDetail(value.metadataFormEnforcementDetail);
1475
1479
  return visitor._(value.$unknown[0], value.$unknown[1]);
1476
1480
  }, "visit");
1477
1481
  })(RuleDetail || (RuleDetail = {}));
1478
1482
  var RuleTarget;
1479
- ((RuleTarget4) => {
1480
- RuleTarget4.visit = /* @__PURE__ */ __name((value, visitor) => {
1483
+ ((RuleTarget5) => {
1484
+ RuleTarget5.visit = /* @__PURE__ */ __name((value, visitor) => {
1481
1485
  if (value.domainUnitTarget !== void 0) return visitor.domainUnitTarget(value.domainUnitTarget);
1482
1486
  return visitor._(value.$unknown[0], value.$unknown[1]);
1483
1487
  }, "visit");
@@ -1512,15 +1516,6 @@ var GrantedEntity;
1512
1516
  return visitor._(value.$unknown[0], value.$unknown[1]);
1513
1517
  }, "visit");
1514
1518
  })(GrantedEntity || (GrantedEntity = {}));
1515
- var SubscriptionGrantOverallStatus = {
1516
- COMPLETED: "COMPLETED",
1517
- GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED",
1518
- GRANT_FAILED: "GRANT_FAILED",
1519
- INACCESSIBLE: "INACCESSIBLE",
1520
- IN_PROGRESS: "IN_PROGRESS",
1521
- PENDING: "PENDING",
1522
- REVOKE_FAILED: "REVOKE_FAILED"
1523
- };
1524
1519
  var AcceptChoiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1525
1520
  ...obj,
1526
1521
  ...obj.editedValue && { editedValue: import_smithy_client.SENSITIVE_STRING }
@@ -1770,6 +1765,7 @@ var ConnectionPropertiesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
1770
1765
  return { redshiftProperties: RedshiftPropertiesInputFilterSensitiveLog(obj.redshiftProperties) };
1771
1766
  if (obj.sparkEmrProperties !== void 0) return { sparkEmrProperties: obj.sparkEmrProperties };
1772
1767
  if (obj.sparkGlueProperties !== void 0) return { sparkGlueProperties: obj.sparkGlueProperties };
1768
+ if (obj.s3Properties !== void 0) return { s3Properties: obj.s3Properties };
1773
1769
  if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1774
1770
  }, "ConnectionPropertiesInputFilterSensitiveLog");
1775
1771
  var RedshiftPropertiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
@@ -1791,6 +1787,7 @@ var ConnectionPropertiesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj)
1791
1787
  if (obj.sparkEmrProperties !== void 0)
1792
1788
  return { sparkEmrProperties: SparkEmrPropertiesOutputFilterSensitiveLog(obj.sparkEmrProperties) };
1793
1789
  if (obj.sparkGlueProperties !== void 0) return { sparkGlueProperties: obj.sparkGlueProperties };
1790
+ if (obj.s3Properties !== void 0) return { s3Properties: obj.s3Properties };
1794
1791
  if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1795
1792
  }, "ConnectionPropertiesOutputFilterSensitiveLog");
1796
1793
  var GlueConnectionPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
@@ -1818,6 +1815,7 @@ var ConnectionPropertiesPatchFilterSensitiveLog = /* @__PURE__ */ __name((obj) =
1818
1815
  if (obj.redshiftProperties !== void 0)
1819
1816
  return { redshiftProperties: RedshiftPropertiesPatchFilterSensitiveLog(obj.redshiftProperties) };
1820
1817
  if (obj.sparkEmrProperties !== void 0) return { sparkEmrProperties: obj.sparkEmrProperties };
1818
+ if (obj.s3Properties !== void 0) return { s3Properties: obj.s3Properties };
1821
1819
  if (obj.$unknown !== void 0) return { [obj.$unknown[0]]: "UNKNOWN" };
1822
1820
  }, "ConnectionPropertiesPatchFilterSensitiveLog");
1823
1821
  var GlueConnectionFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
@@ -2048,6 +2046,15 @@ var import_uuid = require("uuid");
2048
2046
 
2049
2047
  // src/models/models_1.ts
2050
2048
 
2049
+ var SubscriptionGrantOverallStatus = {
2050
+ COMPLETED: "COMPLETED",
2051
+ GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED",
2052
+ GRANT_FAILED: "GRANT_FAILED",
2053
+ INACCESSIBLE: "INACCESSIBLE",
2054
+ IN_PROGRESS: "IN_PROGRESS",
2055
+ PENDING: "PENDING",
2056
+ REVOKE_FAILED: "REVOKE_FAILED"
2057
+ };
2051
2058
  var SubscribedPrincipalInput;
2052
2059
  ((SubscribedPrincipalInput2) => {
2053
2060
  SubscribedPrincipalInput2.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -2251,10 +2258,6 @@ var RejectRuleBehavior = {
2251
2258
  ALL: "ALL",
2252
2259
  NONE: "NONE"
2253
2260
  };
2254
- var SearchOutputAdditionalAttribute = {
2255
- FORMS: "FORMS",
2256
- TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS"
2257
- };
2258
2261
  var CreateSubscriptionRequestInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2259
2262
  ...obj,
2260
2263
  ...obj.subscribedPrincipals && { subscribedPrincipals: obj.subscribedPrincipals.map((item) => item) },
@@ -2736,21 +2739,12 @@ var ListRulesOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2736
2739
  ...obj,
2737
2740
  ...obj.items && { items: obj.items.map((item) => RuleSummaryFilterSensitiveLog(item)) }
2738
2741
  }), "ListRulesOutputFilterSensitiveLog");
2739
- var UpdateRuleInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2740
- ...obj,
2741
- ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2742
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
2743
- ...obj.detail && { detail: obj.detail }
2744
- }), "UpdateRuleInputFilterSensitiveLog");
2745
- var UpdateRuleOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2746
- ...obj,
2747
- ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2748
- ...obj.target && { target: obj.target },
2749
- ...obj.detail && { detail: obj.detail },
2750
- ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
2751
- }), "UpdateRuleOutputFilterSensitiveLog");
2752
2742
 
2753
2743
  // src/models/models_2.ts
2744
+ var SearchOutputAdditionalAttribute = {
2745
+ FORMS: "FORMS",
2746
+ TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS"
2747
+ };
2754
2748
  var InventorySearchScope = {
2755
2749
  ASSET: "ASSET",
2756
2750
  DATA_PRODUCT: "DATA_PRODUCT",
@@ -2825,6 +2819,19 @@ var AssetFilterConfiguration;
2825
2819
  return visitor._(value.$unknown[0], value.$unknown[1]);
2826
2820
  }, "visit");
2827
2821
  })(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
2822
+ var UpdateRuleInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2823
+ ...obj,
2824
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2825
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
2826
+ ...obj.detail && { detail: obj.detail }
2827
+ }), "UpdateRuleInputFilterSensitiveLog");
2828
+ var UpdateRuleOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2829
+ ...obj,
2830
+ ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
2831
+ ...obj.target && { target: obj.target },
2832
+ ...obj.detail && { detail: obj.detail },
2833
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
2834
+ }), "UpdateRuleOutputFilterSensitiveLog");
2828
2835
  var GlossaryItemFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2829
2836
  ...obj,
2830
2837
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
@@ -8973,6 +8980,11 @@ var de_ConnectionPropertiesOutput = /* @__PURE__ */ __name((output, context) =>
8973
8980
  redshiftProperties: (0, import_smithy_client._json)(output.redshiftProperties)
8974
8981
  };
8975
8982
  }
8983
+ if (output.s3Properties != null) {
8984
+ return {
8985
+ s3Properties: (0, import_smithy_client._json)(output.s3Properties)
8986
+ };
8987
+ }
8976
8988
  if (output.sparkEmrProperties != null) {
8977
8989
  return {
8978
8990
  sparkEmrProperties: de_SparkEmrPropertiesOutput(output.sparkEmrProperties, context)
@@ -12846,7 +12858,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
12846
12858
  GrantedEntityInput,
12847
12859
  SubscriptionGrantStatus,
12848
12860
  GrantedEntity,
12849
- SubscriptionGrantOverallStatus,
12850
12861
  AcceptChoiceFilterSensitiveLog,
12851
12862
  AcceptPredictionsInputFilterSensitiveLog,
12852
12863
  AcceptSubscriptionRequestInputFilterSensitiveLog,
@@ -12930,6 +12941,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
12930
12941
  CreateProjectProfileOutputFilterSensitiveLog,
12931
12942
  CreateRuleInputFilterSensitiveLog,
12932
12943
  CreateRuleOutputFilterSensitiveLog,
12944
+ SubscriptionGrantOverallStatus,
12933
12945
  SubscribedPrincipalInput,
12934
12946
  UserType,
12935
12947
  UserProfileDetails,
@@ -12965,7 +12977,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
12965
12977
  MetadataGenerationTargetType,
12966
12978
  MetadataGenerationRunType,
12967
12979
  RejectRuleBehavior,
12968
- SearchOutputAdditionalAttribute,
12969
12980
  CreateSubscriptionRequestInputFilterSensitiveLog,
12970
12981
  CreateSubscriptionRequestOutputFilterSensitiveLog,
12971
12982
  CreateSubscriptionTargetInputFilterSensitiveLog,
@@ -13048,8 +13059,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13048
13059
  GetRuleOutputFilterSensitiveLog,
13049
13060
  RuleSummaryFilterSensitiveLog,
13050
13061
  ListRulesOutputFilterSensitiveLog,
13051
- UpdateRuleInputFilterSensitiveLog,
13052
- UpdateRuleOutputFilterSensitiveLog,
13062
+ SearchOutputAdditionalAttribute,
13053
13063
  InventorySearchScope,
13054
13064
  SearchInventoryResultItem,
13055
13065
  GroupSearchType,
@@ -13060,6 +13070,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13060
13070
  FilterClause,
13061
13071
  RowFilter,
13062
13072
  AssetFilterConfiguration,
13073
+ UpdateRuleInputFilterSensitiveLog,
13074
+ UpdateRuleOutputFilterSensitiveLog,
13063
13075
  GlossaryItemFilterSensitiveLog,
13064
13076
  GlossaryTermItemFilterSensitiveLog,
13065
13077
  SearchInventoryResultItemFilterSensitiveLog,
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { UpdateRuleInputFilterSensitiveLog, UpdateRuleOutputFilterSensitiveLog, } from "../models/models_1";
5
+ import { UpdateRuleInputFilterSensitiveLog, UpdateRuleOutputFilterSensitiveLog, } from "../models/models_2";
6
6
  import { de_UpdateRuleCommand, se_UpdateRuleCommand } from "../protocols/Aws_restJson1";
7
7
  export { $Command };
8
8
  export class UpdateRuleCommand extends $Command
@@ -395,6 +395,8 @@ export var ConnectionPropertiesInput;
395
395
  return visitor.sparkEmrProperties(value.sparkEmrProperties);
396
396
  if (value.sparkGlueProperties !== undefined)
397
397
  return visitor.sparkGlueProperties(value.sparkGlueProperties);
398
+ if (value.s3Properties !== undefined)
399
+ return visitor.s3Properties(value.s3Properties);
398
400
  return visitor._(value.$unknown[0], value.$unknown[1]);
399
401
  };
400
402
  })(ConnectionPropertiesInput || (ConnectionPropertiesInput = {}));
@@ -433,6 +435,8 @@ export var ConnectionPropertiesOutput;
433
435
  return visitor.sparkEmrProperties(value.sparkEmrProperties);
434
436
  if (value.sparkGlueProperties !== undefined)
435
437
  return visitor.sparkGlueProperties(value.sparkGlueProperties);
438
+ if (value.s3Properties !== undefined)
439
+ return visitor.s3Properties(value.s3Properties);
436
440
  return visitor._(value.$unknown[0], value.$unknown[1]);
437
441
  };
438
442
  })(ConnectionPropertiesOutput || (ConnectionPropertiesOutput = {}));
@@ -449,6 +453,8 @@ export var ConnectionPropertiesPatch;
449
453
  return visitor.redshiftProperties(value.redshiftProperties);
450
454
  if (value.sparkEmrProperties !== undefined)
451
455
  return visitor.sparkEmrProperties(value.sparkEmrProperties);
456
+ if (value.s3Properties !== undefined)
457
+ return visitor.s3Properties(value.s3Properties);
452
458
  return visitor._(value.$unknown[0], value.$unknown[1]);
453
459
  };
454
460
  })(ConnectionPropertiesPatch || (ConnectionPropertiesPatch = {}));
@@ -465,6 +471,7 @@ export const ConnectionType = {
465
471
  ORACLE: "ORACLE",
466
472
  POSTGRESQL: "POSTGRESQL",
467
473
  REDSHIFT: "REDSHIFT",
474
+ S3: "S3",
468
475
  SAPHANA: "SAPHANA",
469
476
  SNOWFLAKE: "SNOWFLAKE",
470
477
  SPARK: "SPARK",
@@ -813,15 +820,6 @@ export var GrantedEntity;
813
820
  return visitor._(value.$unknown[0], value.$unknown[1]);
814
821
  };
815
822
  })(GrantedEntity || (GrantedEntity = {}));
816
- export const SubscriptionGrantOverallStatus = {
817
- COMPLETED: "COMPLETED",
818
- GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED",
819
- GRANT_FAILED: "GRANT_FAILED",
820
- INACCESSIBLE: "INACCESSIBLE",
821
- IN_PROGRESS: "IN_PROGRESS",
822
- PENDING: "PENDING",
823
- REVOKE_FAILED: "REVOKE_FAILED",
824
- };
825
823
  export const AcceptChoiceFilterSensitiveLog = (obj) => ({
826
824
  ...obj,
827
825
  ...(obj.editedValue && { editedValue: SENSITIVE_STRING }),
@@ -1073,6 +1071,8 @@ export const ConnectionPropertiesInputFilterSensitiveLog = (obj) => {
1073
1071
  return { sparkEmrProperties: obj.sparkEmrProperties };
1074
1072
  if (obj.sparkGlueProperties !== undefined)
1075
1073
  return { sparkGlueProperties: obj.sparkGlueProperties };
1074
+ if (obj.s3Properties !== undefined)
1075
+ return { s3Properties: obj.s3Properties };
1076
1076
  if (obj.$unknown !== undefined)
1077
1077
  return { [obj.$unknown[0]]: "UNKNOWN" };
1078
1078
  };
@@ -1100,6 +1100,8 @@ export const ConnectionPropertiesOutputFilterSensitiveLog = (obj) => {
1100
1100
  return { sparkEmrProperties: SparkEmrPropertiesOutputFilterSensitiveLog(obj.sparkEmrProperties) };
1101
1101
  if (obj.sparkGlueProperties !== undefined)
1102
1102
  return { sparkGlueProperties: obj.sparkGlueProperties };
1103
+ if (obj.s3Properties !== undefined)
1104
+ return { s3Properties: obj.s3Properties };
1103
1105
  if (obj.$unknown !== undefined)
1104
1106
  return { [obj.$unknown[0]]: "UNKNOWN" };
1105
1107
  };
@@ -1131,6 +1133,8 @@ export const ConnectionPropertiesPatchFilterSensitiveLog = (obj) => {
1131
1133
  return { redshiftProperties: RedshiftPropertiesPatchFilterSensitiveLog(obj.redshiftProperties) };
1132
1134
  if (obj.sparkEmrProperties !== undefined)
1133
1135
  return { sparkEmrProperties: obj.sparkEmrProperties };
1136
+ if (obj.s3Properties !== undefined)
1137
+ return { s3Properties: obj.s3Properties };
1134
1138
  if (obj.$unknown !== undefined)
1135
1139
  return { [obj.$unknown[0]]: "UNKNOWN" };
1136
1140
  };
@@ -1,5 +1,14 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { AssetFilterSummaryFilterSensitiveLog, AssetListingFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionSummaryFilterSensitiveLog, CustomParameterFilterSensitiveLog, DetailedGlossaryTermFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
3
+ export const SubscriptionGrantOverallStatus = {
4
+ COMPLETED: "COMPLETED",
5
+ GRANT_AND_REVOKE_FAILED: "GRANT_AND_REVOKE_FAILED",
6
+ GRANT_FAILED: "GRANT_FAILED",
7
+ INACCESSIBLE: "INACCESSIBLE",
8
+ IN_PROGRESS: "IN_PROGRESS",
9
+ PENDING: "PENDING",
10
+ REVOKE_FAILED: "REVOKE_FAILED",
11
+ };
3
12
  export var SubscribedPrincipalInput;
4
13
  (function (SubscribedPrincipalInput) {
5
14
  SubscribedPrincipalInput.visit = (value, visitor) => {
@@ -214,10 +223,6 @@ export const RejectRuleBehavior = {
214
223
  ALL: "ALL",
215
224
  NONE: "NONE",
216
225
  };
217
- export const SearchOutputAdditionalAttribute = {
218
- FORMS: "FORMS",
219
- TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS",
220
- };
221
226
  export const CreateSubscriptionRequestInputFilterSensitiveLog = (obj) => ({
222
227
  ...obj,
223
228
  ...(obj.subscribedPrincipals && { subscribedPrincipals: obj.subscribedPrincipals.map((item) => item) }),
@@ -702,16 +707,3 @@ export const ListRulesOutputFilterSensitiveLog = (obj) => ({
702
707
  ...obj,
703
708
  ...(obj.items && { items: obj.items.map((item) => RuleSummaryFilterSensitiveLog(item)) }),
704
709
  });
705
- export const UpdateRuleInputFilterSensitiveLog = (obj) => ({
706
- ...obj,
707
- ...(obj.name && { name: SENSITIVE_STRING }),
708
- ...(obj.description && { description: SENSITIVE_STRING }),
709
- ...(obj.detail && { detail: obj.detail }),
710
- });
711
- export const UpdateRuleOutputFilterSensitiveLog = (obj) => ({
712
- ...obj,
713
- ...(obj.name && { name: SENSITIVE_STRING }),
714
- ...(obj.target && { target: obj.target }),
715
- ...(obj.detail && { detail: obj.detail }),
716
- ...(obj.description && { description: SENSITIVE_STRING }),
717
- });
@@ -1,6 +1,10 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
2
  import { AssetItemFilterSensitiveLog, AssetListingItemFilterSensitiveLog, AssetTypeItemFilterSensitiveLog, ConnectionPropertiesOutputFilterSensitiveLog, ConnectionPropertiesPatchFilterSensitiveLog, CustomParameterFilterSensitiveLog, EnvironmentConfigurationFilterSensitiveLog, EnvironmentConfigurationUserParameterFilterSensitiveLog, FormEntryOutputFilterSensitiveLog, FormOutputFilterSensitiveLog, PhysicalEndpointFilterSensitiveLog, SubscribedListingFilterSensitiveLog, SubscribedPrincipalFilterSensitiveLog, } from "./models_0";
3
3
  import { DataProductListingItemFilterSensitiveLog, DataProductResultItemFilterSensitiveLog, ImportFilterSensitiveLog, UserProfileDetailsFilterSensitiveLog, } from "./models_1";
4
+ export const SearchOutputAdditionalAttribute = {
5
+ FORMS: "FORMS",
6
+ TIME_SERIES_DATA_POINT_FORMS: "TIME_SERIES_DATA_POINT_FORMS",
7
+ };
4
8
  export const InventorySearchScope = {
5
9
  ASSET: "ASSET",
6
10
  DATA_PRODUCT: "DATA_PRODUCT",
@@ -92,6 +96,19 @@ export var AssetFilterConfiguration;
92
96
  return visitor._(value.$unknown[0], value.$unknown[1]);
93
97
  };
94
98
  })(AssetFilterConfiguration || (AssetFilterConfiguration = {}));
99
+ export const UpdateRuleInputFilterSensitiveLog = (obj) => ({
100
+ ...obj,
101
+ ...(obj.name && { name: SENSITIVE_STRING }),
102
+ ...(obj.description && { description: SENSITIVE_STRING }),
103
+ ...(obj.detail && { detail: obj.detail }),
104
+ });
105
+ export const UpdateRuleOutputFilterSensitiveLog = (obj) => ({
106
+ ...obj,
107
+ ...(obj.name && { name: SENSITIVE_STRING }),
108
+ ...(obj.target && { target: obj.target }),
109
+ ...(obj.detail && { detail: obj.detail }),
110
+ ...(obj.description && { description: SENSITIVE_STRING }),
111
+ });
95
112
  export const GlossaryItemFilterSensitiveLog = (obj) => ({
96
113
  ...obj,
97
114
  ...(obj.name && { name: SENSITIVE_STRING }),
@@ -5801,6 +5801,11 @@ const de_ConnectionPropertiesOutput = (output, context) => {
5801
5801
  redshiftProperties: _json(output.redshiftProperties),
5802
5802
  };
5803
5803
  }
5804
+ if (output.s3Properties != null) {
5805
+ return {
5806
+ s3Properties: _json(output.s3Properties),
5807
+ };
5808
+ }
5804
5809
  if (output.sparkEmrProperties != null) {
5805
5810
  return {
5806
5811
  sparkEmrProperties: de_SparkEmrPropertiesOutput(output.sparkEmrProperties, context),
@@ -167,6 +167,10 @@ declare const CreateConnectionCommand_base: {
167
167
  * pythonVirtualEnv: "STRING_VALUE",
168
168
  * workerType: "STRING_VALUE",
169
169
  * },
170
+ * s3Properties: { // S3PropertiesInput
171
+ * s3Uri: "STRING_VALUE", // required
172
+ * s3AccessGrantLocationId: "STRING_VALUE",
173
+ * },
170
174
  * },
171
175
  * };
172
176
  * const command = new CreateConnectionCommand(input);
@@ -190,7 +194,7 @@ declare const CreateConnectionCommand_base: {
190
194
  * // glueConnection: { // GlueConnection
191
195
  * // name: "STRING_VALUE",
192
196
  * // description: "STRING_VALUE",
193
- * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
197
+ * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
194
198
  * // matchCriteria: [ // MatchCriteria
195
199
  * // "STRING_VALUE",
196
200
  * // ],
@@ -330,8 +334,14 @@ declare const CreateConnectionCommand_base: {
330
334
  * // pythonVirtualEnv: "STRING_VALUE",
331
335
  * // workerType: "STRING_VALUE",
332
336
  * // },
337
+ * // s3Properties: { // S3PropertiesOutput
338
+ * // s3Uri: "STRING_VALUE", // required
339
+ * // s3AccessGrantLocationId: "STRING_VALUE",
340
+ * // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
341
+ * // errorMessage: "STRING_VALUE",
342
+ * // },
333
343
  * // },
334
- * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
344
+ * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
335
345
  * // };
336
346
  *
337
347
  * ```
@@ -39,7 +39,7 @@ declare const CreateEnvironmentCommand_base: {
39
39
  * domainIdentifier: "STRING_VALUE", // required
40
40
  * description: "STRING_VALUE",
41
41
  * name: "STRING_VALUE", // required
42
- * environmentProfileIdentifier: "STRING_VALUE", // required
42
+ * environmentProfileIdentifier: "STRING_VALUE",
43
43
  * userParameters: [ // EnvironmentParametersList
44
44
  * { // EnvironmentParameter
45
45
  * name: "STRING_VALUE",
@@ -1,7 +1,8 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { CreateSubscriptionGrantInput, CreateSubscriptionGrantOutput } from "../models/models_0";
4
+ import { CreateSubscriptionGrantInput } from "../models/models_0";
5
+ import { CreateSubscriptionGrantOutput } from "../models/models_1";
5
6
  /**
6
7
  * @public
7
8
  */
@@ -68,7 +68,7 @@ declare const GetConnectionCommand_base: {
68
68
  * // glueConnection: { // GlueConnection
69
69
  * // name: "STRING_VALUE",
70
70
  * // description: "STRING_VALUE",
71
- * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
71
+ * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
72
72
  * // matchCriteria: [ // MatchCriteria
73
73
  * // "STRING_VALUE",
74
74
  * // ],
@@ -208,8 +208,14 @@ declare const GetConnectionCommand_base: {
208
208
  * // pythonVirtualEnv: "STRING_VALUE",
209
209
  * // workerType: "STRING_VALUE",
210
210
  * // },
211
+ * // s3Properties: { // S3PropertiesOutput
212
+ * // s3Uri: "STRING_VALUE", // required
213
+ * // s3AccessGrantLocationId: "STRING_VALUE",
214
+ * // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
215
+ * // errorMessage: "STRING_VALUE",
216
+ * // },
211
217
  * // },
212
- * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
218
+ * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
213
219
  * // };
214
220
  *
215
221
  * ```
@@ -44,7 +44,7 @@ declare const ListConnectionsCommand_base: {
44
44
  * name: "STRING_VALUE",
45
45
  * environmentIdentifier: "STRING_VALUE",
46
46
  * projectIdentifier: "STRING_VALUE", // required
47
- * type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
47
+ * type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
48
48
  * };
49
49
  * const command = new ListConnectionsCommand(input);
50
50
  * const response = await client.send(command);
@@ -68,7 +68,7 @@ declare const ListConnectionsCommand_base: {
68
68
  * // glueConnection: { // GlueConnection
69
69
  * // name: "STRING_VALUE",
70
70
  * // description: "STRING_VALUE",
71
- * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
71
+ * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
72
72
  * // matchCriteria: [ // MatchCriteria
73
73
  * // "STRING_VALUE",
74
74
  * // ],
@@ -208,8 +208,14 @@ declare const ListConnectionsCommand_base: {
208
208
  * // pythonVirtualEnv: "STRING_VALUE",
209
209
  * // workerType: "STRING_VALUE",
210
210
  * // },
211
+ * // s3Properties: { // S3PropertiesOutput
212
+ * // s3Uri: "STRING_VALUE", // required
213
+ * // s3AccessGrantLocationId: "STRING_VALUE",
214
+ * // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
215
+ * // errorMessage: "STRING_VALUE",
216
+ * // },
211
217
  * // },
212
- * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
218
+ * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
213
219
  * // },
214
220
  * // ],
215
221
  * // nextToken: "STRING_VALUE",
@@ -98,6 +98,10 @@ declare const UpdateConnectionCommand_base: {
98
98
  * runtimeRole: "STRING_VALUE",
99
99
  * trustedCertificatesS3Uri: "STRING_VALUE",
100
100
  * },
101
+ * s3Properties: { // S3PropertiesPatch
102
+ * s3Uri: "STRING_VALUE", // required
103
+ * s3AccessGrantLocationId: "STRING_VALUE",
104
+ * },
101
105
  * },
102
106
  * };
103
107
  * const command = new UpdateConnectionCommand(input);
@@ -121,7 +125,7 @@ declare const UpdateConnectionCommand_base: {
121
125
  * // glueConnection: { // GlueConnection
122
126
  * // name: "STRING_VALUE",
123
127
  * // description: "STRING_VALUE",
124
- * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
128
+ * // connectionType: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA",
125
129
  * // matchCriteria: [ // MatchCriteria
126
130
  * // "STRING_VALUE",
127
131
  * // ],
@@ -261,8 +265,14 @@ declare const UpdateConnectionCommand_base: {
261
265
  * // pythonVirtualEnv: "STRING_VALUE",
262
266
  * // workerType: "STRING_VALUE",
263
267
  * // },
268
+ * // s3Properties: { // S3PropertiesOutput
269
+ * // s3Uri: "STRING_VALUE", // required
270
+ * // s3AccessGrantLocationId: "STRING_VALUE",
271
+ * // status: "CREATING" || "CREATE_FAILED" || "DELETING" || "DELETE_FAILED" || "READY" || "UPDATING" || "UPDATE_FAILED" || "DELETED",
272
+ * // errorMessage: "STRING_VALUE",
273
+ * // },
264
274
  * // },
265
- * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
275
+ * // type: "ATHENA" || "BIGQUERY" || "DATABRICKS" || "DOCUMENTDB" || "DYNAMODB" || "HYPERPOD" || "IAM" || "MYSQL" || "OPENSEARCH" || "ORACLE" || "POSTGRESQL" || "REDSHIFT" || "S3" || "SAPHANA" || "SNOWFLAKE" || "SPARK" || "SQLSERVER" || "TERADATA" || "VERTICA" || "WORKFLOWS_MWAA", // required
266
276
  * // };
267
277
  *
268
278
  * ```
@@ -1,7 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import { DataZoneClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DataZoneClient";
4
- import { UpdateRuleInput, UpdateRuleOutput } from "../models/models_1";
4
+ import { UpdateRuleInput, UpdateRuleOutput } from "../models/models_2";
5
5
  /**
6
6
  * @public
7
7
  */