@aws-sdk/client-datazone 3.883.0 → 3.886.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 (76) hide show
  1. package/README.md +24 -0
  2. package/dist-cjs/index.js +209 -11
  3. package/dist-es/DataZone.js +6 -0
  4. package/dist-es/commands/CreateEnvironmentBlueprintCommand.js +23 -0
  5. package/dist-es/commands/DeleteEnvironmentBlueprintCommand.js +22 -0
  6. package/dist-es/commands/UpdateEnvironmentBlueprintCommand.js +23 -0
  7. package/dist-es/commands/index.js +3 -0
  8. package/dist-es/models/models_0.js +16 -4
  9. package/dist-es/models/models_1.js +4 -3
  10. package/dist-es/models/models_2.js +18 -0
  11. package/dist-es/protocols/Aws_restJson1.js +101 -0
  12. package/dist-types/DataZone.d.ts +21 -0
  13. package/dist-types/DataZoneClient.d.ts +5 -2
  14. package/dist-types/commands/CancelMetadataGenerationRunCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateAssetCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateAssetFilterCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateAssetRevisionCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAssetTypeCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateDataProductCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateDataProductRevisionCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateEnvironmentBlueprintCommand.d.ts +142 -0
  22. package/dist-types/commands/CreateEnvironmentCommand.d.ts +1 -0
  23. package/dist-types/commands/CreateEnvironmentProfileCommand.d.ts +1 -0
  24. package/dist-types/commands/CreateFormTypeCommand.d.ts +1 -1
  25. package/dist-types/commands/CreateGlossaryCommand.d.ts +1 -1
  26. package/dist-types/commands/CreateGlossaryTermCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteAssetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteAssetFilterCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteAssetTypeCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteDataProductCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteEnvironmentBlueprintCommand.d.ts +92 -0
  32. package/dist-types/commands/DeleteFormTypeCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteGlossaryCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteGlossaryTermCommand.d.ts +1 -1
  35. package/dist-types/commands/GetAssetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetAssetFilterCommand.d.ts +1 -1
  37. package/dist-types/commands/GetAssetTypeCommand.d.ts +1 -1
  38. package/dist-types/commands/GetDataProductCommand.d.ts +1 -1
  39. package/dist-types/commands/GetEnvironmentBlueprintCommand.d.ts +1 -0
  40. package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -0
  41. package/dist-types/commands/GetEnvironmentProfileCommand.d.ts +1 -0
  42. package/dist-types/commands/GetFormTypeCommand.d.ts +1 -1
  43. package/dist-types/commands/GetGlossaryCommand.d.ts +1 -1
  44. package/dist-types/commands/GetGlossaryTermCommand.d.ts +1 -1
  45. package/dist-types/commands/GetMetadataGenerationRunCommand.d.ts +3 -2
  46. package/dist-types/commands/ListAssetFiltersCommand.d.ts +1 -1
  47. package/dist-types/commands/ListAssetRevisionsCommand.d.ts +1 -1
  48. package/dist-types/commands/ListDataProductRevisionsCommand.d.ts +1 -1
  49. package/dist-types/commands/ListMetadataGenerationRunsCommand.d.ts +1 -1
  50. package/dist-types/commands/PutEnvironmentBlueprintConfigurationCommand.d.ts +3 -0
  51. package/dist-types/commands/SearchCommand.d.ts +1 -1
  52. package/dist-types/commands/SearchTypesCommand.d.ts +1 -1
  53. package/dist-types/commands/StartMetadataGenerationRunCommand.d.ts +1 -1
  54. package/dist-types/commands/UpdateAssetFilterCommand.d.ts +1 -1
  55. package/dist-types/commands/UpdateEnvironmentBlueprintCommand.d.ts +142 -0
  56. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -0
  57. package/dist-types/commands/UpdateEnvironmentProfileCommand.d.ts +1 -0
  58. package/dist-types/commands/UpdateGlossaryCommand.d.ts +1 -1
  59. package/dist-types/commands/UpdateGlossaryTermCommand.d.ts +1 -1
  60. package/dist-types/commands/index.d.ts +3 -0
  61. package/dist-types/models/models_0.d.ts +99 -29
  62. package/dist-types/models/models_1.d.ts +50 -79
  63. package/dist-types/models/models_2.d.ts +172 -2
  64. package/dist-types/protocols/Aws_restJson1.d.ts +27 -0
  65. package/dist-types/ts3.4/DataZone.d.ts +51 -0
  66. package/dist-types/ts3.4/DataZoneClient.d.ts +18 -0
  67. package/dist-types/ts3.4/commands/CreateEnvironmentBlueprintCommand.d.ts +51 -0
  68. package/dist-types/ts3.4/commands/DeleteEnvironmentBlueprintCommand.d.ts +47 -0
  69. package/dist-types/ts3.4/commands/GetMetadataGenerationRunCommand.d.ts +2 -4
  70. package/dist-types/ts3.4/commands/UpdateEnvironmentBlueprintCommand.d.ts +51 -0
  71. package/dist-types/ts3.4/commands/index.d.ts +3 -0
  72. package/dist-types/ts3.4/models/models_0.d.ts +26 -9
  73. package/dist-types/ts3.4/models/models_1.d.ts +14 -22
  74. package/dist-types/ts3.4/models/models_2.d.ts +47 -3
  75. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +36 -0
  76. package/package.json +3 -3
