@aws-sdk/client-datazone 3.1068.0 → 3.1069.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 +7 -0
- package/dist-cjs/auth/httpAuthSchemeProvider.js +9 -15
- package/dist-cjs/endpoint/bdd.js +2 -5
- package/dist-cjs/endpoint/endpointResolver.js +7 -11
- package/dist-cjs/index.js +658 -664
- package/dist-cjs/models/DataZoneServiceException.js +4 -8
- package/dist-cjs/models/errors.js +17 -28
- package/dist-cjs/runtimeConfig.browser.js +22 -26
- package/dist-cjs/runtimeConfig.js +30 -34
- package/dist-cjs/runtimeConfig.native.js +4 -7
- package/dist-cjs/runtimeConfig.shared.js +20 -24
- package/dist-cjs/schemas/schemas_0.js +1965 -1253
- package/dist-es/DataZone.js +2 -0
- package/dist-es/commands/DeleteLineageEventCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +16 -0
- package/dist-types/DataZone.d.ts +7 -0
- package/dist-types/DataZoneClient.d.ts +3 -2
- package/dist-types/commands/DeleteLineageEventCommand.d.ts +97 -0
- package/dist-types/commands/ListNotebookRunsCommand.d.ts +2 -1
- package/dist-types/commands/StartNotebookRunCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_1.d.ts +35 -75
- package/dist-types/models/models_2.d.ts +76 -1
- package/dist-types/schemas/schemas_0.d.ts +3 -0
- package/dist-types/ts3.4/DataZone.d.ts +17 -0
- package/dist-types/ts3.4/DataZoneClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DeleteLineageEventCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListNotebookRunsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/StartNotebookRunCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +9 -17
- package/dist-types/ts3.4/models/models_2.d.ts +18 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +3 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,18 +1,21 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
1
|
+
var __exportStar = (m, e) => { Object.assign(e, m); };
|
|
2
|
+
const { getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
3
|
+
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
4
|
+
const { getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, Command, createAggregatedClient } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = Command;
|
|
6
|
+
exports.__Client = Client;
|
|
7
|
+
const { resolveRegionConfig } = require("@smithy/core/config");
|
|
8
|
+
const { resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
9
|
+
const { getHttpHandlerExtensionConfiguration, resolveHttpHandlerRuntimeConfig, getContentLengthPlugin } = require("@smithy/core/protocols");
|
|
10
|
+
const { resolveRetryConfig, getRetryPlugin } = require("@smithy/core/retry");
|
|
11
|
+
const { getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
12
|
+
const { resolveHttpAuthSchemeConfig, defaultDataZoneHttpAuthSchemeParametersProvider } = require("./auth/httpAuthSchemeProvider");
|
|
13
|
+
const { getRuntimeConfig } = require("./runtimeConfig");
|
|
14
|
+
const { AcceptPredictions$, AcceptSubscriptionRequest$, AddEntityOwner$, AddPolicyGrant$, AssociateEnvironmentRole$, AssociateGovernedTerms$, BatchGetAttributesMetadata$, BatchPutAttributesMetadata$, CancelMetadataGenerationRun$, CancelSubscription$, CreateAccountPool$, CreateAsset$, CreateAssetFilter$, CreateAssetRevision$, CreateAssetType$, CreateConnection$, CreateDataProduct$, CreateDataProductRevision$, CreateDataSource$, CreateDomain$, CreateDomainUnit$, CreateEnvironmentAction$, CreateEnvironmentBlueprint$, CreateEnvironment$, CreateEnvironmentProfile$, CreateFormType$, CreateGlossary$, CreateGlossaryTerm$, CreateGroupProfile$, CreateListingChangeSet$, CreateNotebook$, CreateProject$, CreateProjectMembership$, CreateProjectProfile$, CreateRule$, CreateSubscriptionGrant$, CreateSubscriptionRequest$, CreateSubscriptionTarget$, CreateUserProfile$, DeleteAccountPool$, DeleteAsset$, DeleteAssetFilter$, DeleteAssetType$, DeleteConnection$, DeleteDataExportConfiguration$, DeleteDataProduct$, DeleteDataSource$, DeleteDomain$, DeleteDomainUnit$, DeleteEnvironmentAction$, DeleteEnvironmentBlueprint$, DeleteEnvironmentBlueprintConfiguration$, DeleteEnvironment$, DeleteEnvironmentProfile$, DeleteFormType$, DeleteGlossary$, DeleteGlossaryTerm$, DeleteLineageEvent$, DeleteListing$, DeleteNotebook$, DeleteProject$, DeleteProjectMembership$, DeleteProjectProfile$, DeleteRule$, DeleteSubscriptionGrant$, DeleteSubscriptionRequest$, DeleteSubscriptionTarget$, DeleteTimeSeriesDataPoints$, DisassociateEnvironmentRole$, DisassociateGovernedTerms$, GetAccountPool$, GetAsset$, GetAssetFilter$, GetAssetType$, GetConnection$, GetDataExportConfiguration$, GetDataProduct$, GetDataSource$, GetDataSourceRun$, GetDomain$, GetDomainUnit$, GetEnvironmentAction$, GetEnvironmentBlueprint$, GetEnvironmentBlueprintConfiguration$, GetEnvironment$, GetEnvironmentCredentials$, GetEnvironmentProfile$, GetFormType$, GetGlossary$, GetGlossaryTerm$, GetGroupProfile$, GetIamPortalLoginUrl$, GetJobRun$, GetLineageEvent$, GetLineageNode$, GetListing$, GetMetadataGenerationRun$, GetNotebook$, GetNotebookExport$, GetNotebookRun$, GetProject$, GetProjectProfile$, GetRule$, GetSubscription$, GetSubscriptionGrant$, GetSubscriptionRequestDetails$, GetSubscriptionTarget$, GetTimeSeriesDataPoint$, GetUserProfile$, ListAccountPools$, ListAccountsInAccountPool$, ListAssetFilters$, ListAssetRevisions$, ListConnections$, ListDataProductRevisions$, ListDataSourceRunActivities$, ListDataSourceRuns$, ListDataSources$, ListDomains$, ListDomainUnitsForParent$, ListEntityOwners$, ListEnvironmentActions$, ListEnvironmentBlueprintConfigurations$, ListEnvironmentBlueprints$, ListEnvironmentProfiles$, ListEnvironments$, ListJobRuns$, ListLineageEvents$, ListLineageNodeHistory$, ListMetadataGenerationRuns$, ListNotebookRuns$, ListNotebooks$, ListNotifications$, ListPolicyGrants$, ListProjectMemberships$, ListProjectProfiles$, ListProjects$, ListRules$, ListSubscriptionGrants$, ListSubscriptionRequests$, ListSubscriptions$, ListSubscriptionTargets$, ListTagsForResource$, ListTimeSeriesDataPoints$, PostLineageEvent$, PostTimeSeriesDataPoints$, PutDataExportConfiguration$, PutEnvironmentBlueprintConfiguration$, QueryGraph$, RejectPredictions$, RejectSubscriptionRequest$, RemoveEntityOwner$, RemovePolicyGrant$, RevokeSubscription$, Search$, SearchGroupProfiles$, SearchListings$, SearchTypes$, SearchUserProfiles$, StartDataSourceRun$, StartMetadataGenerationRun$, StartNotebookExport$, StartNotebookImport$, StartNotebookRun$, StopNotebookRun$, TagResource$, UntagResource$, UpdateAccountPool$, UpdateAssetFilter$, UpdateConnection$, UpdateDataSource$, UpdateDomain$, UpdateDomainUnit$, UpdateEnvironmentAction$, UpdateEnvironmentBlueprint$, UpdateEnvironment$, UpdateEnvironmentProfile$, UpdateGlossary$, UpdateGlossaryTerm$, UpdateGroupProfile$, UpdateNotebook$, UpdateProject$, UpdateProjectProfile$, UpdateRootDomainUnitOwner$, UpdateRule$, UpdateSubscriptionGrantStatus$, UpdateSubscriptionRequest$, UpdateSubscriptionTarget$, UpdateUserProfile$ } = require("./schemas/schemas_0");
|
|
15
|
+
__exportStar(require("./schemas/schemas_0"), exports);
|
|
16
|
+
__exportStar(require("./models/errors"), exports);
|
|
17
|
+
const { DataZoneServiceException } = require("./models/DataZoneServiceException");
|
|
18
|
+
exports.DataZoneServiceException = DataZoneServiceException;
|
|
16
19
|
|
|
17
20
|
const resolveClientEndpointParameters = (options) => {
|
|
18
21
|
return Object.assign(options, {
|
|
@@ -66,2381 +69,2393 @@ const resolveHttpAuthRuntimeConfig = (config) => {
|
|
|
66
69
|
};
|
|
67
70
|
|
|
68
71
|
const resolveRuntimeExtensions = (runtimeConfig, extensions) => {
|
|
69
|
-
const extensionConfiguration = Object.assign(
|
|
72
|
+
const extensionConfiguration = Object.assign(getAwsRegionExtensionConfiguration(runtimeConfig), getDefaultExtensionConfiguration(runtimeConfig), getHttpHandlerExtensionConfiguration(runtimeConfig), getHttpAuthExtensionConfiguration(runtimeConfig));
|
|
70
73
|
extensions.forEach((extension) => extension.configure(extensionConfiguration));
|
|
71
|
-
return Object.assign(runtimeConfig,
|
|
74
|
+
return Object.assign(runtimeConfig, resolveAwsRegionExtensionConfiguration(extensionConfiguration), resolveDefaultRuntimeConfig(extensionConfiguration), resolveHttpHandlerRuntimeConfig(extensionConfiguration), resolveHttpAuthRuntimeConfig(extensionConfiguration));
|
|
72
75
|
};
|
|
73
76
|
|
|
74
|
-
class DataZoneClient extends
|
|
77
|
+
class DataZoneClient extends Client {
|
|
75
78
|
config;
|
|
76
79
|
constructor(...[configuration]) {
|
|
77
|
-
const _config_0 =
|
|
80
|
+
const _config_0 = getRuntimeConfig(configuration || {});
|
|
78
81
|
super(_config_0);
|
|
79
82
|
this.initConfig = _config_0;
|
|
80
83
|
const _config_1 = resolveClientEndpointParameters(_config_0);
|
|
81
|
-
const _config_2 =
|
|
82
|
-
const _config_3 =
|
|
83
|
-
const _config_4 =
|
|
84
|
-
const _config_5 =
|
|
85
|
-
const _config_6 =
|
|
86
|
-
const _config_7 =
|
|
84
|
+
const _config_2 = resolveUserAgentConfig(_config_1);
|
|
85
|
+
const _config_3 = resolveRetryConfig(_config_2);
|
|
86
|
+
const _config_4 = resolveRegionConfig(_config_3);
|
|
87
|
+
const _config_5 = resolveHostHeaderConfig(_config_4);
|
|
88
|
+
const _config_6 = resolveEndpointConfig(_config_5);
|
|
89
|
+
const _config_7 = resolveHttpAuthSchemeConfig(_config_6);
|
|
87
90
|
const _config_8 = resolveRuntimeExtensions(_config_7, configuration?.extensions || []);
|
|
88
91
|
this.config = _config_8;
|
|
89
|
-
this.middlewareStack.use(
|
|
90
|
-
this.middlewareStack.use(
|
|
91
|
-
this.middlewareStack.use(
|
|
92
|
-
this.middlewareStack.use(
|
|
93
|
-
this.middlewareStack.use(
|
|
94
|
-
this.middlewareStack.use(
|
|
95
|
-
this.middlewareStack.use(
|
|
96
|
-
this.middlewareStack.use(
|
|
97
|
-
httpAuthSchemeParametersProvider:
|
|
98
|
-
identityProviderConfigProvider: async (config) => new
|
|
92
|
+
this.middlewareStack.use(getSchemaSerdePlugin(this.config));
|
|
93
|
+
this.middlewareStack.use(getUserAgentPlugin(this.config));
|
|
94
|
+
this.middlewareStack.use(getRetryPlugin(this.config));
|
|
95
|
+
this.middlewareStack.use(getContentLengthPlugin(this.config));
|
|
96
|
+
this.middlewareStack.use(getHostHeaderPlugin(this.config));
|
|
97
|
+
this.middlewareStack.use(getLoggerPlugin(this.config));
|
|
98
|
+
this.middlewareStack.use(getRecursionDetectionPlugin(this.config));
|
|
99
|
+
this.middlewareStack.use(getHttpAuthSchemeEndpointRuleSetPlugin(this.config, {
|
|
100
|
+
httpAuthSchemeParametersProvider: defaultDataZoneHttpAuthSchemeParametersProvider,
|
|
101
|
+
identityProviderConfigProvider: async (config) => new DefaultIdentityProviderConfig({
|
|
99
102
|
"aws.auth#sigv4": config.credentials,
|
|
100
103
|
}),
|
|
101
104
|
}));
|
|
102
|
-
this.middlewareStack.use(
|
|
105
|
+
this.middlewareStack.use(getHttpSigningPlugin(this.config));
|
|
103
106
|
}
|
|
104
107
|
destroy() {
|
|
105
108
|
super.destroy();
|
|
106
109
|
}
|
|
107
110
|
}
|
|
108
111
|
|
|
109
|
-
class AcceptPredictionsCommand extends
|
|
112
|
+
class AcceptPredictionsCommand extends Command
|
|
110
113
|
.classBuilder()
|
|
111
114
|
.ep(commonParams)
|
|
112
115
|
.m(function (Command, cs, config, o) {
|
|
113
|
-
return [
|
|
116
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
114
117
|
})
|
|
115
118
|
.s("DataZone", "AcceptPredictions", {})
|
|
116
119
|
.n("DataZoneClient", "AcceptPredictionsCommand")
|
|
117
|
-
.sc(
|
|
120
|
+
.sc(AcceptPredictions$)
|
|
118
121
|
.build() {
|
|
119
122
|
}
|
|
120
123
|
|
|
121
|
-
class AcceptSubscriptionRequestCommand extends
|
|
124
|
+
class AcceptSubscriptionRequestCommand extends Command
|
|
122
125
|
.classBuilder()
|
|
123
126
|
.ep(commonParams)
|
|
124
127
|
.m(function (Command, cs, config, o) {
|
|
125
|
-
return [
|
|
128
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
126
129
|
})
|
|
127
130
|
.s("DataZone", "AcceptSubscriptionRequest", {})
|
|
128
131
|
.n("DataZoneClient", "AcceptSubscriptionRequestCommand")
|
|
129
|
-
.sc(
|
|
132
|
+
.sc(AcceptSubscriptionRequest$)
|
|
130
133
|
.build() {
|
|
131
134
|
}
|
|
132
135
|
|
|
133
|
-
class AddEntityOwnerCommand extends
|
|
136
|
+
class AddEntityOwnerCommand extends Command
|
|
134
137
|
.classBuilder()
|
|
135
138
|
.ep(commonParams)
|
|
136
139
|
.m(function (Command, cs, config, o) {
|
|
137
|
-
return [
|
|
140
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
138
141
|
})
|
|
139
142
|
.s("DataZone", "AddEntityOwner", {})
|
|
140
143
|
.n("DataZoneClient", "AddEntityOwnerCommand")
|
|
141
|
-
.sc(
|
|
144
|
+
.sc(AddEntityOwner$)
|
|
142
145
|
.build() {
|
|
143
146
|
}
|
|
144
147
|
|
|
145
|
-
class AddPolicyGrantCommand extends
|
|
148
|
+
class AddPolicyGrantCommand extends Command
|
|
146
149
|
.classBuilder()
|
|
147
150
|
.ep(commonParams)
|
|
148
151
|
.m(function (Command, cs, config, o) {
|
|
149
|
-
return [
|
|
152
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
150
153
|
})
|
|
151
154
|
.s("DataZone", "AddPolicyGrant", {})
|
|
152
155
|
.n("DataZoneClient", "AddPolicyGrantCommand")
|
|
153
|
-
.sc(
|
|
156
|
+
.sc(AddPolicyGrant$)
|
|
154
157
|
.build() {
|
|
155
158
|
}
|
|
156
159
|
|
|
157
|
-
class AssociateEnvironmentRoleCommand extends
|
|
160
|
+
class AssociateEnvironmentRoleCommand extends Command
|
|
158
161
|
.classBuilder()
|
|
159
162
|
.ep(commonParams)
|
|
160
163
|
.m(function (Command, cs, config, o) {
|
|
161
|
-
return [
|
|
164
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
162
165
|
})
|
|
163
166
|
.s("DataZone", "AssociateEnvironmentRole", {})
|
|
164
167
|
.n("DataZoneClient", "AssociateEnvironmentRoleCommand")
|
|
165
|
-
.sc(
|
|
168
|
+
.sc(AssociateEnvironmentRole$)
|
|
166
169
|
.build() {
|
|
167
170
|
}
|
|
168
171
|
|
|
169
|
-
class AssociateGovernedTermsCommand extends
|
|
172
|
+
class AssociateGovernedTermsCommand extends Command
|
|
170
173
|
.classBuilder()
|
|
171
174
|
.ep(commonParams)
|
|
172
175
|
.m(function (Command, cs, config, o) {
|
|
173
|
-
return [
|
|
176
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
174
177
|
})
|
|
175
178
|
.s("DataZone", "AssociateGovernedTerms", {})
|
|
176
179
|
.n("DataZoneClient", "AssociateGovernedTermsCommand")
|
|
177
|
-
.sc(
|
|
180
|
+
.sc(AssociateGovernedTerms$)
|
|
178
181
|
.build() {
|
|
179
182
|
}
|
|
180
183
|
|
|
181
|
-
class BatchGetAttributesMetadataCommand extends
|
|
184
|
+
class BatchGetAttributesMetadataCommand extends Command
|
|
182
185
|
.classBuilder()
|
|
183
186
|
.ep(commonParams)
|
|
184
187
|
.m(function (Command, cs, config, o) {
|
|
185
|
-
return [
|
|
188
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
186
189
|
})
|
|
187
190
|
.s("DataZone", "BatchGetAttributesMetadata", {})
|
|
188
191
|
.n("DataZoneClient", "BatchGetAttributesMetadataCommand")
|
|
189
|
-
.sc(
|
|
192
|
+
.sc(BatchGetAttributesMetadata$)
|
|
190
193
|
.build() {
|
|
191
194
|
}
|
|
192
195
|
|
|
193
|
-
class BatchPutAttributesMetadataCommand extends
|
|
196
|
+
class BatchPutAttributesMetadataCommand extends Command
|
|
194
197
|
.classBuilder()
|
|
195
198
|
.ep(commonParams)
|
|
196
199
|
.m(function (Command, cs, config, o) {
|
|
197
|
-
return [
|
|
200
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
198
201
|
})
|
|
199
202
|
.s("DataZone", "BatchPutAttributesMetadata", {})
|
|
200
203
|
.n("DataZoneClient", "BatchPutAttributesMetadataCommand")
|
|
201
|
-
.sc(
|
|
204
|
+
.sc(BatchPutAttributesMetadata$)
|
|
202
205
|
.build() {
|
|
203
206
|
}
|
|
204
207
|
|
|
205
|
-
class CancelMetadataGenerationRunCommand extends
|
|
208
|
+
class CancelMetadataGenerationRunCommand extends Command
|
|
206
209
|
.classBuilder()
|
|
207
210
|
.ep(commonParams)
|
|
208
211
|
.m(function (Command, cs, config, o) {
|
|
209
|
-
return [
|
|
212
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
210
213
|
})
|
|
211
214
|
.s("DataZone", "CancelMetadataGenerationRun", {})
|
|
212
215
|
.n("DataZoneClient", "CancelMetadataGenerationRunCommand")
|
|
213
|
-
.sc(
|
|
216
|
+
.sc(CancelMetadataGenerationRun$)
|
|
214
217
|
.build() {
|
|
215
218
|
}
|
|
216
219
|
|
|
217
|
-
class CancelSubscriptionCommand extends
|
|
220
|
+
class CancelSubscriptionCommand extends Command
|
|
218
221
|
.classBuilder()
|
|
219
222
|
.ep(commonParams)
|
|
220
223
|
.m(function (Command, cs, config, o) {
|
|
221
|
-
return [
|
|
224
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
222
225
|
})
|
|
223
226
|
.s("DataZone", "CancelSubscription", {})
|
|
224
227
|
.n("DataZoneClient", "CancelSubscriptionCommand")
|
|
225
|
-
.sc(
|
|
228
|
+
.sc(CancelSubscription$)
|
|
226
229
|
.build() {
|
|
227
230
|
}
|
|
228
231
|
|
|
229
|
-
class CreateAccountPoolCommand extends
|
|
232
|
+
class CreateAccountPoolCommand extends Command
|
|
230
233
|
.classBuilder()
|
|
231
234
|
.ep(commonParams)
|
|
232
235
|
.m(function (Command, cs, config, o) {
|
|
233
|
-
return [
|
|
236
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
234
237
|
})
|
|
235
238
|
.s("DataZone", "CreateAccountPool", {})
|
|
236
239
|
.n("DataZoneClient", "CreateAccountPoolCommand")
|
|
237
|
-
.sc(
|
|
240
|
+
.sc(CreateAccountPool$)
|
|
238
241
|
.build() {
|
|
239
242
|
}
|
|
240
243
|
|
|
241
|
-
class CreateAssetCommand extends
|
|
244
|
+
class CreateAssetCommand extends Command
|
|
242
245
|
.classBuilder()
|
|
243
246
|
.ep(commonParams)
|
|
244
247
|
.m(function (Command, cs, config, o) {
|
|
245
|
-
return [
|
|
248
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
246
249
|
})
|
|
247
250
|
.s("DataZone", "CreateAsset", {})
|
|
248
251
|
.n("DataZoneClient", "CreateAssetCommand")
|
|
249
|
-
.sc(
|
|
252
|
+
.sc(CreateAsset$)
|
|
250
253
|
.build() {
|
|
251
254
|
}
|
|
252
255
|
|
|
253
|
-
class CreateAssetFilterCommand extends
|
|
256
|
+
class CreateAssetFilterCommand extends Command
|
|
254
257
|
.classBuilder()
|
|
255
258
|
.ep(commonParams)
|
|
256
259
|
.m(function (Command, cs, config, o) {
|
|
257
|
-
return [
|
|
260
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
258
261
|
})
|
|
259
262
|
.s("DataZone", "CreateAssetFilter", {})
|
|
260
263
|
.n("DataZoneClient", "CreateAssetFilterCommand")
|
|
261
|
-
.sc(
|
|
264
|
+
.sc(CreateAssetFilter$)
|
|
262
265
|
.build() {
|
|
263
266
|
}
|
|
264
267
|
|
|
265
|
-
class CreateAssetRevisionCommand extends
|
|
268
|
+
class CreateAssetRevisionCommand extends Command
|
|
266
269
|
.classBuilder()
|
|
267
270
|
.ep(commonParams)
|
|
268
271
|
.m(function (Command, cs, config, o) {
|
|
269
|
-
return [
|
|
272
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
270
273
|
})
|
|
271
274
|
.s("DataZone", "CreateAssetRevision", {})
|
|
272
275
|
.n("DataZoneClient", "CreateAssetRevisionCommand")
|
|
273
|
-
.sc(
|
|
276
|
+
.sc(CreateAssetRevision$)
|
|
274
277
|
.build() {
|
|
275
278
|
}
|
|
276
279
|
|
|
277
|
-
class CreateAssetTypeCommand extends
|
|
280
|
+
class CreateAssetTypeCommand extends Command
|
|
278
281
|
.classBuilder()
|
|
279
282
|
.ep(commonParams)
|
|
280
283
|
.m(function (Command, cs, config, o) {
|
|
281
|
-
return [
|
|
284
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
282
285
|
})
|
|
283
286
|
.s("DataZone", "CreateAssetType", {})
|
|
284
287
|
.n("DataZoneClient", "CreateAssetTypeCommand")
|
|
285
|
-
.sc(
|
|
288
|
+
.sc(CreateAssetType$)
|
|
286
289
|
.build() {
|
|
287
290
|
}
|
|
288
291
|
|
|
289
|
-
class CreateConnectionCommand extends
|
|
292
|
+
class CreateConnectionCommand extends Command
|
|
290
293
|
.classBuilder()
|
|
291
294
|
.ep(commonParams)
|
|
292
295
|
.m(function (Command, cs, config, o) {
|
|
293
|
-
return [
|
|
296
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
294
297
|
})
|
|
295
298
|
.s("DataZone", "CreateConnection", {})
|
|
296
299
|
.n("DataZoneClient", "CreateConnectionCommand")
|
|
297
|
-
.sc(
|
|
300
|
+
.sc(CreateConnection$)
|
|
298
301
|
.build() {
|
|
299
302
|
}
|
|
300
303
|
|
|
301
|
-
class CreateDataProductCommand extends
|
|
304
|
+
class CreateDataProductCommand extends Command
|
|
302
305
|
.classBuilder()
|
|
303
306
|
.ep(commonParams)
|
|
304
307
|
.m(function (Command, cs, config, o) {
|
|
305
|
-
return [
|
|
308
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
306
309
|
})
|
|
307
310
|
.s("DataZone", "CreateDataProduct", {})
|
|
308
311
|
.n("DataZoneClient", "CreateDataProductCommand")
|
|
309
|
-
.sc(
|
|
312
|
+
.sc(CreateDataProduct$)
|
|
310
313
|
.build() {
|
|
311
314
|
}
|
|
312
315
|
|
|
313
|
-
class CreateDataProductRevisionCommand extends
|
|
316
|
+
class CreateDataProductRevisionCommand extends Command
|
|
314
317
|
.classBuilder()
|
|
315
318
|
.ep(commonParams)
|
|
316
319
|
.m(function (Command, cs, config, o) {
|
|
317
|
-
return [
|
|
320
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
318
321
|
})
|
|
319
322
|
.s("DataZone", "CreateDataProductRevision", {})
|
|
320
323
|
.n("DataZoneClient", "CreateDataProductRevisionCommand")
|
|
321
|
-
.sc(
|
|
324
|
+
.sc(CreateDataProductRevision$)
|
|
322
325
|
.build() {
|
|
323
326
|
}
|
|
324
327
|
|
|
325
|
-
class CreateDataSourceCommand extends
|
|
328
|
+
class CreateDataSourceCommand extends Command
|
|
326
329
|
.classBuilder()
|
|
327
330
|
.ep(commonParams)
|
|
328
331
|
.m(function (Command, cs, config, o) {
|
|
329
|
-
return [
|
|
332
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
330
333
|
})
|
|
331
334
|
.s("DataZone", "CreateDataSource", {})
|
|
332
335
|
.n("DataZoneClient", "CreateDataSourceCommand")
|
|
333
|
-
.sc(
|
|
336
|
+
.sc(CreateDataSource$)
|
|
334
337
|
.build() {
|
|
335
338
|
}
|
|
336
339
|
|
|
337
|
-
class CreateDomainCommand extends
|
|
340
|
+
class CreateDomainCommand extends Command
|
|
338
341
|
.classBuilder()
|
|
339
342
|
.ep(commonParams)
|
|
340
343
|
.m(function (Command, cs, config, o) {
|
|
341
|
-
return [
|
|
344
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
342
345
|
})
|
|
343
346
|
.s("DataZone", "CreateDomain", {})
|
|
344
347
|
.n("DataZoneClient", "CreateDomainCommand")
|
|
345
|
-
.sc(
|
|
348
|
+
.sc(CreateDomain$)
|
|
346
349
|
.build() {
|
|
347
350
|
}
|
|
348
351
|
|
|
349
|
-
class CreateDomainUnitCommand extends
|
|
352
|
+
class CreateDomainUnitCommand extends Command
|
|
350
353
|
.classBuilder()
|
|
351
354
|
.ep(commonParams)
|
|
352
355
|
.m(function (Command, cs, config, o) {
|
|
353
|
-
return [
|
|
356
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
354
357
|
})
|
|
355
358
|
.s("DataZone", "CreateDomainUnit", {})
|
|
356
359
|
.n("DataZoneClient", "CreateDomainUnitCommand")
|
|
357
|
-
.sc(
|
|
360
|
+
.sc(CreateDomainUnit$)
|
|
358
361
|
.build() {
|
|
359
362
|
}
|
|
360
363
|
|
|
361
|
-
class CreateEnvironmentActionCommand extends
|
|
364
|
+
class CreateEnvironmentActionCommand extends Command
|
|
362
365
|
.classBuilder()
|
|
363
366
|
.ep(commonParams)
|
|
364
367
|
.m(function (Command, cs, config, o) {
|
|
365
|
-
return [
|
|
368
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
366
369
|
})
|
|
367
370
|
.s("DataZone", "CreateEnvironmentAction", {})
|
|
368
371
|
.n("DataZoneClient", "CreateEnvironmentActionCommand")
|
|
369
|
-
.sc(
|
|
372
|
+
.sc(CreateEnvironmentAction$)
|
|
370
373
|
.build() {
|
|
371
374
|
}
|
|
372
375
|
|
|
373
|
-
class CreateEnvironmentBlueprintCommand extends
|
|
376
|
+
class CreateEnvironmentBlueprintCommand extends Command
|
|
374
377
|
.classBuilder()
|
|
375
378
|
.ep(commonParams)
|
|
376
379
|
.m(function (Command, cs, config, o) {
|
|
377
|
-
return [
|
|
380
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
378
381
|
})
|
|
379
382
|
.s("DataZone", "CreateEnvironmentBlueprint", {})
|
|
380
383
|
.n("DataZoneClient", "CreateEnvironmentBlueprintCommand")
|
|
381
|
-
.sc(
|
|
384
|
+
.sc(CreateEnvironmentBlueprint$)
|
|
382
385
|
.build() {
|
|
383
386
|
}
|
|
384
387
|
|
|
385
|
-
class CreateEnvironmentCommand extends
|
|
388
|
+
class CreateEnvironmentCommand extends Command
|
|
386
389
|
.classBuilder()
|
|
387
390
|
.ep(commonParams)
|
|
388
391
|
.m(function (Command, cs, config, o) {
|
|
389
|
-
return [
|
|
392
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
390
393
|
})
|
|
391
394
|
.s("DataZone", "CreateEnvironment", {})
|
|
392
395
|
.n("DataZoneClient", "CreateEnvironmentCommand")
|
|
393
|
-
.sc(
|
|
396
|
+
.sc(CreateEnvironment$)
|
|
394
397
|
.build() {
|
|
395
398
|
}
|
|
396
399
|
|
|
397
|
-
class CreateEnvironmentProfileCommand extends
|
|
400
|
+
class CreateEnvironmentProfileCommand extends Command
|
|
398
401
|
.classBuilder()
|
|
399
402
|
.ep(commonParams)
|
|
400
403
|
.m(function (Command, cs, config, o) {
|
|
401
|
-
return [
|
|
404
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
402
405
|
})
|
|
403
406
|
.s("DataZone", "CreateEnvironmentProfile", {})
|
|
404
407
|
.n("DataZoneClient", "CreateEnvironmentProfileCommand")
|
|
405
|
-
.sc(
|
|
408
|
+
.sc(CreateEnvironmentProfile$)
|
|
406
409
|
.build() {
|
|
407
410
|
}
|
|
408
411
|
|
|
409
|
-
class CreateFormTypeCommand extends
|
|
412
|
+
class CreateFormTypeCommand extends Command
|
|
410
413
|
.classBuilder()
|
|
411
414
|
.ep(commonParams)
|
|
412
415
|
.m(function (Command, cs, config, o) {
|
|
413
|
-
return [
|
|
416
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
414
417
|
})
|
|
415
418
|
.s("DataZone", "CreateFormType", {})
|
|
416
419
|
.n("DataZoneClient", "CreateFormTypeCommand")
|
|
417
|
-
.sc(
|
|
420
|
+
.sc(CreateFormType$)
|
|
418
421
|
.build() {
|
|
419
422
|
}
|
|
420
423
|
|
|
421
|
-
class CreateGlossaryCommand extends
|
|
424
|
+
class CreateGlossaryCommand extends Command
|
|
422
425
|
.classBuilder()
|
|
423
426
|
.ep(commonParams)
|
|
424
427
|
.m(function (Command, cs, config, o) {
|
|
425
|
-
return [
|
|
428
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
426
429
|
})
|
|
427
430
|
.s("DataZone", "CreateGlossary", {})
|
|
428
431
|
.n("DataZoneClient", "CreateGlossaryCommand")
|
|
429
|
-
.sc(
|
|
432
|
+
.sc(CreateGlossary$)
|
|
430
433
|
.build() {
|
|
431
434
|
}
|
|
432
435
|
|
|
433
|
-
class CreateGlossaryTermCommand extends
|
|
436
|
+
class CreateGlossaryTermCommand extends Command
|
|
434
437
|
.classBuilder()
|
|
435
438
|
.ep(commonParams)
|
|
436
439
|
.m(function (Command, cs, config, o) {
|
|
437
|
-
return [
|
|
440
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
438
441
|
})
|
|
439
442
|
.s("DataZone", "CreateGlossaryTerm", {})
|
|
440
443
|
.n("DataZoneClient", "CreateGlossaryTermCommand")
|
|
441
|
-
.sc(
|
|
444
|
+
.sc(CreateGlossaryTerm$)
|
|
442
445
|
.build() {
|
|
443
446
|
}
|
|
444
447
|
|
|
445
|
-
class CreateGroupProfileCommand extends
|
|
448
|
+
class CreateGroupProfileCommand extends Command
|
|
446
449
|
.classBuilder()
|
|
447
450
|
.ep(commonParams)
|
|
448
451
|
.m(function (Command, cs, config, o) {
|
|
449
|
-
return [
|
|
452
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
450
453
|
})
|
|
451
454
|
.s("DataZone", "CreateGroupProfile", {})
|
|
452
455
|
.n("DataZoneClient", "CreateGroupProfileCommand")
|
|
453
|
-
.sc(
|
|
456
|
+
.sc(CreateGroupProfile$)
|
|
454
457
|
.build() {
|
|
455
458
|
}
|
|
456
459
|
|
|
457
|
-
class CreateListingChangeSetCommand extends
|
|
460
|
+
class CreateListingChangeSetCommand extends Command
|
|
458
461
|
.classBuilder()
|
|
459
462
|
.ep(commonParams)
|
|
460
463
|
.m(function (Command, cs, config, o) {
|
|
461
|
-
return [
|
|
464
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
462
465
|
})
|
|
463
466
|
.s("DataZone", "CreateListingChangeSet", {})
|
|
464
467
|
.n("DataZoneClient", "CreateListingChangeSetCommand")
|
|
465
|
-
.sc(
|
|
468
|
+
.sc(CreateListingChangeSet$)
|
|
466
469
|
.build() {
|
|
467
470
|
}
|
|
468
471
|
|
|
469
|
-
class CreateNotebookCommand extends
|
|
472
|
+
class CreateNotebookCommand extends Command
|
|
470
473
|
.classBuilder()
|
|
471
474
|
.ep(commonParams)
|
|
472
475
|
.m(function (Command, cs, config, o) {
|
|
473
|
-
return [
|
|
476
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
474
477
|
})
|
|
475
478
|
.s("DataZone", "CreateNotebook", {})
|
|
476
479
|
.n("DataZoneClient", "CreateNotebookCommand")
|
|
477
|
-
.sc(
|
|
480
|
+
.sc(CreateNotebook$)
|
|
478
481
|
.build() {
|
|
479
482
|
}
|
|
480
483
|
|
|
481
|
-
class CreateProjectCommand extends
|
|
484
|
+
class CreateProjectCommand extends Command
|
|
482
485
|
.classBuilder()
|
|
483
486
|
.ep(commonParams)
|
|
484
487
|
.m(function (Command, cs, config, o) {
|
|
485
|
-
return [
|
|
488
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
486
489
|
})
|
|
487
490
|
.s("DataZone", "CreateProject", {})
|
|
488
491
|
.n("DataZoneClient", "CreateProjectCommand")
|
|
489
|
-
.sc(
|
|
492
|
+
.sc(CreateProject$)
|
|
490
493
|
.build() {
|
|
491
494
|
}
|
|
492
495
|
|
|
493
|
-
class CreateProjectMembershipCommand extends
|
|
496
|
+
class CreateProjectMembershipCommand extends Command
|
|
494
497
|
.classBuilder()
|
|
495
498
|
.ep(commonParams)
|
|
496
499
|
.m(function (Command, cs, config, o) {
|
|
497
|
-
return [
|
|
500
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
498
501
|
})
|
|
499
502
|
.s("DataZone", "CreateProjectMembership", {})
|
|
500
503
|
.n("DataZoneClient", "CreateProjectMembershipCommand")
|
|
501
|
-
.sc(
|
|
504
|
+
.sc(CreateProjectMembership$)
|
|
502
505
|
.build() {
|
|
503
506
|
}
|
|
504
507
|
|
|
505
|
-
class CreateProjectProfileCommand extends
|
|
508
|
+
class CreateProjectProfileCommand extends Command
|
|
506
509
|
.classBuilder()
|
|
507
510
|
.ep(commonParams)
|
|
508
511
|
.m(function (Command, cs, config, o) {
|
|
509
|
-
return [
|
|
512
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
510
513
|
})
|
|
511
514
|
.s("DataZone", "CreateProjectProfile", {})
|
|
512
515
|
.n("DataZoneClient", "CreateProjectProfileCommand")
|
|
513
|
-
.sc(
|
|
516
|
+
.sc(CreateProjectProfile$)
|
|
514
517
|
.build() {
|
|
515
518
|
}
|
|
516
519
|
|
|
517
|
-
class CreateRuleCommand extends
|
|
520
|
+
class CreateRuleCommand extends Command
|
|
518
521
|
.classBuilder()
|
|
519
522
|
.ep(commonParams)
|
|
520
523
|
.m(function (Command, cs, config, o) {
|
|
521
|
-
return [
|
|
524
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
522
525
|
})
|
|
523
526
|
.s("DataZone", "CreateRule", {})
|
|
524
527
|
.n("DataZoneClient", "CreateRuleCommand")
|
|
525
|
-
.sc(
|
|
528
|
+
.sc(CreateRule$)
|
|
526
529
|
.build() {
|
|
527
530
|
}
|
|
528
531
|
|
|
529
|
-
class CreateSubscriptionGrantCommand extends
|
|
532
|
+
class CreateSubscriptionGrantCommand extends Command
|
|
530
533
|
.classBuilder()
|
|
531
534
|
.ep(commonParams)
|
|
532
535
|
.m(function (Command, cs, config, o) {
|
|
533
|
-
return [
|
|
536
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
534
537
|
})
|
|
535
538
|
.s("DataZone", "CreateSubscriptionGrant", {})
|
|
536
539
|
.n("DataZoneClient", "CreateSubscriptionGrantCommand")
|
|
537
|
-
.sc(
|
|
540
|
+
.sc(CreateSubscriptionGrant$)
|
|
538
541
|
.build() {
|
|
539
542
|
}
|
|
540
543
|
|
|
541
|
-
class CreateSubscriptionRequestCommand extends
|
|
544
|
+
class CreateSubscriptionRequestCommand extends Command
|
|
542
545
|
.classBuilder()
|
|
543
546
|
.ep(commonParams)
|
|
544
547
|
.m(function (Command, cs, config, o) {
|
|
545
|
-
return [
|
|
548
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
546
549
|
})
|
|
547
550
|
.s("DataZone", "CreateSubscriptionRequest", {})
|
|
548
551
|
.n("DataZoneClient", "CreateSubscriptionRequestCommand")
|
|
549
|
-
.sc(
|
|
552
|
+
.sc(CreateSubscriptionRequest$)
|
|
550
553
|
.build() {
|
|
551
554
|
}
|
|
552
555
|
|
|
553
|
-
class CreateSubscriptionTargetCommand extends
|
|
556
|
+
class CreateSubscriptionTargetCommand extends Command
|
|
554
557
|
.classBuilder()
|
|
555
558
|
.ep(commonParams)
|
|
556
559
|
.m(function (Command, cs, config, o) {
|
|
557
|
-
return [
|
|
560
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
558
561
|
})
|
|
559
562
|
.s("DataZone", "CreateSubscriptionTarget", {})
|
|
560
563
|
.n("DataZoneClient", "CreateSubscriptionTargetCommand")
|
|
561
|
-
.sc(
|
|
564
|
+
.sc(CreateSubscriptionTarget$)
|
|
562
565
|
.build() {
|
|
563
566
|
}
|
|
564
567
|
|
|
565
|
-
class CreateUserProfileCommand extends
|
|
568
|
+
class CreateUserProfileCommand extends Command
|
|
566
569
|
.classBuilder()
|
|
567
570
|
.ep(commonParams)
|
|
568
571
|
.m(function (Command, cs, config, o) {
|
|
569
|
-
return [
|
|
572
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
570
573
|
})
|
|
571
574
|
.s("DataZone", "CreateUserProfile", {})
|
|
572
575
|
.n("DataZoneClient", "CreateUserProfileCommand")
|
|
573
|
-
.sc(
|
|
576
|
+
.sc(CreateUserProfile$)
|
|
574
577
|
.build() {
|
|
575
578
|
}
|
|
576
579
|
|
|
577
|
-
class DeleteAccountPoolCommand extends
|
|
580
|
+
class DeleteAccountPoolCommand extends Command
|
|
578
581
|
.classBuilder()
|
|
579
582
|
.ep(commonParams)
|
|
580
583
|
.m(function (Command, cs, config, o) {
|
|
581
|
-
return [
|
|
584
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
582
585
|
})
|
|
583
586
|
.s("DataZone", "DeleteAccountPool", {})
|
|
584
587
|
.n("DataZoneClient", "DeleteAccountPoolCommand")
|
|
585
|
-
.sc(
|
|
588
|
+
.sc(DeleteAccountPool$)
|
|
586
589
|
.build() {
|
|
587
590
|
}
|
|
588
591
|
|
|
589
|
-
class DeleteAssetCommand extends
|
|
592
|
+
class DeleteAssetCommand extends Command
|
|
590
593
|
.classBuilder()
|
|
591
594
|
.ep(commonParams)
|
|
592
595
|
.m(function (Command, cs, config, o) {
|
|
593
|
-
return [
|
|
596
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
594
597
|
})
|
|
595
598
|
.s("DataZone", "DeleteAsset", {})
|
|
596
599
|
.n("DataZoneClient", "DeleteAssetCommand")
|
|
597
|
-
.sc(
|
|
600
|
+
.sc(DeleteAsset$)
|
|
598
601
|
.build() {
|
|
599
602
|
}
|
|
600
603
|
|
|
601
|
-
class DeleteAssetFilterCommand extends
|
|
604
|
+
class DeleteAssetFilterCommand extends Command
|
|
602
605
|
.classBuilder()
|
|
603
606
|
.ep(commonParams)
|
|
604
607
|
.m(function (Command, cs, config, o) {
|
|
605
|
-
return [
|
|
608
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
606
609
|
})
|
|
607
610
|
.s("DataZone", "DeleteAssetFilter", {})
|
|
608
611
|
.n("DataZoneClient", "DeleteAssetFilterCommand")
|
|
609
|
-
.sc(
|
|
612
|
+
.sc(DeleteAssetFilter$)
|
|
610
613
|
.build() {
|
|
611
614
|
}
|
|
612
615
|
|
|
613
|
-
class DeleteAssetTypeCommand extends
|
|
616
|
+
class DeleteAssetTypeCommand extends Command
|
|
614
617
|
.classBuilder()
|
|
615
618
|
.ep(commonParams)
|
|
616
619
|
.m(function (Command, cs, config, o) {
|
|
617
|
-
return [
|
|
620
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
618
621
|
})
|
|
619
622
|
.s("DataZone", "DeleteAssetType", {})
|
|
620
623
|
.n("DataZoneClient", "DeleteAssetTypeCommand")
|
|
621
|
-
.sc(
|
|
624
|
+
.sc(DeleteAssetType$)
|
|
622
625
|
.build() {
|
|
623
626
|
}
|
|
624
627
|
|
|
625
|
-
class DeleteConnectionCommand extends
|
|
628
|
+
class DeleteConnectionCommand extends Command
|
|
626
629
|
.classBuilder()
|
|
627
630
|
.ep(commonParams)
|
|
628
631
|
.m(function (Command, cs, config, o) {
|
|
629
|
-
return [
|
|
632
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
630
633
|
})
|
|
631
634
|
.s("DataZone", "DeleteConnection", {})
|
|
632
635
|
.n("DataZoneClient", "DeleteConnectionCommand")
|
|
633
|
-
.sc(
|
|
636
|
+
.sc(DeleteConnection$)
|
|
634
637
|
.build() {
|
|
635
638
|
}
|
|
636
639
|
|
|
637
|
-
class DeleteDataExportConfigurationCommand extends
|
|
640
|
+
class DeleteDataExportConfigurationCommand extends Command
|
|
638
641
|
.classBuilder()
|
|
639
642
|
.ep(commonParams)
|
|
640
643
|
.m(function (Command, cs, config, o) {
|
|
641
|
-
return [
|
|
644
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
642
645
|
})
|
|
643
646
|
.s("DataZone", "DeleteDataExportConfiguration", {})
|
|
644
647
|
.n("DataZoneClient", "DeleteDataExportConfigurationCommand")
|
|
645
|
-
.sc(
|
|
648
|
+
.sc(DeleteDataExportConfiguration$)
|
|
646
649
|
.build() {
|
|
647
650
|
}
|
|
648
651
|
|
|
649
|
-
class DeleteDataProductCommand extends
|
|
652
|
+
class DeleteDataProductCommand extends Command
|
|
650
653
|
.classBuilder()
|
|
651
654
|
.ep(commonParams)
|
|
652
655
|
.m(function (Command, cs, config, o) {
|
|
653
|
-
return [
|
|
656
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
654
657
|
})
|
|
655
658
|
.s("DataZone", "DeleteDataProduct", {})
|
|
656
659
|
.n("DataZoneClient", "DeleteDataProductCommand")
|
|
657
|
-
.sc(
|
|
660
|
+
.sc(DeleteDataProduct$)
|
|
658
661
|
.build() {
|
|
659
662
|
}
|
|
660
663
|
|
|
661
|
-
class DeleteDataSourceCommand extends
|
|
664
|
+
class DeleteDataSourceCommand extends Command
|
|
662
665
|
.classBuilder()
|
|
663
666
|
.ep(commonParams)
|
|
664
667
|
.m(function (Command, cs, config, o) {
|
|
665
|
-
return [
|
|
668
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
666
669
|
})
|
|
667
670
|
.s("DataZone", "DeleteDataSource", {})
|
|
668
671
|
.n("DataZoneClient", "DeleteDataSourceCommand")
|
|
669
|
-
.sc(
|
|
672
|
+
.sc(DeleteDataSource$)
|
|
670
673
|
.build() {
|
|
671
674
|
}
|
|
672
675
|
|
|
673
|
-
class DeleteDomainCommand extends
|
|
676
|
+
class DeleteDomainCommand extends Command
|
|
674
677
|
.classBuilder()
|
|
675
678
|
.ep(commonParams)
|
|
676
679
|
.m(function (Command, cs, config, o) {
|
|
677
|
-
return [
|
|
680
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
678
681
|
})
|
|
679
682
|
.s("DataZone", "DeleteDomain", {})
|
|
680
683
|
.n("DataZoneClient", "DeleteDomainCommand")
|
|
681
|
-
.sc(
|
|
684
|
+
.sc(DeleteDomain$)
|
|
682
685
|
.build() {
|
|
683
686
|
}
|
|
684
687
|
|
|
685
|
-
class DeleteDomainUnitCommand extends
|
|
688
|
+
class DeleteDomainUnitCommand extends Command
|
|
686
689
|
.classBuilder()
|
|
687
690
|
.ep(commonParams)
|
|
688
691
|
.m(function (Command, cs, config, o) {
|
|
689
|
-
return [
|
|
692
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
690
693
|
})
|
|
691
694
|
.s("DataZone", "DeleteDomainUnit", {})
|
|
692
695
|
.n("DataZoneClient", "DeleteDomainUnitCommand")
|
|
693
|
-
.sc(
|
|
696
|
+
.sc(DeleteDomainUnit$)
|
|
694
697
|
.build() {
|
|
695
698
|
}
|
|
696
699
|
|
|
697
|
-
class DeleteEnvironmentActionCommand extends
|
|
700
|
+
class DeleteEnvironmentActionCommand extends Command
|
|
698
701
|
.classBuilder()
|
|
699
702
|
.ep(commonParams)
|
|
700
703
|
.m(function (Command, cs, config, o) {
|
|
701
|
-
return [
|
|
704
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
702
705
|
})
|
|
703
706
|
.s("DataZone", "DeleteEnvironmentAction", {})
|
|
704
707
|
.n("DataZoneClient", "DeleteEnvironmentActionCommand")
|
|
705
|
-
.sc(
|
|
708
|
+
.sc(DeleteEnvironmentAction$)
|
|
706
709
|
.build() {
|
|
707
710
|
}
|
|
708
711
|
|
|
709
|
-
class DeleteEnvironmentBlueprintCommand extends
|
|
712
|
+
class DeleteEnvironmentBlueprintCommand extends Command
|
|
710
713
|
.classBuilder()
|
|
711
714
|
.ep(commonParams)
|
|
712
715
|
.m(function (Command, cs, config, o) {
|
|
713
|
-
return [
|
|
716
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
714
717
|
})
|
|
715
718
|
.s("DataZone", "DeleteEnvironmentBlueprint", {})
|
|
716
719
|
.n("DataZoneClient", "DeleteEnvironmentBlueprintCommand")
|
|
717
|
-
.sc(
|
|
720
|
+
.sc(DeleteEnvironmentBlueprint$)
|
|
718
721
|
.build() {
|
|
719
722
|
}
|
|
720
723
|
|
|
721
|
-
class DeleteEnvironmentBlueprintConfigurationCommand extends
|
|
724
|
+
class DeleteEnvironmentBlueprintConfigurationCommand extends Command
|
|
722
725
|
.classBuilder()
|
|
723
726
|
.ep(commonParams)
|
|
724
727
|
.m(function (Command, cs, config, o) {
|
|
725
|
-
return [
|
|
728
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
726
729
|
})
|
|
727
730
|
.s("DataZone", "DeleteEnvironmentBlueprintConfiguration", {})
|
|
728
731
|
.n("DataZoneClient", "DeleteEnvironmentBlueprintConfigurationCommand")
|
|
729
|
-
.sc(
|
|
732
|
+
.sc(DeleteEnvironmentBlueprintConfiguration$)
|
|
730
733
|
.build() {
|
|
731
734
|
}
|
|
732
735
|
|
|
733
|
-
class DeleteEnvironmentCommand extends
|
|
736
|
+
class DeleteEnvironmentCommand extends Command
|
|
734
737
|
.classBuilder()
|
|
735
738
|
.ep(commonParams)
|
|
736
739
|
.m(function (Command, cs, config, o) {
|
|
737
|
-
return [
|
|
740
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
738
741
|
})
|
|
739
742
|
.s("DataZone", "DeleteEnvironment", {})
|
|
740
743
|
.n("DataZoneClient", "DeleteEnvironmentCommand")
|
|
741
|
-
.sc(
|
|
744
|
+
.sc(DeleteEnvironment$)
|
|
742
745
|
.build() {
|
|
743
746
|
}
|
|
744
747
|
|
|
745
|
-
class DeleteEnvironmentProfileCommand extends
|
|
748
|
+
class DeleteEnvironmentProfileCommand extends Command
|
|
746
749
|
.classBuilder()
|
|
747
750
|
.ep(commonParams)
|
|
748
751
|
.m(function (Command, cs, config, o) {
|
|
749
|
-
return [
|
|
752
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
750
753
|
})
|
|
751
754
|
.s("DataZone", "DeleteEnvironmentProfile", {})
|
|
752
755
|
.n("DataZoneClient", "DeleteEnvironmentProfileCommand")
|
|
753
|
-
.sc(
|
|
756
|
+
.sc(DeleteEnvironmentProfile$)
|
|
754
757
|
.build() {
|
|
755
758
|
}
|
|
756
759
|
|
|
757
|
-
class DeleteFormTypeCommand extends
|
|
760
|
+
class DeleteFormTypeCommand extends Command
|
|
758
761
|
.classBuilder()
|
|
759
762
|
.ep(commonParams)
|
|
760
763
|
.m(function (Command, cs, config, o) {
|
|
761
|
-
return [
|
|
764
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
762
765
|
})
|
|
763
766
|
.s("DataZone", "DeleteFormType", {})
|
|
764
767
|
.n("DataZoneClient", "DeleteFormTypeCommand")
|
|
765
|
-
.sc(
|
|
768
|
+
.sc(DeleteFormType$)
|
|
766
769
|
.build() {
|
|
767
770
|
}
|
|
768
771
|
|
|
769
|
-
class DeleteGlossaryCommand extends
|
|
772
|
+
class DeleteGlossaryCommand extends Command
|
|
770
773
|
.classBuilder()
|
|
771
774
|
.ep(commonParams)
|
|
772
775
|
.m(function (Command, cs, config, o) {
|
|
773
|
-
return [
|
|
776
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
774
777
|
})
|
|
775
778
|
.s("DataZone", "DeleteGlossary", {})
|
|
776
779
|
.n("DataZoneClient", "DeleteGlossaryCommand")
|
|
777
|
-
.sc(
|
|
780
|
+
.sc(DeleteGlossary$)
|
|
778
781
|
.build() {
|
|
779
782
|
}
|
|
780
783
|
|
|
781
|
-
class DeleteGlossaryTermCommand extends
|
|
784
|
+
class DeleteGlossaryTermCommand extends Command
|
|
782
785
|
.classBuilder()
|
|
783
786
|
.ep(commonParams)
|
|
784
787
|
.m(function (Command, cs, config, o) {
|
|
785
|
-
return [
|
|
788
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
786
789
|
})
|
|
787
790
|
.s("DataZone", "DeleteGlossaryTerm", {})
|
|
788
791
|
.n("DataZoneClient", "DeleteGlossaryTermCommand")
|
|
789
|
-
.sc(
|
|
792
|
+
.sc(DeleteGlossaryTerm$)
|
|
790
793
|
.build() {
|
|
791
794
|
}
|
|
792
795
|
|
|
793
|
-
class
|
|
796
|
+
class DeleteLineageEventCommand extends Command
|
|
794
797
|
.classBuilder()
|
|
795
798
|
.ep(commonParams)
|
|
796
799
|
.m(function (Command, cs, config, o) {
|
|
797
|
-
return [
|
|
800
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
801
|
+
})
|
|
802
|
+
.s("DataZone", "DeleteLineageEvent", {})
|
|
803
|
+
.n("DataZoneClient", "DeleteLineageEventCommand")
|
|
804
|
+
.sc(DeleteLineageEvent$)
|
|
805
|
+
.build() {
|
|
806
|
+
}
|
|
807
|
+
|
|
808
|
+
class DeleteListingCommand extends Command
|
|
809
|
+
.classBuilder()
|
|
810
|
+
.ep(commonParams)
|
|
811
|
+
.m(function (Command, cs, config, o) {
|
|
812
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
798
813
|
})
|
|
799
814
|
.s("DataZone", "DeleteListing", {})
|
|
800
815
|
.n("DataZoneClient", "DeleteListingCommand")
|
|
801
|
-
.sc(
|
|
816
|
+
.sc(DeleteListing$)
|
|
802
817
|
.build() {
|
|
803
818
|
}
|
|
804
819
|
|
|
805
|
-
class DeleteNotebookCommand extends
|
|
820
|
+
class DeleteNotebookCommand extends Command
|
|
806
821
|
.classBuilder()
|
|
807
822
|
.ep(commonParams)
|
|
808
823
|
.m(function (Command, cs, config, o) {
|
|
809
|
-
return [
|
|
824
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
810
825
|
})
|
|
811
826
|
.s("DataZone", "DeleteNotebook", {})
|
|
812
827
|
.n("DataZoneClient", "DeleteNotebookCommand")
|
|
813
|
-
.sc(
|
|
828
|
+
.sc(DeleteNotebook$)
|
|
814
829
|
.build() {
|
|
815
830
|
}
|
|
816
831
|
|
|
817
|
-
class DeleteProjectCommand extends
|
|
832
|
+
class DeleteProjectCommand extends Command
|
|
818
833
|
.classBuilder()
|
|
819
834
|
.ep(commonParams)
|
|
820
835
|
.m(function (Command, cs, config, o) {
|
|
821
|
-
return [
|
|
836
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
822
837
|
})
|
|
823
838
|
.s("DataZone", "DeleteProject", {})
|
|
824
839
|
.n("DataZoneClient", "DeleteProjectCommand")
|
|
825
|
-
.sc(
|
|
840
|
+
.sc(DeleteProject$)
|
|
826
841
|
.build() {
|
|
827
842
|
}
|
|
828
843
|
|
|
829
|
-
class DeleteProjectMembershipCommand extends
|
|
844
|
+
class DeleteProjectMembershipCommand extends Command
|
|
830
845
|
.classBuilder()
|
|
831
846
|
.ep(commonParams)
|
|
832
847
|
.m(function (Command, cs, config, o) {
|
|
833
|
-
return [
|
|
848
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
834
849
|
})
|
|
835
850
|
.s("DataZone", "DeleteProjectMembership", {})
|
|
836
851
|
.n("DataZoneClient", "DeleteProjectMembershipCommand")
|
|
837
|
-
.sc(
|
|
852
|
+
.sc(DeleteProjectMembership$)
|
|
838
853
|
.build() {
|
|
839
854
|
}
|
|
840
855
|
|
|
841
|
-
class DeleteProjectProfileCommand extends
|
|
856
|
+
class DeleteProjectProfileCommand extends Command
|
|
842
857
|
.classBuilder()
|
|
843
858
|
.ep(commonParams)
|
|
844
859
|
.m(function (Command, cs, config, o) {
|
|
845
|
-
return [
|
|
860
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
846
861
|
})
|
|
847
862
|
.s("DataZone", "DeleteProjectProfile", {})
|
|
848
863
|
.n("DataZoneClient", "DeleteProjectProfileCommand")
|
|
849
|
-
.sc(
|
|
864
|
+
.sc(DeleteProjectProfile$)
|
|
850
865
|
.build() {
|
|
851
866
|
}
|
|
852
867
|
|
|
853
|
-
class DeleteRuleCommand extends
|
|
868
|
+
class DeleteRuleCommand extends Command
|
|
854
869
|
.classBuilder()
|
|
855
870
|
.ep(commonParams)
|
|
856
871
|
.m(function (Command, cs, config, o) {
|
|
857
|
-
return [
|
|
872
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
858
873
|
})
|
|
859
874
|
.s("DataZone", "DeleteRule", {})
|
|
860
875
|
.n("DataZoneClient", "DeleteRuleCommand")
|
|
861
|
-
.sc(
|
|
876
|
+
.sc(DeleteRule$)
|
|
862
877
|
.build() {
|
|
863
878
|
}
|
|
864
879
|
|
|
865
|
-
class DeleteSubscriptionGrantCommand extends
|
|
880
|
+
class DeleteSubscriptionGrantCommand extends Command
|
|
866
881
|
.classBuilder()
|
|
867
882
|
.ep(commonParams)
|
|
868
883
|
.m(function (Command, cs, config, o) {
|
|
869
|
-
return [
|
|
884
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
870
885
|
})
|
|
871
886
|
.s("DataZone", "DeleteSubscriptionGrant", {})
|
|
872
887
|
.n("DataZoneClient", "DeleteSubscriptionGrantCommand")
|
|
873
|
-
.sc(
|
|
888
|
+
.sc(DeleteSubscriptionGrant$)
|
|
874
889
|
.build() {
|
|
875
890
|
}
|
|
876
891
|
|
|
877
|
-
class DeleteSubscriptionRequestCommand extends
|
|
892
|
+
class DeleteSubscriptionRequestCommand extends Command
|
|
878
893
|
.classBuilder()
|
|
879
894
|
.ep(commonParams)
|
|
880
895
|
.m(function (Command, cs, config, o) {
|
|
881
|
-
return [
|
|
896
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
882
897
|
})
|
|
883
898
|
.s("DataZone", "DeleteSubscriptionRequest", {})
|
|
884
899
|
.n("DataZoneClient", "DeleteSubscriptionRequestCommand")
|
|
885
|
-
.sc(
|
|
900
|
+
.sc(DeleteSubscriptionRequest$)
|
|
886
901
|
.build() {
|
|
887
902
|
}
|
|
888
903
|
|
|
889
|
-
class DeleteSubscriptionTargetCommand extends
|
|
904
|
+
class DeleteSubscriptionTargetCommand extends Command
|
|
890
905
|
.classBuilder()
|
|
891
906
|
.ep(commonParams)
|
|
892
907
|
.m(function (Command, cs, config, o) {
|
|
893
|
-
return [
|
|
908
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
894
909
|
})
|
|
895
910
|
.s("DataZone", "DeleteSubscriptionTarget", {})
|
|
896
911
|
.n("DataZoneClient", "DeleteSubscriptionTargetCommand")
|
|
897
|
-
.sc(
|
|
912
|
+
.sc(DeleteSubscriptionTarget$)
|
|
898
913
|
.build() {
|
|
899
914
|
}
|
|
900
915
|
|
|
901
|
-
class DeleteTimeSeriesDataPointsCommand extends
|
|
916
|
+
class DeleteTimeSeriesDataPointsCommand extends Command
|
|
902
917
|
.classBuilder()
|
|
903
918
|
.ep(commonParams)
|
|
904
919
|
.m(function (Command, cs, config, o) {
|
|
905
|
-
return [
|
|
920
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
906
921
|
})
|
|
907
922
|
.s("DataZone", "DeleteTimeSeriesDataPoints", {})
|
|
908
923
|
.n("DataZoneClient", "DeleteTimeSeriesDataPointsCommand")
|
|
909
|
-
.sc(
|
|
924
|
+
.sc(DeleteTimeSeriesDataPoints$)
|
|
910
925
|
.build() {
|
|
911
926
|
}
|
|
912
927
|
|
|
913
|
-
class DisassociateEnvironmentRoleCommand extends
|
|
928
|
+
class DisassociateEnvironmentRoleCommand extends Command
|
|
914
929
|
.classBuilder()
|
|
915
930
|
.ep(commonParams)
|
|
916
931
|
.m(function (Command, cs, config, o) {
|
|
917
|
-
return [
|
|
932
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
918
933
|
})
|
|
919
934
|
.s("DataZone", "DisassociateEnvironmentRole", {})
|
|
920
935
|
.n("DataZoneClient", "DisassociateEnvironmentRoleCommand")
|
|
921
|
-
.sc(
|
|
936
|
+
.sc(DisassociateEnvironmentRole$)
|
|
922
937
|
.build() {
|
|
923
938
|
}
|
|
924
939
|
|
|
925
|
-
class DisassociateGovernedTermsCommand extends
|
|
940
|
+
class DisassociateGovernedTermsCommand extends Command
|
|
926
941
|
.classBuilder()
|
|
927
942
|
.ep(commonParams)
|
|
928
943
|
.m(function (Command, cs, config, o) {
|
|
929
|
-
return [
|
|
944
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
930
945
|
})
|
|
931
946
|
.s("DataZone", "DisassociateGovernedTerms", {})
|
|
932
947
|
.n("DataZoneClient", "DisassociateGovernedTermsCommand")
|
|
933
|
-
.sc(
|
|
948
|
+
.sc(DisassociateGovernedTerms$)
|
|
934
949
|
.build() {
|
|
935
950
|
}
|
|
936
951
|
|
|
937
|
-
class GetAccountPoolCommand extends
|
|
952
|
+
class GetAccountPoolCommand extends Command
|
|
938
953
|
.classBuilder()
|
|
939
954
|
.ep(commonParams)
|
|
940
955
|
.m(function (Command, cs, config, o) {
|
|
941
|
-
return [
|
|
956
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
942
957
|
})
|
|
943
958
|
.s("DataZone", "GetAccountPool", {})
|
|
944
959
|
.n("DataZoneClient", "GetAccountPoolCommand")
|
|
945
|
-
.sc(
|
|
960
|
+
.sc(GetAccountPool$)
|
|
946
961
|
.build() {
|
|
947
962
|
}
|
|
948
963
|
|
|
949
|
-
class GetAssetCommand extends
|
|
964
|
+
class GetAssetCommand extends Command
|
|
950
965
|
.classBuilder()
|
|
951
966
|
.ep(commonParams)
|
|
952
967
|
.m(function (Command, cs, config, o) {
|
|
953
|
-
return [
|
|
968
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
954
969
|
})
|
|
955
970
|
.s("DataZone", "GetAsset", {})
|
|
956
971
|
.n("DataZoneClient", "GetAssetCommand")
|
|
957
|
-
.sc(
|
|
972
|
+
.sc(GetAsset$)
|
|
958
973
|
.build() {
|
|
959
974
|
}
|
|
960
975
|
|
|
961
|
-
class GetAssetFilterCommand extends
|
|
976
|
+
class GetAssetFilterCommand extends Command
|
|
962
977
|
.classBuilder()
|
|
963
978
|
.ep(commonParams)
|
|
964
979
|
.m(function (Command, cs, config, o) {
|
|
965
|
-
return [
|
|
980
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
966
981
|
})
|
|
967
982
|
.s("DataZone", "GetAssetFilter", {})
|
|
968
983
|
.n("DataZoneClient", "GetAssetFilterCommand")
|
|
969
|
-
.sc(
|
|
984
|
+
.sc(GetAssetFilter$)
|
|
970
985
|
.build() {
|
|
971
986
|
}
|
|
972
987
|
|
|
973
|
-
class GetAssetTypeCommand extends
|
|
988
|
+
class GetAssetTypeCommand extends Command
|
|
974
989
|
.classBuilder()
|
|
975
990
|
.ep(commonParams)
|
|
976
991
|
.m(function (Command, cs, config, o) {
|
|
977
|
-
return [
|
|
992
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
978
993
|
})
|
|
979
994
|
.s("DataZone", "GetAssetType", {})
|
|
980
995
|
.n("DataZoneClient", "GetAssetTypeCommand")
|
|
981
|
-
.sc(
|
|
996
|
+
.sc(GetAssetType$)
|
|
982
997
|
.build() {
|
|
983
998
|
}
|
|
984
999
|
|
|
985
|
-
class GetConnectionCommand extends
|
|
1000
|
+
class GetConnectionCommand extends Command
|
|
986
1001
|
.classBuilder()
|
|
987
1002
|
.ep(commonParams)
|
|
988
1003
|
.m(function (Command, cs, config, o) {
|
|
989
|
-
return [
|
|
1004
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
990
1005
|
})
|
|
991
1006
|
.s("DataZone", "GetConnection", {})
|
|
992
1007
|
.n("DataZoneClient", "GetConnectionCommand")
|
|
993
|
-
.sc(
|
|
1008
|
+
.sc(GetConnection$)
|
|
994
1009
|
.build() {
|
|
995
1010
|
}
|
|
996
1011
|
|
|
997
|
-
class GetDataExportConfigurationCommand extends
|
|
1012
|
+
class GetDataExportConfigurationCommand extends Command
|
|
998
1013
|
.classBuilder()
|
|
999
1014
|
.ep(commonParams)
|
|
1000
1015
|
.m(function (Command, cs, config, o) {
|
|
1001
|
-
return [
|
|
1016
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1002
1017
|
})
|
|
1003
1018
|
.s("DataZone", "GetDataExportConfiguration", {})
|
|
1004
1019
|
.n("DataZoneClient", "GetDataExportConfigurationCommand")
|
|
1005
|
-
.sc(
|
|
1020
|
+
.sc(GetDataExportConfiguration$)
|
|
1006
1021
|
.build() {
|
|
1007
1022
|
}
|
|
1008
1023
|
|
|
1009
|
-
class GetDataProductCommand extends
|
|
1024
|
+
class GetDataProductCommand extends Command
|
|
1010
1025
|
.classBuilder()
|
|
1011
1026
|
.ep(commonParams)
|
|
1012
1027
|
.m(function (Command, cs, config, o) {
|
|
1013
|
-
return [
|
|
1028
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1014
1029
|
})
|
|
1015
1030
|
.s("DataZone", "GetDataProduct", {})
|
|
1016
1031
|
.n("DataZoneClient", "GetDataProductCommand")
|
|
1017
|
-
.sc(
|
|
1032
|
+
.sc(GetDataProduct$)
|
|
1018
1033
|
.build() {
|
|
1019
1034
|
}
|
|
1020
1035
|
|
|
1021
|
-
class GetDataSourceCommand extends
|
|
1036
|
+
class GetDataSourceCommand extends Command
|
|
1022
1037
|
.classBuilder()
|
|
1023
1038
|
.ep(commonParams)
|
|
1024
1039
|
.m(function (Command, cs, config, o) {
|
|
1025
|
-
return [
|
|
1040
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1026
1041
|
})
|
|
1027
1042
|
.s("DataZone", "GetDataSource", {})
|
|
1028
1043
|
.n("DataZoneClient", "GetDataSourceCommand")
|
|
1029
|
-
.sc(
|
|
1044
|
+
.sc(GetDataSource$)
|
|
1030
1045
|
.build() {
|
|
1031
1046
|
}
|
|
1032
1047
|
|
|
1033
|
-
class GetDataSourceRunCommand extends
|
|
1048
|
+
class GetDataSourceRunCommand extends Command
|
|
1034
1049
|
.classBuilder()
|
|
1035
1050
|
.ep(commonParams)
|
|
1036
1051
|
.m(function (Command, cs, config, o) {
|
|
1037
|
-
return [
|
|
1052
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1038
1053
|
})
|
|
1039
1054
|
.s("DataZone", "GetDataSourceRun", {})
|
|
1040
1055
|
.n("DataZoneClient", "GetDataSourceRunCommand")
|
|
1041
|
-
.sc(
|
|
1056
|
+
.sc(GetDataSourceRun$)
|
|
1042
1057
|
.build() {
|
|
1043
1058
|
}
|
|
1044
1059
|
|
|
1045
|
-
class GetDomainCommand extends
|
|
1060
|
+
class GetDomainCommand extends Command
|
|
1046
1061
|
.classBuilder()
|
|
1047
1062
|
.ep(commonParams)
|
|
1048
1063
|
.m(function (Command, cs, config, o) {
|
|
1049
|
-
return [
|
|
1064
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1050
1065
|
})
|
|
1051
1066
|
.s("DataZone", "GetDomain", {})
|
|
1052
1067
|
.n("DataZoneClient", "GetDomainCommand")
|
|
1053
|
-
.sc(
|
|
1068
|
+
.sc(GetDomain$)
|
|
1054
1069
|
.build() {
|
|
1055
1070
|
}
|
|
1056
1071
|
|
|
1057
|
-
class GetDomainUnitCommand extends
|
|
1072
|
+
class GetDomainUnitCommand extends Command
|
|
1058
1073
|
.classBuilder()
|
|
1059
1074
|
.ep(commonParams)
|
|
1060
1075
|
.m(function (Command, cs, config, o) {
|
|
1061
|
-
return [
|
|
1076
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1062
1077
|
})
|
|
1063
1078
|
.s("DataZone", "GetDomainUnit", {})
|
|
1064
1079
|
.n("DataZoneClient", "GetDomainUnitCommand")
|
|
1065
|
-
.sc(
|
|
1080
|
+
.sc(GetDomainUnit$)
|
|
1066
1081
|
.build() {
|
|
1067
1082
|
}
|
|
1068
1083
|
|
|
1069
|
-
class GetEnvironmentActionCommand extends
|
|
1084
|
+
class GetEnvironmentActionCommand extends Command
|
|
1070
1085
|
.classBuilder()
|
|
1071
1086
|
.ep(commonParams)
|
|
1072
1087
|
.m(function (Command, cs, config, o) {
|
|
1073
|
-
return [
|
|
1088
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1074
1089
|
})
|
|
1075
1090
|
.s("DataZone", "GetEnvironmentAction", {})
|
|
1076
1091
|
.n("DataZoneClient", "GetEnvironmentActionCommand")
|
|
1077
|
-
.sc(
|
|
1092
|
+
.sc(GetEnvironmentAction$)
|
|
1078
1093
|
.build() {
|
|
1079
1094
|
}
|
|
1080
1095
|
|
|
1081
|
-
class GetEnvironmentBlueprintCommand extends
|
|
1096
|
+
class GetEnvironmentBlueprintCommand extends Command
|
|
1082
1097
|
.classBuilder()
|
|
1083
1098
|
.ep(commonParams)
|
|
1084
1099
|
.m(function (Command, cs, config, o) {
|
|
1085
|
-
return [
|
|
1100
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1086
1101
|
})
|
|
1087
1102
|
.s("DataZone", "GetEnvironmentBlueprint", {})
|
|
1088
1103
|
.n("DataZoneClient", "GetEnvironmentBlueprintCommand")
|
|
1089
|
-
.sc(
|
|
1104
|
+
.sc(GetEnvironmentBlueprint$)
|
|
1090
1105
|
.build() {
|
|
1091
1106
|
}
|
|
1092
1107
|
|
|
1093
|
-
class GetEnvironmentBlueprintConfigurationCommand extends
|
|
1108
|
+
class GetEnvironmentBlueprintConfigurationCommand extends Command
|
|
1094
1109
|
.classBuilder()
|
|
1095
1110
|
.ep(commonParams)
|
|
1096
1111
|
.m(function (Command, cs, config, o) {
|
|
1097
|
-
return [
|
|
1112
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1098
1113
|
})
|
|
1099
1114
|
.s("DataZone", "GetEnvironmentBlueprintConfiguration", {})
|
|
1100
1115
|
.n("DataZoneClient", "GetEnvironmentBlueprintConfigurationCommand")
|
|
1101
|
-
.sc(
|
|
1116
|
+
.sc(GetEnvironmentBlueprintConfiguration$)
|
|
1102
1117
|
.build() {
|
|
1103
1118
|
}
|
|
1104
1119
|
|
|
1105
|
-
class GetEnvironmentCommand extends
|
|
1120
|
+
class GetEnvironmentCommand extends Command
|
|
1106
1121
|
.classBuilder()
|
|
1107
1122
|
.ep(commonParams)
|
|
1108
1123
|
.m(function (Command, cs, config, o) {
|
|
1109
|
-
return [
|
|
1124
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1110
1125
|
})
|
|
1111
1126
|
.s("DataZone", "GetEnvironment", {})
|
|
1112
1127
|
.n("DataZoneClient", "GetEnvironmentCommand")
|
|
1113
|
-
.sc(
|
|
1128
|
+
.sc(GetEnvironment$)
|
|
1114
1129
|
.build() {
|
|
1115
1130
|
}
|
|
1116
1131
|
|
|
1117
|
-
class GetEnvironmentCredentialsCommand extends
|
|
1132
|
+
class GetEnvironmentCredentialsCommand extends Command
|
|
1118
1133
|
.classBuilder()
|
|
1119
1134
|
.ep(commonParams)
|
|
1120
1135
|
.m(function (Command, cs, config, o) {
|
|
1121
|
-
return [
|
|
1136
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1122
1137
|
})
|
|
1123
1138
|
.s("DataZone", "GetEnvironmentCredentials", {})
|
|
1124
1139
|
.n("DataZoneClient", "GetEnvironmentCredentialsCommand")
|
|
1125
|
-
.sc(
|
|
1140
|
+
.sc(GetEnvironmentCredentials$)
|
|
1126
1141
|
.build() {
|
|
1127
1142
|
}
|
|
1128
1143
|
|
|
1129
|
-
class GetEnvironmentProfileCommand extends
|
|
1144
|
+
class GetEnvironmentProfileCommand extends Command
|
|
1130
1145
|
.classBuilder()
|
|
1131
1146
|
.ep(commonParams)
|
|
1132
1147
|
.m(function (Command, cs, config, o) {
|
|
1133
|
-
return [
|
|
1148
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1134
1149
|
})
|
|
1135
1150
|
.s("DataZone", "GetEnvironmentProfile", {})
|
|
1136
1151
|
.n("DataZoneClient", "GetEnvironmentProfileCommand")
|
|
1137
|
-
.sc(
|
|
1152
|
+
.sc(GetEnvironmentProfile$)
|
|
1138
1153
|
.build() {
|
|
1139
1154
|
}
|
|
1140
1155
|
|
|
1141
|
-
class GetFormTypeCommand extends
|
|
1156
|
+
class GetFormTypeCommand extends Command
|
|
1142
1157
|
.classBuilder()
|
|
1143
1158
|
.ep(commonParams)
|
|
1144
1159
|
.m(function (Command, cs, config, o) {
|
|
1145
|
-
return [
|
|
1160
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1146
1161
|
})
|
|
1147
1162
|
.s("DataZone", "GetFormType", {})
|
|
1148
1163
|
.n("DataZoneClient", "GetFormTypeCommand")
|
|
1149
|
-
.sc(
|
|
1164
|
+
.sc(GetFormType$)
|
|
1150
1165
|
.build() {
|
|
1151
1166
|
}
|
|
1152
1167
|
|
|
1153
|
-
class GetGlossaryCommand extends
|
|
1168
|
+
class GetGlossaryCommand extends Command
|
|
1154
1169
|
.classBuilder()
|
|
1155
1170
|
.ep(commonParams)
|
|
1156
1171
|
.m(function (Command, cs, config, o) {
|
|
1157
|
-
return [
|
|
1172
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1158
1173
|
})
|
|
1159
1174
|
.s("DataZone", "GetGlossary", {})
|
|
1160
1175
|
.n("DataZoneClient", "GetGlossaryCommand")
|
|
1161
|
-
.sc(
|
|
1176
|
+
.sc(GetGlossary$)
|
|
1162
1177
|
.build() {
|
|
1163
1178
|
}
|
|
1164
1179
|
|
|
1165
|
-
class GetGlossaryTermCommand extends
|
|
1180
|
+
class GetGlossaryTermCommand extends Command
|
|
1166
1181
|
.classBuilder()
|
|
1167
1182
|
.ep(commonParams)
|
|
1168
1183
|
.m(function (Command, cs, config, o) {
|
|
1169
|
-
return [
|
|
1184
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1170
1185
|
})
|
|
1171
1186
|
.s("DataZone", "GetGlossaryTerm", {})
|
|
1172
1187
|
.n("DataZoneClient", "GetGlossaryTermCommand")
|
|
1173
|
-
.sc(
|
|
1188
|
+
.sc(GetGlossaryTerm$)
|
|
1174
1189
|
.build() {
|
|
1175
1190
|
}
|
|
1176
1191
|
|
|
1177
|
-
class GetGroupProfileCommand extends
|
|
1192
|
+
class GetGroupProfileCommand extends Command
|
|
1178
1193
|
.classBuilder()
|
|
1179
1194
|
.ep(commonParams)
|
|
1180
1195
|
.m(function (Command, cs, config, o) {
|
|
1181
|
-
return [
|
|
1196
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1182
1197
|
})
|
|
1183
1198
|
.s("DataZone", "GetGroupProfile", {})
|
|
1184
1199
|
.n("DataZoneClient", "GetGroupProfileCommand")
|
|
1185
|
-
.sc(
|
|
1200
|
+
.sc(GetGroupProfile$)
|
|
1186
1201
|
.build() {
|
|
1187
1202
|
}
|
|
1188
1203
|
|
|
1189
|
-
class GetIamPortalLoginUrlCommand extends
|
|
1204
|
+
class GetIamPortalLoginUrlCommand extends Command
|
|
1190
1205
|
.classBuilder()
|
|
1191
1206
|
.ep(commonParams)
|
|
1192
1207
|
.m(function (Command, cs, config, o) {
|
|
1193
|
-
return [
|
|
1208
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1194
1209
|
})
|
|
1195
1210
|
.s("DataZone", "GetIamPortalLoginUrl", {})
|
|
1196
1211
|
.n("DataZoneClient", "GetIamPortalLoginUrlCommand")
|
|
1197
|
-
.sc(
|
|
1212
|
+
.sc(GetIamPortalLoginUrl$)
|
|
1198
1213
|
.build() {
|
|
1199
1214
|
}
|
|
1200
1215
|
|
|
1201
|
-
class GetJobRunCommand extends
|
|
1216
|
+
class GetJobRunCommand extends Command
|
|
1202
1217
|
.classBuilder()
|
|
1203
1218
|
.ep(commonParams)
|
|
1204
1219
|
.m(function (Command, cs, config, o) {
|
|
1205
|
-
return [
|
|
1220
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1206
1221
|
})
|
|
1207
1222
|
.s("DataZone", "GetJobRun", {})
|
|
1208
1223
|
.n("DataZoneClient", "GetJobRunCommand")
|
|
1209
|
-
.sc(
|
|
1224
|
+
.sc(GetJobRun$)
|
|
1210
1225
|
.build() {
|
|
1211
1226
|
}
|
|
1212
1227
|
|
|
1213
|
-
class GetLineageEventCommand extends
|
|
1228
|
+
class GetLineageEventCommand extends Command
|
|
1214
1229
|
.classBuilder()
|
|
1215
1230
|
.ep(commonParams)
|
|
1216
1231
|
.m(function (Command, cs, config, o) {
|
|
1217
|
-
return [
|
|
1232
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1218
1233
|
})
|
|
1219
1234
|
.s("DataZone", "GetLineageEvent", {})
|
|
1220
1235
|
.n("DataZoneClient", "GetLineageEventCommand")
|
|
1221
|
-
.sc(
|
|
1236
|
+
.sc(GetLineageEvent$)
|
|
1222
1237
|
.build() {
|
|
1223
1238
|
}
|
|
1224
1239
|
|
|
1225
|
-
class GetLineageNodeCommand extends
|
|
1240
|
+
class GetLineageNodeCommand extends Command
|
|
1226
1241
|
.classBuilder()
|
|
1227
1242
|
.ep(commonParams)
|
|
1228
1243
|
.m(function (Command, cs, config, o) {
|
|
1229
|
-
return [
|
|
1244
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1230
1245
|
})
|
|
1231
1246
|
.s("DataZone", "GetLineageNode", {})
|
|
1232
1247
|
.n("DataZoneClient", "GetLineageNodeCommand")
|
|
1233
|
-
.sc(
|
|
1248
|
+
.sc(GetLineageNode$)
|
|
1234
1249
|
.build() {
|
|
1235
1250
|
}
|
|
1236
1251
|
|
|
1237
|
-
class GetListingCommand extends
|
|
1252
|
+
class GetListingCommand extends Command
|
|
1238
1253
|
.classBuilder()
|
|
1239
1254
|
.ep(commonParams)
|
|
1240
1255
|
.m(function (Command, cs, config, o) {
|
|
1241
|
-
return [
|
|
1256
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1242
1257
|
})
|
|
1243
1258
|
.s("DataZone", "GetListing", {})
|
|
1244
1259
|
.n("DataZoneClient", "GetListingCommand")
|
|
1245
|
-
.sc(
|
|
1260
|
+
.sc(GetListing$)
|
|
1246
1261
|
.build() {
|
|
1247
1262
|
}
|
|
1248
1263
|
|
|
1249
|
-
class GetMetadataGenerationRunCommand extends
|
|
1264
|
+
class GetMetadataGenerationRunCommand extends Command
|
|
1250
1265
|
.classBuilder()
|
|
1251
1266
|
.ep(commonParams)
|
|
1252
1267
|
.m(function (Command, cs, config, o) {
|
|
1253
|
-
return [
|
|
1268
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1254
1269
|
})
|
|
1255
1270
|
.s("DataZone", "GetMetadataGenerationRun", {})
|
|
1256
1271
|
.n("DataZoneClient", "GetMetadataGenerationRunCommand")
|
|
1257
|
-
.sc(
|
|
1272
|
+
.sc(GetMetadataGenerationRun$)
|
|
1258
1273
|
.build() {
|
|
1259
1274
|
}
|
|
1260
1275
|
|
|
1261
|
-
class GetNotebookCommand extends
|
|
1276
|
+
class GetNotebookCommand extends Command
|
|
1262
1277
|
.classBuilder()
|
|
1263
1278
|
.ep(commonParams)
|
|
1264
1279
|
.m(function (Command, cs, config, o) {
|
|
1265
|
-
return [
|
|
1280
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1266
1281
|
})
|
|
1267
1282
|
.s("DataZone", "GetNotebook", {})
|
|
1268
1283
|
.n("DataZoneClient", "GetNotebookCommand")
|
|
1269
|
-
.sc(
|
|
1284
|
+
.sc(GetNotebook$)
|
|
1270
1285
|
.build() {
|
|
1271
1286
|
}
|
|
1272
1287
|
|
|
1273
|
-
class GetNotebookExportCommand extends
|
|
1288
|
+
class GetNotebookExportCommand extends Command
|
|
1274
1289
|
.classBuilder()
|
|
1275
1290
|
.ep(commonParams)
|
|
1276
1291
|
.m(function (Command, cs, config, o) {
|
|
1277
|
-
return [
|
|
1292
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1278
1293
|
})
|
|
1279
1294
|
.s("DataZone", "GetNotebookExport", {})
|
|
1280
1295
|
.n("DataZoneClient", "GetNotebookExportCommand")
|
|
1281
|
-
.sc(
|
|
1296
|
+
.sc(GetNotebookExport$)
|
|
1282
1297
|
.build() {
|
|
1283
1298
|
}
|
|
1284
1299
|
|
|
1285
|
-
class GetNotebookRunCommand extends
|
|
1300
|
+
class GetNotebookRunCommand extends Command
|
|
1286
1301
|
.classBuilder()
|
|
1287
1302
|
.ep(commonParams)
|
|
1288
1303
|
.m(function (Command, cs, config, o) {
|
|
1289
|
-
return [
|
|
1304
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1290
1305
|
})
|
|
1291
1306
|
.s("DataZone", "GetNotebookRun", {})
|
|
1292
1307
|
.n("DataZoneClient", "GetNotebookRunCommand")
|
|
1293
|
-
.sc(
|
|
1308
|
+
.sc(GetNotebookRun$)
|
|
1294
1309
|
.build() {
|
|
1295
1310
|
}
|
|
1296
1311
|
|
|
1297
|
-
class GetProjectCommand extends
|
|
1312
|
+
class GetProjectCommand extends Command
|
|
1298
1313
|
.classBuilder()
|
|
1299
1314
|
.ep(commonParams)
|
|
1300
1315
|
.m(function (Command, cs, config, o) {
|
|
1301
|
-
return [
|
|
1316
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1302
1317
|
})
|
|
1303
1318
|
.s("DataZone", "GetProject", {})
|
|
1304
1319
|
.n("DataZoneClient", "GetProjectCommand")
|
|
1305
|
-
.sc(
|
|
1320
|
+
.sc(GetProject$)
|
|
1306
1321
|
.build() {
|
|
1307
1322
|
}
|
|
1308
1323
|
|
|
1309
|
-
class GetProjectProfileCommand extends
|
|
1324
|
+
class GetProjectProfileCommand extends Command
|
|
1310
1325
|
.classBuilder()
|
|
1311
1326
|
.ep(commonParams)
|
|
1312
1327
|
.m(function (Command, cs, config, o) {
|
|
1313
|
-
return [
|
|
1328
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1314
1329
|
})
|
|
1315
1330
|
.s("DataZone", "GetProjectProfile", {})
|
|
1316
1331
|
.n("DataZoneClient", "GetProjectProfileCommand")
|
|
1317
|
-
.sc(
|
|
1332
|
+
.sc(GetProjectProfile$)
|
|
1318
1333
|
.build() {
|
|
1319
1334
|
}
|
|
1320
1335
|
|
|
1321
|
-
class GetRuleCommand extends
|
|
1336
|
+
class GetRuleCommand extends Command
|
|
1322
1337
|
.classBuilder()
|
|
1323
1338
|
.ep(commonParams)
|
|
1324
1339
|
.m(function (Command, cs, config, o) {
|
|
1325
|
-
return [
|
|
1340
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1326
1341
|
})
|
|
1327
1342
|
.s("DataZone", "GetRule", {})
|
|
1328
1343
|
.n("DataZoneClient", "GetRuleCommand")
|
|
1329
|
-
.sc(
|
|
1344
|
+
.sc(GetRule$)
|
|
1330
1345
|
.build() {
|
|
1331
1346
|
}
|
|
1332
1347
|
|
|
1333
|
-
class GetSubscriptionCommand extends
|
|
1348
|
+
class GetSubscriptionCommand extends Command
|
|
1334
1349
|
.classBuilder()
|
|
1335
1350
|
.ep(commonParams)
|
|
1336
1351
|
.m(function (Command, cs, config, o) {
|
|
1337
|
-
return [
|
|
1352
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1338
1353
|
})
|
|
1339
1354
|
.s("DataZone", "GetSubscription", {})
|
|
1340
1355
|
.n("DataZoneClient", "GetSubscriptionCommand")
|
|
1341
|
-
.sc(
|
|
1356
|
+
.sc(GetSubscription$)
|
|
1342
1357
|
.build() {
|
|
1343
1358
|
}
|
|
1344
1359
|
|
|
1345
|
-
class GetSubscriptionGrantCommand extends
|
|
1360
|
+
class GetSubscriptionGrantCommand extends Command
|
|
1346
1361
|
.classBuilder()
|
|
1347
1362
|
.ep(commonParams)
|
|
1348
1363
|
.m(function (Command, cs, config, o) {
|
|
1349
|
-
return [
|
|
1364
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1350
1365
|
})
|
|
1351
1366
|
.s("DataZone", "GetSubscriptionGrant", {})
|
|
1352
1367
|
.n("DataZoneClient", "GetSubscriptionGrantCommand")
|
|
1353
|
-
.sc(
|
|
1368
|
+
.sc(GetSubscriptionGrant$)
|
|
1354
1369
|
.build() {
|
|
1355
1370
|
}
|
|
1356
1371
|
|
|
1357
|
-
class GetSubscriptionRequestDetailsCommand extends
|
|
1372
|
+
class GetSubscriptionRequestDetailsCommand extends Command
|
|
1358
1373
|
.classBuilder()
|
|
1359
1374
|
.ep(commonParams)
|
|
1360
1375
|
.m(function (Command, cs, config, o) {
|
|
1361
|
-
return [
|
|
1376
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1362
1377
|
})
|
|
1363
1378
|
.s("DataZone", "GetSubscriptionRequestDetails", {})
|
|
1364
1379
|
.n("DataZoneClient", "GetSubscriptionRequestDetailsCommand")
|
|
1365
|
-
.sc(
|
|
1380
|
+
.sc(GetSubscriptionRequestDetails$)
|
|
1366
1381
|
.build() {
|
|
1367
1382
|
}
|
|
1368
1383
|
|
|
1369
|
-
class GetSubscriptionTargetCommand extends
|
|
1384
|
+
class GetSubscriptionTargetCommand extends Command
|
|
1370
1385
|
.classBuilder()
|
|
1371
1386
|
.ep(commonParams)
|
|
1372
1387
|
.m(function (Command, cs, config, o) {
|
|
1373
|
-
return [
|
|
1388
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1374
1389
|
})
|
|
1375
1390
|
.s("DataZone", "GetSubscriptionTarget", {})
|
|
1376
1391
|
.n("DataZoneClient", "GetSubscriptionTargetCommand")
|
|
1377
|
-
.sc(
|
|
1392
|
+
.sc(GetSubscriptionTarget$)
|
|
1378
1393
|
.build() {
|
|
1379
1394
|
}
|
|
1380
1395
|
|
|
1381
|
-
class GetTimeSeriesDataPointCommand extends
|
|
1396
|
+
class GetTimeSeriesDataPointCommand extends Command
|
|
1382
1397
|
.classBuilder()
|
|
1383
1398
|
.ep(commonParams)
|
|
1384
1399
|
.m(function (Command, cs, config, o) {
|
|
1385
|
-
return [
|
|
1400
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1386
1401
|
})
|
|
1387
1402
|
.s("DataZone", "GetTimeSeriesDataPoint", {})
|
|
1388
1403
|
.n("DataZoneClient", "GetTimeSeriesDataPointCommand")
|
|
1389
|
-
.sc(
|
|
1404
|
+
.sc(GetTimeSeriesDataPoint$)
|
|
1390
1405
|
.build() {
|
|
1391
1406
|
}
|
|
1392
1407
|
|
|
1393
|
-
class GetUserProfileCommand extends
|
|
1408
|
+
class GetUserProfileCommand extends Command
|
|
1394
1409
|
.classBuilder()
|
|
1395
1410
|
.ep(commonParams)
|
|
1396
1411
|
.m(function (Command, cs, config, o) {
|
|
1397
|
-
return [
|
|
1412
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1398
1413
|
})
|
|
1399
1414
|
.s("DataZone", "GetUserProfile", {})
|
|
1400
1415
|
.n("DataZoneClient", "GetUserProfileCommand")
|
|
1401
|
-
.sc(
|
|
1416
|
+
.sc(GetUserProfile$)
|
|
1402
1417
|
.build() {
|
|
1403
1418
|
}
|
|
1404
1419
|
|
|
1405
|
-
class ListAccountPoolsCommand extends
|
|
1420
|
+
class ListAccountPoolsCommand extends Command
|
|
1406
1421
|
.classBuilder()
|
|
1407
1422
|
.ep(commonParams)
|
|
1408
1423
|
.m(function (Command, cs, config, o) {
|
|
1409
|
-
return [
|
|
1424
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1410
1425
|
})
|
|
1411
1426
|
.s("DataZone", "ListAccountPools", {})
|
|
1412
1427
|
.n("DataZoneClient", "ListAccountPoolsCommand")
|
|
1413
|
-
.sc(
|
|
1428
|
+
.sc(ListAccountPools$)
|
|
1414
1429
|
.build() {
|
|
1415
1430
|
}
|
|
1416
1431
|
|
|
1417
|
-
class ListAccountsInAccountPoolCommand extends
|
|
1432
|
+
class ListAccountsInAccountPoolCommand extends Command
|
|
1418
1433
|
.classBuilder()
|
|
1419
1434
|
.ep(commonParams)
|
|
1420
1435
|
.m(function (Command, cs, config, o) {
|
|
1421
|
-
return [
|
|
1436
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1422
1437
|
})
|
|
1423
1438
|
.s("DataZone", "ListAccountsInAccountPool", {})
|
|
1424
1439
|
.n("DataZoneClient", "ListAccountsInAccountPoolCommand")
|
|
1425
|
-
.sc(
|
|
1440
|
+
.sc(ListAccountsInAccountPool$)
|
|
1426
1441
|
.build() {
|
|
1427
1442
|
}
|
|
1428
1443
|
|
|
1429
|
-
class ListAssetFiltersCommand extends
|
|
1444
|
+
class ListAssetFiltersCommand extends Command
|
|
1430
1445
|
.classBuilder()
|
|
1431
1446
|
.ep(commonParams)
|
|
1432
1447
|
.m(function (Command, cs, config, o) {
|
|
1433
|
-
return [
|
|
1448
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1434
1449
|
})
|
|
1435
1450
|
.s("DataZone", "ListAssetFilters", {})
|
|
1436
1451
|
.n("DataZoneClient", "ListAssetFiltersCommand")
|
|
1437
|
-
.sc(
|
|
1452
|
+
.sc(ListAssetFilters$)
|
|
1438
1453
|
.build() {
|
|
1439
1454
|
}
|
|
1440
1455
|
|
|
1441
|
-
class ListAssetRevisionsCommand extends
|
|
1456
|
+
class ListAssetRevisionsCommand extends Command
|
|
1442
1457
|
.classBuilder()
|
|
1443
1458
|
.ep(commonParams)
|
|
1444
1459
|
.m(function (Command, cs, config, o) {
|
|
1445
|
-
return [
|
|
1460
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1446
1461
|
})
|
|
1447
1462
|
.s("DataZone", "ListAssetRevisions", {})
|
|
1448
1463
|
.n("DataZoneClient", "ListAssetRevisionsCommand")
|
|
1449
|
-
.sc(
|
|
1464
|
+
.sc(ListAssetRevisions$)
|
|
1450
1465
|
.build() {
|
|
1451
1466
|
}
|
|
1452
1467
|
|
|
1453
|
-
class ListConnectionsCommand extends
|
|
1468
|
+
class ListConnectionsCommand extends Command
|
|
1454
1469
|
.classBuilder()
|
|
1455
1470
|
.ep(commonParams)
|
|
1456
1471
|
.m(function (Command, cs, config, o) {
|
|
1457
|
-
return [
|
|
1472
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1458
1473
|
})
|
|
1459
1474
|
.s("DataZone", "ListConnections", {})
|
|
1460
1475
|
.n("DataZoneClient", "ListConnectionsCommand")
|
|
1461
|
-
.sc(
|
|
1476
|
+
.sc(ListConnections$)
|
|
1462
1477
|
.build() {
|
|
1463
1478
|
}
|
|
1464
1479
|
|
|
1465
|
-
class ListDataProductRevisionsCommand extends
|
|
1480
|
+
class ListDataProductRevisionsCommand extends Command
|
|
1466
1481
|
.classBuilder()
|
|
1467
1482
|
.ep(commonParams)
|
|
1468
1483
|
.m(function (Command, cs, config, o) {
|
|
1469
|
-
return [
|
|
1484
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1470
1485
|
})
|
|
1471
1486
|
.s("DataZone", "ListDataProductRevisions", {})
|
|
1472
1487
|
.n("DataZoneClient", "ListDataProductRevisionsCommand")
|
|
1473
|
-
.sc(
|
|
1488
|
+
.sc(ListDataProductRevisions$)
|
|
1474
1489
|
.build() {
|
|
1475
1490
|
}
|
|
1476
1491
|
|
|
1477
|
-
class ListDataSourceRunActivitiesCommand extends
|
|
1492
|
+
class ListDataSourceRunActivitiesCommand extends Command
|
|
1478
1493
|
.classBuilder()
|
|
1479
1494
|
.ep(commonParams)
|
|
1480
1495
|
.m(function (Command, cs, config, o) {
|
|
1481
|
-
return [
|
|
1496
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1482
1497
|
})
|
|
1483
1498
|
.s("DataZone", "ListDataSourceRunActivities", {})
|
|
1484
1499
|
.n("DataZoneClient", "ListDataSourceRunActivitiesCommand")
|
|
1485
|
-
.sc(
|
|
1500
|
+
.sc(ListDataSourceRunActivities$)
|
|
1486
1501
|
.build() {
|
|
1487
1502
|
}
|
|
1488
1503
|
|
|
1489
|
-
class ListDataSourceRunsCommand extends
|
|
1504
|
+
class ListDataSourceRunsCommand extends Command
|
|
1490
1505
|
.classBuilder()
|
|
1491
1506
|
.ep(commonParams)
|
|
1492
1507
|
.m(function (Command, cs, config, o) {
|
|
1493
|
-
return [
|
|
1508
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1494
1509
|
})
|
|
1495
1510
|
.s("DataZone", "ListDataSourceRuns", {})
|
|
1496
1511
|
.n("DataZoneClient", "ListDataSourceRunsCommand")
|
|
1497
|
-
.sc(
|
|
1512
|
+
.sc(ListDataSourceRuns$)
|
|
1498
1513
|
.build() {
|
|
1499
1514
|
}
|
|
1500
1515
|
|
|
1501
|
-
class ListDataSourcesCommand extends
|
|
1516
|
+
class ListDataSourcesCommand extends Command
|
|
1502
1517
|
.classBuilder()
|
|
1503
1518
|
.ep(commonParams)
|
|
1504
1519
|
.m(function (Command, cs, config, o) {
|
|
1505
|
-
return [
|
|
1520
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1506
1521
|
})
|
|
1507
1522
|
.s("DataZone", "ListDataSources", {})
|
|
1508
1523
|
.n("DataZoneClient", "ListDataSourcesCommand")
|
|
1509
|
-
.sc(
|
|
1524
|
+
.sc(ListDataSources$)
|
|
1510
1525
|
.build() {
|
|
1511
1526
|
}
|
|
1512
1527
|
|
|
1513
|
-
class ListDomainsCommand extends
|
|
1528
|
+
class ListDomainsCommand extends Command
|
|
1514
1529
|
.classBuilder()
|
|
1515
1530
|
.ep(commonParams)
|
|
1516
1531
|
.m(function (Command, cs, config, o) {
|
|
1517
|
-
return [
|
|
1532
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1518
1533
|
})
|
|
1519
1534
|
.s("DataZone", "ListDomains", {})
|
|
1520
1535
|
.n("DataZoneClient", "ListDomainsCommand")
|
|
1521
|
-
.sc(
|
|
1536
|
+
.sc(ListDomains$)
|
|
1522
1537
|
.build() {
|
|
1523
1538
|
}
|
|
1524
1539
|
|
|
1525
|
-
class ListDomainUnitsForParentCommand extends
|
|
1540
|
+
class ListDomainUnitsForParentCommand extends Command
|
|
1526
1541
|
.classBuilder()
|
|
1527
1542
|
.ep(commonParams)
|
|
1528
1543
|
.m(function (Command, cs, config, o) {
|
|
1529
|
-
return [
|
|
1544
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1530
1545
|
})
|
|
1531
1546
|
.s("DataZone", "ListDomainUnitsForParent", {})
|
|
1532
1547
|
.n("DataZoneClient", "ListDomainUnitsForParentCommand")
|
|
1533
|
-
.sc(
|
|
1548
|
+
.sc(ListDomainUnitsForParent$)
|
|
1534
1549
|
.build() {
|
|
1535
1550
|
}
|
|
1536
1551
|
|
|
1537
|
-
class ListEntityOwnersCommand extends
|
|
1552
|
+
class ListEntityOwnersCommand extends Command
|
|
1538
1553
|
.classBuilder()
|
|
1539
1554
|
.ep(commonParams)
|
|
1540
1555
|
.m(function (Command, cs, config, o) {
|
|
1541
|
-
return [
|
|
1556
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1542
1557
|
})
|
|
1543
1558
|
.s("DataZone", "ListEntityOwners", {})
|
|
1544
1559
|
.n("DataZoneClient", "ListEntityOwnersCommand")
|
|
1545
|
-
.sc(
|
|
1560
|
+
.sc(ListEntityOwners$)
|
|
1546
1561
|
.build() {
|
|
1547
1562
|
}
|
|
1548
1563
|
|
|
1549
|
-
class ListEnvironmentActionsCommand extends
|
|
1564
|
+
class ListEnvironmentActionsCommand extends Command
|
|
1550
1565
|
.classBuilder()
|
|
1551
1566
|
.ep(commonParams)
|
|
1552
1567
|
.m(function (Command, cs, config, o) {
|
|
1553
|
-
return [
|
|
1568
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1554
1569
|
})
|
|
1555
1570
|
.s("DataZone", "ListEnvironmentActions", {})
|
|
1556
1571
|
.n("DataZoneClient", "ListEnvironmentActionsCommand")
|
|
1557
|
-
.sc(
|
|
1572
|
+
.sc(ListEnvironmentActions$)
|
|
1558
1573
|
.build() {
|
|
1559
1574
|
}
|
|
1560
1575
|
|
|
1561
|
-
class ListEnvironmentBlueprintConfigurationsCommand extends
|
|
1576
|
+
class ListEnvironmentBlueprintConfigurationsCommand extends Command
|
|
1562
1577
|
.classBuilder()
|
|
1563
1578
|
.ep(commonParams)
|
|
1564
1579
|
.m(function (Command, cs, config, o) {
|
|
1565
|
-
return [
|
|
1580
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1566
1581
|
})
|
|
1567
1582
|
.s("DataZone", "ListEnvironmentBlueprintConfigurations", {})
|
|
1568
1583
|
.n("DataZoneClient", "ListEnvironmentBlueprintConfigurationsCommand")
|
|
1569
|
-
.sc(
|
|
1584
|
+
.sc(ListEnvironmentBlueprintConfigurations$)
|
|
1570
1585
|
.build() {
|
|
1571
1586
|
}
|
|
1572
1587
|
|
|
1573
|
-
class ListEnvironmentBlueprintsCommand extends
|
|
1588
|
+
class ListEnvironmentBlueprintsCommand extends Command
|
|
1574
1589
|
.classBuilder()
|
|
1575
1590
|
.ep(commonParams)
|
|
1576
1591
|
.m(function (Command, cs, config, o) {
|
|
1577
|
-
return [
|
|
1592
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1578
1593
|
})
|
|
1579
1594
|
.s("DataZone", "ListEnvironmentBlueprints", {})
|
|
1580
1595
|
.n("DataZoneClient", "ListEnvironmentBlueprintsCommand")
|
|
1581
|
-
.sc(
|
|
1596
|
+
.sc(ListEnvironmentBlueprints$)
|
|
1582
1597
|
.build() {
|
|
1583
1598
|
}
|
|
1584
1599
|
|
|
1585
|
-
class ListEnvironmentProfilesCommand extends
|
|
1600
|
+
class ListEnvironmentProfilesCommand extends Command
|
|
1586
1601
|
.classBuilder()
|
|
1587
1602
|
.ep(commonParams)
|
|
1588
1603
|
.m(function (Command, cs, config, o) {
|
|
1589
|
-
return [
|
|
1604
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1590
1605
|
})
|
|
1591
1606
|
.s("DataZone", "ListEnvironmentProfiles", {})
|
|
1592
1607
|
.n("DataZoneClient", "ListEnvironmentProfilesCommand")
|
|
1593
|
-
.sc(
|
|
1608
|
+
.sc(ListEnvironmentProfiles$)
|
|
1594
1609
|
.build() {
|
|
1595
1610
|
}
|
|
1596
1611
|
|
|
1597
|
-
class ListEnvironmentsCommand extends
|
|
1612
|
+
class ListEnvironmentsCommand extends Command
|
|
1598
1613
|
.classBuilder()
|
|
1599
1614
|
.ep(commonParams)
|
|
1600
1615
|
.m(function (Command, cs, config, o) {
|
|
1601
|
-
return [
|
|
1616
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1602
1617
|
})
|
|
1603
1618
|
.s("DataZone", "ListEnvironments", {})
|
|
1604
1619
|
.n("DataZoneClient", "ListEnvironmentsCommand")
|
|
1605
|
-
.sc(
|
|
1620
|
+
.sc(ListEnvironments$)
|
|
1606
1621
|
.build() {
|
|
1607
1622
|
}
|
|
1608
1623
|
|
|
1609
|
-
class ListJobRunsCommand extends
|
|
1624
|
+
class ListJobRunsCommand extends Command
|
|
1610
1625
|
.classBuilder()
|
|
1611
1626
|
.ep(commonParams)
|
|
1612
1627
|
.m(function (Command, cs, config, o) {
|
|
1613
|
-
return [
|
|
1628
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1614
1629
|
})
|
|
1615
1630
|
.s("DataZone", "ListJobRuns", {})
|
|
1616
1631
|
.n("DataZoneClient", "ListJobRunsCommand")
|
|
1617
|
-
.sc(
|
|
1632
|
+
.sc(ListJobRuns$)
|
|
1618
1633
|
.build() {
|
|
1619
1634
|
}
|
|
1620
1635
|
|
|
1621
|
-
class ListLineageEventsCommand extends
|
|
1636
|
+
class ListLineageEventsCommand extends Command
|
|
1622
1637
|
.classBuilder()
|
|
1623
1638
|
.ep(commonParams)
|
|
1624
1639
|
.m(function (Command, cs, config, o) {
|
|
1625
|
-
return [
|
|
1640
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1626
1641
|
})
|
|
1627
1642
|
.s("DataZone", "ListLineageEvents", {})
|
|
1628
1643
|
.n("DataZoneClient", "ListLineageEventsCommand")
|
|
1629
|
-
.sc(
|
|
1644
|
+
.sc(ListLineageEvents$)
|
|
1630
1645
|
.build() {
|
|
1631
1646
|
}
|
|
1632
1647
|
|
|
1633
|
-
class ListLineageNodeHistoryCommand extends
|
|
1648
|
+
class ListLineageNodeHistoryCommand extends Command
|
|
1634
1649
|
.classBuilder()
|
|
1635
1650
|
.ep(commonParams)
|
|
1636
1651
|
.m(function (Command, cs, config, o) {
|
|
1637
|
-
return [
|
|
1652
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1638
1653
|
})
|
|
1639
1654
|
.s("DataZone", "ListLineageNodeHistory", {})
|
|
1640
1655
|
.n("DataZoneClient", "ListLineageNodeHistoryCommand")
|
|
1641
|
-
.sc(
|
|
1656
|
+
.sc(ListLineageNodeHistory$)
|
|
1642
1657
|
.build() {
|
|
1643
1658
|
}
|
|
1644
1659
|
|
|
1645
|
-
class ListMetadataGenerationRunsCommand extends
|
|
1660
|
+
class ListMetadataGenerationRunsCommand extends Command
|
|
1646
1661
|
.classBuilder()
|
|
1647
1662
|
.ep(commonParams)
|
|
1648
1663
|
.m(function (Command, cs, config, o) {
|
|
1649
|
-
return [
|
|
1664
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1650
1665
|
})
|
|
1651
1666
|
.s("DataZone", "ListMetadataGenerationRuns", {})
|
|
1652
1667
|
.n("DataZoneClient", "ListMetadataGenerationRunsCommand")
|
|
1653
|
-
.sc(
|
|
1668
|
+
.sc(ListMetadataGenerationRuns$)
|
|
1654
1669
|
.build() {
|
|
1655
1670
|
}
|
|
1656
1671
|
|
|
1657
|
-
class ListNotebookRunsCommand extends
|
|
1672
|
+
class ListNotebookRunsCommand extends Command
|
|
1658
1673
|
.classBuilder()
|
|
1659
1674
|
.ep(commonParams)
|
|
1660
1675
|
.m(function (Command, cs, config, o) {
|
|
1661
|
-
return [
|
|
1676
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1662
1677
|
})
|
|
1663
1678
|
.s("DataZone", "ListNotebookRuns", {})
|
|
1664
1679
|
.n("DataZoneClient", "ListNotebookRunsCommand")
|
|
1665
|
-
.sc(
|
|
1680
|
+
.sc(ListNotebookRuns$)
|
|
1666
1681
|
.build() {
|
|
1667
1682
|
}
|
|
1668
1683
|
|
|
1669
|
-
class ListNotebooksCommand extends
|
|
1684
|
+
class ListNotebooksCommand extends Command
|
|
1670
1685
|
.classBuilder()
|
|
1671
1686
|
.ep(commonParams)
|
|
1672
1687
|
.m(function (Command, cs, config, o) {
|
|
1673
|
-
return [
|
|
1688
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1674
1689
|
})
|
|
1675
1690
|
.s("DataZone", "ListNotebooks", {})
|
|
1676
1691
|
.n("DataZoneClient", "ListNotebooksCommand")
|
|
1677
|
-
.sc(
|
|
1692
|
+
.sc(ListNotebooks$)
|
|
1678
1693
|
.build() {
|
|
1679
1694
|
}
|
|
1680
1695
|
|
|
1681
|
-
class ListNotificationsCommand extends
|
|
1696
|
+
class ListNotificationsCommand extends Command
|
|
1682
1697
|
.classBuilder()
|
|
1683
1698
|
.ep(commonParams)
|
|
1684
1699
|
.m(function (Command, cs, config, o) {
|
|
1685
|
-
return [
|
|
1700
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1686
1701
|
})
|
|
1687
1702
|
.s("DataZone", "ListNotifications", {})
|
|
1688
1703
|
.n("DataZoneClient", "ListNotificationsCommand")
|
|
1689
|
-
.sc(
|
|
1704
|
+
.sc(ListNotifications$)
|
|
1690
1705
|
.build() {
|
|
1691
1706
|
}
|
|
1692
1707
|
|
|
1693
|
-
class ListPolicyGrantsCommand extends
|
|
1708
|
+
class ListPolicyGrantsCommand extends Command
|
|
1694
1709
|
.classBuilder()
|
|
1695
1710
|
.ep(commonParams)
|
|
1696
1711
|
.m(function (Command, cs, config, o) {
|
|
1697
|
-
return [
|
|
1712
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1698
1713
|
})
|
|
1699
1714
|
.s("DataZone", "ListPolicyGrants", {})
|
|
1700
1715
|
.n("DataZoneClient", "ListPolicyGrantsCommand")
|
|
1701
|
-
.sc(
|
|
1716
|
+
.sc(ListPolicyGrants$)
|
|
1702
1717
|
.build() {
|
|
1703
1718
|
}
|
|
1704
1719
|
|
|
1705
|
-
class ListProjectMembershipsCommand extends
|
|
1720
|
+
class ListProjectMembershipsCommand extends Command
|
|
1706
1721
|
.classBuilder()
|
|
1707
1722
|
.ep(commonParams)
|
|
1708
1723
|
.m(function (Command, cs, config, o) {
|
|
1709
|
-
return [
|
|
1724
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1710
1725
|
})
|
|
1711
1726
|
.s("DataZone", "ListProjectMemberships", {})
|
|
1712
1727
|
.n("DataZoneClient", "ListProjectMembershipsCommand")
|
|
1713
|
-
.sc(
|
|
1728
|
+
.sc(ListProjectMemberships$)
|
|
1714
1729
|
.build() {
|
|
1715
1730
|
}
|
|
1716
1731
|
|
|
1717
|
-
class ListProjectProfilesCommand extends
|
|
1732
|
+
class ListProjectProfilesCommand extends Command
|
|
1718
1733
|
.classBuilder()
|
|
1719
1734
|
.ep(commonParams)
|
|
1720
1735
|
.m(function (Command, cs, config, o) {
|
|
1721
|
-
return [
|
|
1736
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1722
1737
|
})
|
|
1723
1738
|
.s("DataZone", "ListProjectProfiles", {})
|
|
1724
1739
|
.n("DataZoneClient", "ListProjectProfilesCommand")
|
|
1725
|
-
.sc(
|
|
1740
|
+
.sc(ListProjectProfiles$)
|
|
1726
1741
|
.build() {
|
|
1727
1742
|
}
|
|
1728
1743
|
|
|
1729
|
-
class ListProjectsCommand extends
|
|
1744
|
+
class ListProjectsCommand extends Command
|
|
1730
1745
|
.classBuilder()
|
|
1731
1746
|
.ep(commonParams)
|
|
1732
1747
|
.m(function (Command, cs, config, o) {
|
|
1733
|
-
return [
|
|
1748
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1734
1749
|
})
|
|
1735
1750
|
.s("DataZone", "ListProjects", {})
|
|
1736
1751
|
.n("DataZoneClient", "ListProjectsCommand")
|
|
1737
|
-
.sc(
|
|
1752
|
+
.sc(ListProjects$)
|
|
1738
1753
|
.build() {
|
|
1739
1754
|
}
|
|
1740
1755
|
|
|
1741
|
-
class ListRulesCommand extends
|
|
1756
|
+
class ListRulesCommand extends Command
|
|
1742
1757
|
.classBuilder()
|
|
1743
1758
|
.ep(commonParams)
|
|
1744
1759
|
.m(function (Command, cs, config, o) {
|
|
1745
|
-
return [
|
|
1760
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1746
1761
|
})
|
|
1747
1762
|
.s("DataZone", "ListRules", {})
|
|
1748
1763
|
.n("DataZoneClient", "ListRulesCommand")
|
|
1749
|
-
.sc(
|
|
1764
|
+
.sc(ListRules$)
|
|
1750
1765
|
.build() {
|
|
1751
1766
|
}
|
|
1752
1767
|
|
|
1753
|
-
class ListSubscriptionGrantsCommand extends
|
|
1768
|
+
class ListSubscriptionGrantsCommand extends Command
|
|
1754
1769
|
.classBuilder()
|
|
1755
1770
|
.ep(commonParams)
|
|
1756
1771
|
.m(function (Command, cs, config, o) {
|
|
1757
|
-
return [
|
|
1772
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1758
1773
|
})
|
|
1759
1774
|
.s("DataZone", "ListSubscriptionGrants", {})
|
|
1760
1775
|
.n("DataZoneClient", "ListSubscriptionGrantsCommand")
|
|
1761
|
-
.sc(
|
|
1776
|
+
.sc(ListSubscriptionGrants$)
|
|
1762
1777
|
.build() {
|
|
1763
1778
|
}
|
|
1764
1779
|
|
|
1765
|
-
class ListSubscriptionRequestsCommand extends
|
|
1780
|
+
class ListSubscriptionRequestsCommand extends Command
|
|
1766
1781
|
.classBuilder()
|
|
1767
1782
|
.ep(commonParams)
|
|
1768
1783
|
.m(function (Command, cs, config, o) {
|
|
1769
|
-
return [
|
|
1784
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1770
1785
|
})
|
|
1771
1786
|
.s("DataZone", "ListSubscriptionRequests", {})
|
|
1772
1787
|
.n("DataZoneClient", "ListSubscriptionRequestsCommand")
|
|
1773
|
-
.sc(
|
|
1788
|
+
.sc(ListSubscriptionRequests$)
|
|
1774
1789
|
.build() {
|
|
1775
1790
|
}
|
|
1776
1791
|
|
|
1777
|
-
class ListSubscriptionsCommand extends
|
|
1792
|
+
class ListSubscriptionsCommand extends Command
|
|
1778
1793
|
.classBuilder()
|
|
1779
1794
|
.ep(commonParams)
|
|
1780
1795
|
.m(function (Command, cs, config, o) {
|
|
1781
|
-
return [
|
|
1796
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1782
1797
|
})
|
|
1783
1798
|
.s("DataZone", "ListSubscriptions", {})
|
|
1784
1799
|
.n("DataZoneClient", "ListSubscriptionsCommand")
|
|
1785
|
-
.sc(
|
|
1800
|
+
.sc(ListSubscriptions$)
|
|
1786
1801
|
.build() {
|
|
1787
1802
|
}
|
|
1788
1803
|
|
|
1789
|
-
class ListSubscriptionTargetsCommand extends
|
|
1804
|
+
class ListSubscriptionTargetsCommand extends Command
|
|
1790
1805
|
.classBuilder()
|
|
1791
1806
|
.ep(commonParams)
|
|
1792
1807
|
.m(function (Command, cs, config, o) {
|
|
1793
|
-
return [
|
|
1808
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1794
1809
|
})
|
|
1795
1810
|
.s("DataZone", "ListSubscriptionTargets", {})
|
|
1796
1811
|
.n("DataZoneClient", "ListSubscriptionTargetsCommand")
|
|
1797
|
-
.sc(
|
|
1812
|
+
.sc(ListSubscriptionTargets$)
|
|
1798
1813
|
.build() {
|
|
1799
1814
|
}
|
|
1800
1815
|
|
|
1801
|
-
class ListTagsForResourceCommand extends
|
|
1816
|
+
class ListTagsForResourceCommand extends Command
|
|
1802
1817
|
.classBuilder()
|
|
1803
1818
|
.ep(commonParams)
|
|
1804
1819
|
.m(function (Command, cs, config, o) {
|
|
1805
|
-
return [
|
|
1820
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1806
1821
|
})
|
|
1807
1822
|
.s("DataZone", "ListTagsForResource", {})
|
|
1808
1823
|
.n("DataZoneClient", "ListTagsForResourceCommand")
|
|
1809
|
-
.sc(
|
|
1824
|
+
.sc(ListTagsForResource$)
|
|
1810
1825
|
.build() {
|
|
1811
1826
|
}
|
|
1812
1827
|
|
|
1813
|
-
class ListTimeSeriesDataPointsCommand extends
|
|
1828
|
+
class ListTimeSeriesDataPointsCommand extends Command
|
|
1814
1829
|
.classBuilder()
|
|
1815
1830
|
.ep(commonParams)
|
|
1816
1831
|
.m(function (Command, cs, config, o) {
|
|
1817
|
-
return [
|
|
1832
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1818
1833
|
})
|
|
1819
1834
|
.s("DataZone", "ListTimeSeriesDataPoints", {})
|
|
1820
1835
|
.n("DataZoneClient", "ListTimeSeriesDataPointsCommand")
|
|
1821
|
-
.sc(
|
|
1836
|
+
.sc(ListTimeSeriesDataPoints$)
|
|
1822
1837
|
.build() {
|
|
1823
1838
|
}
|
|
1824
1839
|
|
|
1825
|
-
class PostLineageEventCommand extends
|
|
1840
|
+
class PostLineageEventCommand extends Command
|
|
1826
1841
|
.classBuilder()
|
|
1827
1842
|
.ep(commonParams)
|
|
1828
1843
|
.m(function (Command, cs, config, o) {
|
|
1829
|
-
return [
|
|
1844
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1830
1845
|
})
|
|
1831
1846
|
.s("DataZone", "PostLineageEvent", {})
|
|
1832
1847
|
.n("DataZoneClient", "PostLineageEventCommand")
|
|
1833
|
-
.sc(
|
|
1848
|
+
.sc(PostLineageEvent$)
|
|
1834
1849
|
.build() {
|
|
1835
1850
|
}
|
|
1836
1851
|
|
|
1837
|
-
class PostTimeSeriesDataPointsCommand extends
|
|
1852
|
+
class PostTimeSeriesDataPointsCommand extends Command
|
|
1838
1853
|
.classBuilder()
|
|
1839
1854
|
.ep(commonParams)
|
|
1840
1855
|
.m(function (Command, cs, config, o) {
|
|
1841
|
-
return [
|
|
1856
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1842
1857
|
})
|
|
1843
1858
|
.s("DataZone", "PostTimeSeriesDataPoints", {})
|
|
1844
1859
|
.n("DataZoneClient", "PostTimeSeriesDataPointsCommand")
|
|
1845
|
-
.sc(
|
|
1860
|
+
.sc(PostTimeSeriesDataPoints$)
|
|
1846
1861
|
.build() {
|
|
1847
1862
|
}
|
|
1848
1863
|
|
|
1849
|
-
class PutDataExportConfigurationCommand extends
|
|
1864
|
+
class PutDataExportConfigurationCommand extends Command
|
|
1850
1865
|
.classBuilder()
|
|
1851
1866
|
.ep(commonParams)
|
|
1852
1867
|
.m(function (Command, cs, config, o) {
|
|
1853
|
-
return [
|
|
1868
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1854
1869
|
})
|
|
1855
1870
|
.s("DataZone", "PutDataExportConfiguration", {})
|
|
1856
1871
|
.n("DataZoneClient", "PutDataExportConfigurationCommand")
|
|
1857
|
-
.sc(
|
|
1872
|
+
.sc(PutDataExportConfiguration$)
|
|
1858
1873
|
.build() {
|
|
1859
1874
|
}
|
|
1860
1875
|
|
|
1861
|
-
class PutEnvironmentBlueprintConfigurationCommand extends
|
|
1876
|
+
class PutEnvironmentBlueprintConfigurationCommand extends Command
|
|
1862
1877
|
.classBuilder()
|
|
1863
1878
|
.ep(commonParams)
|
|
1864
1879
|
.m(function (Command, cs, config, o) {
|
|
1865
|
-
return [
|
|
1880
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1866
1881
|
})
|
|
1867
1882
|
.s("DataZone", "PutEnvironmentBlueprintConfiguration", {})
|
|
1868
1883
|
.n("DataZoneClient", "PutEnvironmentBlueprintConfigurationCommand")
|
|
1869
|
-
.sc(
|
|
1884
|
+
.sc(PutEnvironmentBlueprintConfiguration$)
|
|
1870
1885
|
.build() {
|
|
1871
1886
|
}
|
|
1872
1887
|
|
|
1873
|
-
class QueryGraphCommand extends
|
|
1888
|
+
class QueryGraphCommand extends Command
|
|
1874
1889
|
.classBuilder()
|
|
1875
1890
|
.ep(commonParams)
|
|
1876
1891
|
.m(function (Command, cs, config, o) {
|
|
1877
|
-
return [
|
|
1892
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1878
1893
|
})
|
|
1879
1894
|
.s("DataZone", "QueryGraph", {})
|
|
1880
1895
|
.n("DataZoneClient", "QueryGraphCommand")
|
|
1881
|
-
.sc(
|
|
1896
|
+
.sc(QueryGraph$)
|
|
1882
1897
|
.build() {
|
|
1883
1898
|
}
|
|
1884
1899
|
|
|
1885
|
-
class RejectPredictionsCommand extends
|
|
1900
|
+
class RejectPredictionsCommand extends Command
|
|
1886
1901
|
.classBuilder()
|
|
1887
1902
|
.ep(commonParams)
|
|
1888
1903
|
.m(function (Command, cs, config, o) {
|
|
1889
|
-
return [
|
|
1904
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1890
1905
|
})
|
|
1891
1906
|
.s("DataZone", "RejectPredictions", {})
|
|
1892
1907
|
.n("DataZoneClient", "RejectPredictionsCommand")
|
|
1893
|
-
.sc(
|
|
1908
|
+
.sc(RejectPredictions$)
|
|
1894
1909
|
.build() {
|
|
1895
1910
|
}
|
|
1896
1911
|
|
|
1897
|
-
class RejectSubscriptionRequestCommand extends
|
|
1912
|
+
class RejectSubscriptionRequestCommand extends Command
|
|
1898
1913
|
.classBuilder()
|
|
1899
1914
|
.ep(commonParams)
|
|
1900
1915
|
.m(function (Command, cs, config, o) {
|
|
1901
|
-
return [
|
|
1916
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1902
1917
|
})
|
|
1903
1918
|
.s("DataZone", "RejectSubscriptionRequest", {})
|
|
1904
1919
|
.n("DataZoneClient", "RejectSubscriptionRequestCommand")
|
|
1905
|
-
.sc(
|
|
1920
|
+
.sc(RejectSubscriptionRequest$)
|
|
1906
1921
|
.build() {
|
|
1907
1922
|
}
|
|
1908
1923
|
|
|
1909
|
-
class RemoveEntityOwnerCommand extends
|
|
1924
|
+
class RemoveEntityOwnerCommand extends Command
|
|
1910
1925
|
.classBuilder()
|
|
1911
1926
|
.ep(commonParams)
|
|
1912
1927
|
.m(function (Command, cs, config, o) {
|
|
1913
|
-
return [
|
|
1928
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1914
1929
|
})
|
|
1915
1930
|
.s("DataZone", "RemoveEntityOwner", {})
|
|
1916
1931
|
.n("DataZoneClient", "RemoveEntityOwnerCommand")
|
|
1917
|
-
.sc(
|
|
1932
|
+
.sc(RemoveEntityOwner$)
|
|
1918
1933
|
.build() {
|
|
1919
1934
|
}
|
|
1920
1935
|
|
|
1921
|
-
class RemovePolicyGrantCommand extends
|
|
1936
|
+
class RemovePolicyGrantCommand extends Command
|
|
1922
1937
|
.classBuilder()
|
|
1923
1938
|
.ep(commonParams)
|
|
1924
1939
|
.m(function (Command, cs, config, o) {
|
|
1925
|
-
return [
|
|
1940
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1926
1941
|
})
|
|
1927
1942
|
.s("DataZone", "RemovePolicyGrant", {})
|
|
1928
1943
|
.n("DataZoneClient", "RemovePolicyGrantCommand")
|
|
1929
|
-
.sc(
|
|
1944
|
+
.sc(RemovePolicyGrant$)
|
|
1930
1945
|
.build() {
|
|
1931
1946
|
}
|
|
1932
1947
|
|
|
1933
|
-
class RevokeSubscriptionCommand extends
|
|
1948
|
+
class RevokeSubscriptionCommand extends Command
|
|
1934
1949
|
.classBuilder()
|
|
1935
1950
|
.ep(commonParams)
|
|
1936
1951
|
.m(function (Command, cs, config, o) {
|
|
1937
|
-
return [
|
|
1952
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1938
1953
|
})
|
|
1939
1954
|
.s("DataZone", "RevokeSubscription", {})
|
|
1940
1955
|
.n("DataZoneClient", "RevokeSubscriptionCommand")
|
|
1941
|
-
.sc(
|
|
1956
|
+
.sc(RevokeSubscription$)
|
|
1942
1957
|
.build() {
|
|
1943
1958
|
}
|
|
1944
1959
|
|
|
1945
|
-
class SearchCommand extends
|
|
1960
|
+
class SearchCommand extends Command
|
|
1946
1961
|
.classBuilder()
|
|
1947
1962
|
.ep(commonParams)
|
|
1948
1963
|
.m(function (Command, cs, config, o) {
|
|
1949
|
-
return [
|
|
1964
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1950
1965
|
})
|
|
1951
1966
|
.s("DataZone", "Search", {})
|
|
1952
1967
|
.n("DataZoneClient", "SearchCommand")
|
|
1953
|
-
.sc(
|
|
1968
|
+
.sc(Search$)
|
|
1954
1969
|
.build() {
|
|
1955
1970
|
}
|
|
1956
1971
|
|
|
1957
|
-
class SearchGroupProfilesCommand extends
|
|
1972
|
+
class SearchGroupProfilesCommand extends Command
|
|
1958
1973
|
.classBuilder()
|
|
1959
1974
|
.ep(commonParams)
|
|
1960
1975
|
.m(function (Command, cs, config, o) {
|
|
1961
|
-
return [
|
|
1976
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1962
1977
|
})
|
|
1963
1978
|
.s("DataZone", "SearchGroupProfiles", {})
|
|
1964
1979
|
.n("DataZoneClient", "SearchGroupProfilesCommand")
|
|
1965
|
-
.sc(
|
|
1980
|
+
.sc(SearchGroupProfiles$)
|
|
1966
1981
|
.build() {
|
|
1967
1982
|
}
|
|
1968
1983
|
|
|
1969
|
-
class SearchListingsCommand extends
|
|
1984
|
+
class SearchListingsCommand extends Command
|
|
1970
1985
|
.classBuilder()
|
|
1971
1986
|
.ep(commonParams)
|
|
1972
1987
|
.m(function (Command, cs, config, o) {
|
|
1973
|
-
return [
|
|
1988
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1974
1989
|
})
|
|
1975
1990
|
.s("DataZone", "SearchListings", {})
|
|
1976
1991
|
.n("DataZoneClient", "SearchListingsCommand")
|
|
1977
|
-
.sc(
|
|
1992
|
+
.sc(SearchListings$)
|
|
1978
1993
|
.build() {
|
|
1979
1994
|
}
|
|
1980
1995
|
|
|
1981
|
-
class SearchTypesCommand extends
|
|
1996
|
+
class SearchTypesCommand extends Command
|
|
1982
1997
|
.classBuilder()
|
|
1983
1998
|
.ep(commonParams)
|
|
1984
1999
|
.m(function (Command, cs, config, o) {
|
|
1985
|
-
return [
|
|
2000
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1986
2001
|
})
|
|
1987
2002
|
.s("DataZone", "SearchTypes", {})
|
|
1988
2003
|
.n("DataZoneClient", "SearchTypesCommand")
|
|
1989
|
-
.sc(
|
|
2004
|
+
.sc(SearchTypes$)
|
|
1990
2005
|
.build() {
|
|
1991
2006
|
}
|
|
1992
2007
|
|
|
1993
|
-
class SearchUserProfilesCommand extends
|
|
2008
|
+
class SearchUserProfilesCommand extends Command
|
|
1994
2009
|
.classBuilder()
|
|
1995
2010
|
.ep(commonParams)
|
|
1996
2011
|
.m(function (Command, cs, config, o) {
|
|
1997
|
-
return [
|
|
2012
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1998
2013
|
})
|
|
1999
2014
|
.s("DataZone", "SearchUserProfiles", {})
|
|
2000
2015
|
.n("DataZoneClient", "SearchUserProfilesCommand")
|
|
2001
|
-
.sc(
|
|
2016
|
+
.sc(SearchUserProfiles$)
|
|
2002
2017
|
.build() {
|
|
2003
2018
|
}
|
|
2004
2019
|
|
|
2005
|
-
class StartDataSourceRunCommand extends
|
|
2020
|
+
class StartDataSourceRunCommand extends Command
|
|
2006
2021
|
.classBuilder()
|
|
2007
2022
|
.ep(commonParams)
|
|
2008
2023
|
.m(function (Command, cs, config, o) {
|
|
2009
|
-
return [
|
|
2024
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2010
2025
|
})
|
|
2011
2026
|
.s("DataZone", "StartDataSourceRun", {})
|
|
2012
2027
|
.n("DataZoneClient", "StartDataSourceRunCommand")
|
|
2013
|
-
.sc(
|
|
2028
|
+
.sc(StartDataSourceRun$)
|
|
2014
2029
|
.build() {
|
|
2015
2030
|
}
|
|
2016
2031
|
|
|
2017
|
-
class StartMetadataGenerationRunCommand extends
|
|
2032
|
+
class StartMetadataGenerationRunCommand extends Command
|
|
2018
2033
|
.classBuilder()
|
|
2019
2034
|
.ep(commonParams)
|
|
2020
2035
|
.m(function (Command, cs, config, o) {
|
|
2021
|
-
return [
|
|
2036
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2022
2037
|
})
|
|
2023
2038
|
.s("DataZone", "StartMetadataGenerationRun", {})
|
|
2024
2039
|
.n("DataZoneClient", "StartMetadataGenerationRunCommand")
|
|
2025
|
-
.sc(
|
|
2040
|
+
.sc(StartMetadataGenerationRun$)
|
|
2026
2041
|
.build() {
|
|
2027
2042
|
}
|
|
2028
2043
|
|
|
2029
|
-
class StartNotebookExportCommand extends
|
|
2044
|
+
class StartNotebookExportCommand extends Command
|
|
2030
2045
|
.classBuilder()
|
|
2031
2046
|
.ep(commonParams)
|
|
2032
2047
|
.m(function (Command, cs, config, o) {
|
|
2033
|
-
return [
|
|
2048
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2034
2049
|
})
|
|
2035
2050
|
.s("DataZone", "StartNotebookExport", {})
|
|
2036
2051
|
.n("DataZoneClient", "StartNotebookExportCommand")
|
|
2037
|
-
.sc(
|
|
2052
|
+
.sc(StartNotebookExport$)
|
|
2038
2053
|
.build() {
|
|
2039
2054
|
}
|
|
2040
2055
|
|
|
2041
|
-
class StartNotebookImportCommand extends
|
|
2056
|
+
class StartNotebookImportCommand extends Command
|
|
2042
2057
|
.classBuilder()
|
|
2043
2058
|
.ep(commonParams)
|
|
2044
2059
|
.m(function (Command, cs, config, o) {
|
|
2045
|
-
return [
|
|
2060
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2046
2061
|
})
|
|
2047
2062
|
.s("DataZone", "StartNotebookImport", {})
|
|
2048
2063
|
.n("DataZoneClient", "StartNotebookImportCommand")
|
|
2049
|
-
.sc(
|
|
2064
|
+
.sc(StartNotebookImport$)
|
|
2050
2065
|
.build() {
|
|
2051
2066
|
}
|
|
2052
2067
|
|
|
2053
|
-
class StartNotebookRunCommand extends
|
|
2068
|
+
class StartNotebookRunCommand extends Command
|
|
2054
2069
|
.classBuilder()
|
|
2055
2070
|
.ep(commonParams)
|
|
2056
2071
|
.m(function (Command, cs, config, o) {
|
|
2057
|
-
return [
|
|
2072
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2058
2073
|
})
|
|
2059
2074
|
.s("DataZone", "StartNotebookRun", {})
|
|
2060
2075
|
.n("DataZoneClient", "StartNotebookRunCommand")
|
|
2061
|
-
.sc(
|
|
2076
|
+
.sc(StartNotebookRun$)
|
|
2062
2077
|
.build() {
|
|
2063
2078
|
}
|
|
2064
2079
|
|
|
2065
|
-
class StopNotebookRunCommand extends
|
|
2080
|
+
class StopNotebookRunCommand extends Command
|
|
2066
2081
|
.classBuilder()
|
|
2067
2082
|
.ep(commonParams)
|
|
2068
2083
|
.m(function (Command, cs, config, o) {
|
|
2069
|
-
return [
|
|
2084
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2070
2085
|
})
|
|
2071
2086
|
.s("DataZone", "StopNotebookRun", {})
|
|
2072
2087
|
.n("DataZoneClient", "StopNotebookRunCommand")
|
|
2073
|
-
.sc(
|
|
2088
|
+
.sc(StopNotebookRun$)
|
|
2074
2089
|
.build() {
|
|
2075
2090
|
}
|
|
2076
2091
|
|
|
2077
|
-
class TagResourceCommand extends
|
|
2092
|
+
class TagResourceCommand extends Command
|
|
2078
2093
|
.classBuilder()
|
|
2079
2094
|
.ep(commonParams)
|
|
2080
2095
|
.m(function (Command, cs, config, o) {
|
|
2081
|
-
return [
|
|
2096
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2082
2097
|
})
|
|
2083
2098
|
.s("DataZone", "TagResource", {})
|
|
2084
2099
|
.n("DataZoneClient", "TagResourceCommand")
|
|
2085
|
-
.sc(
|
|
2100
|
+
.sc(TagResource$)
|
|
2086
2101
|
.build() {
|
|
2087
2102
|
}
|
|
2088
2103
|
|
|
2089
|
-
class UntagResourceCommand extends
|
|
2104
|
+
class UntagResourceCommand extends Command
|
|
2090
2105
|
.classBuilder()
|
|
2091
2106
|
.ep(commonParams)
|
|
2092
2107
|
.m(function (Command, cs, config, o) {
|
|
2093
|
-
return [
|
|
2108
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2094
2109
|
})
|
|
2095
2110
|
.s("DataZone", "UntagResource", {})
|
|
2096
2111
|
.n("DataZoneClient", "UntagResourceCommand")
|
|
2097
|
-
.sc(
|
|
2112
|
+
.sc(UntagResource$)
|
|
2098
2113
|
.build() {
|
|
2099
2114
|
}
|
|
2100
2115
|
|
|
2101
|
-
class UpdateAccountPoolCommand extends
|
|
2116
|
+
class UpdateAccountPoolCommand extends Command
|
|
2102
2117
|
.classBuilder()
|
|
2103
2118
|
.ep(commonParams)
|
|
2104
2119
|
.m(function (Command, cs, config, o) {
|
|
2105
|
-
return [
|
|
2120
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2106
2121
|
})
|
|
2107
2122
|
.s("DataZone", "UpdateAccountPool", {})
|
|
2108
2123
|
.n("DataZoneClient", "UpdateAccountPoolCommand")
|
|
2109
|
-
.sc(
|
|
2124
|
+
.sc(UpdateAccountPool$)
|
|
2110
2125
|
.build() {
|
|
2111
2126
|
}
|
|
2112
2127
|
|
|
2113
|
-
class UpdateAssetFilterCommand extends
|
|
2128
|
+
class UpdateAssetFilterCommand extends Command
|
|
2114
2129
|
.classBuilder()
|
|
2115
2130
|
.ep(commonParams)
|
|
2116
2131
|
.m(function (Command, cs, config, o) {
|
|
2117
|
-
return [
|
|
2132
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2118
2133
|
})
|
|
2119
2134
|
.s("DataZone", "UpdateAssetFilter", {})
|
|
2120
2135
|
.n("DataZoneClient", "UpdateAssetFilterCommand")
|
|
2121
|
-
.sc(
|
|
2136
|
+
.sc(UpdateAssetFilter$)
|
|
2122
2137
|
.build() {
|
|
2123
2138
|
}
|
|
2124
2139
|
|
|
2125
|
-
class UpdateConnectionCommand extends
|
|
2140
|
+
class UpdateConnectionCommand extends Command
|
|
2126
2141
|
.classBuilder()
|
|
2127
2142
|
.ep(commonParams)
|
|
2128
2143
|
.m(function (Command, cs, config, o) {
|
|
2129
|
-
return [
|
|
2144
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2130
2145
|
})
|
|
2131
2146
|
.s("DataZone", "UpdateConnection", {})
|
|
2132
2147
|
.n("DataZoneClient", "UpdateConnectionCommand")
|
|
2133
|
-
.sc(
|
|
2148
|
+
.sc(UpdateConnection$)
|
|
2134
2149
|
.build() {
|
|
2135
2150
|
}
|
|
2136
2151
|
|
|
2137
|
-
class UpdateDataSourceCommand extends
|
|
2152
|
+
class UpdateDataSourceCommand extends Command
|
|
2138
2153
|
.classBuilder()
|
|
2139
2154
|
.ep(commonParams)
|
|
2140
2155
|
.m(function (Command, cs, config, o) {
|
|
2141
|
-
return [
|
|
2156
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2142
2157
|
})
|
|
2143
2158
|
.s("DataZone", "UpdateDataSource", {})
|
|
2144
2159
|
.n("DataZoneClient", "UpdateDataSourceCommand")
|
|
2145
|
-
.sc(
|
|
2160
|
+
.sc(UpdateDataSource$)
|
|
2146
2161
|
.build() {
|
|
2147
2162
|
}
|
|
2148
2163
|
|
|
2149
|
-
class UpdateDomainCommand extends
|
|
2164
|
+
class UpdateDomainCommand extends Command
|
|
2150
2165
|
.classBuilder()
|
|
2151
2166
|
.ep(commonParams)
|
|
2152
2167
|
.m(function (Command, cs, config, o) {
|
|
2153
|
-
return [
|
|
2168
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2154
2169
|
})
|
|
2155
2170
|
.s("DataZone", "UpdateDomain", {})
|
|
2156
2171
|
.n("DataZoneClient", "UpdateDomainCommand")
|
|
2157
|
-
.sc(
|
|
2172
|
+
.sc(UpdateDomain$)
|
|
2158
2173
|
.build() {
|
|
2159
2174
|
}
|
|
2160
2175
|
|
|
2161
|
-
class UpdateDomainUnitCommand extends
|
|
2176
|
+
class UpdateDomainUnitCommand extends Command
|
|
2162
2177
|
.classBuilder()
|
|
2163
2178
|
.ep(commonParams)
|
|
2164
2179
|
.m(function (Command, cs, config, o) {
|
|
2165
|
-
return [
|
|
2180
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2166
2181
|
})
|
|
2167
2182
|
.s("DataZone", "UpdateDomainUnit", {})
|
|
2168
2183
|
.n("DataZoneClient", "UpdateDomainUnitCommand")
|
|
2169
|
-
.sc(
|
|
2184
|
+
.sc(UpdateDomainUnit$)
|
|
2170
2185
|
.build() {
|
|
2171
2186
|
}
|
|
2172
2187
|
|
|
2173
|
-
class UpdateEnvironmentActionCommand extends
|
|
2188
|
+
class UpdateEnvironmentActionCommand extends Command
|
|
2174
2189
|
.classBuilder()
|
|
2175
2190
|
.ep(commonParams)
|
|
2176
2191
|
.m(function (Command, cs, config, o) {
|
|
2177
|
-
return [
|
|
2192
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2178
2193
|
})
|
|
2179
2194
|
.s("DataZone", "UpdateEnvironmentAction", {})
|
|
2180
2195
|
.n("DataZoneClient", "UpdateEnvironmentActionCommand")
|
|
2181
|
-
.sc(
|
|
2196
|
+
.sc(UpdateEnvironmentAction$)
|
|
2182
2197
|
.build() {
|
|
2183
2198
|
}
|
|
2184
2199
|
|
|
2185
|
-
class UpdateEnvironmentBlueprintCommand extends
|
|
2200
|
+
class UpdateEnvironmentBlueprintCommand extends Command
|
|
2186
2201
|
.classBuilder()
|
|
2187
2202
|
.ep(commonParams)
|
|
2188
2203
|
.m(function (Command, cs, config, o) {
|
|
2189
|
-
return [
|
|
2204
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2190
2205
|
})
|
|
2191
2206
|
.s("DataZone", "UpdateEnvironmentBlueprint", {})
|
|
2192
2207
|
.n("DataZoneClient", "UpdateEnvironmentBlueprintCommand")
|
|
2193
|
-
.sc(
|
|
2208
|
+
.sc(UpdateEnvironmentBlueprint$)
|
|
2194
2209
|
.build() {
|
|
2195
2210
|
}
|
|
2196
2211
|
|
|
2197
|
-
class UpdateEnvironmentCommand extends
|
|
2212
|
+
class UpdateEnvironmentCommand extends Command
|
|
2198
2213
|
.classBuilder()
|
|
2199
2214
|
.ep(commonParams)
|
|
2200
2215
|
.m(function (Command, cs, config, o) {
|
|
2201
|
-
return [
|
|
2216
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2202
2217
|
})
|
|
2203
2218
|
.s("DataZone", "UpdateEnvironment", {})
|
|
2204
2219
|
.n("DataZoneClient", "UpdateEnvironmentCommand")
|
|
2205
|
-
.sc(
|
|
2220
|
+
.sc(UpdateEnvironment$)
|
|
2206
2221
|
.build() {
|
|
2207
2222
|
}
|
|
2208
2223
|
|
|
2209
|
-
class UpdateEnvironmentProfileCommand extends
|
|
2224
|
+
class UpdateEnvironmentProfileCommand extends Command
|
|
2210
2225
|
.classBuilder()
|
|
2211
2226
|
.ep(commonParams)
|
|
2212
2227
|
.m(function (Command, cs, config, o) {
|
|
2213
|
-
return [
|
|
2228
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2214
2229
|
})
|
|
2215
2230
|
.s("DataZone", "UpdateEnvironmentProfile", {})
|
|
2216
2231
|
.n("DataZoneClient", "UpdateEnvironmentProfileCommand")
|
|
2217
|
-
.sc(
|
|
2232
|
+
.sc(UpdateEnvironmentProfile$)
|
|
2218
2233
|
.build() {
|
|
2219
2234
|
}
|
|
2220
2235
|
|
|
2221
|
-
class UpdateGlossaryCommand extends
|
|
2236
|
+
class UpdateGlossaryCommand extends Command
|
|
2222
2237
|
.classBuilder()
|
|
2223
2238
|
.ep(commonParams)
|
|
2224
2239
|
.m(function (Command, cs, config, o) {
|
|
2225
|
-
return [
|
|
2240
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2226
2241
|
})
|
|
2227
2242
|
.s("DataZone", "UpdateGlossary", {})
|
|
2228
2243
|
.n("DataZoneClient", "UpdateGlossaryCommand")
|
|
2229
|
-
.sc(
|
|
2244
|
+
.sc(UpdateGlossary$)
|
|
2230
2245
|
.build() {
|
|
2231
2246
|
}
|
|
2232
2247
|
|
|
2233
|
-
class UpdateGlossaryTermCommand extends
|
|
2248
|
+
class UpdateGlossaryTermCommand extends Command
|
|
2234
2249
|
.classBuilder()
|
|
2235
2250
|
.ep(commonParams)
|
|
2236
2251
|
.m(function (Command, cs, config, o) {
|
|
2237
|
-
return [
|
|
2252
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2238
2253
|
})
|
|
2239
2254
|
.s("DataZone", "UpdateGlossaryTerm", {})
|
|
2240
2255
|
.n("DataZoneClient", "UpdateGlossaryTermCommand")
|
|
2241
|
-
.sc(
|
|
2256
|
+
.sc(UpdateGlossaryTerm$)
|
|
2242
2257
|
.build() {
|
|
2243
2258
|
}
|
|
2244
2259
|
|
|
2245
|
-
class UpdateGroupProfileCommand extends
|
|
2260
|
+
class UpdateGroupProfileCommand extends Command
|
|
2246
2261
|
.classBuilder()
|
|
2247
2262
|
.ep(commonParams)
|
|
2248
2263
|
.m(function (Command, cs, config, o) {
|
|
2249
|
-
return [
|
|
2264
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2250
2265
|
})
|
|
2251
2266
|
.s("DataZone", "UpdateGroupProfile", {})
|
|
2252
2267
|
.n("DataZoneClient", "UpdateGroupProfileCommand")
|
|
2253
|
-
.sc(
|
|
2268
|
+
.sc(UpdateGroupProfile$)
|
|
2254
2269
|
.build() {
|
|
2255
2270
|
}
|
|
2256
2271
|
|
|
2257
|
-
class UpdateNotebookCommand extends
|
|
2272
|
+
class UpdateNotebookCommand extends Command
|
|
2258
2273
|
.classBuilder()
|
|
2259
2274
|
.ep(commonParams)
|
|
2260
2275
|
.m(function (Command, cs, config, o) {
|
|
2261
|
-
return [
|
|
2276
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2262
2277
|
})
|
|
2263
2278
|
.s("DataZone", "UpdateNotebook", {})
|
|
2264
2279
|
.n("DataZoneClient", "UpdateNotebookCommand")
|
|
2265
|
-
.sc(
|
|
2280
|
+
.sc(UpdateNotebook$)
|
|
2266
2281
|
.build() {
|
|
2267
2282
|
}
|
|
2268
2283
|
|
|
2269
|
-
class UpdateProjectCommand extends
|
|
2284
|
+
class UpdateProjectCommand extends Command
|
|
2270
2285
|
.classBuilder()
|
|
2271
2286
|
.ep(commonParams)
|
|
2272
2287
|
.m(function (Command, cs, config, o) {
|
|
2273
|
-
return [
|
|
2288
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2274
2289
|
})
|
|
2275
2290
|
.s("DataZone", "UpdateProject", {})
|
|
2276
2291
|
.n("DataZoneClient", "UpdateProjectCommand")
|
|
2277
|
-
.sc(
|
|
2292
|
+
.sc(UpdateProject$)
|
|
2278
2293
|
.build() {
|
|
2279
2294
|
}
|
|
2280
2295
|
|
|
2281
|
-
class UpdateProjectProfileCommand extends
|
|
2296
|
+
class UpdateProjectProfileCommand extends Command
|
|
2282
2297
|
.classBuilder()
|
|
2283
2298
|
.ep(commonParams)
|
|
2284
2299
|
.m(function (Command, cs, config, o) {
|
|
2285
|
-
return [
|
|
2300
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2286
2301
|
})
|
|
2287
2302
|
.s("DataZone", "UpdateProjectProfile", {})
|
|
2288
2303
|
.n("DataZoneClient", "UpdateProjectProfileCommand")
|
|
2289
|
-
.sc(
|
|
2304
|
+
.sc(UpdateProjectProfile$)
|
|
2290
2305
|
.build() {
|
|
2291
2306
|
}
|
|
2292
2307
|
|
|
2293
|
-
class UpdateRootDomainUnitOwnerCommand extends
|
|
2308
|
+
class UpdateRootDomainUnitOwnerCommand extends Command
|
|
2294
2309
|
.classBuilder()
|
|
2295
2310
|
.ep(commonParams)
|
|
2296
2311
|
.m(function (Command, cs, config, o) {
|
|
2297
|
-
return [
|
|
2312
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2298
2313
|
})
|
|
2299
2314
|
.s("DataZone", "UpdateRootDomainUnitOwner", {})
|
|
2300
2315
|
.n("DataZoneClient", "UpdateRootDomainUnitOwnerCommand")
|
|
2301
|
-
.sc(
|
|
2316
|
+
.sc(UpdateRootDomainUnitOwner$)
|
|
2302
2317
|
.build() {
|
|
2303
2318
|
}
|
|
2304
2319
|
|
|
2305
|
-
class UpdateRuleCommand extends
|
|
2320
|
+
class UpdateRuleCommand extends Command
|
|
2306
2321
|
.classBuilder()
|
|
2307
2322
|
.ep(commonParams)
|
|
2308
2323
|
.m(function (Command, cs, config, o) {
|
|
2309
|
-
return [
|
|
2324
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2310
2325
|
})
|
|
2311
2326
|
.s("DataZone", "UpdateRule", {})
|
|
2312
2327
|
.n("DataZoneClient", "UpdateRuleCommand")
|
|
2313
|
-
.sc(
|
|
2328
|
+
.sc(UpdateRule$)
|
|
2314
2329
|
.build() {
|
|
2315
2330
|
}
|
|
2316
2331
|
|
|
2317
|
-
class UpdateSubscriptionGrantStatusCommand extends
|
|
2332
|
+
class UpdateSubscriptionGrantStatusCommand extends Command
|
|
2318
2333
|
.classBuilder()
|
|
2319
2334
|
.ep(commonParams)
|
|
2320
2335
|
.m(function (Command, cs, config, o) {
|
|
2321
|
-
return [
|
|
2336
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2322
2337
|
})
|
|
2323
2338
|
.s("DataZone", "UpdateSubscriptionGrantStatus", {})
|
|
2324
2339
|
.n("DataZoneClient", "UpdateSubscriptionGrantStatusCommand")
|
|
2325
|
-
.sc(
|
|
2340
|
+
.sc(UpdateSubscriptionGrantStatus$)
|
|
2326
2341
|
.build() {
|
|
2327
2342
|
}
|
|
2328
2343
|
|
|
2329
|
-
class UpdateSubscriptionRequestCommand extends
|
|
2344
|
+
class UpdateSubscriptionRequestCommand extends Command
|
|
2330
2345
|
.classBuilder()
|
|
2331
2346
|
.ep(commonParams)
|
|
2332
2347
|
.m(function (Command, cs, config, o) {
|
|
2333
|
-
return [
|
|
2348
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2334
2349
|
})
|
|
2335
2350
|
.s("DataZone", "UpdateSubscriptionRequest", {})
|
|
2336
2351
|
.n("DataZoneClient", "UpdateSubscriptionRequestCommand")
|
|
2337
|
-
.sc(
|
|
2352
|
+
.sc(UpdateSubscriptionRequest$)
|
|
2338
2353
|
.build() {
|
|
2339
2354
|
}
|
|
2340
2355
|
|
|
2341
|
-
class UpdateSubscriptionTargetCommand extends
|
|
2356
|
+
class UpdateSubscriptionTargetCommand extends Command
|
|
2342
2357
|
.classBuilder()
|
|
2343
2358
|
.ep(commonParams)
|
|
2344
2359
|
.m(function (Command, cs, config, o) {
|
|
2345
|
-
return [
|
|
2360
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2346
2361
|
})
|
|
2347
2362
|
.s("DataZone", "UpdateSubscriptionTarget", {})
|
|
2348
2363
|
.n("DataZoneClient", "UpdateSubscriptionTargetCommand")
|
|
2349
|
-
.sc(
|
|
2364
|
+
.sc(UpdateSubscriptionTarget$)
|
|
2350
2365
|
.build() {
|
|
2351
2366
|
}
|
|
2352
2367
|
|
|
2353
|
-
class UpdateUserProfileCommand extends
|
|
2368
|
+
class UpdateUserProfileCommand extends Command
|
|
2354
2369
|
.classBuilder()
|
|
2355
2370
|
.ep(commonParams)
|
|
2356
2371
|
.m(function (Command, cs, config, o) {
|
|
2357
|
-
return [
|
|
2372
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2358
2373
|
})
|
|
2359
2374
|
.s("DataZone", "UpdateUserProfile", {})
|
|
2360
2375
|
.n("DataZoneClient", "UpdateUserProfileCommand")
|
|
2361
|
-
.sc(
|
|
2376
|
+
.sc(UpdateUserProfile$)
|
|
2362
2377
|
.build() {
|
|
2363
2378
|
}
|
|
2364
2379
|
|
|
2365
|
-
const paginateListAccountPools =
|
|
2380
|
+
const paginateListAccountPools = createPaginator(DataZoneClient, ListAccountPoolsCommand, "nextToken", "nextToken", "maxResults");
|
|
2366
2381
|
|
|
2367
|
-
const paginateListAccountsInAccountPool =
|
|
2382
|
+
const paginateListAccountsInAccountPool = createPaginator(DataZoneClient, ListAccountsInAccountPoolCommand, "nextToken", "nextToken", "maxResults");
|
|
2368
2383
|
|
|
2369
|
-
const paginateListAssetFilters =
|
|
2384
|
+
const paginateListAssetFilters = createPaginator(DataZoneClient, ListAssetFiltersCommand, "nextToken", "nextToken", "maxResults");
|
|
2370
2385
|
|
|
2371
|
-
const paginateListAssetRevisions =
|
|
2386
|
+
const paginateListAssetRevisions = createPaginator(DataZoneClient, ListAssetRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2372
2387
|
|
|
2373
|
-
const paginateListConnections =
|
|
2388
|
+
const paginateListConnections = createPaginator(DataZoneClient, ListConnectionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2374
2389
|
|
|
2375
|
-
const paginateListDataProductRevisions =
|
|
2390
|
+
const paginateListDataProductRevisions = createPaginator(DataZoneClient, ListDataProductRevisionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2376
2391
|
|
|
2377
|
-
const paginateListDataSourceRunActivities =
|
|
2392
|
+
const paginateListDataSourceRunActivities = createPaginator(DataZoneClient, ListDataSourceRunActivitiesCommand, "nextToken", "nextToken", "maxResults");
|
|
2378
2393
|
|
|
2379
|
-
const paginateListDataSourceRuns =
|
|
2394
|
+
const paginateListDataSourceRuns = createPaginator(DataZoneClient, ListDataSourceRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
2380
2395
|
|
|
2381
|
-
const paginateListDataSources =
|
|
2396
|
+
const paginateListDataSources = createPaginator(DataZoneClient, ListDataSourcesCommand, "nextToken", "nextToken", "maxResults");
|
|
2382
2397
|
|
|
2383
|
-
const paginateListDomains =
|
|
2398
|
+
const paginateListDomains = createPaginator(DataZoneClient, ListDomainsCommand, "nextToken", "nextToken", "maxResults");
|
|
2384
2399
|
|
|
2385
|
-
const paginateListDomainUnitsForParent =
|
|
2400
|
+
const paginateListDomainUnitsForParent = createPaginator(DataZoneClient, ListDomainUnitsForParentCommand, "nextToken", "nextToken", "maxResults");
|
|
2386
2401
|
|
|
2387
|
-
const paginateListEntityOwners =
|
|
2402
|
+
const paginateListEntityOwners = createPaginator(DataZoneClient, ListEntityOwnersCommand, "nextToken", "nextToken", "maxResults");
|
|
2388
2403
|
|
|
2389
|
-
const paginateListEnvironmentActions =
|
|
2404
|
+
const paginateListEnvironmentActions = createPaginator(DataZoneClient, ListEnvironmentActionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2390
2405
|
|
|
2391
|
-
const paginateListEnvironmentBlueprintConfigurations =
|
|
2406
|
+
const paginateListEnvironmentBlueprintConfigurations = createPaginator(DataZoneClient, ListEnvironmentBlueprintConfigurationsCommand, "nextToken", "nextToken", "maxResults");
|
|
2392
2407
|
|
|
2393
|
-
const paginateListEnvironmentBlueprints =
|
|
2408
|
+
const paginateListEnvironmentBlueprints = createPaginator(DataZoneClient, ListEnvironmentBlueprintsCommand, "nextToken", "nextToken", "maxResults");
|
|
2394
2409
|
|
|
2395
|
-
const paginateListEnvironmentProfiles =
|
|
2410
|
+
const paginateListEnvironmentProfiles = createPaginator(DataZoneClient, ListEnvironmentProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
2396
2411
|
|
|
2397
|
-
const paginateListEnvironments =
|
|
2412
|
+
const paginateListEnvironments = createPaginator(DataZoneClient, ListEnvironmentsCommand, "nextToken", "nextToken", "maxResults");
|
|
2398
2413
|
|
|
2399
|
-
const paginateListJobRuns =
|
|
2414
|
+
const paginateListJobRuns = createPaginator(DataZoneClient, ListJobRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
2400
2415
|
|
|
2401
|
-
const paginateListLineageEvents =
|
|
2416
|
+
const paginateListLineageEvents = createPaginator(DataZoneClient, ListLineageEventsCommand, "nextToken", "nextToken", "maxResults");
|
|
2402
2417
|
|
|
2403
|
-
const paginateListLineageNodeHistory =
|
|
2418
|
+
const paginateListLineageNodeHistory = createPaginator(DataZoneClient, ListLineageNodeHistoryCommand, "nextToken", "nextToken", "maxResults");
|
|
2404
2419
|
|
|
2405
|
-
const paginateListMetadataGenerationRuns =
|
|
2420
|
+
const paginateListMetadataGenerationRuns = createPaginator(DataZoneClient, ListMetadataGenerationRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
2406
2421
|
|
|
2407
|
-
const paginateListNotebookRuns =
|
|
2422
|
+
const paginateListNotebookRuns = createPaginator(DataZoneClient, ListNotebookRunsCommand, "nextToken", "nextToken", "maxResults");
|
|
2408
2423
|
|
|
2409
|
-
const paginateListNotebooks =
|
|
2424
|
+
const paginateListNotebooks = createPaginator(DataZoneClient, ListNotebooksCommand, "nextToken", "nextToken", "maxResults");
|
|
2410
2425
|
|
|
2411
|
-
const paginateListNotifications =
|
|
2426
|
+
const paginateListNotifications = createPaginator(DataZoneClient, ListNotificationsCommand, "nextToken", "nextToken", "maxResults");
|
|
2412
2427
|
|
|
2413
|
-
const paginateListPolicyGrants =
|
|
2428
|
+
const paginateListPolicyGrants = createPaginator(DataZoneClient, ListPolicyGrantsCommand, "nextToken", "nextToken", "maxResults");
|
|
2414
2429
|
|
|
2415
|
-
const paginateListProjectMemberships =
|
|
2430
|
+
const paginateListProjectMemberships = createPaginator(DataZoneClient, ListProjectMembershipsCommand, "nextToken", "nextToken", "maxResults");
|
|
2416
2431
|
|
|
2417
|
-
const paginateListProjectProfiles =
|
|
2432
|
+
const paginateListProjectProfiles = createPaginator(DataZoneClient, ListProjectProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
2418
2433
|
|
|
2419
|
-
const paginateListProjects =
|
|
2434
|
+
const paginateListProjects = createPaginator(DataZoneClient, ListProjectsCommand, "nextToken", "nextToken", "maxResults");
|
|
2420
2435
|
|
|
2421
|
-
const paginateListRules =
|
|
2436
|
+
const paginateListRules = createPaginator(DataZoneClient, ListRulesCommand, "nextToken", "nextToken", "maxResults");
|
|
2422
2437
|
|
|
2423
|
-
const paginateListSubscriptionGrants =
|
|
2438
|
+
const paginateListSubscriptionGrants = createPaginator(DataZoneClient, ListSubscriptionGrantsCommand, "nextToken", "nextToken", "maxResults");
|
|
2424
2439
|
|
|
2425
|
-
const paginateListSubscriptionRequests =
|
|
2440
|
+
const paginateListSubscriptionRequests = createPaginator(DataZoneClient, ListSubscriptionRequestsCommand, "nextToken", "nextToken", "maxResults");
|
|
2426
2441
|
|
|
2427
|
-
const paginateListSubscriptions =
|
|
2442
|
+
const paginateListSubscriptions = createPaginator(DataZoneClient, ListSubscriptionsCommand, "nextToken", "nextToken", "maxResults");
|
|
2428
2443
|
|
|
2429
|
-
const paginateListSubscriptionTargets =
|
|
2444
|
+
const paginateListSubscriptionTargets = createPaginator(DataZoneClient, ListSubscriptionTargetsCommand, "nextToken", "nextToken", "maxResults");
|
|
2430
2445
|
|
|
2431
|
-
const paginateListTimeSeriesDataPoints =
|
|
2446
|
+
const paginateListTimeSeriesDataPoints = createPaginator(DataZoneClient, ListTimeSeriesDataPointsCommand, "nextToken", "nextToken", "maxResults");
|
|
2432
2447
|
|
|
2433
|
-
const paginateQueryGraph =
|
|
2448
|
+
const paginateQueryGraph = createPaginator(DataZoneClient, QueryGraphCommand, "nextToken", "nextToken", "maxResults");
|
|
2434
2449
|
|
|
2435
|
-
const paginateSearchGroupProfiles =
|
|
2450
|
+
const paginateSearchGroupProfiles = createPaginator(DataZoneClient, SearchGroupProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
2436
2451
|
|
|
2437
|
-
const paginateSearchListings =
|
|
2452
|
+
const paginateSearchListings = createPaginator(DataZoneClient, SearchListingsCommand, "nextToken", "nextToken", "maxResults");
|
|
2438
2453
|
|
|
2439
|
-
const paginateSearch =
|
|
2454
|
+
const paginateSearch = createPaginator(DataZoneClient, SearchCommand, "nextToken", "nextToken", "maxResults");
|
|
2440
2455
|
|
|
2441
|
-
const paginateSearchTypes =
|
|
2456
|
+
const paginateSearchTypes = createPaginator(DataZoneClient, SearchTypesCommand, "nextToken", "nextToken", "maxResults");
|
|
2442
2457
|
|
|
2443
|
-
const paginateSearchUserProfiles =
|
|
2458
|
+
const paginateSearchUserProfiles = createPaginator(DataZoneClient, SearchUserProfilesCommand, "nextToken", "nextToken", "maxResults");
|
|
2444
2459
|
|
|
2445
2460
|
const commands = {
|
|
2446
2461
|
AcceptPredictionsCommand,
|
|
@@ -2500,6 +2515,7 @@ const commands = {
|
|
|
2500
2515
|
DeleteFormTypeCommand,
|
|
2501
2516
|
DeleteGlossaryCommand,
|
|
2502
2517
|
DeleteGlossaryTermCommand,
|
|
2518
|
+
DeleteLineageEventCommand,
|
|
2503
2519
|
DeleteListingCommand,
|
|
2504
2520
|
DeleteNotebookCommand,
|
|
2505
2521
|
DeleteProjectCommand,
|
|
@@ -2676,7 +2692,7 @@ const paginators = {
|
|
|
2676
2692
|
};
|
|
2677
2693
|
class DataZone extends DataZoneClient {
|
|
2678
2694
|
}
|
|
2679
|
-
|
|
2695
|
+
createAggregatedClient(commands, DataZone, { paginators });
|
|
2680
2696
|
|
|
2681
2697
|
const AcceptRuleBehavior = {
|
|
2682
2698
|
ALL: "ALL",
|
|
@@ -3314,9 +3330,6 @@ const UserSearchType = {
|
|
|
3314
3330
|
SSO_USER: "SSO_USER",
|
|
3315
3331
|
};
|
|
3316
3332
|
|
|
3317
|
-
exports.$Command = client.Command;
|
|
3318
|
-
exports.__Client = client.Client;
|
|
3319
|
-
exports.DataZoneServiceException = DataZoneServiceException.DataZoneServiceException;
|
|
3320
3333
|
exports.AcceptPredictionsCommand = AcceptPredictionsCommand;
|
|
3321
3334
|
exports.AcceptRuleBehavior = AcceptRuleBehavior;
|
|
3322
3335
|
exports.AcceptSubscriptionRequestCommand = AcceptSubscriptionRequestCommand;
|
|
@@ -3395,6 +3408,7 @@ exports.DeleteEnvironmentProfileCommand = DeleteEnvironmentProfileCommand;
|
|
|
3395
3408
|
exports.DeleteFormTypeCommand = DeleteFormTypeCommand;
|
|
3396
3409
|
exports.DeleteGlossaryCommand = DeleteGlossaryCommand;
|
|
3397
3410
|
exports.DeleteGlossaryTermCommand = DeleteGlossaryTermCommand;
|
|
3411
|
+
exports.DeleteLineageEventCommand = DeleteLineageEventCommand;
|
|
3398
3412
|
exports.DeleteListingCommand = DeleteListingCommand;
|
|
3399
3413
|
exports.DeleteNotebookCommand = DeleteNotebookCommand;
|
|
3400
3414
|
exports.DeleteProjectCommand = DeleteProjectCommand;
|
|
@@ -3651,23 +3665,3 @@ exports.paginateSearchGroupProfiles = paginateSearchGroupProfiles;
|
|
|
3651
3665
|
exports.paginateSearchListings = paginateSearchListings;
|
|
3652
3666
|
exports.paginateSearchTypes = paginateSearchTypes;
|
|
3653
3667
|
exports.paginateSearchUserProfiles = paginateSearchUserProfiles;
|
|
3654
|
-
Object.prototype.hasOwnProperty.call(schemas_0, '__proto__') &&
|
|
3655
|
-
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
3656
|
-
Object.defineProperty(exports, '__proto__', {
|
|
3657
|
-
enumerable: true,
|
|
3658
|
-
value: schemas_0['__proto__']
|
|
3659
|
-
});
|
|
3660
|
-
|
|
3661
|
-
Object.keys(schemas_0).forEach(function (k) {
|
|
3662
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = schemas_0[k];
|
|
3663
|
-
});
|
|
3664
|
-
Object.prototype.hasOwnProperty.call(errors, '__proto__') &&
|
|
3665
|
-
!Object.prototype.hasOwnProperty.call(exports, '__proto__') &&
|
|
3666
|
-
Object.defineProperty(exports, '__proto__', {
|
|
3667
|
-
enumerable: true,
|
|
3668
|
-
value: errors['__proto__']
|
|
3669
|
-
});
|
|
3670
|
-
|
|
3671
|
-
Object.keys(errors).forEach(function (k) {
|
|
3672
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) exports[k] = errors[k];
|
|
3673
|
-
});
|