@aws-sdk/client-pca-connector-ad 3.1076.0 → 3.1078.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +36 -255
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateConnectorCommand.js +2 -14
- package/dist-es/commands/CreateDirectoryRegistrationCommand.js +2 -14
- package/dist-es/commands/CreateServicePrincipalNameCommand.js +2 -14
- package/dist-es/commands/CreateTemplateCommand.js +2 -14
- package/dist-es/commands/CreateTemplateGroupAccessControlEntryCommand.js +2 -14
- package/dist-es/commands/DeleteConnectorCommand.js +2 -14
- package/dist-es/commands/DeleteDirectoryRegistrationCommand.js +2 -14
- package/dist-es/commands/DeleteServicePrincipalNameCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteTemplateGroupAccessControlEntryCommand.js +2 -14
- package/dist-es/commands/GetConnectorCommand.js +2 -14
- package/dist-es/commands/GetDirectoryRegistrationCommand.js +2 -14
- package/dist-es/commands/GetServicePrincipalNameCommand.js +2 -14
- package/dist-es/commands/GetTemplateCommand.js +2 -14
- package/dist-es/commands/GetTemplateGroupAccessControlEntryCommand.js +2 -14
- package/dist-es/commands/ListConnectorsCommand.js +2 -14
- package/dist-es/commands/ListDirectoryRegistrationsCommand.js +2 -14
- package/dist-es/commands/ListServicePrincipalNamesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTemplateGroupAccessControlEntriesCommand.js +2 -14
- package/dist-es/commands/ListTemplatesCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateTemplateCommand.js +2 -14
- package/dist-es/commands/UpdateTemplateGroupAccessControlEntryCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.browser.js +0 -2
- package/dist-es/runtimeConfig.js +1 -2
- package/dist-es/runtimeConfig.native.js +0 -2
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateConnectorCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectoryRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/CreateServicePrincipalNameCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteConnectorCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectoryRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/DeleteServicePrincipalNameCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +3 -8
- package/dist-types/commands/GetConnectorCommand.d.ts +3 -8
- package/dist-types/commands/GetDirectoryRegistrationCommand.d.ts +3 -8
- package/dist-types/commands/GetServicePrincipalNameCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +3 -8
- package/dist-types/commands/ListConnectorsCommand.d.ts +3 -8
- package/dist-types/commands/ListDirectoryRegistrationsCommand.d.ts +3 -8
- package/dist-types/commands/ListServicePrincipalNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +3 -8
- package/dist-types/commands/ListTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/TagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTemplateCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectoryRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateServicePrincipalNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTemplateGroupAccessControlEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectoryRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteServicePrincipalNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTemplateGroupAccessControlEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetConnectorCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDirectoryRegistrationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetServicePrincipalNameCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTemplateGroupAccessControlEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListConnectorsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDirectoryRegistrationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListServicePrincipalNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplateGroupAccessControlEntriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTemplateGroupAccessControlEntryCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -0
- package/package.json +8 -10
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -10,9 +11,10 @@ const { DEFAULT_RETRY_MODE, NODE_RETRY_MODE_CONFIG_OPTIONS, NODE_MAX_ATTEMPT_CON
|
|
|
10
11
|
const { TypeRegistry, getSchemaSerdePlugin } = require("@smithy/core/schema");
|
|
11
12
|
const { resolveAwsSdkSigV4Config, AwsSdkSigV4Signer, NODE_AUTH_SCHEME_PREFERENCE_OPTIONS } = require("@aws-sdk/core/httpAuthSchemes");
|
|
12
13
|
const { defaultProvider } = require("@aws-sdk/credential-provider-node");
|
|
13
|
-
const { toUtf8, fromUtf8, toBase64, fromBase64,
|
|
14
|
+
const { toUtf8, fromUtf8, toBase64, fromBase64, calculateBodyLength } = require("@smithy/core/serde");
|
|
14
15
|
const { streamCollector, NodeHttpHandler } = require("@smithy/node-http-handler");
|
|
15
16
|
const { AwsRestJsonProtocol } = require("@aws-sdk/core/protocols");
|
|
17
|
+
const { Sha256 } = require("@smithy/core/checksum");
|
|
16
18
|
|
|
17
19
|
const defaultPcaConnectorAdHttpAuthSchemeParametersProvider = async (config, context, input) => {
|
|
18
20
|
return {
|
|
@@ -67,7 +69,7 @@ const commonParams = {
|
|
|
67
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
68
70
|
};
|
|
69
71
|
|
|
70
|
-
var version = "3.
|
|
72
|
+
var version = "3.1077.0";
|
|
71
73
|
var packageInfo = {
|
|
72
74
|
version: version};
|
|
73
75
|
|
|
@@ -1064,6 +1066,7 @@ const getRuntimeConfig$1 = (config) => {
|
|
|
1064
1066
|
serviceTarget: "PcaConnectorAd",
|
|
1065
1067
|
},
|
|
1066
1068
|
serviceId: config?.serviceId ?? "Pca Connector Ad",
|
|
1069
|
+
sha256: config?.sha256 ?? Sha256,
|
|
1067
1070
|
urlParser: config?.urlParser ?? parseUrl,
|
|
1068
1071
|
utf8Decoder: config?.utf8Decoder ?? fromUtf8,
|
|
1069
1072
|
utf8Encoder: config?.utf8Encoder ?? toUtf8,
|
|
@@ -1097,7 +1100,6 @@ const getRuntimeConfig = (config) => {
|
|
|
1097
1100
|
...NODE_RETRY_MODE_CONFIG_OPTIONS,
|
|
1098
1101
|
default: async () => (await defaultConfigProvider()).retryMode || DEFAULT_RETRY_MODE,
|
|
1099
1102
|
}, config),
|
|
1100
|
-
sha256: config?.sha256 ?? Hash.bind(null, "sha256"),
|
|
1101
1103
|
streamCollector: config?.streamCollector ?? streamCollector,
|
|
1102
1104
|
useDualstackEndpoint: config?.useDualstackEndpoint ?? loadConfig(NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
1103
1105
|
useFipsEndpoint: config?.useFipsEndpoint ?? loadConfig(NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, loaderConfig),
|
|
@@ -1185,304 +1187,83 @@ class PcaConnectorAdClient extends Client {
|
|
|
1185
1187
|
}
|
|
1186
1188
|
}
|
|
1187
1189
|
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
})
|
|
1194
|
-
.s("PcaConnectorAd", "CreateConnector", {})
|
|
1195
|
-
.n("PcaConnectorAdClient", "CreateConnectorCommand")
|
|
1196
|
-
.sc(CreateConnector$)
|
|
1197
|
-
.build() {
|
|
1190
|
+
const command = makeBuilder(commonParams, "PcaConnectorAd", "PcaConnectorAdClient", getEndpointPlugin);
|
|
1191
|
+
const _ep0 = {};
|
|
1192
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1193
|
+
|
|
1194
|
+
class CreateConnectorCommand extends command(_ep0, _mw0, "CreateConnector", CreateConnector$) {
|
|
1198
1195
|
}
|
|
1199
1196
|
|
|
1200
|
-
class CreateDirectoryRegistrationCommand extends
|
|
1201
|
-
.classBuilder()
|
|
1202
|
-
.ep(commonParams)
|
|
1203
|
-
.m(function (Command, cs, config, o) {
|
|
1204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1205
|
-
})
|
|
1206
|
-
.s("PcaConnectorAd", "CreateDirectoryRegistration", {})
|
|
1207
|
-
.n("PcaConnectorAdClient", "CreateDirectoryRegistrationCommand")
|
|
1208
|
-
.sc(CreateDirectoryRegistration$)
|
|
1209
|
-
.build() {
|
|
1197
|
+
class CreateDirectoryRegistrationCommand extends command(_ep0, _mw0, "CreateDirectoryRegistration", CreateDirectoryRegistration$) {
|
|
1210
1198
|
}
|
|
1211
1199
|
|
|
1212
|
-
class CreateServicePrincipalNameCommand extends
|
|
1213
|
-
.classBuilder()
|
|
1214
|
-
.ep(commonParams)
|
|
1215
|
-
.m(function (Command, cs, config, o) {
|
|
1216
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1217
|
-
})
|
|
1218
|
-
.s("PcaConnectorAd", "CreateServicePrincipalName", {})
|
|
1219
|
-
.n("PcaConnectorAdClient", "CreateServicePrincipalNameCommand")
|
|
1220
|
-
.sc(CreateServicePrincipalName$)
|
|
1221
|
-
.build() {
|
|
1200
|
+
class CreateServicePrincipalNameCommand extends command(_ep0, _mw0, "CreateServicePrincipalName", CreateServicePrincipalName$) {
|
|
1222
1201
|
}
|
|
1223
1202
|
|
|
1224
|
-
class CreateTemplateCommand extends
|
|
1225
|
-
.classBuilder()
|
|
1226
|
-
.ep(commonParams)
|
|
1227
|
-
.m(function (Command, cs, config, o) {
|
|
1228
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1229
|
-
})
|
|
1230
|
-
.s("PcaConnectorAd", "CreateTemplate", {})
|
|
1231
|
-
.n("PcaConnectorAdClient", "CreateTemplateCommand")
|
|
1232
|
-
.sc(CreateTemplate$)
|
|
1233
|
-
.build() {
|
|
1203
|
+
class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
|
|
1234
1204
|
}
|
|
1235
1205
|
|
|
1236
|
-
class CreateTemplateGroupAccessControlEntryCommand extends
|
|
1237
|
-
.classBuilder()
|
|
1238
|
-
.ep(commonParams)
|
|
1239
|
-
.m(function (Command, cs, config, o) {
|
|
1240
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1241
|
-
})
|
|
1242
|
-
.s("PcaConnectorAd", "CreateTemplateGroupAccessControlEntry", {})
|
|
1243
|
-
.n("PcaConnectorAdClient", "CreateTemplateGroupAccessControlEntryCommand")
|
|
1244
|
-
.sc(CreateTemplateGroupAccessControlEntry$)
|
|
1245
|
-
.build() {
|
|
1206
|
+
class CreateTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "CreateTemplateGroupAccessControlEntry", CreateTemplateGroupAccessControlEntry$) {
|
|
1246
1207
|
}
|
|
1247
1208
|
|
|
1248
|
-
class DeleteConnectorCommand extends
|
|
1249
|
-
.classBuilder()
|
|
1250
|
-
.ep(commonParams)
|
|
1251
|
-
.m(function (Command, cs, config, o) {
|
|
1252
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1253
|
-
})
|
|
1254
|
-
.s("PcaConnectorAd", "DeleteConnector", {})
|
|
1255
|
-
.n("PcaConnectorAdClient", "DeleteConnectorCommand")
|
|
1256
|
-
.sc(DeleteConnector$)
|
|
1257
|
-
.build() {
|
|
1209
|
+
class DeleteConnectorCommand extends command(_ep0, _mw0, "DeleteConnector", DeleteConnector$) {
|
|
1258
1210
|
}
|
|
1259
1211
|
|
|
1260
|
-
class DeleteDirectoryRegistrationCommand extends
|
|
1261
|
-
.classBuilder()
|
|
1262
|
-
.ep(commonParams)
|
|
1263
|
-
.m(function (Command, cs, config, o) {
|
|
1264
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1265
|
-
})
|
|
1266
|
-
.s("PcaConnectorAd", "DeleteDirectoryRegistration", {})
|
|
1267
|
-
.n("PcaConnectorAdClient", "DeleteDirectoryRegistrationCommand")
|
|
1268
|
-
.sc(DeleteDirectoryRegistration$)
|
|
1269
|
-
.build() {
|
|
1212
|
+
class DeleteDirectoryRegistrationCommand extends command(_ep0, _mw0, "DeleteDirectoryRegistration", DeleteDirectoryRegistration$) {
|
|
1270
1213
|
}
|
|
1271
1214
|
|
|
1272
|
-
class DeleteServicePrincipalNameCommand extends
|
|
1273
|
-
.classBuilder()
|
|
1274
|
-
.ep(commonParams)
|
|
1275
|
-
.m(function (Command, cs, config, o) {
|
|
1276
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1277
|
-
})
|
|
1278
|
-
.s("PcaConnectorAd", "DeleteServicePrincipalName", {})
|
|
1279
|
-
.n("PcaConnectorAdClient", "DeleteServicePrincipalNameCommand")
|
|
1280
|
-
.sc(DeleteServicePrincipalName$)
|
|
1281
|
-
.build() {
|
|
1215
|
+
class DeleteServicePrincipalNameCommand extends command(_ep0, _mw0, "DeleteServicePrincipalName", DeleteServicePrincipalName$) {
|
|
1282
1216
|
}
|
|
1283
1217
|
|
|
1284
|
-
class DeleteTemplateCommand extends
|
|
1285
|
-
.classBuilder()
|
|
1286
|
-
.ep(commonParams)
|
|
1287
|
-
.m(function (Command, cs, config, o) {
|
|
1288
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1289
|
-
})
|
|
1290
|
-
.s("PcaConnectorAd", "DeleteTemplate", {})
|
|
1291
|
-
.n("PcaConnectorAdClient", "DeleteTemplateCommand")
|
|
1292
|
-
.sc(DeleteTemplate$)
|
|
1293
|
-
.build() {
|
|
1218
|
+
class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
|
|
1294
1219
|
}
|
|
1295
1220
|
|
|
1296
|
-
class DeleteTemplateGroupAccessControlEntryCommand extends
|
|
1297
|
-
.classBuilder()
|
|
1298
|
-
.ep(commonParams)
|
|
1299
|
-
.m(function (Command, cs, config, o) {
|
|
1300
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1301
|
-
})
|
|
1302
|
-
.s("PcaConnectorAd", "DeleteTemplateGroupAccessControlEntry", {})
|
|
1303
|
-
.n("PcaConnectorAdClient", "DeleteTemplateGroupAccessControlEntryCommand")
|
|
1304
|
-
.sc(DeleteTemplateGroupAccessControlEntry$)
|
|
1305
|
-
.build() {
|
|
1221
|
+
class DeleteTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "DeleteTemplateGroupAccessControlEntry", DeleteTemplateGroupAccessControlEntry$) {
|
|
1306
1222
|
}
|
|
1307
1223
|
|
|
1308
|
-
class GetConnectorCommand extends
|
|
1309
|
-
.classBuilder()
|
|
1310
|
-
.ep(commonParams)
|
|
1311
|
-
.m(function (Command, cs, config, o) {
|
|
1312
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1313
|
-
})
|
|
1314
|
-
.s("PcaConnectorAd", "GetConnector", {})
|
|
1315
|
-
.n("PcaConnectorAdClient", "GetConnectorCommand")
|
|
1316
|
-
.sc(GetConnector$)
|
|
1317
|
-
.build() {
|
|
1224
|
+
class GetConnectorCommand extends command(_ep0, _mw0, "GetConnector", GetConnector$) {
|
|
1318
1225
|
}
|
|
1319
1226
|
|
|
1320
|
-
class GetDirectoryRegistrationCommand extends
|
|
1321
|
-
.classBuilder()
|
|
1322
|
-
.ep(commonParams)
|
|
1323
|
-
.m(function (Command, cs, config, o) {
|
|
1324
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1325
|
-
})
|
|
1326
|
-
.s("PcaConnectorAd", "GetDirectoryRegistration", {})
|
|
1327
|
-
.n("PcaConnectorAdClient", "GetDirectoryRegistrationCommand")
|
|
1328
|
-
.sc(GetDirectoryRegistration$)
|
|
1329
|
-
.build() {
|
|
1227
|
+
class GetDirectoryRegistrationCommand extends command(_ep0, _mw0, "GetDirectoryRegistration", GetDirectoryRegistration$) {
|
|
1330
1228
|
}
|
|
1331
1229
|
|
|
1332
|
-
class GetServicePrincipalNameCommand extends
|
|
1333
|
-
.classBuilder()
|
|
1334
|
-
.ep(commonParams)
|
|
1335
|
-
.m(function (Command, cs, config, o) {
|
|
1336
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1337
|
-
})
|
|
1338
|
-
.s("PcaConnectorAd", "GetServicePrincipalName", {})
|
|
1339
|
-
.n("PcaConnectorAdClient", "GetServicePrincipalNameCommand")
|
|
1340
|
-
.sc(GetServicePrincipalName$)
|
|
1341
|
-
.build() {
|
|
1230
|
+
class GetServicePrincipalNameCommand extends command(_ep0, _mw0, "GetServicePrincipalName", GetServicePrincipalName$) {
|
|
1342
1231
|
}
|
|
1343
1232
|
|
|
1344
|
-
class GetTemplateCommand extends
|
|
1345
|
-
.classBuilder()
|
|
1346
|
-
.ep(commonParams)
|
|
1347
|
-
.m(function (Command, cs, config, o) {
|
|
1348
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1349
|
-
})
|
|
1350
|
-
.s("PcaConnectorAd", "GetTemplate", {})
|
|
1351
|
-
.n("PcaConnectorAdClient", "GetTemplateCommand")
|
|
1352
|
-
.sc(GetTemplate$)
|
|
1353
|
-
.build() {
|
|
1233
|
+
class GetTemplateCommand extends command(_ep0, _mw0, "GetTemplate", GetTemplate$) {
|
|
1354
1234
|
}
|
|
1355
1235
|
|
|
1356
|
-
class GetTemplateGroupAccessControlEntryCommand extends
|
|
1357
|
-
.classBuilder()
|
|
1358
|
-
.ep(commonParams)
|
|
1359
|
-
.m(function (Command, cs, config, o) {
|
|
1360
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1361
|
-
})
|
|
1362
|
-
.s("PcaConnectorAd", "GetTemplateGroupAccessControlEntry", {})
|
|
1363
|
-
.n("PcaConnectorAdClient", "GetTemplateGroupAccessControlEntryCommand")
|
|
1364
|
-
.sc(GetTemplateGroupAccessControlEntry$)
|
|
1365
|
-
.build() {
|
|
1236
|
+
class GetTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "GetTemplateGroupAccessControlEntry", GetTemplateGroupAccessControlEntry$) {
|
|
1366
1237
|
}
|
|
1367
1238
|
|
|
1368
|
-
class ListConnectorsCommand extends
|
|
1369
|
-
.classBuilder()
|
|
1370
|
-
.ep(commonParams)
|
|
1371
|
-
.m(function (Command, cs, config, o) {
|
|
1372
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1373
|
-
})
|
|
1374
|
-
.s("PcaConnectorAd", "ListConnectors", {})
|
|
1375
|
-
.n("PcaConnectorAdClient", "ListConnectorsCommand")
|
|
1376
|
-
.sc(ListConnectors$)
|
|
1377
|
-
.build() {
|
|
1239
|
+
class ListConnectorsCommand extends command(_ep0, _mw0, "ListConnectors", ListConnectors$) {
|
|
1378
1240
|
}
|
|
1379
1241
|
|
|
1380
|
-
class ListDirectoryRegistrationsCommand extends
|
|
1381
|
-
.classBuilder()
|
|
1382
|
-
.ep(commonParams)
|
|
1383
|
-
.m(function (Command, cs, config, o) {
|
|
1384
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1385
|
-
})
|
|
1386
|
-
.s("PcaConnectorAd", "ListDirectoryRegistrations", {})
|
|
1387
|
-
.n("PcaConnectorAdClient", "ListDirectoryRegistrationsCommand")
|
|
1388
|
-
.sc(ListDirectoryRegistrations$)
|
|
1389
|
-
.build() {
|
|
1242
|
+
class ListDirectoryRegistrationsCommand extends command(_ep0, _mw0, "ListDirectoryRegistrations", ListDirectoryRegistrations$) {
|
|
1390
1243
|
}
|
|
1391
1244
|
|
|
1392
|
-
class ListServicePrincipalNamesCommand extends
|
|
1393
|
-
.classBuilder()
|
|
1394
|
-
.ep(commonParams)
|
|
1395
|
-
.m(function (Command, cs, config, o) {
|
|
1396
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1397
|
-
})
|
|
1398
|
-
.s("PcaConnectorAd", "ListServicePrincipalNames", {})
|
|
1399
|
-
.n("PcaConnectorAdClient", "ListServicePrincipalNamesCommand")
|
|
1400
|
-
.sc(ListServicePrincipalNames$)
|
|
1401
|
-
.build() {
|
|
1245
|
+
class ListServicePrincipalNamesCommand extends command(_ep0, _mw0, "ListServicePrincipalNames", ListServicePrincipalNames$) {
|
|
1402
1246
|
}
|
|
1403
1247
|
|
|
1404
|
-
class ListTagsForResourceCommand extends
|
|
1405
|
-
.classBuilder()
|
|
1406
|
-
.ep(commonParams)
|
|
1407
|
-
.m(function (Command, cs, config, o) {
|
|
1408
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1409
|
-
})
|
|
1410
|
-
.s("PcaConnectorAd", "ListTagsForResource", {})
|
|
1411
|
-
.n("PcaConnectorAdClient", "ListTagsForResourceCommand")
|
|
1412
|
-
.sc(ListTagsForResource$)
|
|
1413
|
-
.build() {
|
|
1248
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1414
1249
|
}
|
|
1415
1250
|
|
|
1416
|
-
class ListTemplateGroupAccessControlEntriesCommand extends
|
|
1417
|
-
.classBuilder()
|
|
1418
|
-
.ep(commonParams)
|
|
1419
|
-
.m(function (Command, cs, config, o) {
|
|
1420
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1421
|
-
})
|
|
1422
|
-
.s("PcaConnectorAd", "ListTemplateGroupAccessControlEntries", {})
|
|
1423
|
-
.n("PcaConnectorAdClient", "ListTemplateGroupAccessControlEntriesCommand")
|
|
1424
|
-
.sc(ListTemplateGroupAccessControlEntries$)
|
|
1425
|
-
.build() {
|
|
1251
|
+
class ListTemplateGroupAccessControlEntriesCommand extends command(_ep0, _mw0, "ListTemplateGroupAccessControlEntries", ListTemplateGroupAccessControlEntries$) {
|
|
1426
1252
|
}
|
|
1427
1253
|
|
|
1428
|
-
class ListTemplatesCommand extends
|
|
1429
|
-
.classBuilder()
|
|
1430
|
-
.ep(commonParams)
|
|
1431
|
-
.m(function (Command, cs, config, o) {
|
|
1432
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1433
|
-
})
|
|
1434
|
-
.s("PcaConnectorAd", "ListTemplates", {})
|
|
1435
|
-
.n("PcaConnectorAdClient", "ListTemplatesCommand")
|
|
1436
|
-
.sc(ListTemplates$)
|
|
1437
|
-
.build() {
|
|
1254
|
+
class ListTemplatesCommand extends command(_ep0, _mw0, "ListTemplates", ListTemplates$) {
|
|
1438
1255
|
}
|
|
1439
1256
|
|
|
1440
|
-
class TagResourceCommand extends
|
|
1441
|
-
.classBuilder()
|
|
1442
|
-
.ep(commonParams)
|
|
1443
|
-
.m(function (Command, cs, config, o) {
|
|
1444
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1445
|
-
})
|
|
1446
|
-
.s("PcaConnectorAd", "TagResource", {})
|
|
1447
|
-
.n("PcaConnectorAdClient", "TagResourceCommand")
|
|
1448
|
-
.sc(TagResource$)
|
|
1449
|
-
.build() {
|
|
1257
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1450
1258
|
}
|
|
1451
1259
|
|
|
1452
|
-
class UntagResourceCommand extends
|
|
1453
|
-
.classBuilder()
|
|
1454
|
-
.ep(commonParams)
|
|
1455
|
-
.m(function (Command, cs, config, o) {
|
|
1456
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1457
|
-
})
|
|
1458
|
-
.s("PcaConnectorAd", "UntagResource", {})
|
|
1459
|
-
.n("PcaConnectorAdClient", "UntagResourceCommand")
|
|
1460
|
-
.sc(UntagResource$)
|
|
1461
|
-
.build() {
|
|
1260
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1462
1261
|
}
|
|
1463
1262
|
|
|
1464
|
-
class UpdateTemplateCommand extends
|
|
1465
|
-
.classBuilder()
|
|
1466
|
-
.ep(commonParams)
|
|
1467
|
-
.m(function (Command, cs, config, o) {
|
|
1468
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1469
|
-
})
|
|
1470
|
-
.s("PcaConnectorAd", "UpdateTemplate", {})
|
|
1471
|
-
.n("PcaConnectorAdClient", "UpdateTemplateCommand")
|
|
1472
|
-
.sc(UpdateTemplate$)
|
|
1473
|
-
.build() {
|
|
1263
|
+
class UpdateTemplateCommand extends command(_ep0, _mw0, "UpdateTemplate", UpdateTemplate$) {
|
|
1474
1264
|
}
|
|
1475
1265
|
|
|
1476
|
-
class UpdateTemplateGroupAccessControlEntryCommand extends
|
|
1477
|
-
.classBuilder()
|
|
1478
|
-
.ep(commonParams)
|
|
1479
|
-
.m(function (Command, cs, config, o) {
|
|
1480
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1481
|
-
})
|
|
1482
|
-
.s("PcaConnectorAd", "UpdateTemplateGroupAccessControlEntry", {})
|
|
1483
|
-
.n("PcaConnectorAdClient", "UpdateTemplateGroupAccessControlEntryCommand")
|
|
1484
|
-
.sc(UpdateTemplateGroupAccessControlEntry$)
|
|
1485
|
-
.build() {
|
|
1266
|
+
class UpdateTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "UpdateTemplateGroupAccessControlEntry", UpdateTemplateGroupAccessControlEntry$) {
|
|
1486
1267
|
}
|
|
1487
1268
|
|
|
1488
1269
|
const paginateListConnectors = createPaginator(PcaConnectorAdClient, ListConnectorsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { makeBuilder } from "@smithy/core/client";
|
|
2
|
+
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
+
import { commonParams } from "./endpoint/EndpointParameters";
|
|
4
|
+
export const command = makeBuilder(commonParams, "PcaConnectorAd", "PcaConnectorAdClient", getEndpointPlugin);
|
|
5
|
+
export const _ep0 = {};
|
|
6
|
+
export const _mw0 = (Command, cs, config, o) => [];
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateConnector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateConnectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "CreateConnector", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "CreateConnectorCommand")
|
|
14
|
-
.sc(CreateConnector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateConnectorCommand extends command(_ep0, _mw0, "CreateConnector", CreateConnector$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateDirectoryRegistration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateDirectoryRegistrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "CreateDirectoryRegistration", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "CreateDirectoryRegistrationCommand")
|
|
14
|
-
.sc(CreateDirectoryRegistration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateDirectoryRegistrationCommand extends command(_ep0, _mw0, "CreateDirectoryRegistration", CreateDirectoryRegistration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateServicePrincipalName$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateServicePrincipalNameCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "CreateServicePrincipalName", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "CreateServicePrincipalNameCommand")
|
|
14
|
-
.sc(CreateServicePrincipalName$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateServicePrincipalNameCommand extends command(_ep0, _mw0, "CreateServicePrincipalName", CreateServicePrincipalName$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "CreateTemplate", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "CreateTemplateCommand")
|
|
14
|
-
.sc(CreateTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateTemplateCommand extends command(_ep0, _mw0, "CreateTemplate", CreateTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { CreateTemplateGroupAccessControlEntry$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateTemplateGroupAccessControlEntryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "CreateTemplateGroupAccessControlEntry", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "CreateTemplateGroupAccessControlEntryCommand")
|
|
14
|
-
.sc(CreateTemplateGroupAccessControlEntry$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "CreateTemplateGroupAccessControlEntry", CreateTemplateGroupAccessControlEntry$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteConnector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteConnectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "DeleteConnector", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "DeleteConnectorCommand")
|
|
14
|
-
.sc(DeleteConnector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteConnectorCommand extends command(_ep0, _mw0, "DeleteConnector", DeleteConnector$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteDirectoryRegistration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteDirectoryRegistrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "DeleteDirectoryRegistration", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "DeleteDirectoryRegistrationCommand")
|
|
14
|
-
.sc(DeleteDirectoryRegistration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteDirectoryRegistrationCommand extends command(_ep0, _mw0, "DeleteDirectoryRegistration", DeleteDirectoryRegistration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteServicePrincipalName$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteServicePrincipalNameCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "DeleteServicePrincipalName", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "DeleteServicePrincipalNameCommand")
|
|
14
|
-
.sc(DeleteServicePrincipalName$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteServicePrincipalNameCommand extends command(_ep0, _mw0, "DeleteServicePrincipalName", DeleteServicePrincipalName$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "DeleteTemplate", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "DeleteTemplateCommand")
|
|
14
|
-
.sc(DeleteTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTemplateCommand extends command(_ep0, _mw0, "DeleteTemplate", DeleteTemplate$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { DeleteTemplateGroupAccessControlEntry$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteTemplateGroupAccessControlEntryCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "DeleteTemplateGroupAccessControlEntry", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "DeleteTemplateGroupAccessControlEntryCommand")
|
|
14
|
-
.sc(DeleteTemplateGroupAccessControlEntry$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteTemplateGroupAccessControlEntryCommand extends command(_ep0, _mw0, "DeleteTemplateGroupAccessControlEntry", DeleteTemplateGroupAccessControlEntry$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetConnector$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetConnectorCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "GetConnector", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "GetConnectorCommand")
|
|
14
|
-
.sc(GetConnector$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetConnectorCommand extends command(_ep0, _mw0, "GetConnector", GetConnector$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetDirectoryRegistration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetDirectoryRegistrationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "GetDirectoryRegistration", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "GetDirectoryRegistrationCommand")
|
|
14
|
-
.sc(GetDirectoryRegistration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetDirectoryRegistrationCommand extends command(_ep0, _mw0, "GetDirectoryRegistration", GetDirectoryRegistration$) {
|
|
16
4
|
}
|
|
@@ -1,16 +1,4 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { getEndpointPlugin } from "@smithy/core/endpoints";
|
|
3
|
-
import { commonParams } from "../endpoint/EndpointParameters";
|
|
1
|
+
import { _ep0, _mw0, command } from "../commandBuilder";
|
|
4
2
|
import { GetServicePrincipalName$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetServicePrincipalNameCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("PcaConnectorAd", "GetServicePrincipalName", {})
|
|
13
|
-
.n("PcaConnectorAdClient", "GetServicePrincipalNameCommand")
|
|
14
|
-
.sc(GetServicePrincipalName$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetServicePrincipalNameCommand extends command(_ep0, _mw0, "GetServicePrincipalName", GetServicePrincipalName$) {
|
|
16
4
|
}
|