package/README.md CHANGED
@@ -370,6 +370,14 @@ CreateEnvironmentAction
370
370
 
371
371
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/CreateEnvironmentActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateEnvironmentActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateEnvironmentActionCommandOutput/)
372
372
 
373
+ </details>
374
+ <details>
375
+ <summary>
376
+ CreateEnvironmentBlueprint
377
+ </summary>
378
+
379
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/CreateEnvironmentBlueprintCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateEnvironmentBlueprintCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/CreateEnvironmentBlueprintCommandOutput/)
380
+
373
381
  </details>
374
382
  <details>
375
383
  <summary>
@@ -570,6 +578,14 @@ DeleteEnvironmentAction
570
578
 
571
579
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/DeleteEnvironmentActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DeleteEnvironmentActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DeleteEnvironmentActionCommandOutput/)
572
580
 
581
+ </details>
582
+ <details>
583
+ <summary>
584
+ DeleteEnvironmentBlueprint
585
+ </summary>
586
+
587
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/DeleteEnvironmentBlueprintCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DeleteEnvironmentBlueprintCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/DeleteEnvironmentBlueprintCommandOutput/)
588
+
573
589
  </details>
574
590
  <details>
575
591
  <summary>
@@ -1442,6 +1458,14 @@ UpdateEnvironmentAction
1442
1458
 
1443
1459
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/UpdateEnvironmentActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/UpdateEnvironmentActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/UpdateEnvironmentActionCommandOutput/)
1444
1460
 
1461
+ </details>
1462
+ <details>
1463
+ <summary>
1464
+ UpdateEnvironmentBlueprint
1465
+ </summary>
1466
+
1467
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/datazone/command/UpdateEnvironmentBlueprintCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/UpdateEnvironmentBlueprintCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-datazone/Interface/UpdateEnvironmentBlueprintCommandOutput/)
1468
+
1445
1469
  </details>
1446
1470
  <details>
1447
1471
  <summary>
