@aws-sdk/client-clouddirectory 3.1077.0 → 3.1079.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 +74 -663
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AddFacetToObjectCommand.js +2 -14
- package/dist-es/commands/ApplySchemaCommand.js +2 -14
- package/dist-es/commands/AttachObjectCommand.js +2 -14
- package/dist-es/commands/AttachPolicyCommand.js +2 -14
- package/dist-es/commands/AttachToIndexCommand.js +2 -14
- package/dist-es/commands/AttachTypedLinkCommand.js +2 -14
- package/dist-es/commands/BatchReadCommand.js +2 -14
- package/dist-es/commands/BatchWriteCommand.js +2 -14
- package/dist-es/commands/CreateDirectoryCommand.js +2 -14
- package/dist-es/commands/CreateFacetCommand.js +2 -14
- package/dist-es/commands/CreateIndexCommand.js +2 -14
- package/dist-es/commands/CreateObjectCommand.js +2 -14
- package/dist-es/commands/CreateSchemaCommand.js +2 -14
- package/dist-es/commands/CreateTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/DeleteDirectoryCommand.js +2 -14
- package/dist-es/commands/DeleteFacetCommand.js +2 -14
- package/dist-es/commands/DeleteObjectCommand.js +2 -14
- package/dist-es/commands/DeleteSchemaCommand.js +2 -14
- package/dist-es/commands/DeleteTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/DetachFromIndexCommand.js +2 -14
- package/dist-es/commands/DetachObjectCommand.js +2 -14
- package/dist-es/commands/DetachPolicyCommand.js +2 -14
- package/dist-es/commands/DetachTypedLinkCommand.js +2 -14
- package/dist-es/commands/DisableDirectoryCommand.js +2 -14
- package/dist-es/commands/EnableDirectoryCommand.js +2 -14
- package/dist-es/commands/GetAppliedSchemaVersionCommand.js +2 -14
- package/dist-es/commands/GetDirectoryCommand.js +2 -14
- package/dist-es/commands/GetFacetCommand.js +2 -14
- package/dist-es/commands/GetLinkAttributesCommand.js +2 -14
- package/dist-es/commands/GetObjectAttributesCommand.js +2 -14
- package/dist-es/commands/GetObjectInformationCommand.js +2 -14
- package/dist-es/commands/GetSchemaAsJsonCommand.js +2 -14
- package/dist-es/commands/GetTypedLinkFacetInformationCommand.js +2 -14
- package/dist-es/commands/ListAppliedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListAttachedIndicesCommand.js +2 -14
- package/dist-es/commands/ListDevelopmentSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListDirectoriesCommand.js +2 -14
- package/dist-es/commands/ListFacetAttributesCommand.js +2 -14
- package/dist-es/commands/ListFacetNamesCommand.js +2 -14
- package/dist-es/commands/ListIncomingTypedLinksCommand.js +2 -14
- package/dist-es/commands/ListIndexCommand.js +2 -14
- package/dist-es/commands/ListManagedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListObjectAttributesCommand.js +2 -14
- package/dist-es/commands/ListObjectChildrenCommand.js +2 -14
- package/dist-es/commands/ListObjectParentPathsCommand.js +2 -14
- package/dist-es/commands/ListObjectParentsCommand.js +2 -14
- package/dist-es/commands/ListObjectPoliciesCommand.js +2 -14
- package/dist-es/commands/ListOutgoingTypedLinksCommand.js +2 -14
- package/dist-es/commands/ListPolicyAttachmentsCommand.js +2 -14
- package/dist-es/commands/ListPublishedSchemaArnsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/ListTypedLinkFacetAttributesCommand.js +2 -14
- package/dist-es/commands/ListTypedLinkFacetNamesCommand.js +2 -14
- package/dist-es/commands/LookupPolicyCommand.js +2 -14
- package/dist-es/commands/PublishSchemaCommand.js +2 -14
- package/dist-es/commands/PutSchemaFromJsonCommand.js +2 -14
- package/dist-es/commands/RemoveFacetFromObjectCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateFacetCommand.js +2 -14
- package/dist-es/commands/UpdateLinkAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateObjectAttributesCommand.js +2 -14
- package/dist-es/commands/UpdateSchemaCommand.js +2 -14
- package/dist-es/commands/UpdateTypedLinkFacetCommand.js +2 -14
- package/dist-es/commands/UpgradeAppliedSchemaCommand.js +2 -14
- package/dist-es/commands/UpgradePublishedSchemaCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AddFacetToObjectCommand.d.ts +3 -8
- package/dist-types/commands/ApplySchemaCommand.d.ts +3 -8
- package/dist-types/commands/AttachObjectCommand.d.ts +3 -8
- package/dist-types/commands/AttachPolicyCommand.d.ts +3 -8
- package/dist-types/commands/AttachToIndexCommand.d.ts +3 -8
- package/dist-types/commands/AttachTypedLinkCommand.d.ts +3 -8
- package/dist-types/commands/BatchReadCommand.d.ts +3 -8
- package/dist-types/commands/BatchWriteCommand.d.ts +3 -8
- package/dist-types/commands/CreateDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/CreateFacetCommand.d.ts +3 -8
- package/dist-types/commands/CreateIndexCommand.d.ts +3 -8
- package/dist-types/commands/CreateObjectCommand.d.ts +3 -8
- package/dist-types/commands/CreateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/CreateTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFacetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteObjectCommand.d.ts +3 -8
- package/dist-types/commands/DeleteSchemaCommand.d.ts +3 -8
- package/dist-types/commands/DeleteTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/DetachFromIndexCommand.d.ts +3 -8
- package/dist-types/commands/DetachObjectCommand.d.ts +3 -8
- package/dist-types/commands/DetachPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DetachTypedLinkCommand.d.ts +3 -8
- package/dist-types/commands/DisableDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/EnableDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/GetAppliedSchemaVersionCommand.d.ts +3 -8
- package/dist-types/commands/GetDirectoryCommand.d.ts +3 -8
- package/dist-types/commands/GetFacetCommand.d.ts +3 -8
- package/dist-types/commands/GetLinkAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/GetObjectInformationCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaAsJsonCommand.d.ts +3 -8
- package/dist-types/commands/GetTypedLinkFacetInformationCommand.d.ts +3 -8
- package/dist-types/commands/ListAppliedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListAttachedIndicesCommand.d.ts +3 -8
- package/dist-types/commands/ListDevelopmentSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListDirectoriesCommand.d.ts +3 -8
- package/dist-types/commands/ListFacetAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListFacetNamesCommand.d.ts +3 -8
- package/dist-types/commands/ListIncomingTypedLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListIndexCommand.d.ts +3 -8
- package/dist-types/commands/ListManagedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectChildrenCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectParentPathsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectParentsCommand.d.ts +3 -8
- package/dist-types/commands/ListObjectPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListOutgoingTypedLinksCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyAttachmentsCommand.d.ts +3 -8
- package/dist-types/commands/ListPublishedSchemaArnsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/ListTypedLinkFacetAttributesCommand.d.ts +3 -8
- package/dist-types/commands/ListTypedLinkFacetNamesCommand.d.ts +3 -8
- package/dist-types/commands/LookupPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PublishSchemaCommand.d.ts +3 -8
- package/dist-types/commands/PutSchemaFromJsonCommand.d.ts +3 -8
- package/dist-types/commands/RemoveFacetFromObjectCommand.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/UpdateFacetCommand.d.ts +3 -8
- package/dist-types/commands/UpdateLinkAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateObjectAttributesCommand.d.ts +3 -8
- package/dist-types/commands/UpdateSchemaCommand.d.ts +3 -8
- package/dist-types/commands/UpdateTypedLinkFacetCommand.d.ts +3 -8
- package/dist-types/commands/UpgradeAppliedSchemaCommand.d.ts +3 -8
- package/dist-types/commands/UpgradePublishedSchemaCommand.d.ts +3 -8
- package/dist-types/index.d.ts +1 -0
- package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
- package/dist-types/ts3.4/commands/AddFacetToObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ApplySchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachToIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AttachTypedLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchReadCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchWriteCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachFromIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachObjectCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DetachTypedLinkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisableDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAppliedSchemaVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetDirectoryCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetLinkAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetObjectInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaAsJsonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetTypedLinkFacetInformationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAppliedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAttachedIndicesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDevelopmentSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListDirectoriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFacetAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFacetNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIncomingTypedLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIndexCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListManagedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectChildrenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectParentPathsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectParentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListObjectPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListOutgoingTypedLinksCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyAttachmentsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPublishedSchemaArnsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTypedLinkFacetAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTypedLinkFacetNamesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LookupPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PublishSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSchemaFromJsonCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RemoveFacetFromObjectCommand.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/UpdateFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateLinkAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateObjectAttributesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateTypedLinkFacetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradeAppliedSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpgradePublishedSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
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");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -2873,796 +2874,206 @@ class CloudDirectoryClient extends Client {
|
|
|
2873
2874
|
}
|
|
2874
2875
|
}
|
|
2875
2876
|
|
|
2876
|
-
|
|
2877
|
-
|
|
2878
|
-
|
|
2879
|
-
|
|
2880
|
-
|
|
2881
|
-
})
|
|
2882
|
-
.s("AmazonCloudDirectory_20170111", "AddFacetToObject", {})
|
|
2883
|
-
.n("CloudDirectoryClient", "AddFacetToObjectCommand")
|
|
2884
|
-
.sc(AddFacetToObject$)
|
|
2885
|
-
.build() {
|
|
2877
|
+
const command = makeBuilder(commonParams, "AmazonCloudDirectory_20170111", "CloudDirectoryClient", getEndpointPlugin);
|
|
2878
|
+
const _ep0 = {};
|
|
2879
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
2880
|
+
|
|
2881
|
+
class AddFacetToObjectCommand extends command(_ep0, _mw0, "AddFacetToObject", AddFacetToObject$) {
|
|
2886
2882
|
}
|
|
2887
2883
|
|
|
2888
|
-
class ApplySchemaCommand extends
|
|
2889
|
-
.classBuilder()
|
|
2890
|
-
.ep(commonParams)
|
|
2891
|
-
.m(function (Command, cs, config, o) {
|
|
2892
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2893
|
-
})
|
|
2894
|
-
.s("AmazonCloudDirectory_20170111", "ApplySchema", {})
|
|
2895
|
-
.n("CloudDirectoryClient", "ApplySchemaCommand")
|
|
2896
|
-
.sc(ApplySchema$)
|
|
2897
|
-
.build() {
|
|
2884
|
+
class ApplySchemaCommand extends command(_ep0, _mw0, "ApplySchema", ApplySchema$) {
|
|
2898
2885
|
}
|
|
2899
2886
|
|
|
2900
|
-
class AttachObjectCommand extends
|
|
2901
|
-
.classBuilder()
|
|
2902
|
-
.ep(commonParams)
|
|
2903
|
-
.m(function (Command, cs, config, o) {
|
|
2904
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2905
|
-
})
|
|
2906
|
-
.s("AmazonCloudDirectory_20170111", "AttachObject", {})
|
|
2907
|
-
.n("CloudDirectoryClient", "AttachObjectCommand")
|
|
2908
|
-
.sc(AttachObject$)
|
|
2909
|
-
.build() {
|
|
2887
|
+
class AttachObjectCommand extends command(_ep0, _mw0, "AttachObject", AttachObject$) {
|
|
2910
2888
|
}
|
|
2911
2889
|
|
|
2912
|
-
class AttachPolicyCommand extends
|
|
2913
|
-
.classBuilder()
|
|
2914
|
-
.ep(commonParams)
|
|
2915
|
-
.m(function (Command, cs, config, o) {
|
|
2916
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2917
|
-
})
|
|
2918
|
-
.s("AmazonCloudDirectory_20170111", "AttachPolicy", {})
|
|
2919
|
-
.n("CloudDirectoryClient", "AttachPolicyCommand")
|
|
2920
|
-
.sc(AttachPolicy$)
|
|
2921
|
-
.build() {
|
|
2890
|
+
class AttachPolicyCommand extends command(_ep0, _mw0, "AttachPolicy", AttachPolicy$) {
|
|
2922
2891
|
}
|
|
2923
2892
|
|
|
2924
|
-
class AttachToIndexCommand extends
|
|
2925
|
-
.classBuilder()
|
|
2926
|
-
.ep(commonParams)
|
|
2927
|
-
.m(function (Command, cs, config, o) {
|
|
2928
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2929
|
-
})
|
|
2930
|
-
.s("AmazonCloudDirectory_20170111", "AttachToIndex", {})
|
|
2931
|
-
.n("CloudDirectoryClient", "AttachToIndexCommand")
|
|
2932
|
-
.sc(AttachToIndex$)
|
|
2933
|
-
.build() {
|
|
2893
|
+
class AttachToIndexCommand extends command(_ep0, _mw0, "AttachToIndex", AttachToIndex$) {
|
|
2934
2894
|
}
|
|
2935
2895
|
|
|
2936
|
-
class AttachTypedLinkCommand extends
|
|
2937
|
-
.classBuilder()
|
|
2938
|
-
.ep(commonParams)
|
|
2939
|
-
.m(function (Command, cs, config, o) {
|
|
2940
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2941
|
-
})
|
|
2942
|
-
.s("AmazonCloudDirectory_20170111", "AttachTypedLink", {})
|
|
2943
|
-
.n("CloudDirectoryClient", "AttachTypedLinkCommand")
|
|
2944
|
-
.sc(AttachTypedLink$)
|
|
2945
|
-
.build() {
|
|
2896
|
+
class AttachTypedLinkCommand extends command(_ep0, _mw0, "AttachTypedLink", AttachTypedLink$) {
|
|
2946
2897
|
}
|
|
2947
2898
|
|
|
2948
|
-
class BatchReadCommand extends
|
|
2949
|
-
.classBuilder()
|
|
2950
|
-
.ep(commonParams)
|
|
2951
|
-
.m(function (Command, cs, config, o) {
|
|
2952
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2953
|
-
})
|
|
2954
|
-
.s("AmazonCloudDirectory_20170111", "BatchRead", {})
|
|
2955
|
-
.n("CloudDirectoryClient", "BatchReadCommand")
|
|
2956
|
-
.sc(BatchRead$)
|
|
2957
|
-
.build() {
|
|
2899
|
+
class BatchReadCommand extends command(_ep0, _mw0, "BatchRead", BatchRead$) {
|
|
2958
2900
|
}
|
|
2959
2901
|
|
|
2960
|
-
class BatchWriteCommand extends
|
|
2961
|
-
.classBuilder()
|
|
2962
|
-
.ep(commonParams)
|
|
2963
|
-
.m(function (Command, cs, config, o) {
|
|
2964
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2965
|
-
})
|
|
2966
|
-
.s("AmazonCloudDirectory_20170111", "BatchWrite", {})
|
|
2967
|
-
.n("CloudDirectoryClient", "BatchWriteCommand")
|
|
2968
|
-
.sc(BatchWrite$)
|
|
2969
|
-
.build() {
|
|
2902
|
+
class BatchWriteCommand extends command(_ep0, _mw0, "BatchWrite", BatchWrite$) {
|
|
2970
2903
|
}
|
|
2971
2904
|
|
|
2972
|
-
class CreateDirectoryCommand extends
|
|
2973
|
-
.classBuilder()
|
|
2974
|
-
.ep(commonParams)
|
|
2975
|
-
.m(function (Command, cs, config, o) {
|
|
2976
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2977
|
-
})
|
|
2978
|
-
.s("AmazonCloudDirectory_20170111", "CreateDirectory", {})
|
|
2979
|
-
.n("CloudDirectoryClient", "CreateDirectoryCommand")
|
|
2980
|
-
.sc(CreateDirectory$)
|
|
2981
|
-
.build() {
|
|
2905
|
+
class CreateDirectoryCommand extends command(_ep0, _mw0, "CreateDirectory", CreateDirectory$) {
|
|
2982
2906
|
}
|
|
2983
2907
|
|
|
2984
|
-
class CreateFacetCommand extends
|
|
2985
|
-
.classBuilder()
|
|
2986
|
-
.ep(commonParams)
|
|
2987
|
-
.m(function (Command, cs, config, o) {
|
|
2988
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2989
|
-
})
|
|
2990
|
-
.s("AmazonCloudDirectory_20170111", "CreateFacet", {})
|
|
2991
|
-
.n("CloudDirectoryClient", "CreateFacetCommand")
|
|
2992
|
-
.sc(CreateFacet$)
|
|
2993
|
-
.build() {
|
|
2908
|
+
class CreateFacetCommand extends command(_ep0, _mw0, "CreateFacet", CreateFacet$) {
|
|
2994
2909
|
}
|
|
2995
2910
|
|
|
2996
|
-
class CreateIndexCommand extends
|
|
2997
|
-
.classBuilder()
|
|
2998
|
-
.ep(commonParams)
|
|
2999
|
-
.m(function (Command, cs, config, o) {
|
|
3000
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3001
|
-
})
|
|
3002
|
-
.s("AmazonCloudDirectory_20170111", "CreateIndex", {})
|
|
3003
|
-
.n("CloudDirectoryClient", "CreateIndexCommand")
|
|
3004
|
-
.sc(CreateIndex$)
|
|
3005
|
-
.build() {
|
|
2911
|
+
class CreateIndexCommand extends command(_ep0, _mw0, "CreateIndex", CreateIndex$) {
|
|
3006
2912
|
}
|
|
3007
2913
|
|
|
3008
|
-
class CreateObjectCommand extends
|
|
3009
|
-
.classBuilder()
|
|
3010
|
-
.ep(commonParams)
|
|
3011
|
-
.m(function (Command, cs, config, o) {
|
|
3012
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3013
|
-
})
|
|
3014
|
-
.s("AmazonCloudDirectory_20170111", "CreateObject", {})
|
|
3015
|
-
.n("CloudDirectoryClient", "CreateObjectCommand")
|
|
3016
|
-
.sc(CreateObject$)
|
|
3017
|
-
.build() {
|
|
2914
|
+
class CreateObjectCommand extends command(_ep0, _mw0, "CreateObject", CreateObject$) {
|
|
3018
2915
|
}
|
|
3019
2916
|
|
|
3020
|
-
class CreateSchemaCommand extends
|
|
3021
|
-
.classBuilder()
|
|
3022
|
-
.ep(commonParams)
|
|
3023
|
-
.m(function (Command, cs, config, o) {
|
|
3024
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3025
|
-
})
|
|
3026
|
-
.s("AmazonCloudDirectory_20170111", "CreateSchema", {})
|
|
3027
|
-
.n("CloudDirectoryClient", "CreateSchemaCommand")
|
|
3028
|
-
.sc(CreateSchema$)
|
|
3029
|
-
.build() {
|
|
2917
|
+
class CreateSchemaCommand extends command(_ep0, _mw0, "CreateSchema", CreateSchema$) {
|
|
3030
2918
|
}
|
|
3031
2919
|
|
|
3032
|
-
class CreateTypedLinkFacetCommand extends
|
|
3033
|
-
.classBuilder()
|
|
3034
|
-
.ep(commonParams)
|
|
3035
|
-
.m(function (Command, cs, config, o) {
|
|
3036
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3037
|
-
})
|
|
3038
|
-
.s("AmazonCloudDirectory_20170111", "CreateTypedLinkFacet", {})
|
|
3039
|
-
.n("CloudDirectoryClient", "CreateTypedLinkFacetCommand")
|
|
3040
|
-
.sc(CreateTypedLinkFacet$)
|
|
3041
|
-
.build() {
|
|
2920
|
+
class CreateTypedLinkFacetCommand extends command(_ep0, _mw0, "CreateTypedLinkFacet", CreateTypedLinkFacet$) {
|
|
3042
2921
|
}
|
|
3043
2922
|
|
|
3044
|
-
class DeleteDirectoryCommand extends
|
|
3045
|
-
.classBuilder()
|
|
3046
|
-
.ep(commonParams)
|
|
3047
|
-
.m(function (Command, cs, config, o) {
|
|
3048
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3049
|
-
})
|
|
3050
|
-
.s("AmazonCloudDirectory_20170111", "DeleteDirectory", {})
|
|
3051
|
-
.n("CloudDirectoryClient", "DeleteDirectoryCommand")
|
|
3052
|
-
.sc(DeleteDirectory$)
|
|
3053
|
-
.build() {
|
|
2923
|
+
class DeleteDirectoryCommand extends command(_ep0, _mw0, "DeleteDirectory", DeleteDirectory$) {
|
|
3054
2924
|
}
|
|
3055
2925
|
|
|
3056
|
-
class DeleteFacetCommand extends
|
|
3057
|
-
.classBuilder()
|
|
3058
|
-
.ep(commonParams)
|
|
3059
|
-
.m(function (Command, cs, config, o) {
|
|
3060
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3061
|
-
})
|
|
3062
|
-
.s("AmazonCloudDirectory_20170111", "DeleteFacet", {})
|
|
3063
|
-
.n("CloudDirectoryClient", "DeleteFacetCommand")
|
|
3064
|
-
.sc(DeleteFacet$)
|
|
3065
|
-
.build() {
|
|
2926
|
+
class DeleteFacetCommand extends command(_ep0, _mw0, "DeleteFacet", DeleteFacet$) {
|
|
3066
2927
|
}
|
|
3067
2928
|
|
|
3068
|
-
class DeleteObjectCommand extends
|
|
3069
|
-
.classBuilder()
|
|
3070
|
-
.ep(commonParams)
|
|
3071
|
-
.m(function (Command, cs, config, o) {
|
|
3072
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3073
|
-
})
|
|
3074
|
-
.s("AmazonCloudDirectory_20170111", "DeleteObject", {})
|
|
3075
|
-
.n("CloudDirectoryClient", "DeleteObjectCommand")
|
|
3076
|
-
.sc(DeleteObject$)
|
|
3077
|
-
.build() {
|
|
2929
|
+
class DeleteObjectCommand extends command(_ep0, _mw0, "DeleteObject", DeleteObject$) {
|
|
3078
2930
|
}
|
|
3079
2931
|
|
|
3080
|
-
class DeleteSchemaCommand extends
|
|
3081
|
-
.classBuilder()
|
|
3082
|
-
.ep(commonParams)
|
|
3083
|
-
.m(function (Command, cs, config, o) {
|
|
3084
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3085
|
-
})
|
|
3086
|
-
.s("AmazonCloudDirectory_20170111", "DeleteSchema", {})
|
|
3087
|
-
.n("CloudDirectoryClient", "DeleteSchemaCommand")
|
|
3088
|
-
.sc(DeleteSchema$)
|
|
3089
|
-
.build() {
|
|
2932
|
+
class DeleteSchemaCommand extends command(_ep0, _mw0, "DeleteSchema", DeleteSchema$) {
|
|
3090
2933
|
}
|
|
3091
2934
|
|
|
3092
|
-
class DeleteTypedLinkFacetCommand extends
|
|
3093
|
-
.classBuilder()
|
|
3094
|
-
.ep(commonParams)
|
|
3095
|
-
.m(function (Command, cs, config, o) {
|
|
3096
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3097
|
-
})
|
|
3098
|
-
.s("AmazonCloudDirectory_20170111", "DeleteTypedLinkFacet", {})
|
|
3099
|
-
.n("CloudDirectoryClient", "DeleteTypedLinkFacetCommand")
|
|
3100
|
-
.sc(DeleteTypedLinkFacet$)
|
|
3101
|
-
.build() {
|
|
2935
|
+
class DeleteTypedLinkFacetCommand extends command(_ep0, _mw0, "DeleteTypedLinkFacet", DeleteTypedLinkFacet$) {
|
|
3102
2936
|
}
|
|
3103
2937
|
|
|
3104
|
-
class DetachFromIndexCommand extends
|
|
3105
|
-
.classBuilder()
|
|
3106
|
-
.ep(commonParams)
|
|
3107
|
-
.m(function (Command, cs, config, o) {
|
|
3108
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3109
|
-
})
|
|
3110
|
-
.s("AmazonCloudDirectory_20170111", "DetachFromIndex", {})
|
|
3111
|
-
.n("CloudDirectoryClient", "DetachFromIndexCommand")
|
|
3112
|
-
.sc(DetachFromIndex$)
|
|
3113
|
-
.build() {
|
|
2938
|
+
class DetachFromIndexCommand extends command(_ep0, _mw0, "DetachFromIndex", DetachFromIndex$) {
|
|
3114
2939
|
}
|
|
3115
2940
|
|
|
3116
|
-
class DetachObjectCommand extends
|
|
3117
|
-
.classBuilder()
|
|
3118
|
-
.ep(commonParams)
|
|
3119
|
-
.m(function (Command, cs, config, o) {
|
|
3120
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3121
|
-
})
|
|
3122
|
-
.s("AmazonCloudDirectory_20170111", "DetachObject", {})
|
|
3123
|
-
.n("CloudDirectoryClient", "DetachObjectCommand")
|
|
3124
|
-
.sc(DetachObject$)
|
|
3125
|
-
.build() {
|
|
2941
|
+
class DetachObjectCommand extends command(_ep0, _mw0, "DetachObject", DetachObject$) {
|
|
3126
2942
|
}
|
|
3127
2943
|
|
|
3128
|
-
class DetachPolicyCommand extends
|
|
3129
|
-
.classBuilder()
|
|
3130
|
-
.ep(commonParams)
|
|
3131
|
-
.m(function (Command, cs, config, o) {
|
|
3132
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3133
|
-
})
|
|
3134
|
-
.s("AmazonCloudDirectory_20170111", "DetachPolicy", {})
|
|
3135
|
-
.n("CloudDirectoryClient", "DetachPolicyCommand")
|
|
3136
|
-
.sc(DetachPolicy$)
|
|
3137
|
-
.build() {
|
|
2944
|
+
class DetachPolicyCommand extends command(_ep0, _mw0, "DetachPolicy", DetachPolicy$) {
|
|
3138
2945
|
}
|
|
3139
2946
|
|
|
3140
|
-
class DetachTypedLinkCommand extends
|
|
3141
|
-
.classBuilder()
|
|
3142
|
-
.ep(commonParams)
|
|
3143
|
-
.m(function (Command, cs, config, o) {
|
|
3144
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3145
|
-
})
|
|
3146
|
-
.s("AmazonCloudDirectory_20170111", "DetachTypedLink", {})
|
|
3147
|
-
.n("CloudDirectoryClient", "DetachTypedLinkCommand")
|
|
3148
|
-
.sc(DetachTypedLink$)
|
|
3149
|
-
.build() {
|
|
2947
|
+
class DetachTypedLinkCommand extends command(_ep0, _mw0, "DetachTypedLink", DetachTypedLink$) {
|
|
3150
2948
|
}
|
|
3151
2949
|
|
|
3152
|
-
class DisableDirectoryCommand extends
|
|
3153
|
-
.classBuilder()
|
|
3154
|
-
.ep(commonParams)
|
|
3155
|
-
.m(function (Command, cs, config, o) {
|
|
3156
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3157
|
-
})
|
|
3158
|
-
.s("AmazonCloudDirectory_20170111", "DisableDirectory", {})
|
|
3159
|
-
.n("CloudDirectoryClient", "DisableDirectoryCommand")
|
|
3160
|
-
.sc(DisableDirectory$)
|
|
3161
|
-
.build() {
|
|
2950
|
+
class DisableDirectoryCommand extends command(_ep0, _mw0, "DisableDirectory", DisableDirectory$) {
|
|
3162
2951
|
}
|
|
3163
2952
|
|
|
3164
|
-
class EnableDirectoryCommand extends
|
|
3165
|
-
.classBuilder()
|
|
3166
|
-
.ep(commonParams)
|
|
3167
|
-
.m(function (Command, cs, config, o) {
|
|
3168
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3169
|
-
})
|
|
3170
|
-
.s("AmazonCloudDirectory_20170111", "EnableDirectory", {})
|
|
3171
|
-
.n("CloudDirectoryClient", "EnableDirectoryCommand")
|
|
3172
|
-
.sc(EnableDirectory$)
|
|
3173
|
-
.build() {
|
|
2953
|
+
class EnableDirectoryCommand extends command(_ep0, _mw0, "EnableDirectory", EnableDirectory$) {
|
|
3174
2954
|
}
|
|
3175
2955
|
|
|
3176
|
-
class GetAppliedSchemaVersionCommand extends
|
|
3177
|
-
.classBuilder()
|
|
3178
|
-
.ep(commonParams)
|
|
3179
|
-
.m(function (Command, cs, config, o) {
|
|
3180
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3181
|
-
})
|
|
3182
|
-
.s("AmazonCloudDirectory_20170111", "GetAppliedSchemaVersion", {})
|
|
3183
|
-
.n("CloudDirectoryClient", "GetAppliedSchemaVersionCommand")
|
|
3184
|
-
.sc(GetAppliedSchemaVersion$)
|
|
3185
|
-
.build() {
|
|
2956
|
+
class GetAppliedSchemaVersionCommand extends command(_ep0, _mw0, "GetAppliedSchemaVersion", GetAppliedSchemaVersion$) {
|
|
3186
2957
|
}
|
|
3187
2958
|
|
|
3188
|
-
class GetDirectoryCommand extends
|
|
3189
|
-
.classBuilder()
|
|
3190
|
-
.ep(commonParams)
|
|
3191
|
-
.m(function (Command, cs, config, o) {
|
|
3192
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3193
|
-
})
|
|
3194
|
-
.s("AmazonCloudDirectory_20170111", "GetDirectory", {})
|
|
3195
|
-
.n("CloudDirectoryClient", "GetDirectoryCommand")
|
|
3196
|
-
.sc(GetDirectory$)
|
|
3197
|
-
.build() {
|
|
2959
|
+
class GetDirectoryCommand extends command(_ep0, _mw0, "GetDirectory", GetDirectory$) {
|
|
3198
2960
|
}
|
|
3199
2961
|
|
|
3200
|
-
class GetFacetCommand extends
|
|
3201
|
-
.classBuilder()
|
|
3202
|
-
.ep(commonParams)
|
|
3203
|
-
.m(function (Command, cs, config, o) {
|
|
3204
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3205
|
-
})
|
|
3206
|
-
.s("AmazonCloudDirectory_20170111", "GetFacet", {})
|
|
3207
|
-
.n("CloudDirectoryClient", "GetFacetCommand")
|
|
3208
|
-
.sc(GetFacet$)
|
|
3209
|
-
.build() {
|
|
2962
|
+
class GetFacetCommand extends command(_ep0, _mw0, "GetFacet", GetFacet$) {
|
|
3210
2963
|
}
|
|
3211
2964
|
|
|
3212
|
-
class GetLinkAttributesCommand extends
|
|
3213
|
-
.classBuilder()
|
|
3214
|
-
.ep(commonParams)
|
|
3215
|
-
.m(function (Command, cs, config, o) {
|
|
3216
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3217
|
-
})
|
|
3218
|
-
.s("AmazonCloudDirectory_20170111", "GetLinkAttributes", {})
|
|
3219
|
-
.n("CloudDirectoryClient", "GetLinkAttributesCommand")
|
|
3220
|
-
.sc(GetLinkAttributes$)
|
|
3221
|
-
.build() {
|
|
2965
|
+
class GetLinkAttributesCommand extends command(_ep0, _mw0, "GetLinkAttributes", GetLinkAttributes$) {
|
|
3222
2966
|
}
|
|
3223
2967
|
|
|
3224
|
-
class GetObjectAttributesCommand extends
|
|
3225
|
-
.classBuilder()
|
|
3226
|
-
.ep(commonParams)
|
|
3227
|
-
.m(function (Command, cs, config, o) {
|
|
3228
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3229
|
-
})
|
|
3230
|
-
.s("AmazonCloudDirectory_20170111", "GetObjectAttributes", {})
|
|
3231
|
-
.n("CloudDirectoryClient", "GetObjectAttributesCommand")
|
|
3232
|
-
.sc(GetObjectAttributes$)
|
|
3233
|
-
.build() {
|
|
2968
|
+
class GetObjectAttributesCommand extends command(_ep0, _mw0, "GetObjectAttributes", GetObjectAttributes$) {
|
|
3234
2969
|
}
|
|
3235
2970
|
|
|
3236
|
-
class GetObjectInformationCommand extends
|
|
3237
|
-
.classBuilder()
|
|
3238
|
-
.ep(commonParams)
|
|
3239
|
-
.m(function (Command, cs, config, o) {
|
|
3240
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3241
|
-
})
|
|
3242
|
-
.s("AmazonCloudDirectory_20170111", "GetObjectInformation", {})
|
|
3243
|
-
.n("CloudDirectoryClient", "GetObjectInformationCommand")
|
|
3244
|
-
.sc(GetObjectInformation$)
|
|
3245
|
-
.build() {
|
|
2971
|
+
class GetObjectInformationCommand extends command(_ep0, _mw0, "GetObjectInformation", GetObjectInformation$) {
|
|
3246
2972
|
}
|
|
3247
2973
|
|
|
3248
|
-
class GetSchemaAsJsonCommand extends
|
|
3249
|
-
.classBuilder()
|
|
3250
|
-
.ep(commonParams)
|
|
3251
|
-
.m(function (Command, cs, config, o) {
|
|
3252
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3253
|
-
})
|
|
3254
|
-
.s("AmazonCloudDirectory_20170111", "GetSchemaAsJson", {})
|
|
3255
|
-
.n("CloudDirectoryClient", "GetSchemaAsJsonCommand")
|
|
3256
|
-
.sc(GetSchemaAsJson$)
|
|
3257
|
-
.build() {
|
|
2974
|
+
class GetSchemaAsJsonCommand extends command(_ep0, _mw0, "GetSchemaAsJson", GetSchemaAsJson$) {
|
|
3258
2975
|
}
|
|
3259
2976
|
|
|
3260
|
-
class GetTypedLinkFacetInformationCommand extends
|
|
3261
|
-
.classBuilder()
|
|
3262
|
-
.ep(commonParams)
|
|
3263
|
-
.m(function (Command, cs, config, o) {
|
|
3264
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3265
|
-
})
|
|
3266
|
-
.s("AmazonCloudDirectory_20170111", "GetTypedLinkFacetInformation", {})
|
|
3267
|
-
.n("CloudDirectoryClient", "GetTypedLinkFacetInformationCommand")
|
|
3268
|
-
.sc(GetTypedLinkFacetInformation$)
|
|
3269
|
-
.build() {
|
|
2977
|
+
class GetTypedLinkFacetInformationCommand extends command(_ep0, _mw0, "GetTypedLinkFacetInformation", GetTypedLinkFacetInformation$) {
|
|
3270
2978
|
}
|
|
3271
2979
|
|
|
3272
|
-
class ListAppliedSchemaArnsCommand extends
|
|
3273
|
-
.classBuilder()
|
|
3274
|
-
.ep(commonParams)
|
|
3275
|
-
.m(function (Command, cs, config, o) {
|
|
3276
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3277
|
-
})
|
|
3278
|
-
.s("AmazonCloudDirectory_20170111", "ListAppliedSchemaArns", {})
|
|
3279
|
-
.n("CloudDirectoryClient", "ListAppliedSchemaArnsCommand")
|
|
3280
|
-
.sc(ListAppliedSchemaArns$)
|
|
3281
|
-
.build() {
|
|
2980
|
+
class ListAppliedSchemaArnsCommand extends command(_ep0, _mw0, "ListAppliedSchemaArns", ListAppliedSchemaArns$) {
|
|
3282
2981
|
}
|
|
3283
2982
|
|
|
3284
|
-
class ListAttachedIndicesCommand extends
|
|
3285
|
-
.classBuilder()
|
|
3286
|
-
.ep(commonParams)
|
|
3287
|
-
.m(function (Command, cs, config, o) {
|
|
3288
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3289
|
-
})
|
|
3290
|
-
.s("AmazonCloudDirectory_20170111", "ListAttachedIndices", {})
|
|
3291
|
-
.n("CloudDirectoryClient", "ListAttachedIndicesCommand")
|
|
3292
|
-
.sc(ListAttachedIndices$)
|
|
3293
|
-
.build() {
|
|
2983
|
+
class ListAttachedIndicesCommand extends command(_ep0, _mw0, "ListAttachedIndices", ListAttachedIndices$) {
|
|
3294
2984
|
}
|
|
3295
2985
|
|
|
3296
|
-
class ListDevelopmentSchemaArnsCommand extends
|
|
3297
|
-
.classBuilder()
|
|
3298
|
-
.ep(commonParams)
|
|
3299
|
-
.m(function (Command, cs, config, o) {
|
|
3300
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3301
|
-
})
|
|
3302
|
-
.s("AmazonCloudDirectory_20170111", "ListDevelopmentSchemaArns", {})
|
|
3303
|
-
.n("CloudDirectoryClient", "ListDevelopmentSchemaArnsCommand")
|
|
3304
|
-
.sc(ListDevelopmentSchemaArns$)
|
|
3305
|
-
.build() {
|
|
2986
|
+
class ListDevelopmentSchemaArnsCommand extends command(_ep0, _mw0, "ListDevelopmentSchemaArns", ListDevelopmentSchemaArns$) {
|
|
3306
2987
|
}
|
|
3307
2988
|
|
|
3308
|
-
class ListDirectoriesCommand extends
|
|
3309
|
-
.classBuilder()
|
|
3310
|
-
.ep(commonParams)
|
|
3311
|
-
.m(function (Command, cs, config, o) {
|
|
3312
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3313
|
-
})
|
|
3314
|
-
.s("AmazonCloudDirectory_20170111", "ListDirectories", {})
|
|
3315
|
-
.n("CloudDirectoryClient", "ListDirectoriesCommand")
|
|
3316
|
-
.sc(ListDirectories$)
|
|
3317
|
-
.build() {
|
|
2989
|
+
class ListDirectoriesCommand extends command(_ep0, _mw0, "ListDirectories", ListDirectories$) {
|
|
3318
2990
|
}
|
|
3319
2991
|
|
|
3320
|
-
class ListFacetAttributesCommand extends
|
|
3321
|
-
.classBuilder()
|
|
3322
|
-
.ep(commonParams)
|
|
3323
|
-
.m(function (Command, cs, config, o) {
|
|
3324
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3325
|
-
})
|
|
3326
|
-
.s("AmazonCloudDirectory_20170111", "ListFacetAttributes", {})
|
|
3327
|
-
.n("CloudDirectoryClient", "ListFacetAttributesCommand")
|
|
3328
|
-
.sc(ListFacetAttributes$)
|
|
3329
|
-
.build() {
|
|
2992
|
+
class ListFacetAttributesCommand extends command(_ep0, _mw0, "ListFacetAttributes", ListFacetAttributes$) {
|
|
3330
2993
|
}
|
|
3331
2994
|
|
|
3332
|
-
class ListFacetNamesCommand extends
|
|
3333
|
-
.classBuilder()
|
|
3334
|
-
.ep(commonParams)
|
|
3335
|
-
.m(function (Command, cs, config, o) {
|
|
3336
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3337
|
-
})
|
|
3338
|
-
.s("AmazonCloudDirectory_20170111", "ListFacetNames", {})
|
|
3339
|
-
.n("CloudDirectoryClient", "ListFacetNamesCommand")
|
|
3340
|
-
.sc(ListFacetNames$)
|
|
3341
|
-
.build() {
|
|
2995
|
+
class ListFacetNamesCommand extends command(_ep0, _mw0, "ListFacetNames", ListFacetNames$) {
|
|
3342
2996
|
}
|
|
3343
2997
|
|
|
3344
|
-
class ListIncomingTypedLinksCommand extends
|
|
3345
|
-
.classBuilder()
|
|
3346
|
-
.ep(commonParams)
|
|
3347
|
-
.m(function (Command, cs, config, o) {
|
|
3348
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3349
|
-
})
|
|
3350
|
-
.s("AmazonCloudDirectory_20170111", "ListIncomingTypedLinks", {})
|
|
3351
|
-
.n("CloudDirectoryClient", "ListIncomingTypedLinksCommand")
|
|
3352
|
-
.sc(ListIncomingTypedLinks$)
|
|
3353
|
-
.build() {
|
|
2998
|
+
class ListIncomingTypedLinksCommand extends command(_ep0, _mw0, "ListIncomingTypedLinks", ListIncomingTypedLinks$) {
|
|
3354
2999
|
}
|
|
3355
3000
|
|
|
3356
|
-
class ListIndexCommand extends
|
|
3357
|
-
.classBuilder()
|
|
3358
|
-
.ep(commonParams)
|
|
3359
|
-
.m(function (Command, cs, config, o) {
|
|
3360
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3361
|
-
})
|
|
3362
|
-
.s("AmazonCloudDirectory_20170111", "ListIndex", {})
|
|
3363
|
-
.n("CloudDirectoryClient", "ListIndexCommand")
|
|
3364
|
-
.sc(ListIndex$)
|
|
3365
|
-
.build() {
|
|
3001
|
+
class ListIndexCommand extends command(_ep0, _mw0, "ListIndex", ListIndex$) {
|
|
3366
3002
|
}
|
|
3367
3003
|
|
|
3368
|
-
class ListManagedSchemaArnsCommand extends
|
|
3369
|
-
.classBuilder()
|
|
3370
|
-
.ep(commonParams)
|
|
3371
|
-
.m(function (Command, cs, config, o) {
|
|
3372
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3373
|
-
})
|
|
3374
|
-
.s("AmazonCloudDirectory_20170111", "ListManagedSchemaArns", {})
|
|
3375
|
-
.n("CloudDirectoryClient", "ListManagedSchemaArnsCommand")
|
|
3376
|
-
.sc(ListManagedSchemaArns$)
|
|
3377
|
-
.build() {
|
|
3004
|
+
class ListManagedSchemaArnsCommand extends command(_ep0, _mw0, "ListManagedSchemaArns", ListManagedSchemaArns$) {
|
|
3378
3005
|
}
|
|
3379
3006
|
|
|
3380
|
-
class ListObjectAttributesCommand extends
|
|
3381
|
-
.classBuilder()
|
|
3382
|
-
.ep(commonParams)
|
|
3383
|
-
.m(function (Command, cs, config, o) {
|
|
3384
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3385
|
-
})
|
|
3386
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectAttributes", {})
|
|
3387
|
-
.n("CloudDirectoryClient", "ListObjectAttributesCommand")
|
|
3388
|
-
.sc(ListObjectAttributes$)
|
|
3389
|
-
.build() {
|
|
3007
|
+
class ListObjectAttributesCommand extends command(_ep0, _mw0, "ListObjectAttributes", ListObjectAttributes$) {
|
|
3390
3008
|
}
|
|
3391
3009
|
|
|
3392
|
-
class ListObjectChildrenCommand extends
|
|
3393
|
-
.classBuilder()
|
|
3394
|
-
.ep(commonParams)
|
|
3395
|
-
.m(function (Command, cs, config, o) {
|
|
3396
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3397
|
-
})
|
|
3398
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectChildren", {})
|
|
3399
|
-
.n("CloudDirectoryClient", "ListObjectChildrenCommand")
|
|
3400
|
-
.sc(ListObjectChildren$)
|
|
3401
|
-
.build() {
|
|
3010
|
+
class ListObjectChildrenCommand extends command(_ep0, _mw0, "ListObjectChildren", ListObjectChildren$) {
|
|
3402
3011
|
}
|
|
3403
3012
|
|
|
3404
|
-
class ListObjectParentPathsCommand extends
|
|
3405
|
-
.classBuilder()
|
|
3406
|
-
.ep(commonParams)
|
|
3407
|
-
.m(function (Command, cs, config, o) {
|
|
3408
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3409
|
-
})
|
|
3410
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectParentPaths", {})
|
|
3411
|
-
.n("CloudDirectoryClient", "ListObjectParentPathsCommand")
|
|
3412
|
-
.sc(ListObjectParentPaths$)
|
|
3413
|
-
.build() {
|
|
3013
|
+
class ListObjectParentPathsCommand extends command(_ep0, _mw0, "ListObjectParentPaths", ListObjectParentPaths$) {
|
|
3414
3014
|
}
|
|
3415
3015
|
|
|
3416
|
-
class ListObjectParentsCommand extends
|
|
3417
|
-
.classBuilder()
|
|
3418
|
-
.ep(commonParams)
|
|
3419
|
-
.m(function (Command, cs, config, o) {
|
|
3420
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3421
|
-
})
|
|
3422
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectParents", {})
|
|
3423
|
-
.n("CloudDirectoryClient", "ListObjectParentsCommand")
|
|
3424
|
-
.sc(ListObjectParents$)
|
|
3425
|
-
.build() {
|
|
3016
|
+
class ListObjectParentsCommand extends command(_ep0, _mw0, "ListObjectParents", ListObjectParents$) {
|
|
3426
3017
|
}
|
|
3427
3018
|
|
|
3428
|
-
class ListObjectPoliciesCommand extends
|
|
3429
|
-
.classBuilder()
|
|
3430
|
-
.ep(commonParams)
|
|
3431
|
-
.m(function (Command, cs, config, o) {
|
|
3432
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3433
|
-
})
|
|
3434
|
-
.s("AmazonCloudDirectory_20170111", "ListObjectPolicies", {})
|
|
3435
|
-
.n("CloudDirectoryClient", "ListObjectPoliciesCommand")
|
|
3436
|
-
.sc(ListObjectPolicies$)
|
|
3437
|
-
.build() {
|
|
3019
|
+
class ListObjectPoliciesCommand extends command(_ep0, _mw0, "ListObjectPolicies", ListObjectPolicies$) {
|
|
3438
3020
|
}
|
|
3439
3021
|
|
|
3440
|
-
class ListOutgoingTypedLinksCommand extends
|
|
3441
|
-
.classBuilder()
|
|
3442
|
-
.ep(commonParams)
|
|
3443
|
-
.m(function (Command, cs, config, o) {
|
|
3444
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3445
|
-
})
|
|
3446
|
-
.s("AmazonCloudDirectory_20170111", "ListOutgoingTypedLinks", {})
|
|
3447
|
-
.n("CloudDirectoryClient", "ListOutgoingTypedLinksCommand")
|
|
3448
|
-
.sc(ListOutgoingTypedLinks$)
|
|
3449
|
-
.build() {
|
|
3022
|
+
class ListOutgoingTypedLinksCommand extends command(_ep0, _mw0, "ListOutgoingTypedLinks", ListOutgoingTypedLinks$) {
|
|
3450
3023
|
}
|
|
3451
3024
|
|
|
3452
|
-
class ListPolicyAttachmentsCommand extends
|
|
3453
|
-
.classBuilder()
|
|
3454
|
-
.ep(commonParams)
|
|
3455
|
-
.m(function (Command, cs, config, o) {
|
|
3456
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3457
|
-
})
|
|
3458
|
-
.s("AmazonCloudDirectory_20170111", "ListPolicyAttachments", {})
|
|
3459
|
-
.n("CloudDirectoryClient", "ListPolicyAttachmentsCommand")
|
|
3460
|
-
.sc(ListPolicyAttachments$)
|
|
3461
|
-
.build() {
|
|
3025
|
+
class ListPolicyAttachmentsCommand extends command(_ep0, _mw0, "ListPolicyAttachments", ListPolicyAttachments$) {
|
|
3462
3026
|
}
|
|
3463
3027
|
|
|
3464
|
-
class ListPublishedSchemaArnsCommand extends
|
|
3465
|
-
.classBuilder()
|
|
3466
|
-
.ep(commonParams)
|
|
3467
|
-
.m(function (Command, cs, config, o) {
|
|
3468
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3469
|
-
})
|
|
3470
|
-
.s("AmazonCloudDirectory_20170111", "ListPublishedSchemaArns", {})
|
|
3471
|
-
.n("CloudDirectoryClient", "ListPublishedSchemaArnsCommand")
|
|
3472
|
-
.sc(ListPublishedSchemaArns$)
|
|
3473
|
-
.build() {
|
|
3028
|
+
class ListPublishedSchemaArnsCommand extends command(_ep0, _mw0, "ListPublishedSchemaArns", ListPublishedSchemaArns$) {
|
|
3474
3029
|
}
|
|
3475
3030
|
|
|
3476
|
-
class ListTagsForResourceCommand extends
|
|
3477
|
-
.classBuilder()
|
|
3478
|
-
.ep(commonParams)
|
|
3479
|
-
.m(function (Command, cs, config, o) {
|
|
3480
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3481
|
-
})
|
|
3482
|
-
.s("AmazonCloudDirectory_20170111", "ListTagsForResource", {})
|
|
3483
|
-
.n("CloudDirectoryClient", "ListTagsForResourceCommand")
|
|
3484
|
-
.sc(ListTagsForResource$)
|
|
3485
|
-
.build() {
|
|
3031
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
3486
3032
|
}
|
|
3487
3033
|
|
|
3488
|
-
class ListTypedLinkFacetAttributesCommand extends
|
|
3489
|
-
.classBuilder()
|
|
3490
|
-
.ep(commonParams)
|
|
3491
|
-
.m(function (Command, cs, config, o) {
|
|
3492
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3493
|
-
})
|
|
3494
|
-
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetAttributes", {})
|
|
3495
|
-
.n("CloudDirectoryClient", "ListTypedLinkFacetAttributesCommand")
|
|
3496
|
-
.sc(ListTypedLinkFacetAttributes$)
|
|
3497
|
-
.build() {
|
|
3034
|
+
class ListTypedLinkFacetAttributesCommand extends command(_ep0, _mw0, "ListTypedLinkFacetAttributes", ListTypedLinkFacetAttributes$) {
|
|
3498
3035
|
}
|
|
3499
3036
|
|
|
3500
|
-
class ListTypedLinkFacetNamesCommand extends
|
|
3501
|
-
.classBuilder()
|
|
3502
|
-
.ep(commonParams)
|
|
3503
|
-
.m(function (Command, cs, config, o) {
|
|
3504
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3505
|
-
})
|
|
3506
|
-
.s("AmazonCloudDirectory_20170111", "ListTypedLinkFacetNames", {})
|
|
3507
|
-
.n("CloudDirectoryClient", "ListTypedLinkFacetNamesCommand")
|
|
3508
|
-
.sc(ListTypedLinkFacetNames$)
|
|
3509
|
-
.build() {
|
|
3037
|
+
class ListTypedLinkFacetNamesCommand extends command(_ep0, _mw0, "ListTypedLinkFacetNames", ListTypedLinkFacetNames$) {
|
|
3510
3038
|
}
|
|
3511
3039
|
|
|
3512
|
-
class LookupPolicyCommand extends
|
|
3513
|
-
.classBuilder()
|
|
3514
|
-
.ep(commonParams)
|
|
3515
|
-
.m(function (Command, cs, config, o) {
|
|
3516
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3517
|
-
})
|
|
3518
|
-
.s("AmazonCloudDirectory_20170111", "LookupPolicy", {})
|
|
3519
|
-
.n("CloudDirectoryClient", "LookupPolicyCommand")
|
|
3520
|
-
.sc(LookupPolicy$)
|
|
3521
|
-
.build() {
|
|
3040
|
+
class LookupPolicyCommand extends command(_ep0, _mw0, "LookupPolicy", LookupPolicy$) {
|
|
3522
3041
|
}
|
|
3523
3042
|
|
|
3524
|
-
class PublishSchemaCommand extends
|
|
3525
|
-
.classBuilder()
|
|
3526
|
-
.ep(commonParams)
|
|
3527
|
-
.m(function (Command, cs, config, o) {
|
|
3528
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3529
|
-
})
|
|
3530
|
-
.s("AmazonCloudDirectory_20170111", "PublishSchema", {})
|
|
3531
|
-
.n("CloudDirectoryClient", "PublishSchemaCommand")
|
|
3532
|
-
.sc(PublishSchema$)
|
|
3533
|
-
.build() {
|
|
3043
|
+
class PublishSchemaCommand extends command(_ep0, _mw0, "PublishSchema", PublishSchema$) {
|
|
3534
3044
|
}
|
|
3535
3045
|
|
|
3536
|
-
class PutSchemaFromJsonCommand extends
|
|
3537
|
-
.classBuilder()
|
|
3538
|
-
.ep(commonParams)
|
|
3539
|
-
.m(function (Command, cs, config, o) {
|
|
3540
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3541
|
-
})
|
|
3542
|
-
.s("AmazonCloudDirectory_20170111", "PutSchemaFromJson", {})
|
|
3543
|
-
.n("CloudDirectoryClient", "PutSchemaFromJsonCommand")
|
|
3544
|
-
.sc(PutSchemaFromJson$)
|
|
3545
|
-
.build() {
|
|
3046
|
+
class PutSchemaFromJsonCommand extends command(_ep0, _mw0, "PutSchemaFromJson", PutSchemaFromJson$) {
|
|
3546
3047
|
}
|
|
3547
3048
|
|
|
3548
|
-
class RemoveFacetFromObjectCommand extends
|
|
3549
|
-
.classBuilder()
|
|
3550
|
-
.ep(commonParams)
|
|
3551
|
-
.m(function (Command, cs, config, o) {
|
|
3552
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3553
|
-
})
|
|
3554
|
-
.s("AmazonCloudDirectory_20170111", "RemoveFacetFromObject", {})
|
|
3555
|
-
.n("CloudDirectoryClient", "RemoveFacetFromObjectCommand")
|
|
3556
|
-
.sc(RemoveFacetFromObject$)
|
|
3557
|
-
.build() {
|
|
3049
|
+
class RemoveFacetFromObjectCommand extends command(_ep0, _mw0, "RemoveFacetFromObject", RemoveFacetFromObject$) {
|
|
3558
3050
|
}
|
|
3559
3051
|
|
|
3560
|
-
class TagResourceCommand extends
|
|
3561
|
-
.classBuilder()
|
|
3562
|
-
.ep(commonParams)
|
|
3563
|
-
.m(function (Command, cs, config, o) {
|
|
3564
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3565
|
-
})
|
|
3566
|
-
.s("AmazonCloudDirectory_20170111", "TagResource", {})
|
|
3567
|
-
.n("CloudDirectoryClient", "TagResourceCommand")
|
|
3568
|
-
.sc(TagResource$)
|
|
3569
|
-
.build() {
|
|
3052
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
3570
3053
|
}
|
|
3571
3054
|
|
|
3572
|
-
class UntagResourceCommand extends
|
|
3573
|
-
.classBuilder()
|
|
3574
|
-
.ep(commonParams)
|
|
3575
|
-
.m(function (Command, cs, config, o) {
|
|
3576
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3577
|
-
})
|
|
3578
|
-
.s("AmazonCloudDirectory_20170111", "UntagResource", {})
|
|
3579
|
-
.n("CloudDirectoryClient", "UntagResourceCommand")
|
|
3580
|
-
.sc(UntagResource$)
|
|
3581
|
-
.build() {
|
|
3055
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
3582
3056
|
}
|
|
3583
3057
|
|
|
3584
|
-
class UpdateFacetCommand extends
|
|
3585
|
-
.classBuilder()
|
|
3586
|
-
.ep(commonParams)
|
|
3587
|
-
.m(function (Command, cs, config, o) {
|
|
3588
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3589
|
-
})
|
|
3590
|
-
.s("AmazonCloudDirectory_20170111", "UpdateFacet", {})
|
|
3591
|
-
.n("CloudDirectoryClient", "UpdateFacetCommand")
|
|
3592
|
-
.sc(UpdateFacet$)
|
|
3593
|
-
.build() {
|
|
3058
|
+
class UpdateFacetCommand extends command(_ep0, _mw0, "UpdateFacet", UpdateFacet$) {
|
|
3594
3059
|
}
|
|
3595
3060
|
|
|
3596
|
-
class UpdateLinkAttributesCommand extends
|
|
3597
|
-
.classBuilder()
|
|
3598
|
-
.ep(commonParams)
|
|
3599
|
-
.m(function (Command, cs, config, o) {
|
|
3600
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3601
|
-
})
|
|
3602
|
-
.s("AmazonCloudDirectory_20170111", "UpdateLinkAttributes", {})
|
|
3603
|
-
.n("CloudDirectoryClient", "UpdateLinkAttributesCommand")
|
|
3604
|
-
.sc(UpdateLinkAttributes$)
|
|
3605
|
-
.build() {
|
|
3061
|
+
class UpdateLinkAttributesCommand extends command(_ep0, _mw0, "UpdateLinkAttributes", UpdateLinkAttributes$) {
|
|
3606
3062
|
}
|
|
3607
3063
|
|
|
3608
|
-
class UpdateObjectAttributesCommand extends
|
|
3609
|
-
.classBuilder()
|
|
3610
|
-
.ep(commonParams)
|
|
3611
|
-
.m(function (Command, cs, config, o) {
|
|
3612
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3613
|
-
})
|
|
3614
|
-
.s("AmazonCloudDirectory_20170111", "UpdateObjectAttributes", {})
|
|
3615
|
-
.n("CloudDirectoryClient", "UpdateObjectAttributesCommand")
|
|
3616
|
-
.sc(UpdateObjectAttributes$)
|
|
3617
|
-
.build() {
|
|
3064
|
+
class UpdateObjectAttributesCommand extends command(_ep0, _mw0, "UpdateObjectAttributes", UpdateObjectAttributes$) {
|
|
3618
3065
|
}
|
|
3619
3066
|
|
|
3620
|
-
class UpdateSchemaCommand extends
|
|
3621
|
-
.classBuilder()
|
|
3622
|
-
.ep(commonParams)
|
|
3623
|
-
.m(function (Command, cs, config, o) {
|
|
3624
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3625
|
-
})
|
|
3626
|
-
.s("AmazonCloudDirectory_20170111", "UpdateSchema", {})
|
|
3627
|
-
.n("CloudDirectoryClient", "UpdateSchemaCommand")
|
|
3628
|
-
.sc(UpdateSchema$)
|
|
3629
|
-
.build() {
|
|
3067
|
+
class UpdateSchemaCommand extends command(_ep0, _mw0, "UpdateSchema", UpdateSchema$) {
|
|
3630
3068
|
}
|
|
3631
3069
|
|
|
3632
|
-
class UpdateTypedLinkFacetCommand extends
|
|
3633
|
-
.classBuilder()
|
|
3634
|
-
.ep(commonParams)
|
|
3635
|
-
.m(function (Command, cs, config, o) {
|
|
3636
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3637
|
-
})
|
|
3638
|
-
.s("AmazonCloudDirectory_20170111", "UpdateTypedLinkFacet", {})
|
|
3639
|
-
.n("CloudDirectoryClient", "UpdateTypedLinkFacetCommand")
|
|
3640
|
-
.sc(UpdateTypedLinkFacet$)
|
|
3641
|
-
.build() {
|
|
3070
|
+
class UpdateTypedLinkFacetCommand extends command(_ep0, _mw0, "UpdateTypedLinkFacet", UpdateTypedLinkFacet$) {
|
|
3642
3071
|
}
|
|
3643
3072
|
|
|
3644
|
-
class UpgradeAppliedSchemaCommand extends
|
|
3645
|
-
.classBuilder()
|
|
3646
|
-
.ep(commonParams)
|
|
3647
|
-
.m(function (Command, cs, config, o) {
|
|
3648
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3649
|
-
})
|
|
3650
|
-
.s("AmazonCloudDirectory_20170111", "UpgradeAppliedSchema", {})
|
|
3651
|
-
.n("CloudDirectoryClient", "UpgradeAppliedSchemaCommand")
|
|
3652
|
-
.sc(UpgradeAppliedSchema$)
|
|
3653
|
-
.build() {
|
|
3073
|
+
class UpgradeAppliedSchemaCommand extends command(_ep0, _mw0, "UpgradeAppliedSchema", UpgradeAppliedSchema$) {
|
|
3654
3074
|
}
|
|
3655
3075
|
|
|
3656
|
-
class UpgradePublishedSchemaCommand extends
|
|
3657
|
-
.classBuilder()
|
|
3658
|
-
.ep(commonParams)
|
|
3659
|
-
.m(function (Command, cs, config, o) {
|
|
3660
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
3661
|
-
})
|
|
3662
|
-
.s("AmazonCloudDirectory_20170111", "UpgradePublishedSchema", {})
|
|
3663
|
-
.n("CloudDirectoryClient", "UpgradePublishedSchemaCommand")
|
|
3664
|
-
.sc(UpgradePublishedSchema$)
|
|
3665
|
-
.build() {
|
|
3076
|
+
class UpgradePublishedSchemaCommand extends command(_ep0, _mw0, "UpgradePublishedSchema", UpgradePublishedSchema$) {
|
|
3666
3077
|
}
|
|
3667
3078
|
|
|
3668
3079
|
const paginateListAppliedSchemaArns = createPaginator(CloudDirectoryClient, ListAppliedSchemaArnsCommand, "NextToken", "NextToken", "MaxResults");
|