@aws-sdk/client-datazone 3.592.0 → 3.598.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/README.md +56 -0
- package/dist-cjs/index.js +451 -66
- package/dist-es/DataZone.js +14 -0
- package/dist-es/commands/AssociateEnvironmentRoleCommand.js +24 -0
- package/dist-es/commands/CreateEnvironmentActionCommand.js +24 -0
- package/dist-es/commands/DeleteEnvironmentActionCommand.js +24 -0
- package/dist-es/commands/DisassociateEnvironmentRoleCommand.js +24 -0
- package/dist-es/commands/GetEnvironmentActionCommand.js +24 -0
- package/dist-es/commands/ListEnvironmentActionsCommand.js +24 -0
- package/dist-es/commands/ListProjectsCommand.js +1 -1
- package/dist-es/commands/ListSubscriptionRequestsCommand.js +1 -1
- package/dist-es/commands/ListSubscriptionsCommand.js +1 -1
- package/dist-es/commands/UpdateEnvironmentActionCommand.js +24 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/models_0.js +30 -53
- package/dist-es/models/models_1.js +53 -0
- package/dist-es/pagination/ListEnvironmentActionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +206 -0
- package/dist-types/DataZone.d.ts +49 -0
- package/dist-types/DataZoneClient.d.ts +9 -2
- package/dist-types/commands/AssociateEnvironmentRoleCommand.d.ts +81 -0
- package/dist-types/commands/CreateEnvironmentActionCommand.d.ts +99 -0
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +4 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +24 -0
- package/dist-types/commands/DeleteEnvironmentActionCommand.d.ts +82 -0
- package/dist-types/commands/DisassociateEnvironmentRoleCommand.d.ts +81 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +22 -0
- package/dist-types/commands/GetEnvironmentActionCommand.d.ts +89 -0
- package/dist-types/commands/GetEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/ListEnvironmentActionsCommand.d.ts +92 -0
- package/dist-types/commands/ListEnvironmentsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionGrantsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +24 -0
- package/dist-types/commands/UpdateEnvironmentActionCommand.d.ts +99 -0
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/models_0.d.ts +516 -766
- package/dist-types/models/models_1.d.ts +808 -2
- package/dist-types/pagination/ListEnvironmentActionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +63 -0
- package/dist-types/ts3.4/DataZone.d.ts +119 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/AssociateEnvironmentRoleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentActionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentActionCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/DisassociateEnvironmentRoleCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetEnvironmentActionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListEnvironmentActionsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListProjectMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListProjectsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionGrantsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionRequestsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateEnvironmentActionCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/models_0.d.ts +147 -187
- package/dist-types/ts3.4/models/models_1.d.ts +204 -2
- package/dist-types/ts3.4/pagination/ListEnvironmentActionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +84 -0
- package/package.json +37 -37
package/dist-cjs/index.js
CHANGED
|
@@ -29,11 +29,13 @@ __export(src_exports, {
|
|
|
29
29
|
AcceptSubscriptionRequestInputFilterSensitiveLog: () => AcceptSubscriptionRequestInputFilterSensitiveLog,
|
|
30
30
|
AcceptSubscriptionRequestOutputFilterSensitiveLog: () => AcceptSubscriptionRequestOutputFilterSensitiveLog,
|
|
31
31
|
AccessDeniedException: () => AccessDeniedException,
|
|
32
|
+
ActionParameters: () => ActionParameters,
|
|
32
33
|
AssetItemAdditionalAttributesFilterSensitiveLog: () => AssetItemAdditionalAttributesFilterSensitiveLog,
|
|
33
34
|
AssetItemFilterSensitiveLog: () => AssetItemFilterSensitiveLog,
|
|
34
35
|
AssetListingFilterSensitiveLog: () => AssetListingFilterSensitiveLog,
|
|
35
36
|
AssetListingItemFilterSensitiveLog: () => AssetListingItemFilterSensitiveLog,
|
|
36
37
|
AssetTypeItemFilterSensitiveLog: () => AssetTypeItemFilterSensitiveLog,
|
|
38
|
+
AssociateEnvironmentRoleCommand: () => AssociateEnvironmentRoleCommand,
|
|
37
39
|
AuthType: () => AuthType,
|
|
38
40
|
CancelMetadataGenerationRunCommand: () => CancelMetadataGenerationRunCommand,
|
|
39
41
|
CancelSubscriptionCommand: () => CancelSubscriptionCommand,
|
|
@@ -54,6 +56,7 @@ __export(src_exports, {
|
|
|
54
56
|
CreateDataSourceInputFilterSensitiveLog: () => CreateDataSourceInputFilterSensitiveLog,
|
|
55
57
|
CreateDataSourceOutputFilterSensitiveLog: () => CreateDataSourceOutputFilterSensitiveLog,
|
|
56
58
|
CreateDomainCommand: () => CreateDomainCommand,
|
|
59
|
+
CreateEnvironmentActionCommand: () => CreateEnvironmentActionCommand,
|
|
57
60
|
CreateEnvironmentCommand: () => CreateEnvironmentCommand,
|
|
58
61
|
CreateEnvironmentOutputFilterSensitiveLog: () => CreateEnvironmentOutputFilterSensitiveLog,
|
|
59
62
|
CreateEnvironmentProfileCommand: () => CreateEnvironmentProfileCommand,
|
|
@@ -103,6 +106,7 @@ __export(src_exports, {
|
|
|
103
106
|
DeleteDataSourceCommand: () => DeleteDataSourceCommand,
|
|
104
107
|
DeleteDataSourceOutputFilterSensitiveLog: () => DeleteDataSourceOutputFilterSensitiveLog,
|
|
105
108
|
DeleteDomainCommand: () => DeleteDomainCommand,
|
|
109
|
+
DeleteEnvironmentActionCommand: () => DeleteEnvironmentActionCommand,
|
|
106
110
|
DeleteEnvironmentBlueprintConfigurationCommand: () => DeleteEnvironmentBlueprintConfigurationCommand,
|
|
107
111
|
DeleteEnvironmentCommand: () => DeleteEnvironmentCommand,
|
|
108
112
|
DeleteEnvironmentProfileCommand: () => DeleteEnvironmentProfileCommand,
|
|
@@ -119,6 +123,7 @@ __export(src_exports, {
|
|
|
119
123
|
DeploymentStatus: () => DeploymentStatus,
|
|
120
124
|
DeploymentType: () => DeploymentType,
|
|
121
125
|
DetailedGlossaryTermFilterSensitiveLog: () => DetailedGlossaryTermFilterSensitiveLog,
|
|
126
|
+
DisassociateEnvironmentRoleCommand: () => DisassociateEnvironmentRoleCommand,
|
|
122
127
|
DomainStatus: () => DomainStatus,
|
|
123
128
|
DomainSummaryFilterSensitiveLog: () => DomainSummaryFilterSensitiveLog,
|
|
124
129
|
EnableSetting: () => EnableSetting,
|
|
@@ -142,6 +147,7 @@ __export(src_exports, {
|
|
|
142
147
|
GetDataSourceOutputFilterSensitiveLog: () => GetDataSourceOutputFilterSensitiveLog,
|
|
143
148
|
GetDataSourceRunCommand: () => GetDataSourceRunCommand,
|
|
144
149
|
GetDomainCommand: () => GetDomainCommand,
|
|
150
|
+
GetEnvironmentActionCommand: () => GetEnvironmentActionCommand,
|
|
145
151
|
GetEnvironmentBlueprintCommand: () => GetEnvironmentBlueprintCommand,
|
|
146
152
|
GetEnvironmentBlueprintConfigurationCommand: () => GetEnvironmentBlueprintConfigurationCommand,
|
|
147
153
|
GetEnvironmentBlueprintOutputFilterSensitiveLog: () => GetEnvironmentBlueprintOutputFilterSensitiveLog,
|
|
@@ -194,6 +200,7 @@ __export(src_exports, {
|
|
|
194
200
|
ListDataSourcesOutputFilterSensitiveLog: () => ListDataSourcesOutputFilterSensitiveLog,
|
|
195
201
|
ListDomainsCommand: () => ListDomainsCommand,
|
|
196
202
|
ListDomainsOutputFilterSensitiveLog: () => ListDomainsOutputFilterSensitiveLog,
|
|
203
|
+
ListEnvironmentActionsCommand: () => ListEnvironmentActionsCommand,
|
|
197
204
|
ListEnvironmentBlueprintConfigurationsCommand: () => ListEnvironmentBlueprintConfigurationsCommand,
|
|
198
205
|
ListEnvironmentBlueprintsCommand: () => ListEnvironmentBlueprintsCommand,
|
|
199
206
|
ListEnvironmentBlueprintsOutputFilterSensitiveLog: () => ListEnvironmentBlueprintsOutputFilterSensitiveLog,
|
|
@@ -266,6 +273,8 @@ __export(src_exports, {
|
|
|
266
273
|
SearchUserProfilesCommand: () => SearchUserProfilesCommand,
|
|
267
274
|
SearchUserProfilesInputFilterSensitiveLog: () => SearchUserProfilesInputFilterSensitiveLog,
|
|
268
275
|
SearchUserProfilesOutputFilterSensitiveLog: () => SearchUserProfilesOutputFilterSensitiveLog,
|
|
276
|
+
SelfGrantStatus: () => SelfGrantStatus,
|
|
277
|
+
SelfGrantStatusOutput: () => SelfGrantStatusOutput,
|
|
269
278
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
270
279
|
SortFieldProject: () => SortFieldProject,
|
|
271
280
|
SortKey: () => SortKey,
|
|
@@ -300,6 +309,7 @@ __export(src_exports, {
|
|
|
300
309
|
UpdateDataSourceInputFilterSensitiveLog: () => UpdateDataSourceInputFilterSensitiveLog,
|
|
301
310
|
UpdateDataSourceOutputFilterSensitiveLog: () => UpdateDataSourceOutputFilterSensitiveLog,
|
|
302
311
|
UpdateDomainCommand: () => UpdateDomainCommand,
|
|
312
|
+
UpdateEnvironmentActionCommand: () => UpdateEnvironmentActionCommand,
|
|
303
313
|
UpdateEnvironmentCommand: () => UpdateEnvironmentCommand,
|
|
304
314
|
UpdateEnvironmentOutputFilterSensitiveLog: () => UpdateEnvironmentOutputFilterSensitiveLog,
|
|
305
315
|
UpdateEnvironmentProfileCommand: () => UpdateEnvironmentProfileCommand,
|
|
@@ -341,6 +351,7 @@ __export(src_exports, {
|
|
|
341
351
|
paginateListDataSourceRuns: () => paginateListDataSourceRuns,
|
|
342
352
|
paginateListDataSources: () => paginateListDataSources,
|
|
343
353
|
paginateListDomains: () => paginateListDomains,
|
|
354
|
+
paginateListEnvironmentActions: () => paginateListEnvironmentActions,
|
|
344
355
|
paginateListEnvironmentBlueprintConfigurations: () => paginateListEnvironmentBlueprintConfigurations,
|
|
345
356
|
paginateListEnvironmentBlueprints: () => paginateListEnvironmentBlueprints,
|
|
346
357
|
paginateListEnvironmentProfiles: () => paginateListEnvironmentProfiles,
|
|
@@ -675,6 +686,14 @@ var SubscribedPrincipal;
|
|
|
675
686
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
676
687
|
}, "visit");
|
|
677
688
|
})(SubscribedPrincipal || (SubscribedPrincipal = {}));
|
|
689
|
+
var ActionParameters;
|
|
690
|
+
((ActionParameters4) => {
|
|
691
|
+
ActionParameters4.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
692
|
+
if (value.awsConsoleLink !== void 0)
|
|
693
|
+
return visitor.awsConsoleLink(value.awsConsoleLink);
|
|
694
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
695
|
+
}, "visit");
|
|
696
|
+
})(ActionParameters || (ActionParameters = {}));
|
|
678
697
|
var ListingStatus = {
|
|
679
698
|
ACTIVE: "ACTIVE",
|
|
680
699
|
CREATING: "CREATING",
|
|
@@ -1014,6 +1033,25 @@ var DataAssetActivityStatus = {
|
|
|
1014
1033
|
SUCCEEDED_UPDATED: "SUCCEEDED_UPDATED",
|
|
1015
1034
|
UNCHANGED: "UNCHANGED"
|
|
1016
1035
|
};
|
|
1036
|
+
var SelfGrantStatus = {
|
|
1037
|
+
GRANTED: "GRANTED",
|
|
1038
|
+
GRANT_FAILED: "GRANT_FAILED",
|
|
1039
|
+
GRANT_IN_PROGRESS: "GRANT_IN_PROGRESS",
|
|
1040
|
+
GRANT_PENDING: "GRANT_PENDING",
|
|
1041
|
+
REVOKE_FAILED: "REVOKE_FAILED",
|
|
1042
|
+
REVOKE_IN_PROGRESS: "REVOKE_IN_PROGRESS",
|
|
1043
|
+
REVOKE_PENDING: "REVOKE_PENDING"
|
|
1044
|
+
};
|
|
1045
|
+
var SelfGrantStatusOutput;
|
|
1046
|
+
((SelfGrantStatusOutput2) => {
|
|
1047
|
+
SelfGrantStatusOutput2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1048
|
+
if (value.glueSelfGrantStatus !== void 0)
|
|
1049
|
+
return visitor.glueSelfGrantStatus(value.glueSelfGrantStatus);
|
|
1050
|
+
if (value.redshiftSelfGrantStatus !== void 0)
|
|
1051
|
+
return visitor.redshiftSelfGrantStatus(value.redshiftSelfGrantStatus);
|
|
1052
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1053
|
+
}, "visit");
|
|
1054
|
+
})(SelfGrantStatusOutput || (SelfGrantStatusOutput = {}));
|
|
1017
1055
|
var DataSourceRunType = {
|
|
1018
1056
|
PRIORITIZED: "PRIORITIZED",
|
|
1019
1057
|
SCHEDULED: "SCHEDULED"
|
|
@@ -1055,20 +1093,6 @@ var SortOrder = {
|
|
|
1055
1093
|
ASCENDING: "ASCENDING",
|
|
1056
1094
|
DESCENDING: "DESCENDING"
|
|
1057
1095
|
};
|
|
1058
|
-
var MemberDetails;
|
|
1059
|
-
((MemberDetails2) => {
|
|
1060
|
-
MemberDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1061
|
-
if (value.user !== void 0)
|
|
1062
|
-
return visitor.user(value.user);
|
|
1063
|
-
if (value.group !== void 0)
|
|
1064
|
-
return visitor.group(value.group);
|
|
1065
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1066
|
-
}, "visit");
|
|
1067
|
-
})(MemberDetails || (MemberDetails = {}));
|
|
1068
|
-
var SortKey = {
|
|
1069
|
-
CREATED_AT: "CREATED_AT",
|
|
1070
|
-
UPDATED_AT: "UPDATED_AT"
|
|
1071
|
-
};
|
|
1072
1096
|
var AcceptChoiceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1073
1097
|
...obj,
|
|
1074
1098
|
...obj.editedValue && { editedValue: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1404,7 +1428,8 @@ var DeleteDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
1404
1428
|
...obj.assetFormsOutput && {
|
|
1405
1429
|
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
1406
1430
|
},
|
|
1407
|
-
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING }
|
|
1431
|
+
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
1432
|
+
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
1408
1433
|
}), "DeleteDataSourceOutputFilterSensitiveLog");
|
|
1409
1434
|
var GetDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1410
1435
|
...obj,
|
|
@@ -1414,7 +1439,8 @@ var GetDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
|
1414
1439
|
...obj.assetFormsOutput && {
|
|
1415
1440
|
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
1416
1441
|
},
|
|
1417
|
-
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING }
|
|
1442
|
+
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
1443
|
+
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
1418
1444
|
}), "GetDataSourceOutputFilterSensitiveLog");
|
|
1419
1445
|
var ListDataSourcesInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1420
1446
|
...obj,
|
|
@@ -1445,7 +1471,8 @@ var UpdateDataSourceOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => (
|
|
|
1445
1471
|
...obj.assetFormsOutput && {
|
|
1446
1472
|
assetFormsOutput: obj.assetFormsOutput.map((item) => FormOutputFilterSensitiveLog(item))
|
|
1447
1473
|
},
|
|
1448
|
-
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING }
|
|
1474
|
+
...obj.schedule && { schedule: import_smithy_client.SENSITIVE_STRING },
|
|
1475
|
+
...obj.selfGrantStatus && { selfGrantStatus: obj.selfGrantStatus }
|
|
1449
1476
|
}), "UpdateDataSourceOutputFilterSensitiveLog");
|
|
1450
1477
|
var DataSourceRunActivityFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1451
1478
|
...obj,
|
|
@@ -1624,45 +1651,6 @@ var ListNotificationsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) =>
|
|
|
1624
1651
|
notifications: obj.notifications.map((item) => NotificationOutputFilterSensitiveLog(item))
|
|
1625
1652
|
}
|
|
1626
1653
|
}), "ListNotificationsOutputFilterSensitiveLog");
|
|
1627
|
-
var ListProjectsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1628
|
-
...obj,
|
|
1629
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1630
|
-
}), "ListProjectsInputFilterSensitiveLog");
|
|
1631
|
-
var ProjectSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1632
|
-
...obj,
|
|
1633
|
-
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1634
|
-
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1635
|
-
}), "ProjectSummaryFilterSensitiveLog");
|
|
1636
|
-
var ListProjectsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1637
|
-
...obj,
|
|
1638
|
-
...obj.items && { items: obj.items.map((item) => ProjectSummaryFilterSensitiveLog(item)) }
|
|
1639
|
-
}), "ListProjectsOutputFilterSensitiveLog");
|
|
1640
|
-
var SubscriptionRequestSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1641
|
-
...obj,
|
|
1642
|
-
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
|
|
1643
|
-
...obj.subscribedPrincipals && {
|
|
1644
|
-
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item))
|
|
1645
|
-
},
|
|
1646
|
-
...obj.subscribedListings && {
|
|
1647
|
-
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
|
|
1648
|
-
},
|
|
1649
|
-
...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
|
|
1650
|
-
}), "SubscriptionRequestSummaryFilterSensitiveLog");
|
|
1651
|
-
var ListSubscriptionRequestsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1652
|
-
...obj,
|
|
1653
|
-
...obj.items && { items: obj.items.map((item) => SubscriptionRequestSummaryFilterSensitiveLog(item)) }
|
|
1654
|
-
}), "ListSubscriptionRequestsOutputFilterSensitiveLog");
|
|
1655
|
-
var SubscriptionSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1656
|
-
...obj,
|
|
1657
|
-
...obj.subscribedPrincipal && {
|
|
1658
|
-
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal)
|
|
1659
|
-
},
|
|
1660
|
-
...obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }
|
|
1661
|
-
}), "SubscriptionSummaryFilterSensitiveLog");
|
|
1662
|
-
var ListSubscriptionsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1663
|
-
...obj,
|
|
1664
|
-
...obj.items && { items: obj.items.map((item) => SubscriptionSummaryFilterSensitiveLog(item)) }
|
|
1665
|
-
}), "ListSubscriptionsOutputFilterSensitiveLog");
|
|
1666
1654
|
|
|
1667
1655
|
// src/protocols/Aws_restJson1.ts
|
|
1668
1656
|
var import_core2 = require("@aws-sdk/core");
|
|
@@ -1672,6 +1660,20 @@ var import_uuid = require("uuid");
|
|
|
1672
1660
|
|
|
1673
1661
|
// src/models/models_1.ts
|
|
1674
1662
|
|
|
1663
|
+
var MemberDetails;
|
|
1664
|
+
((MemberDetails2) => {
|
|
1665
|
+
MemberDetails2.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
1666
|
+
if (value.user !== void 0)
|
|
1667
|
+
return visitor.user(value.user);
|
|
1668
|
+
if (value.group !== void 0)
|
|
1669
|
+
return visitor.group(value.group);
|
|
1670
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1671
|
+
}, "visit");
|
|
1672
|
+
})(MemberDetails || (MemberDetails = {}));
|
|
1673
|
+
var SortKey = {
|
|
1674
|
+
CREATED_AT: "CREATED_AT",
|
|
1675
|
+
UPDATED_AT: "UPDATED_AT"
|
|
1676
|
+
};
|
|
1675
1677
|
var MetadataGenerationRunStatus = {
|
|
1676
1678
|
CANCELED: "CANCELED",
|
|
1677
1679
|
FAILED: "FAILED",
|
|
@@ -1756,6 +1758,45 @@ var FilterClause;
|
|
|
1756
1758
|
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1757
1759
|
}, "visit");
|
|
1758
1760
|
})(FilterClause || (FilterClause = {}));
|
|
1761
|
+
var ListProjectsInputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1762
|
+
...obj,
|
|
1763
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
1764
|
+
}), "ListProjectsInputFilterSensitiveLog");
|
|
1765
|
+
var ProjectSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1766
|
+
...obj,
|
|
1767
|
+
...obj.name && { name: import_smithy_client.SENSITIVE_STRING },
|
|
1768
|
+
...obj.description && { description: import_smithy_client.SENSITIVE_STRING }
|
|
1769
|
+
}), "ProjectSummaryFilterSensitiveLog");
|
|
1770
|
+
var ListProjectsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1771
|
+
...obj,
|
|
1772
|
+
...obj.items && { items: obj.items.map((item) => ProjectSummaryFilterSensitiveLog(item)) }
|
|
1773
|
+
}), "ListProjectsOutputFilterSensitiveLog");
|
|
1774
|
+
var SubscriptionRequestSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1775
|
+
...obj,
|
|
1776
|
+
...obj.requestReason && { requestReason: import_smithy_client.SENSITIVE_STRING },
|
|
1777
|
+
...obj.subscribedPrincipals && {
|
|
1778
|
+
subscribedPrincipals: obj.subscribedPrincipals.map((item) => SubscribedPrincipalFilterSensitiveLog(item))
|
|
1779
|
+
},
|
|
1780
|
+
...obj.subscribedListings && {
|
|
1781
|
+
subscribedListings: obj.subscribedListings.map((item) => SubscribedListingFilterSensitiveLog(item))
|
|
1782
|
+
},
|
|
1783
|
+
...obj.decisionComment && { decisionComment: import_smithy_client.SENSITIVE_STRING }
|
|
1784
|
+
}), "SubscriptionRequestSummaryFilterSensitiveLog");
|
|
1785
|
+
var ListSubscriptionRequestsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1786
|
+
...obj,
|
|
1787
|
+
...obj.items && { items: obj.items.map((item) => SubscriptionRequestSummaryFilterSensitiveLog(item)) }
|
|
1788
|
+
}), "ListSubscriptionRequestsOutputFilterSensitiveLog");
|
|
1789
|
+
var SubscriptionSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1790
|
+
...obj,
|
|
1791
|
+
...obj.subscribedPrincipal && {
|
|
1792
|
+
subscribedPrincipal: SubscribedPrincipalFilterSensitiveLog(obj.subscribedPrincipal)
|
|
1793
|
+
},
|
|
1794
|
+
...obj.subscribedListing && { subscribedListing: SubscribedListingFilterSensitiveLog(obj.subscribedListing) }
|
|
1795
|
+
}), "SubscriptionSummaryFilterSensitiveLog");
|
|
1796
|
+
var ListSubscriptionsOutputFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1797
|
+
...obj,
|
|
1798
|
+
...obj.items && { items: obj.items.map((item) => SubscriptionSummaryFilterSensitiveLog(item)) }
|
|
1799
|
+
}), "ListSubscriptionsOutputFilterSensitiveLog");
|
|
1759
1800
|
var SubscriptionTargetSummaryFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
1760
1801
|
...obj,
|
|
1761
1802
|
...obj.name && { name: import_smithy_client.SENSITIVE_STRING }
|
|
@@ -1969,6 +2010,17 @@ var se_AcceptSubscriptionRequestCommand = /* @__PURE__ */ __name(async (input, c
|
|
|
1969
2010
|
b.m("PUT").h(headers).b(body);
|
|
1970
2011
|
return b.build();
|
|
1971
2012
|
}, "se_AcceptSubscriptionRequestCommand");
|
|
2013
|
+
var se_AssociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2014
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2015
|
+
const headers = {};
|
|
2016
|
+
b.bp("/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}");
|
|
2017
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2018
|
+
b.p("environmentIdentifier", () => input.environmentIdentifier, "{environmentIdentifier}", false);
|
|
2019
|
+
b.p("environmentRoleArn", () => input.environmentRoleArn, "{environmentRoleArn}", false);
|
|
2020
|
+
let body;
|
|
2021
|
+
b.m("PUT").h(headers).b(body);
|
|
2022
|
+
return b.build();
|
|
2023
|
+
}, "se_AssociateEnvironmentRoleCommand");
|
|
1972
2024
|
var se_CancelMetadataGenerationRunCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1973
2025
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
1974
2026
|
const headers = {};
|
|
@@ -2115,6 +2167,9 @@ var se_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2115
2167
|
body = JSON.stringify(
|
|
2116
2168
|
(0, import_smithy_client.take)(input, {
|
|
2117
2169
|
description: [],
|
|
2170
|
+
environmentAccountIdentifier: [],
|
|
2171
|
+
environmentAccountRegion: [],
|
|
2172
|
+
environmentBlueprintIdentifier: [],
|
|
2118
2173
|
environmentProfileIdentifier: [],
|
|
2119
2174
|
glossaryTerms: (_) => (0, import_smithy_client._json)(_),
|
|
2120
2175
|
name: [],
|
|
@@ -2125,6 +2180,25 @@ var se_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2125
2180
|
b.m("POST").h(headers).b(body);
|
|
2126
2181
|
return b.build();
|
|
2127
2182
|
}, "se_CreateEnvironmentCommand");
|
|
2183
|
+
var se_CreateEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2184
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2185
|
+
const headers = {
|
|
2186
|
+
"content-type": "application/json"
|
|
2187
|
+
};
|
|
2188
|
+
b.bp("/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions");
|
|
2189
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2190
|
+
b.p("environmentIdentifier", () => input.environmentIdentifier, "{environmentIdentifier}", false);
|
|
2191
|
+
let body;
|
|
2192
|
+
body = JSON.stringify(
|
|
2193
|
+
(0, import_smithy_client.take)(input, {
|
|
2194
|
+
description: [],
|
|
2195
|
+
name: [],
|
|
2196
|
+
parameters: (_) => (0, import_smithy_client._json)(_)
|
|
2197
|
+
})
|
|
2198
|
+
);
|
|
2199
|
+
b.m("POST").h(headers).b(body);
|
|
2200
|
+
return b.build();
|
|
2201
|
+
}, "se_CreateEnvironmentActionCommand");
|
|
2128
2202
|
var se_CreateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2129
2203
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2130
2204
|
const headers = {
|
|
@@ -2390,7 +2464,8 @@ var se_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
2390
2464
|
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2391
2465
|
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2392
2466
|
const query = (0, import_smithy_client.map)({
|
|
2393
|
-
[_cT]: [, input[_cT] ?? (0, import_uuid.v4)()]
|
|
2467
|
+
[_cT]: [, input[_cT] ?? (0, import_uuid.v4)()],
|
|
2468
|
+
[_rPORF]: [() => input.retainPermissionsOnRevokeFailure !== void 0, () => input[_rPORF].toString()]
|
|
2394
2469
|
});
|
|
2395
2470
|
let body;
|
|
2396
2471
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
@@ -2419,6 +2494,17 @@ var se_DeleteEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
2419
2494
|
b.m("DELETE").h(headers).b(body);
|
|
2420
2495
|
return b.build();
|
|
2421
2496
|
}, "se_DeleteEnvironmentCommand");
|
|
2497
|
+
var se_DeleteEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2498
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2499
|
+
const headers = {};
|
|
2500
|
+
b.bp("/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}");
|
|
2501
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2502
|
+
b.p("environmentIdentifier", () => input.environmentIdentifier, "{environmentIdentifier}", false);
|
|
2503
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2504
|
+
let body;
|
|
2505
|
+
b.m("DELETE").h(headers).b(body);
|
|
2506
|
+
return b.build();
|
|
2507
|
+
}, "se_DeleteEnvironmentActionCommand");
|
|
2422
2508
|
var se_DeleteEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2423
2509
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2424
2510
|
const headers = {};
|
|
@@ -2560,6 +2646,17 @@ var se_DeleteTimeSeriesDataPointsCommand = /* @__PURE__ */ __name(async (input,
|
|
|
2560
2646
|
b.m("DELETE").h(headers).q(query).b(body);
|
|
2561
2647
|
return b.build();
|
|
2562
2648
|
}, "se_DeleteTimeSeriesDataPointsCommand");
|
|
2649
|
+
var se_DisassociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2650
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2651
|
+
const headers = {};
|
|
2652
|
+
b.bp("/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/roles/{environmentRoleArn}");
|
|
2653
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2654
|
+
b.p("environmentIdentifier", () => input.environmentIdentifier, "{environmentIdentifier}", false);
|
|
2655
|
+
b.p("environmentRoleArn", () => input.environmentRoleArn, "{environmentRoleArn}", false);
|
|
2656
|
+
let body;
|
|
2657
|
+
b.m("DELETE").h(headers).b(body);
|
|
2658
|
+
return b.build();
|
|
2659
|
+
}, "se_DisassociateEnvironmentRoleCommand");
|
|
2563
2660
|
var se_GetAssetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2564
2661
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2565
2662
|
const headers = {};
|
|
@@ -2625,6 +2722,17 @@ var se_GetEnvironmentCommand = /* @__PURE__ */ __name(async (input, context) =>
|
|
|
2625
2722
|
b.m("GET").h(headers).b(body);
|
|
2626
2723
|
return b.build();
|
|
2627
2724
|
}, "se_GetEnvironmentCommand");
|
|
2725
|
+
var se_GetEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2726
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
2727
|
+
const headers = {};
|
|
2728
|
+
b.bp("/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}");
|
|
2729
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
2730
|
+
b.p("environmentIdentifier", () => input.environmentIdentifier, "{environmentIdentifier}", false);
|
|
2731
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
2732
|
+
let body;
|
|
2733
|
+
b.m("GET").h(headers).b(body);
|
|
2734
|
+
return b.build();
|
|
2735
|
+
}, "se_GetEnvironmentActionCommand");
|
|
2628
2736
|
var se_GetEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2629
2737
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2630
2738
|
const headers = {};
|
|
@@ -2889,6 +2997,20 @@ var se_ListDomainsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
2889
2997
|
b.m("GET").h(headers).q(query).b(body);
|
|
2890
2998
|
return b.build();
|
|
2891
2999
|
}, "se_ListDomainsCommand");
|
|
3000
|
+
var se_ListEnvironmentActionsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3001
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3002
|
+
const headers = {};
|
|
3003
|
+
b.bp("/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions");
|
|
3004
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3005
|
+
b.p("environmentIdentifier", () => input.environmentIdentifier, "{environmentIdentifier}", false);
|
|
3006
|
+
const query = (0, import_smithy_client.map)({
|
|
3007
|
+
[_nT]: [, input[_nT]],
|
|
3008
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
3009
|
+
});
|
|
3010
|
+
let body;
|
|
3011
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
3012
|
+
return b.build();
|
|
3013
|
+
}, "se_ListEnvironmentActionsCommand");
|
|
2892
3014
|
var se_ListEnvironmentBlueprintConfigurationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
2893
3015
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
2894
3016
|
const headers = {};
|
|
@@ -3414,6 +3536,7 @@ var se_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
3414
3536
|
name: [],
|
|
3415
3537
|
publishOnImport: [],
|
|
3416
3538
|
recommendation: (_) => (0, import_smithy_client._json)(_),
|
|
3539
|
+
retainPermissionsOnRevokeFailure: [],
|
|
3417
3540
|
schedule: (_) => (0, import_smithy_client._json)(_)
|
|
3418
3541
|
})
|
|
3419
3542
|
);
|
|
@@ -3461,6 +3584,26 @@ var se_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
3461
3584
|
b.m("PATCH").h(headers).b(body);
|
|
3462
3585
|
return b.build();
|
|
3463
3586
|
}, "se_UpdateEnvironmentCommand");
|
|
3587
|
+
var se_UpdateEnvironmentActionCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3588
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
3589
|
+
const headers = {
|
|
3590
|
+
"content-type": "application/json"
|
|
3591
|
+
};
|
|
3592
|
+
b.bp("/v2/domains/{domainIdentifier}/environments/{environmentIdentifier}/actions/{identifier}");
|
|
3593
|
+
b.p("domainIdentifier", () => input.domainIdentifier, "{domainIdentifier}", false);
|
|
3594
|
+
b.p("environmentIdentifier", () => input.environmentIdentifier, "{environmentIdentifier}", false);
|
|
3595
|
+
b.p("identifier", () => input.identifier, "{identifier}", false);
|
|
3596
|
+
let body;
|
|
3597
|
+
body = JSON.stringify(
|
|
3598
|
+
(0, import_smithy_client.take)(input, {
|
|
3599
|
+
description: [],
|
|
3600
|
+
name: [],
|
|
3601
|
+
parameters: (_) => (0, import_smithy_client._json)(_)
|
|
3602
|
+
})
|
|
3603
|
+
);
|
|
3604
|
+
b.m("PATCH").h(headers).b(body);
|
|
3605
|
+
return b.build();
|
|
3606
|
+
}, "se_UpdateEnvironmentActionCommand");
|
|
3464
3607
|
var se_UpdateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
3465
3608
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
3466
3609
|
const headers = {
|
|
@@ -3679,6 +3822,16 @@ var de_AcceptSubscriptionRequestCommand = /* @__PURE__ */ __name(async (output,
|
|
|
3679
3822
|
Object.assign(contents, doc);
|
|
3680
3823
|
return contents;
|
|
3681
3824
|
}, "de_AcceptSubscriptionRequestCommand");
|
|
3825
|
+
var de_AssociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3826
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3827
|
+
return de_CommandError(output, context);
|
|
3828
|
+
}
|
|
3829
|
+
const contents = (0, import_smithy_client.map)({
|
|
3830
|
+
$metadata: deserializeMetadata(output)
|
|
3831
|
+
});
|
|
3832
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
3833
|
+
return contents;
|
|
3834
|
+
}, "de_AssociateEnvironmentRoleCommand");
|
|
3682
3835
|
var de_CancelMetadataGenerationRunCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3683
3836
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
3684
3837
|
return de_CommandError(output, context);
|
|
@@ -3892,6 +4045,25 @@ var de_CreateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
3892
4045
|
Object.assign(contents, doc);
|
|
3893
4046
|
return contents;
|
|
3894
4047
|
}, "de_CreateEnvironmentCommand");
|
|
4048
|
+
var de_CreateEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4049
|
+
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
4050
|
+
return de_CommandError(output, context);
|
|
4051
|
+
}
|
|
4052
|
+
const contents = (0, import_smithy_client.map)({
|
|
4053
|
+
$metadata: deserializeMetadata(output)
|
|
4054
|
+
});
|
|
4055
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4056
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4057
|
+
description: import_smithy_client.expectString,
|
|
4058
|
+
domainId: import_smithy_client.expectString,
|
|
4059
|
+
environmentId: import_smithy_client.expectString,
|
|
4060
|
+
id: import_smithy_client.expectString,
|
|
4061
|
+
name: import_smithy_client.expectString,
|
|
4062
|
+
parameters: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
4063
|
+
});
|
|
4064
|
+
Object.assign(contents, doc);
|
|
4065
|
+
return contents;
|
|
4066
|
+
}, "de_CreateEnvironmentActionCommand");
|
|
3895
4067
|
var de_CreateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
3896
4068
|
if (output.statusCode !== 201 && output.statusCode >= 300) {
|
|
3897
4069
|
return de_CommandError(output, context);
|
|
@@ -4182,7 +4354,9 @@ var de_DeleteDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4182
4354
|
name: import_smithy_client.expectString,
|
|
4183
4355
|
projectId: import_smithy_client.expectString,
|
|
4184
4356
|
publishOnImport: import_smithy_client.expectBoolean,
|
|
4357
|
+
retainPermissionsOnRevokeFailure: import_smithy_client.expectBoolean,
|
|
4185
4358
|
schedule: import_smithy_client._json,
|
|
4359
|
+
selfGrantStatus: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4186
4360
|
status: import_smithy_client.expectString,
|
|
4187
4361
|
type: import_smithy_client.expectString,
|
|
4188
4362
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -4214,6 +4388,16 @@ var de_DeleteEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
4214
4388
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4215
4389
|
return contents;
|
|
4216
4390
|
}, "de_DeleteEnvironmentCommand");
|
|
4391
|
+
var de_DeleteEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4392
|
+
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
4393
|
+
return de_CommandError(output, context);
|
|
4394
|
+
}
|
|
4395
|
+
const contents = (0, import_smithy_client.map)({
|
|
4396
|
+
$metadata: deserializeMetadata(output)
|
|
4397
|
+
});
|
|
4398
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4399
|
+
return contents;
|
|
4400
|
+
}, "de_DeleteEnvironmentActionCommand");
|
|
4217
4401
|
var de_DeleteEnvironmentBlueprintConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4218
4402
|
if (output.statusCode !== 204 && output.statusCode >= 300) {
|
|
4219
4403
|
return de_CommandError(output, context);
|
|
@@ -4348,6 +4532,16 @@ var de_DeleteTimeSeriesDataPointsCommand = /* @__PURE__ */ __name(async (output,
|
|
|
4348
4532
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4349
4533
|
return contents;
|
|
4350
4534
|
}, "de_DeleteTimeSeriesDataPointsCommand");
|
|
4535
|
+
var de_DisassociateEnvironmentRoleCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4536
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4537
|
+
return de_CommandError(output, context);
|
|
4538
|
+
}
|
|
4539
|
+
const contents = (0, import_smithy_client.map)({
|
|
4540
|
+
$metadata: deserializeMetadata(output)
|
|
4541
|
+
});
|
|
4542
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
4543
|
+
return contents;
|
|
4544
|
+
}, "de_DisassociateEnvironmentRoleCommand");
|
|
4351
4545
|
var de_GetAssetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4352
4546
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4353
4547
|
return de_CommandError(output, context);
|
|
@@ -4431,6 +4625,7 @@ var de_GetDataSourceCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4431
4625
|
publishOnImport: import_smithy_client.expectBoolean,
|
|
4432
4626
|
recommendation: import_smithy_client._json,
|
|
4433
4627
|
schedule: import_smithy_client._json,
|
|
4628
|
+
selfGrantStatus: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
4434
4629
|
status: import_smithy_client.expectString,
|
|
4435
4630
|
type: import_smithy_client.expectString,
|
|
4436
4631
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -4523,6 +4718,25 @@ var de_GetEnvironmentCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
4523
4718
|
Object.assign(contents, doc);
|
|
4524
4719
|
return contents;
|
|
4525
4720
|
}, "de_GetEnvironmentCommand");
|
|
4721
|
+
var de_GetEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4722
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4723
|
+
return de_CommandError(output, context);
|
|
4724
|
+
}
|
|
4725
|
+
const contents = (0, import_smithy_client.map)({
|
|
4726
|
+
$metadata: deserializeMetadata(output)
|
|
4727
|
+
});
|
|
4728
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
4729
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
4730
|
+
description: import_smithy_client.expectString,
|
|
4731
|
+
domainId: import_smithy_client.expectString,
|
|
4732
|
+
environmentId: import_smithy_client.expectString,
|
|
4733
|
+
id: import_smithy_client.expectString,
|
|
4734
|
+
name: import_smithy_client.expectString,
|
|
4735
|
+
parameters: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
4736
|
+
});
|
|
4737
|
+
Object.assign(contents, doc);
|
|
4738
|
+
return contents;
|
|
4739
|
+
}, "de_GetEnvironmentActionCommand");
|
|
4526
4740
|
var de_GetEnvironmentBlueprintCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4527
4741
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4528
4742
|
return de_CommandError(output, context);
|
|
@@ -4977,6 +5191,21 @@ var de_ListDomainsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
4977
5191
|
Object.assign(contents, doc);
|
|
4978
5192
|
return contents;
|
|
4979
5193
|
}, "de_ListDomainsCommand");
|
|
5194
|
+
var de_ListEnvironmentActionsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5195
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5196
|
+
return de_CommandError(output, context);
|
|
5197
|
+
}
|
|
5198
|
+
const contents = (0, import_smithy_client.map)({
|
|
5199
|
+
$metadata: deserializeMetadata(output)
|
|
5200
|
+
});
|
|
5201
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5202
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5203
|
+
items: import_smithy_client._json,
|
|
5204
|
+
nextToken: import_smithy_client.expectString
|
|
5205
|
+
});
|
|
5206
|
+
Object.assign(contents, doc);
|
|
5207
|
+
return contents;
|
|
5208
|
+
}, "de_ListEnvironmentActionsCommand");
|
|
4980
5209
|
var de_ListEnvironmentBlueprintConfigurationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
4981
5210
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
4982
5211
|
return de_CommandError(output, context);
|
|
@@ -5458,7 +5687,9 @@ var de_UpdateDataSourceCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5458
5687
|
projectId: import_smithy_client.expectString,
|
|
5459
5688
|
publishOnImport: import_smithy_client.expectBoolean,
|
|
5460
5689
|
recommendation: import_smithy_client._json,
|
|
5690
|
+
retainPermissionsOnRevokeFailure: import_smithy_client.expectBoolean,
|
|
5461
5691
|
schedule: import_smithy_client._json,
|
|
5692
|
+
selfGrantStatus: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_)),
|
|
5462
5693
|
status: import_smithy_client.expectString,
|
|
5463
5694
|
type: import_smithy_client.expectString,
|
|
5464
5695
|
updatedAt: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
@@ -5519,6 +5750,25 @@ var de_UpdateEnvironmentCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
5519
5750
|
Object.assign(contents, doc);
|
|
5520
5751
|
return contents;
|
|
5521
5752
|
}, "de_UpdateEnvironmentCommand");
|
|
5753
|
+
var de_UpdateEnvironmentActionCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5754
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5755
|
+
return de_CommandError(output, context);
|
|
5756
|
+
}
|
|
5757
|
+
const contents = (0, import_smithy_client.map)({
|
|
5758
|
+
$metadata: deserializeMetadata(output)
|
|
5759
|
+
});
|
|
5760
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
5761
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
5762
|
+
description: import_smithy_client.expectString,
|
|
5763
|
+
domainId: import_smithy_client.expectString,
|
|
5764
|
+
environmentId: import_smithy_client.expectString,
|
|
5765
|
+
id: import_smithy_client.expectString,
|
|
5766
|
+
name: import_smithy_client.expectString,
|
|
5767
|
+
parameters: (_) => (0, import_smithy_client._json)((0, import_core2.awsExpectUnion)(_))
|
|
5768
|
+
});
|
|
5769
|
+
Object.assign(contents, doc);
|
|
5770
|
+
return contents;
|
|
5771
|
+
}, "de_UpdateEnvironmentActionCommand");
|
|
5522
5772
|
var de_UpdateEnvironmentProfileCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
5523
5773
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
5524
5774
|
return de_CommandError(output, context);
|
|
@@ -6512,6 +6762,7 @@ var _oPI = "owningProjectId";
|
|
|
6512
6762
|
var _p = "provider";
|
|
6513
6763
|
var _pI = "projectIdentifier";
|
|
6514
6764
|
var _r = "revision";
|
|
6765
|
+
var _rPORF = "retainPermissionsOnRevokeFailure";
|
|
6515
6766
|
var _s = "status";
|
|
6516
6767
|
var _sA = "startedAt";
|
|
6517
6768
|
var _sB = "sortBy";
|
|
@@ -6556,6 +6807,22 @@ var _AcceptSubscriptionRequestCommand = class _AcceptSubscriptionRequestCommand
|
|
|
6556
6807
|
__name(_AcceptSubscriptionRequestCommand, "AcceptSubscriptionRequestCommand");
|
|
6557
6808
|
var AcceptSubscriptionRequestCommand = _AcceptSubscriptionRequestCommand;
|
|
6558
6809
|
|
|
6810
|
+
// src/commands/AssociateEnvironmentRoleCommand.ts
|
|
6811
|
+
|
|
6812
|
+
|
|
6813
|
+
|
|
6814
|
+
var _AssociateEnvironmentRoleCommand = class _AssociateEnvironmentRoleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6815
|
+
...commonParams
|
|
6816
|
+
}).m(function(Command, cs, config, o) {
|
|
6817
|
+
return [
|
|
6818
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6819
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6820
|
+
];
|
|
6821
|
+
}).s("DataZone", "AssociateEnvironmentRole", {}).n("DataZoneClient", "AssociateEnvironmentRoleCommand").f(void 0, void 0).ser(se_AssociateEnvironmentRoleCommand).de(de_AssociateEnvironmentRoleCommand).build() {
|
|
6822
|
+
};
|
|
6823
|
+
__name(_AssociateEnvironmentRoleCommand, "AssociateEnvironmentRoleCommand");
|
|
6824
|
+
var AssociateEnvironmentRoleCommand = _AssociateEnvironmentRoleCommand;
|
|
6825
|
+
|
|
6559
6826
|
// src/commands/CancelMetadataGenerationRunCommand.ts
|
|
6560
6827
|
|
|
6561
6828
|
|
|
@@ -6668,6 +6935,22 @@ var _CreateDomainCommand = class _CreateDomainCommand extends import_smithy_clie
|
|
|
6668
6935
|
__name(_CreateDomainCommand, "CreateDomainCommand");
|
|
6669
6936
|
var CreateDomainCommand = _CreateDomainCommand;
|
|
6670
6937
|
|
|
6938
|
+
// src/commands/CreateEnvironmentActionCommand.ts
|
|
6939
|
+
|
|
6940
|
+
|
|
6941
|
+
|
|
6942
|
+
var _CreateEnvironmentActionCommand = class _CreateEnvironmentActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
6943
|
+
...commonParams
|
|
6944
|
+
}).m(function(Command, cs, config, o) {
|
|
6945
|
+
return [
|
|
6946
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
6947
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
6948
|
+
];
|
|
6949
|
+
}).s("DataZone", "CreateEnvironmentAction", {}).n("DataZoneClient", "CreateEnvironmentActionCommand").f(void 0, void 0).ser(se_CreateEnvironmentActionCommand).de(de_CreateEnvironmentActionCommand).build() {
|
|
6950
|
+
};
|
|
6951
|
+
__name(_CreateEnvironmentActionCommand, "CreateEnvironmentActionCommand");
|
|
6952
|
+
var CreateEnvironmentActionCommand = _CreateEnvironmentActionCommand;
|
|
6953
|
+
|
|
6671
6954
|
// src/commands/CreateEnvironmentCommand.ts
|
|
6672
6955
|
|
|
6673
6956
|
|
|
@@ -6940,6 +7223,22 @@ var _DeleteDomainCommand = class _DeleteDomainCommand extends import_smithy_clie
|
|
|
6940
7223
|
__name(_DeleteDomainCommand, "DeleteDomainCommand");
|
|
6941
7224
|
var DeleteDomainCommand = _DeleteDomainCommand;
|
|
6942
7225
|
|
|
7226
|
+
// src/commands/DeleteEnvironmentActionCommand.ts
|
|
7227
|
+
|
|
7228
|
+
|
|
7229
|
+
|
|
7230
|
+
var _DeleteEnvironmentActionCommand = class _DeleteEnvironmentActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7231
|
+
...commonParams
|
|
7232
|
+
}).m(function(Command, cs, config, o) {
|
|
7233
|
+
return [
|
|
7234
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7235
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7236
|
+
];
|
|
7237
|
+
}).s("DataZone", "DeleteEnvironmentAction", {}).n("DataZoneClient", "DeleteEnvironmentActionCommand").f(void 0, void 0).ser(se_DeleteEnvironmentActionCommand).de(de_DeleteEnvironmentActionCommand).build() {
|
|
7238
|
+
};
|
|
7239
|
+
__name(_DeleteEnvironmentActionCommand, "DeleteEnvironmentActionCommand");
|
|
7240
|
+
var DeleteEnvironmentActionCommand = _DeleteEnvironmentActionCommand;
|
|
7241
|
+
|
|
6943
7242
|
// src/commands/DeleteEnvironmentBlueprintConfigurationCommand.ts
|
|
6944
7243
|
|
|
6945
7244
|
|
|
@@ -7148,6 +7447,22 @@ var _DeleteTimeSeriesDataPointsCommand = class _DeleteTimeSeriesDataPointsComman
|
|
|
7148
7447
|
__name(_DeleteTimeSeriesDataPointsCommand, "DeleteTimeSeriesDataPointsCommand");
|
|
7149
7448
|
var DeleteTimeSeriesDataPointsCommand = _DeleteTimeSeriesDataPointsCommand;
|
|
7150
7449
|
|
|
7450
|
+
// src/commands/DisassociateEnvironmentRoleCommand.ts
|
|
7451
|
+
|
|
7452
|
+
|
|
7453
|
+
|
|
7454
|
+
var _DisassociateEnvironmentRoleCommand = class _DisassociateEnvironmentRoleCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7455
|
+
...commonParams
|
|
7456
|
+
}).m(function(Command, cs, config, o) {
|
|
7457
|
+
return [
|
|
7458
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7459
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7460
|
+
];
|
|
7461
|
+
}).s("DataZone", "DisassociateEnvironmentRole", {}).n("DataZoneClient", "DisassociateEnvironmentRoleCommand").f(void 0, void 0).ser(se_DisassociateEnvironmentRoleCommand).de(de_DisassociateEnvironmentRoleCommand).build() {
|
|
7462
|
+
};
|
|
7463
|
+
__name(_DisassociateEnvironmentRoleCommand, "DisassociateEnvironmentRoleCommand");
|
|
7464
|
+
var DisassociateEnvironmentRoleCommand = _DisassociateEnvironmentRoleCommand;
|
|
7465
|
+
|
|
7151
7466
|
// src/commands/GetAssetCommand.ts
|
|
7152
7467
|
|
|
7153
7468
|
|
|
@@ -7228,6 +7543,22 @@ var _GetDomainCommand = class _GetDomainCommand extends import_smithy_client.Com
|
|
|
7228
7543
|
__name(_GetDomainCommand, "GetDomainCommand");
|
|
7229
7544
|
var GetDomainCommand = _GetDomainCommand;
|
|
7230
7545
|
|
|
7546
|
+
// src/commands/GetEnvironmentActionCommand.ts
|
|
7547
|
+
|
|
7548
|
+
|
|
7549
|
+
|
|
7550
|
+
var _GetEnvironmentActionCommand = class _GetEnvironmentActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7551
|
+
...commonParams
|
|
7552
|
+
}).m(function(Command, cs, config, o) {
|
|
7553
|
+
return [
|
|
7554
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7555
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7556
|
+
];
|
|
7557
|
+
}).s("DataZone", "GetEnvironmentAction", {}).n("DataZoneClient", "GetEnvironmentActionCommand").f(void 0, void 0).ser(se_GetEnvironmentActionCommand).de(de_GetEnvironmentActionCommand).build() {
|
|
7558
|
+
};
|
|
7559
|
+
__name(_GetEnvironmentActionCommand, "GetEnvironmentActionCommand");
|
|
7560
|
+
var GetEnvironmentActionCommand = _GetEnvironmentActionCommand;
|
|
7561
|
+
|
|
7231
7562
|
// src/commands/GetEnvironmentBlueprintCommand.ts
|
|
7232
7563
|
|
|
7233
7564
|
|
|
@@ -7596,6 +7927,22 @@ var _ListDomainsCommand = class _ListDomainsCommand extends import_smithy_client
|
|
|
7596
7927
|
__name(_ListDomainsCommand, "ListDomainsCommand");
|
|
7597
7928
|
var ListDomainsCommand = _ListDomainsCommand;
|
|
7598
7929
|
|
|
7930
|
+
// src/commands/ListEnvironmentActionsCommand.ts
|
|
7931
|
+
|
|
7932
|
+
|
|
7933
|
+
|
|
7934
|
+
var _ListEnvironmentActionsCommand = class _ListEnvironmentActionsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
7935
|
+
...commonParams
|
|
7936
|
+
}).m(function(Command, cs, config, o) {
|
|
7937
|
+
return [
|
|
7938
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
7939
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
7940
|
+
];
|
|
7941
|
+
}).s("DataZone", "ListEnvironmentActions", {}).n("DataZoneClient", "ListEnvironmentActionsCommand").f(void 0, void 0).ser(se_ListEnvironmentActionsCommand).de(de_ListEnvironmentActionsCommand).build() {
|
|
7942
|
+
};
|
|
7943
|
+
__name(_ListEnvironmentActionsCommand, "ListEnvironmentActionsCommand");
|
|
7944
|
+
var ListEnvironmentActionsCommand = _ListEnvironmentActionsCommand;
|
|
7945
|
+
|
|
7599
7946
|
// src/commands/ListEnvironmentBlueprintConfigurationsCommand.ts
|
|
7600
7947
|
|
|
7601
7948
|
|
|
@@ -8076,6 +8423,22 @@ var _UpdateDomainCommand = class _UpdateDomainCommand extends import_smithy_clie
|
|
|
8076
8423
|
__name(_UpdateDomainCommand, "UpdateDomainCommand");
|
|
8077
8424
|
var UpdateDomainCommand = _UpdateDomainCommand;
|
|
8078
8425
|
|
|
8426
|
+
// src/commands/UpdateEnvironmentActionCommand.ts
|
|
8427
|
+
|
|
8428
|
+
|
|
8429
|
+
|
|
8430
|
+
var _UpdateEnvironmentActionCommand = class _UpdateEnvironmentActionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
8431
|
+
...commonParams
|
|
8432
|
+
}).m(function(Command, cs, config, o) {
|
|
8433
|
+
return [
|
|
8434
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
8435
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
8436
|
+
];
|
|
8437
|
+
}).s("DataZone", "UpdateEnvironmentAction", {}).n("DataZoneClient", "UpdateEnvironmentActionCommand").f(void 0, void 0).ser(se_UpdateEnvironmentActionCommand).de(de_UpdateEnvironmentActionCommand).build() {
|
|
8438
|
+
};
|
|
8439
|
+
__name(_UpdateEnvironmentActionCommand, "UpdateEnvironmentActionCommand");
|
|
8440
|
+
var UpdateEnvironmentActionCommand = _UpdateEnvironmentActionCommand;
|
|
8441
|
+
|
|
8079
8442
|
// src/commands/UpdateEnvironmentCommand.ts
|
|
8080
8443
|
|
|
8081
8444
|
|
|
@@ -8240,6 +8603,7 @@ var UpdateUserProfileCommand = _UpdateUserProfileCommand;
|
|
|
8240
8603
|
var commands = {
|
|
8241
8604
|
AcceptPredictionsCommand,
|
|
8242
8605
|
AcceptSubscriptionRequestCommand,
|
|
8606
|
+
AssociateEnvironmentRoleCommand,
|
|
8243
8607
|
CancelMetadataGenerationRunCommand,
|
|
8244
8608
|
CancelSubscriptionCommand,
|
|
8245
8609
|
CreateAssetCommand,
|
|
@@ -8248,6 +8612,7 @@ var commands = {
|
|
|
8248
8612
|
CreateDataSourceCommand,
|
|
8249
8613
|
CreateDomainCommand,
|
|
8250
8614
|
CreateEnvironmentCommand,
|
|
8615
|
+
CreateEnvironmentActionCommand,
|
|
8251
8616
|
CreateEnvironmentProfileCommand,
|
|
8252
8617
|
CreateFormTypeCommand,
|
|
8253
8618
|
CreateGlossaryCommand,
|
|
@@ -8265,6 +8630,7 @@ var commands = {
|
|
|
8265
8630
|
DeleteDataSourceCommand,
|
|
8266
8631
|
DeleteDomainCommand,
|
|
8267
8632
|
DeleteEnvironmentCommand,
|
|
8633
|
+
DeleteEnvironmentActionCommand,
|
|
8268
8634
|
DeleteEnvironmentBlueprintConfigurationCommand,
|
|
8269
8635
|
DeleteEnvironmentProfileCommand,
|
|
8270
8636
|
DeleteFormTypeCommand,
|
|
@@ -8277,12 +8643,14 @@ var commands = {
|
|
|
8277
8643
|
DeleteSubscriptionRequestCommand,
|
|
8278
8644
|
DeleteSubscriptionTargetCommand,
|
|
8279
8645
|
DeleteTimeSeriesDataPointsCommand,
|
|
8646
|
+
DisassociateEnvironmentRoleCommand,
|
|
8280
8647
|
GetAssetCommand,
|
|
8281
8648
|
GetAssetTypeCommand,
|
|
8282
8649
|
GetDataSourceCommand,
|
|
8283
8650
|
GetDataSourceRunCommand,
|
|
8284
8651
|
GetDomainCommand,
|
|
8285
8652
|
GetEnvironmentCommand,
|
|
8653
|
+
GetEnvironmentActionCommand,
|
|
8286
8654
|
GetEnvironmentBlueprintCommand,
|
|
8287
8655
|
GetEnvironmentBlueprintConfigurationCommand,
|
|
8288
8656
|
GetEnvironmentProfileCommand,
|
|
@@ -8305,6 +8673,7 @@ var commands = {
|
|
|
8305
8673
|
ListDataSourceRunsCommand,
|
|
8306
8674
|
ListDataSourcesCommand,
|
|
8307
8675
|
ListDomainsCommand,
|
|
8676
|
+
ListEnvironmentActionsCommand,
|
|
8308
8677
|
ListEnvironmentBlueprintConfigurationsCommand,
|
|
8309
8678
|
ListEnvironmentBlueprintsCommand,
|
|
8310
8679
|
ListEnvironmentProfilesCommand,
|
|
@@ -8336,6 +8705,7 @@ var commands = {
|
|
|
8336
8705
|
UpdateDataSourceCommand,
|
|
8337
8706
|
UpdateDomainCommand,
|
|
8338
8707
|
UpdateEnvironmentCommand,
|
|
8708
|
+
UpdateEnvironmentActionCommand,
|
|
8339
8709
|
UpdateEnvironmentProfileCommand,
|
|
8340
8710
|
UpdateGlossaryCommand,
|
|
8341
8711
|
UpdateGlossaryTermCommand,
|
|
@@ -8372,6 +8742,10 @@ var paginateListDataSources = (0, import_core.createPaginator)(DataZoneClient, L
|
|
|
8372
8742
|
|
|
8373
8743
|
var paginateListDomains = (0, import_core.createPaginator)(DataZoneClient, ListDomainsCommand, "nextToken", "nextToken", "maxResults");
|
|
8374
8744
|
|
|
8745
|
+
// src/pagination/ListEnvironmentActionsPaginator.ts
|
|
8746
|
+
|
|
8747
|
+
var paginateListEnvironmentActions = (0, import_core.createPaginator)(DataZoneClient, ListEnvironmentActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
8748
|
+
|
|
8375
8749
|
// src/pagination/ListEnvironmentBlueprintConfigurationsPaginator.ts
|
|
8376
8750
|
|
|
8377
8751
|
var paginateListEnvironmentBlueprintConfigurations = (0, import_core.createPaginator)(DataZoneClient, ListEnvironmentBlueprintConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -8453,6 +8827,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8453
8827
|
$Command,
|
|
8454
8828
|
AcceptPredictionsCommand,
|
|
8455
8829
|
AcceptSubscriptionRequestCommand,
|
|
8830
|
+
AssociateEnvironmentRoleCommand,
|
|
8456
8831
|
CancelMetadataGenerationRunCommand,
|
|
8457
8832
|
CancelSubscriptionCommand,
|
|
8458
8833
|
CreateAssetCommand,
|
|
@@ -8460,6 +8835,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8460
8835
|
CreateAssetTypeCommand,
|
|
8461
8836
|
CreateDataSourceCommand,
|
|
8462
8837
|
CreateDomainCommand,
|
|
8838
|
+
CreateEnvironmentActionCommand,
|
|
8463
8839
|
CreateEnvironmentCommand,
|
|
8464
8840
|
CreateEnvironmentProfileCommand,
|
|
8465
8841
|
CreateFormTypeCommand,
|
|
@@ -8477,6 +8853,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8477
8853
|
DeleteAssetTypeCommand,
|
|
8478
8854
|
DeleteDataSourceCommand,
|
|
8479
8855
|
DeleteDomainCommand,
|
|
8856
|
+
DeleteEnvironmentActionCommand,
|
|
8480
8857
|
DeleteEnvironmentBlueprintConfigurationCommand,
|
|
8481
8858
|
DeleteEnvironmentCommand,
|
|
8482
8859
|
DeleteEnvironmentProfileCommand,
|
|
@@ -8490,11 +8867,13 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8490
8867
|
DeleteSubscriptionRequestCommand,
|
|
8491
8868
|
DeleteSubscriptionTargetCommand,
|
|
8492
8869
|
DeleteTimeSeriesDataPointsCommand,
|
|
8870
|
+
DisassociateEnvironmentRoleCommand,
|
|
8493
8871
|
GetAssetCommand,
|
|
8494
8872
|
GetAssetTypeCommand,
|
|
8495
8873
|
GetDataSourceCommand,
|
|
8496
8874
|
GetDataSourceRunCommand,
|
|
8497
8875
|
GetDomainCommand,
|
|
8876
|
+
GetEnvironmentActionCommand,
|
|
8498
8877
|
GetEnvironmentBlueprintCommand,
|
|
8499
8878
|
GetEnvironmentBlueprintConfigurationCommand,
|
|
8500
8879
|
GetEnvironmentCommand,
|
|
@@ -8518,6 +8897,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8518
8897
|
ListDataSourceRunsCommand,
|
|
8519
8898
|
ListDataSourcesCommand,
|
|
8520
8899
|
ListDomainsCommand,
|
|
8900
|
+
ListEnvironmentActionsCommand,
|
|
8521
8901
|
ListEnvironmentBlueprintConfigurationsCommand,
|
|
8522
8902
|
ListEnvironmentBlueprintsCommand,
|
|
8523
8903
|
ListEnvironmentProfilesCommand,
|
|
@@ -8548,6 +8928,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8548
8928
|
UntagResourceCommand,
|
|
8549
8929
|
UpdateDataSourceCommand,
|
|
8550
8930
|
UpdateDomainCommand,
|
|
8931
|
+
UpdateEnvironmentActionCommand,
|
|
8551
8932
|
UpdateEnvironmentCommand,
|
|
8552
8933
|
UpdateEnvironmentProfileCommand,
|
|
8553
8934
|
UpdateGlossaryCommand,
|
|
@@ -8563,6 +8944,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8563
8944
|
paginateListDataSourceRuns,
|
|
8564
8945
|
paginateListDataSources,
|
|
8565
8946
|
paginateListDomains,
|
|
8947
|
+
paginateListEnvironmentActions,
|
|
8566
8948
|
paginateListEnvironmentBlueprintConfigurations,
|
|
8567
8949
|
paginateListEnvironmentBlueprints,
|
|
8568
8950
|
paginateListEnvironmentProfiles,
|
|
@@ -8592,6 +8974,7 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8592
8974
|
SubscriptionRequestStatus,
|
|
8593
8975
|
SubscribedListingItem,
|
|
8594
8976
|
SubscribedPrincipal,
|
|
8977
|
+
ActionParameters,
|
|
8595
8978
|
ListingStatus,
|
|
8596
8979
|
ServiceQuotaExceededException,
|
|
8597
8980
|
AuthType,
|
|
@@ -8632,6 +9015,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8632
9015
|
UserProfileStatus,
|
|
8633
9016
|
UserProfileType,
|
|
8634
9017
|
DataAssetActivityStatus,
|
|
9018
|
+
SelfGrantStatus,
|
|
9019
|
+
SelfGrantStatusOutput,
|
|
8635
9020
|
DataSourceRunType,
|
|
8636
9021
|
TimeSeriesEntityType,
|
|
8637
9022
|
ListingItem,
|
|
@@ -8641,8 +9026,6 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8641
9026
|
NotificationRole,
|
|
8642
9027
|
SortFieldProject,
|
|
8643
9028
|
SortOrder,
|
|
8644
|
-
MemberDetails,
|
|
8645
|
-
SortKey,
|
|
8646
9029
|
AcceptChoiceFilterSensitiveLog,
|
|
8647
9030
|
AcceptPredictionsInputFilterSensitiveLog,
|
|
8648
9031
|
AcceptSubscriptionRequestInputFilterSensitiveLog,
|
|
@@ -8734,13 +9117,8 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8734
9117
|
GetListingOutputFilterSensitiveLog,
|
|
8735
9118
|
NotificationOutputFilterSensitiveLog,
|
|
8736
9119
|
ListNotificationsOutputFilterSensitiveLog,
|
|
8737
|
-
|
|
8738
|
-
|
|
8739
|
-
ListProjectsOutputFilterSensitiveLog,
|
|
8740
|
-
SubscriptionRequestSummaryFilterSensitiveLog,
|
|
8741
|
-
ListSubscriptionRequestsOutputFilterSensitiveLog,
|
|
8742
|
-
SubscriptionSummaryFilterSensitiveLog,
|
|
8743
|
-
ListSubscriptionsOutputFilterSensitiveLog,
|
|
9120
|
+
MemberDetails,
|
|
9121
|
+
SortKey,
|
|
8744
9122
|
MetadataGenerationRunStatus,
|
|
8745
9123
|
MetadataGenerationTargetType,
|
|
8746
9124
|
MetadataGenerationRunType,
|
|
@@ -8754,6 +9132,13 @@ var paginateSearchUserProfiles = (0, import_core.createPaginator)(DataZoneClient
|
|
|
8754
9132
|
SearchTypesResultItem,
|
|
8755
9133
|
UserSearchType,
|
|
8756
9134
|
FilterClause,
|
|
9135
|
+
ListProjectsInputFilterSensitiveLog,
|
|
9136
|
+
ProjectSummaryFilterSensitiveLog,
|
|
9137
|
+
ListProjectsOutputFilterSensitiveLog,
|
|
9138
|
+
SubscriptionRequestSummaryFilterSensitiveLog,
|
|
9139
|
+
ListSubscriptionRequestsOutputFilterSensitiveLog,
|
|
9140
|
+
SubscriptionSummaryFilterSensitiveLog,
|
|
9141
|
+
ListSubscriptionsOutputFilterSensitiveLog,
|
|
8757
9142
|
SubscriptionTargetSummaryFilterSensitiveLog,
|
|
8758
9143
|
ListSubscriptionTargetsOutputFilterSensitiveLog,
|
|
8759
9144
|
RejectSubscriptionRequestInputFilterSensitiveLog,
|