package/dist-cjs/index.js CHANGED
@@ -101,6 +101,9 @@ __export(index_exports, {
101
101
  CreateDomainUnitInputFilterSensitiveLog: () => CreateDomainUnitInputFilterSensitiveLog,
102
102
  CreateDomainUnitOutputFilterSensitiveLog: () => CreateDomainUnitOutputFilterSensitiveLog,
103
103
  CreateEnvironmentActionCommand: () => CreateEnvironmentActionCommand,
104
+ CreateEnvironmentBlueprintCommand: () => CreateEnvironmentBlueprintCommand,
105
+ CreateEnvironmentBlueprintInputFilterSensitiveLog: () => CreateEnvironmentBlueprintInputFilterSensitiveLog,
106
+ CreateEnvironmentBlueprintOutputFilterSensitiveLog: () => CreateEnvironmentBlueprintOutputFilterSensitiveLog,
104
107
  CreateEnvironmentCommand: () => CreateEnvironmentCommand,
105
108
  CreateEnvironmentOutputFilterSensitiveLog: () => CreateEnvironmentOutputFilterSensitiveLog,
106
109
  CreateEnvironmentProfileCommand: () => CreateEnvironmentProfileCommand,
@@ -167,6 +170,7 @@ __export(index_exports, {
167
170
  DeleteDomainCommand: () => DeleteDomainCommand,
168
171
  DeleteDomainUnitCommand: () => DeleteDomainUnitCommand,
169
172
  DeleteEnvironmentActionCommand: () => DeleteEnvironmentActionCommand,
173
+ DeleteEnvironmentBlueprintCommand: () => DeleteEnvironmentBlueprintCommand,
170
174
  DeleteEnvironmentBlueprintConfigurationCommand: () => DeleteEnvironmentBlueprintConfigurationCommand,
171
175
  DeleteEnvironmentCommand: () => DeleteEnvironmentCommand,
172
176
  DeleteEnvironmentProfileCommand: () => DeleteEnvironmentProfileCommand,
@@ -502,6 +506,9 @@ __export(index_exports, {
502
506
  UpdateDomainUnitInputFilterSensitiveLog: () => UpdateDomainUnitInputFilterSensitiveLog,
503
507
  UpdateDomainUnitOutputFilterSensitiveLog: () => UpdateDomainUnitOutputFilterSensitiveLog,
504
508
  UpdateEnvironmentActionCommand: () => UpdateEnvironmentActionCommand,
509
+ UpdateEnvironmentBlueprintCommand: () => UpdateEnvironmentBlueprintCommand,
510
+ UpdateEnvironmentBlueprintInputFilterSensitiveLog: () => UpdateEnvironmentBlueprintInputFilterSensitiveLog,
511
+ UpdateEnvironmentBlueprintOutputFilterSensitiveLog: () => UpdateEnvironmentBlueprintOutputFilterSensitiveLog,
505
512
  UpdateEnvironmentCommand: () => UpdateEnvironmentCommand,
506
513
  UpdateEnvironmentOutputFilterSensitiveLog: () => UpdateEnvironmentOutputFilterSensitiveLog,
507
514
  UpdateEnvironmentProfileCommand: () => UpdateEnvironmentProfileCommand,
@@ -1423,8 +1430,8 @@ var DeploymentType = {
1423
1430
  UPDATE: "UPDATE"
1424
1431
  };
1425
1432
  var ProvisioningProperties;
1426
- ((ProvisioningProperties4) => {
1427
- ProvisioningProperties4.visit = /* @__PURE__ */ __name((value, visitor) => {
1433
+ ((ProvisioningProperties5) => {
1434
+ ProvisioningProperties5.visit = /* @__PURE__ */ __name((value, visitor) => {
1428
1435
  if (value.cloudFormation !== void 0) return visitor.cloudFormation(value.cloudFormation);
1429
1436
  return visitor._(value.$unknown[0], value.$unknown[1]);
1430
1437
  }, "visit");
@@ -1520,10 +1527,6 @@ var Status = {
1520
1527
  DISABLED: "DISABLED",
1521
1528
  ENABLED: "ENABLED"
1522
1529
  };
1523
- var RuleAction = {
1524
- CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
1525
- CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST"
1526
- };
1527
1530
  var AcceptChoiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1528
1531
  ...obj,
1529
1532
  ...obj.editedValue && { editedValue: import_smithy_client.SENSITIVE_STRING }
@@ -1959,6 +1962,22 @@ var CreateEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
1959
1962
  ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
1960
1963
  ...obj.environmentConfigurationId && { environmentConfigurationId: import_smithy_client.SENSITIVE_STRING }
1961
1964
  }), "CreateEnvironmentOutputFilterSensitiveLog");
1965
+ var CreateEnvironmentBlueprintInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1966
+ ...obj,
1967
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
1968
+ ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
1969
+ ...obj.userParameters && {
1970
+ userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
1971
+ }
1972
+ }), "CreateEnvironmentBlueprintInputFilterSensitiveLog");
1973
+ var CreateEnvironmentBlueprintOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1974
+ ...obj,
1975
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
1976
+ ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
1977
+ ...obj.userParameters && {
1978
+ userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
1979
+ }
1980
+ }), "CreateEnvironmentBlueprintOutputFilterSensitiveLog");
1962
1981
  var CreateEnvironmentProfileInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
1963
1982
  ...obj,
1964
1983
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
@@ -2073,6 +2092,10 @@ var import_uuid = require("uuid");
2073
2092
 
2074
2093
  // src/models/models_1.ts
2075
2094
 
2095
+ var RuleAction = {
2096
+ CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
2097
+ CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST"
2098
+ };
2076
2099
  var RuleDetail;
2077
2100
  ((RuleDetail3) => {
2078
2101
  RuleDetail3.visit = /* @__PURE__ */ __name((value, visitor) => {
@@ -2326,9 +2349,6 @@ var MetadataGenerationRunStatus = {
2326
2349
  var MetadataGenerationTargetType = {
2327
2350
  ASSET: "ASSET"
2328
2351
  };
2329
- var MetadataGenerationRunType = {
2330
- BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS"
2331
- };
2332
2352
  var CreateRuleInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
2333
2353
  ...obj,
2334
2354
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
@@ -2803,6 +2823,9 @@ var ListSubscriptionTargetsOutputFilterSensitiveLog = /* @__PURE__ */ __name((ob
2803
2823
  }), "ListSubscriptionTargetsOutputFilterSensitiveLog");
2804
2824
 
2805
2825
  // src/models/models_2.ts
2826
+ var MetadataGenerationRunType = {
2827
+ BUSINESS_DESCRIPTIONS: "BUSINESS_DESCRIPTIONS"
2828
+ };
2806
2829
  var RejectRuleBehavior = {
2807
2830
  ALL: "ALL",
2808
2831
  NONE: "NONE"
@@ -3064,6 +3087,21 @@ var UpdateEnvironmentOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
3064
3087
  ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
3065
3088
  ...obj.environmentConfigurationId && { environmentConfigurationId: import_smithy_client.SENSITIVE_STRING }
3066
3089
  }), "UpdateEnvironmentOutputFilterSensitiveLog");
3090
+ var UpdateEnvironmentBlueprintInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3091
+ ...obj,
3092
+ ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
3093
+ ...obj.userParameters && {
3094
+ userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
3095
+ }
3096
+ }), "UpdateEnvironmentBlueprintInputFilterSensitiveLog");
3097
+ var UpdateEnvironmentBlueprintOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3098
+ ...obj,
3099
+ ...obj.description && { description: import_smithy_client.SENSITIVE_STRING },
3100
+ ...obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties },
3101
+ ...obj.userParameters && {
3102
+ userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item))
3103
+ }
3104
+ }), "UpdateEnvironmentBlueprintOutputFilterSensitiveLog");
3067
3105
  var UpdateEnvironmentProfileInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
3068
3106
  ...obj,
3069
3107
  ...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
@@ -3590,6 +3628,25 @@ var se_CreateEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, con
3590
3628
  b.m("POST").h(headers).b(body);
3591
3629
  return b.build();
3592
3630
  }, "se_CreateEnvironmentActionCommand");
3631
+ var se_CreateEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (input, context) => {
3632
+ const b = (0, import_core.requestBuilder)(input, context);
3633
+ const headers = {
3634
+ "content-type": "application/json"
3635
+ };
3636
+ b.bp("/v2/domains/{domainIdentifier}/environment-blueprints");
3637
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
3638
+ let body;
3639
+ body = JSON.stringify(
3640
+ (0, import_smithy_client.take)(input, {
3641
+ description: [],
3642
+ name: [],
3643
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "provisioningProperties"),
3644
+ userParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userParameters")
3645
+ })
3646
+ );
3647
+ b.m("POST").h(headers).b(body);
3648
+ return b.build();
3649
+ }, "se_CreateEnvironmentBlueprintCommand");
3593
3650
  var se_CreateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
3594
3651
  const b = (0, import_core.requestBuilder)(input, context);
3595
3652
  const headers = {
@@ -3994,6 +4051,16 @@ var se_DeleteEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, con
3994
4051
  b.m("DELETE").h(headers).b(body);
3995
4052
  return b.build();
3996
4053
  }, "se_DeleteEnvironmentActionCommand");
4054
+ var se_DeleteEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (input, context) => {
4055
+ const b = (0, import_core.requestBuilder)(input, context);
4056
+ const headers = {};
4057
+ b.bp("/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}");
4058
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
4059
+ b.p("identifier", () => input.identifier, "{identifier}", false);
4060
+ let body;
4061
+ b.m("DELETE").h(headers).b(body);
4062
+ return b.build();
4063
+ }, "se_DeleteEnvironmentBlueprintCommand");
3997
4064
  var se_DeleteEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
3998
4065
  const b = (0, import_core.requestBuilder)(input, context);
3999
4066
  const headers = {};
@@ -5159,6 +5226,7 @@ var se_PutEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(asyn
5159
5226
  (0, import_smithy_client.take)(input, {
5160
5227
  enabledRegions: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "enabledRegions"),
5161
5228
  environmentRolePermissionBoundary: [],
5229
+ globalParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "globalParameters"),
5162
5230
  manageAccessRoleArn: [],
5163
5231
  provisioningConfigurations: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "provisioningConfigurations"),
5164
5232
  provisioningRoleArn: [],
@@ -5602,6 +5670,25 @@ var se_UpdateEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, con
5602
5670
  b.m("PATCH").h(headers).b(body);
5603
5671
  return b.build();
5604
5672
  }, "se_UpdateEnvironmentActionCommand");
5673
+ var se_UpdateEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (input, context) => {
5674
+ const b = (0, import_core.requestBuilder)(input, context);
5675
+ const headers = {
5676
+ "content-type": "application/json"
5677
+ };
5678
+ b.bp("/v2/domains/{domainIdentifier}/environment-blueprints/{identifier}");
5679
+ b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
5680
+ b.p("identifier", () => input.identifier, "{identifier}", false);
5681
+ let body;
5682
+ body = JSON.stringify(
5683
+ (0, import_smithy_client.take)(input, {
5684
+ description: [],
5685
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "provisioningProperties"),
5686
+ userParameters: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)(_), "userParameters")
5687
+ })
5688
+ );
5689
+ b.m("PATCH").h(headers).b(body);
5690
+ return b.build();
5691
+ }, "se_UpdateEnvironmentBlueprintCommand");
5605
5692
  var se_UpdateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
5606
5693
  const b = (0, import_core.requestBuilder)(input, context);
5607
5694
  const headers = {
@@ -6298,6 +6385,29 @@ var de_CreateEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, co
6298
6385
  Object.assign(contents, doc);
6299
6386
  return contents;
6300
6387
  }, "de_CreateEnvironmentActionCommand");
6388
+ var de_CreateEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (output, context) => {
6389
+ if (output.statusCode !== 201 && output.statusCode >= 300) {
6390
+ return de_CommandError(output, context);
6391
+ }
6392
+ const contents = (0, import_smithy_client.map)({
6393
+ $metadata: deserializeMetadata(output)
6394
+ });
6395
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
6396
+ const doc = (0, import_smithy_client.take)(data, {
6397
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
6398
+ deploymentProperties: import_smithy_client._json,
6399
+ description: import_smithy_client.expectString,
6400
+ glossaryTerms: import_smithy_client._json,
6401
+ id: import_smithy_client.expectString,
6402
+ name: import_smithy_client.expectString,
6403
+ provider: import_smithy_client.expectString,
6404
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "provisioningProperties"),
6405
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
6406
+ userParameters: import_smithy_client._json
6407
+ });
6408
+ Object.assign(contents, doc);
6409
+ return contents;
6410
+ }, "de_CreateEnvironmentBlueprintCommand");
6301
6411
  var de_CreateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
6302
6412
  if (output.statusCode !== 201 && output.statusCode >= 300) {
6303
6413
  return de_CommandError(output, context);
@@ -6742,6 +6852,16 @@ var de_DeleteEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, co
6742
6852
  await (0, import_smithy_client.collectBody)(output.body, context);
6743
6853
  return contents;
6744
6854
  }, "de_DeleteEnvironmentActionCommand");
6855
+ var de_DeleteEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (output, context) => {
6856
+ if (output.statusCode !== 204 && output.statusCode >= 300) {
6857
+ return de_CommandError(output, context);
6858
+ }
6859
+ const contents = (0, import_smithy_client.map)({
6860
+ $metadata: deserializeMetadata(output)
6861
+ });
6862
+ await (0, import_smithy_client.collectBody)(output.body, context);
6863
+ return contents;
6864
+ }, "de_DeleteEnvironmentBlueprintCommand");
6745
6865
  var de_DeleteEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
6746
6866
  if (output.statusCode !== 204 && output.statusCode >= 300) {
6747
6867
  return de_CommandError(output, context);
@@ -8753,6 +8873,29 @@ var de_UpdateEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, co
8753
8873
  Object.assign(contents, doc);
8754
8874
  return contents;
8755
8875
  }, "de_UpdateEnvironmentActionCommand");
8876
+ var de_UpdateEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (output, context) => {
8877
+ if (output.statusCode !== 200 && output.statusCode >= 300) {
8878
+ return de_CommandError(output, context);
8879
+ }
8880
+ const contents = (0, import_smithy_client.map)({
8881
+ $metadata: deserializeMetadata(output)
8882
+ });
8883
+ const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
8884
+ const doc = (0, import_smithy_client.take)(data, {
8885
+ createdAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "createdAt"),
8886
+ deploymentProperties: import_smithy_client._json,
8887
+ description: import_smithy_client.expectString,
8888
+ glossaryTerms: import_smithy_client._json,
8889
+ id: import_smithy_client.expectString,
8890
+ name: import_smithy_client.expectString,
8891
+ provider: import_smithy_client.expectString,
8892
+ provisioningProperties: /* @__PURE__ */ __name((_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)), "provisioningProperties"),
8893
+ updatedAt: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)), "updatedAt"),
8894
+ userParameters: import_smithy_client._json
8895
+ });
8896
+ Object.assign(contents, doc);
8897
+ return contents;
8898
+ }, "de_UpdateEnvironmentBlueprintCommand");
8756
8899
  var de_UpdateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
8757
8900
  if (output.statusCode !== 200 && output.statusCode >= 300) {
8758
8901
  return de_CommandError(output, context);
@@ -10601,6 +10744,21 @@ var CreateEnvironmentActionCommand = class extends import_smithy_client.Command.
10601
10744
  }
10602
10745
  };
10603
10746
 
10747
+ // src/commands/CreateEnvironmentBlueprintCommand.ts
10748
+
10749
+
10750
+
10751
+ var CreateEnvironmentBlueprintCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
10752
+ return [
10753
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
10754
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
10755
+ ];
10756
+ }).s("DataZone", "CreateEnvironmentBlueprint", {}).n("DataZoneClient", "CreateEnvironmentBlueprintCommand").f(CreateEnvironmentBlueprintInputFilterSensitiveLog, CreateEnvironmentBlueprintOutputFilterSensitiveLog).ser(se_CreateEnvironmentBlueprintCommand).de(de_CreateEnvironmentBlueprintCommand).build() {
10757
+ static {
10758
+ __name(this, "CreateEnvironmentBlueprintCommand");
10759
+ }
10760
+ };
10761
+
10604
10762
  // src/commands/CreateEnvironmentCommand.ts
10605
10763
 
10606
10764
 
@@ -10976,6 +11134,21 @@ var DeleteEnvironmentActionCommand = class extends import_smithy_client.Command.
10976
11134
  }
10977
11135
  };
10978
11136
 
11137
+ // src/commands/DeleteEnvironmentBlueprintCommand.ts
11138
+
11139
+
11140
+
11141
+ var DeleteEnvironmentBlueprintCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
11142
+ return [
11143
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
11144
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
11145
+ ];
11146
+ }).s("DataZone", "DeleteEnvironmentBlueprint", {}).n("DataZoneClient", "DeleteEnvironmentBlueprintCommand").f(void 0, void 0).ser(se_DeleteEnvironmentBlueprintCommand).de(de_DeleteEnvironmentBlueprintCommand).build() {
11147
+ static {
11148
+ __name(this, "DeleteEnvironmentBlueprintCommand");
11149
+ }
11150
+ };
11151
+
10979
11152
  // src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts
10980
11153
 
10981
11154
 
@@ -12611,6 +12784,21 @@ var UpdateEnvironmentActionCommand = class extends import_smithy_client.Command.
12611
12784
  }
12612
12785
  };
12613
12786
 
12787
+ // src/commands/UpdateEnvironmentBlueprintCommand.ts
12788
+
12789
+
12790
+
12791
+ var UpdateEnvironmentBlueprintCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
12792
+ return [
12793
+ (0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
12794
+ (0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
12795
+ ];
12796
+ }).s("DataZone", "UpdateEnvironmentBlueprint", {}).n("DataZoneClient", "UpdateEnvironmentBlueprintCommand").f(UpdateEnvironmentBlueprintInputFilterSensitiveLog, UpdateEnvironmentBlueprintOutputFilterSensitiveLog).ser(se_UpdateEnvironmentBlueprintCommand).de(de_UpdateEnvironmentBlueprintCommand).build() {
12797
+ static {
12798
+ __name(this, "UpdateEnvironmentBlueprintCommand");
12799
+ }
12800
+ };
12801
+
12614
12802
  // src/commands/UpdateEnvironmentCommand.ts
12615
12803
 
12616
12804
 
@@ -12814,6 +13002,7 @@ var commands = {
12814
13002
  CreateDomainUnitCommand,
12815
13003
  CreateEnvironmentCommand,
12816
13004
  CreateEnvironmentActionCommand,
13005
+ CreateEnvironmentBlueprintCommand,
12817
13006
  CreateEnvironmentProfileCommand,
12818
13007
  CreateFormTypeCommand,
12819
13008
  CreateGlossaryCommand,
@@ -12839,6 +13028,7 @@ var commands = {
12839
13028
  DeleteDomainUnitCommand,
12840
13029
  DeleteEnvironmentCommand,
12841
13030
  DeleteEnvironmentActionCommand,
13031
+ DeleteEnvironmentBlueprintCommand,
12842
13032
  DeleteEnvironmentBlueprintConfigurationCommand,
12843
13033
  DeleteEnvironmentProfileCommand,
12844
13034
  DeleteFormTypeCommand,
@@ -12948,6 +13138,7 @@ var commands = {
12948
13138
  UpdateDomainUnitCommand,
12949
13139
  UpdateEnvironmentCommand,
12950
13140
  UpdateEnvironmentActionCommand,
13141
+ UpdateEnvironmentBlueprintCommand,
12951
13142
  UpdateEnvironmentProfileCommand,
12952
13143
  UpdateGlossaryCommand,
12953
13144
  UpdateGlossaryTermCommand,
@@ -13142,6 +13333,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13142
13333
  CreateDomainCommand,
13143
13334
  CreateDomainUnitCommand,
13144
13335
  CreateEnvironmentActionCommand,
13336
+ CreateEnvironmentBlueprintCommand,
13145
13337
  CreateEnvironmentCommand,
13146
13338
  CreateEnvironmentProfileCommand,
13147
13339
  CreateFormTypeCommand,
@@ -13167,6 +13359,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13167
13359
  DeleteDomainCommand,
13168
13360
  DeleteDomainUnitCommand,
13169
13361
  DeleteEnvironmentActionCommand,
13362
+ DeleteEnvironmentBlueprintCommand,
13170
13363
  DeleteEnvironmentBlueprintConfigurationCommand,
13171
13364
  DeleteEnvironmentCommand,
13172
13365
  DeleteEnvironmentProfileCommand,
@@ -13276,6 +13469,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13276
13469
  UpdateDomainCommand,
13277
13470
  UpdateDomainUnitCommand,
13278
13471
  UpdateEnvironmentActionCommand,
13472
+ UpdateEnvironmentBlueprintCommand,
13279
13473
  UpdateEnvironmentCommand,
13280
13474
  UpdateEnvironmentProfileCommand,
13281
13475
  UpdateGlossaryCommand,
@@ -13410,7 +13604,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13410
13604
  Region,
13411
13605
  DeploymentMode,
13412
13606
  Status,
13413
- RuleAction,
13414
13607
  AcceptChoiceFilterSensitiveLog,
13415
13608
  AcceptPredictionsInputFilterSensitiveLog,
13416
13609
  AcceptSubscriptionRequestInputFilterSensitiveLog,
@@ -13481,6 +13674,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13481
13674
  CreateDomainUnitOutputFilterSensitiveLog,
13482
13675
  CustomParameterFilterSensitiveLog,
13483
13676
  CreateEnvironmentOutputFilterSensitiveLog,
13677
+ CreateEnvironmentBlueprintInputFilterSensitiveLog,
13678
+ CreateEnvironmentBlueprintOutputFilterSensitiveLog,
13484
13679
  CreateEnvironmentProfileInputFilterSensitiveLog,
13485
13680
  CreateEnvironmentProfileOutputFilterSensitiveLog,
13486
13681
  ModelFilterSensitiveLog,
@@ -13497,6 +13692,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13497
13692
  EnvironmentConfigurationFilterSensitiveLog,
13498
13693
  CreateProjectProfileInputFilterSensitiveLog,
13499
13694
  CreateProjectProfileOutputFilterSensitiveLog,
13695
+ RuleAction,
13500
13696
  RuleDetail,
13501
13697
  RuleTarget,
13502
13698
  RuleType,
@@ -13539,7 +13735,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13539
13735
  SortKey,
13540
13736
  MetadataGenerationRunStatus,
13541
13737
  MetadataGenerationTargetType,
13542
- MetadataGenerationRunType,
13543
13738
  CreateRuleInputFilterSensitiveLog,
13544
13739
  CreateRuleOutputFilterSensitiveLog,
13545
13740
  CreateSubscriptionRequestInputFilterSensitiveLog,
@@ -13621,6 +13816,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13621
13816
  ListSubscriptionsOutputFilterSensitiveLog,
13622
13817
  SubscriptionTargetSummaryFilterSensitiveLog,
13623
13818
  ListSubscriptionTargetsOutputFilterSensitiveLog,
13819
+ MetadataGenerationRunType,
13624
13820
  RejectRuleBehavior,
13625
13821
  SearchOutputAdditionalAttribute,
13626
13822
  InventorySearchScope,
@@ -13663,6 +13859,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
13663
13859
  UpdateConnectionInputFilterSensitiveLog,
13664
13860
  UpdateConnectionOutputFilterSensitiveLog,
13665
13861
  UpdateEnvironmentOutputFilterSensitiveLog,
13862
+ UpdateEnvironmentBlueprintInputFilterSensitiveLog,
13863
+ UpdateEnvironmentBlueprintOutputFilterSensitiveLog,
13666
13864
  UpdateEnvironmentProfileInputFilterSensitiveLog,
13667
13865
  UpdateEnvironmentProfileOutputFilterSensitiveLog,
13668
13866
  UpdateGroupProfileOutputFilterSensitiveLog,
@@ -19,6 +19,7 @@ import { CreateDataSourceCommand, } from "./commands/CreateDataSourceCommand";
19
19
  import { CreateDomainCommand, } from "./commands/CreateDomainCommand";
20
20
  import { CreateDomainUnitCommand, } from "./commands/CreateDomainUnitCommand";
21
21
  import { CreateEnvironmentActionCommand, } from "./commands/CreateEnvironmentActionCommand";
22
+ import { CreateEnvironmentBlueprintCommand, } from "./commands/CreateEnvironmentBlueprintCommand";
22
23
  import { CreateEnvironmentCommand, } from "./commands/CreateEnvironmentCommand";
23
24
  import { CreateEnvironmentProfileCommand, } from "./commands/CreateEnvironmentProfileCommand";
24
25
  import { CreateFormTypeCommand, } from "./commands/CreateFormTypeCommand";
@@ -44,6 +45,7 @@ import { DeleteDataSourceCommand, } from "./commands/DeleteDataSourceCommand";
44
45
  import { DeleteDomainCommand, } from "./commands/DeleteDomainCommand";
45
46
  import { DeleteDomainUnitCommand, } from "./commands/DeleteDomainUnitCommand";
46
47
  import { DeleteEnvironmentActionCommand, } from "./commands/DeleteEnvironmentActionCommand";
48
+ import { DeleteEnvironmentBlueprintCommand, } from "./commands/DeleteEnvironmentBlueprintCommand";
47
49
  import { DeleteEnvironmentBlueprintConfigurationCommand, } from "./commands/DeleteEnvironmentBlueprintConfigurationCommand";
48
50
  import { DeleteEnvironmentCommand, } from "./commands/DeleteEnvironmentCommand";
49
51
  import { DeleteEnvironmentProfileCommand, } from "./commands/DeleteEnvironmentProfileCommand";
@@ -153,6 +155,7 @@ import { UpdateDataSourceCommand, } from "./commands/UpdateDataSourceCommand";
153
155
  import { UpdateDomainCommand, } from "./commands/UpdateDomainCommand";
154
156
  import { UpdateDomainUnitCommand, } from "./commands/UpdateDomainUnitCommand";
155
157
  import { UpdateEnvironmentActionCommand, } from "./commands/UpdateEnvironmentActionCommand";
158
+ import { UpdateEnvironmentBlueprintCommand, } from "./commands/UpdateEnvironmentBlueprintCommand";
156
159
  import { UpdateEnvironmentCommand, } from "./commands/UpdateEnvironmentCommand";
157
160
  import { UpdateEnvironmentProfileCommand, } from "./commands/UpdateEnvironmentProfileCommand";
158
161
  import { UpdateGlossaryCommand, } from "./commands/UpdateGlossaryCommand";
@@ -188,6 +191,7 @@ const commands = {
188
191
  CreateDomainUnitCommand,
189
192
  CreateEnvironmentCommand,
190
193
  CreateEnvironmentActionCommand,
194
+ CreateEnvironmentBlueprintCommand,
191
195
  CreateEnvironmentProfileCommand,
192
196
  CreateFormTypeCommand,
193
197
  CreateGlossaryCommand,
@@ -213,6 +217,7 @@ const commands = {
213
217
  DeleteDomainUnitCommand,
214
218
  DeleteEnvironmentCommand,
215
219
  DeleteEnvironmentActionCommand,
220
+ DeleteEnvironmentBlueprintCommand,
216
221
  DeleteEnvironmentBlueprintConfigurationCommand,
217
222
  DeleteEnvironmentProfileCommand,
218
223
  DeleteFormTypeCommand,
@@ -322,6 +327,7 @@ const commands = {
322
327
  UpdateDomainUnitCommand,
323
328
  UpdateEnvironmentCommand,
324
329
  UpdateEnvironmentActionCommand,
330
+ UpdateEnvironmentBlueprintCommand,
325
331
  UpdateEnvironmentProfileCommand,
326
332
  UpdateGlossaryCommand,
327
333
  UpdateGlossaryTermCommand,
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { CreateEnvironmentBlueprintInputFilterSensitiveLog, CreateEnvironmentBlueprintOutputFilterSensitiveLog, } from "../models/models_0";
6
+ import { de_CreateEnvironmentBlueprintCommand, se_CreateEnvironmentBlueprintCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class CreateEnvironmentBlueprintCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "CreateEnvironmentBlueprint", {})
18
+ .n("DataZoneClient", "CreateEnvironmentBlueprintCommand")
19
+ .f(CreateEnvironmentBlueprintInputFilterSensitiveLog, CreateEnvironmentBlueprintOutputFilterSensitiveLog)
20
+ .ser(se_CreateEnvironmentBlueprintCommand)
21
+ .de(de_CreateEnvironmentBlueprintCommand)
22
+ .build() {
23
+ }
@@ -0,0 +1,22 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { de_DeleteEnvironmentBlueprintCommand, se_DeleteEnvironmentBlueprintCommand } from "../protocols/Aws_restJson1";
6
+ export { $Command };
7
+ export class DeleteEnvironmentBlueprintCommand extends $Command
8
+ .classBuilder()
9
+ .ep(commonParams)
10
+ .m(function (Command, cs, config, o) {
11
+ return [
12
+ getSerdePlugin(config, this.serialize, this.deserialize),
13
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
+ ];
15
+ })
16
+ .s("DataZone", "DeleteEnvironmentBlueprint", {})
17
+ .n("DataZoneClient", "DeleteEnvironmentBlueprintCommand")
18
+ .f(void 0, void 0)
19
+ .ser(se_DeleteEnvironmentBlueprintCommand)
20
+ .de(de_DeleteEnvironmentBlueprintCommand)
21
+ .build() {
22
+ }
@@ -0,0 +1,23 @@
1
+ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
+ import { getSerdePlugin } from "@smithy/middleware-serde";
3
+ import { Command as $Command } from "@smithy/smithy-client";
4
+ import { commonParams } from "../endpoint/EndpointParameters";
5
+ import { UpdateEnvironmentBlueprintInputFilterSensitiveLog, UpdateEnvironmentBlueprintOutputFilterSensitiveLog, } from "../models/models_2";
6
+ import { de_UpdateEnvironmentBlueprintCommand, se_UpdateEnvironmentBlueprintCommand } from "../protocols/Aws_restJson1";
7
+ export { $Command };
8
+ export class UpdateEnvironmentBlueprintCommand extends $Command
9
+ .classBuilder()
10
+ .ep(commonParams)
11
+ .m(function (Command, cs, config, o) {
12
+ return [
13
+ getSerdePlugin(config, this.serialize, this.deserialize),
14
+ getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
15
+ ];
16
+ })
17
+ .s("DataZone", "UpdateEnvironmentBlueprint", {})
18
+ .n("DataZoneClient", "UpdateEnvironmentBlueprintCommand")
19
+ .f(UpdateEnvironmentBlueprintInputFilterSensitiveLog, UpdateEnvironmentBlueprintOutputFilterSensitiveLog)
20
+ .ser(se_UpdateEnvironmentBlueprintCommand)
21
+ .de(de_UpdateEnvironmentBlueprintCommand)
22
+ .build() {
23
+ }
@@ -18,6 +18,7 @@ export * from "./CreateDataSourceCommand";
18
18
  export * from "./CreateDomainCommand";
19
19
  export * from "./CreateDomainUnitCommand";
20
20
  export * from "./CreateEnvironmentActionCommand";
21
+ export * from "./CreateEnvironmentBlueprintCommand";
21
22
  export * from "./CreateEnvironmentCommand";
22
23
  export * from "./CreateEnvironmentProfileCommand";
23
24
  export * from "./CreateFormTypeCommand";
@@ -43,6 +44,7 @@ export * from "./DeleteDataSourceCommand";
43
44
  export * from "./DeleteDomainCommand";
44
45
  export * from "./DeleteDomainUnitCommand";
45
46
  export * from "./DeleteEnvironmentActionCommand";
47
+ export * from "./DeleteEnvironmentBlueprintCommand";
46
48
  export * from "./DeleteEnvironmentBlueprintConfigurationCommand";
47
49
  export * from "./DeleteEnvironmentCommand";
48
50
  export * from "./DeleteEnvironmentProfileCommand";
@@ -152,6 +154,7 @@ export * from "./UpdateDataSourceCommand";
152
154
  export * from "./UpdateDomainCommand";
153
155
  export * from "./UpdateDomainUnitCommand";
154
156
  export * from "./UpdateEnvironmentActionCommand";
157
+ export * from "./UpdateEnvironmentBlueprintCommand";
155
158
  export * from "./UpdateEnvironmentCommand";
156
159
  export * from "./UpdateEnvironmentProfileCommand";
157
160
  export * from "./UpdateGlossaryCommand";
@@ -796,10 +796,6 @@ export const Status = {
796
796
  DISABLED: "DISABLED",
797
797
  ENABLED: "ENABLED",
798
798
  };
799
- export const RuleAction = {
800
- CREATE_LISTING_CHANGE_SET: "CREATE_LISTING_CHANGE_SET",
801
- CREATE_SUBSCRIPTION_REQUEST: "CREATE_SUBSCRIPTION_REQUEST",
802
- };
803
799
  export const AcceptChoiceFilterSensitiveLog = (obj) => ({
804
800
  ...obj,
805
801
  ...(obj.editedValue && { editedValue: SENSITIVE_STRING }),
@@ -1254,6 +1250,22 @@ export const CreateEnvironmentOutputFilterSensitiveLog = (obj) => ({
1254
1250
  ...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
1255
1251
  ...(obj.environmentConfigurationId && { environmentConfigurationId: SENSITIVE_STRING }),
1256
1252
  });
1253
+ export const CreateEnvironmentBlueprintInputFilterSensitiveLog = (obj) => ({
1254
+ ...obj,
1255
+ ...(obj.description && { description: SENSITIVE_STRING }),
1256
+ ...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
1257
+ ...(obj.userParameters && {
1258
+ userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
1259
+ }),
1260
+ });
1261
+ export const CreateEnvironmentBlueprintOutputFilterSensitiveLog = (obj) => ({
1262
+ ...obj,
1263
+ ...(obj.description && { description: SENSITIVE_STRING }),
1264
+ ...(obj.provisioningProperties && { provisioningProperties: obj.provisioningProperties }),
1265
+ ...(obj.userParameters && {
1266
+ userParameters: obj.userParameters.map((item) => CustomParameterFilterSensitiveLog(item)),
1267
+ }),
1268
+ });
1257
1269
  export const CreateEnvironmentProfileInputFilterSensitiveLog = (obj) => ({
1258
1270
  ...obj,
1259
1271
  ...(obj.name && { name: SENSITIVE_STRING }),