@aws-sdk/client-s3files 3.1077.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 +29 -213
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/CreateAccessPointCommand.js +2 -14
- package/dist-es/commands/CreateFileSystemCommand.js +2 -14
- package/dist-es/commands/CreateMountTargetCommand.js +2 -14
- package/dist-es/commands/DeleteAccessPointCommand.js +2 -14
- package/dist-es/commands/DeleteFileSystemCommand.js +2 -14
- package/dist-es/commands/DeleteFileSystemPolicyCommand.js +2 -14
- package/dist-es/commands/DeleteMountTargetCommand.js +2 -14
- package/dist-es/commands/GetAccessPointCommand.js +2 -14
- package/dist-es/commands/GetFileSystemCommand.js +2 -14
- package/dist-es/commands/GetFileSystemPolicyCommand.js +2 -14
- package/dist-es/commands/GetMountTargetCommand.js +2 -14
- package/dist-es/commands/GetSynchronizationConfigurationCommand.js +2 -14
- package/dist-es/commands/ListAccessPointsCommand.js +2 -14
- package/dist-es/commands/ListFileSystemsCommand.js +2 -14
- package/dist-es/commands/ListMountTargetsCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutFileSystemPolicyCommand.js +2 -14
- package/dist-es/commands/PutSynchronizationConfigurationCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateMountTargetCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/CreateAccessPointCommand.d.ts +3 -8
- package/dist-types/commands/CreateFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/CreateMountTargetCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccessPointCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/DeleteFileSystemPolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeleteMountTargetCommand.d.ts +3 -8
- package/dist-types/commands/GetAccessPointCommand.d.ts +3 -8
- package/dist-types/commands/GetFileSystemCommand.d.ts +3 -8
- package/dist-types/commands/GetFileSystemPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetMountTargetCommand.d.ts +3 -8
- package/dist-types/commands/GetSynchronizationConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/ListAccessPointsCommand.d.ts +3 -8
- package/dist-types/commands/ListFileSystemsCommand.d.ts +3 -8
- package/dist-types/commands/ListMountTargetsCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutFileSystemPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PutSynchronizationConfigurationCommand.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/UpdateMountTargetCommand.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/CreateAccessPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMountTargetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccessPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteFileSystemPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteMountTargetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccessPointCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFileSystemCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetFileSystemPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetMountTargetCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSynchronizationConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccessPointsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListFileSystemsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListMountTargetsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutFileSystemPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSynchronizationConfigurationCommand.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/UpdateMountTargetCommand.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");
|
|
@@ -66,7 +67,7 @@ const commonParams = {
|
|
|
66
67
|
Region: { type: "builtInParams", name: "region" },
|
|
67
68
|
};
|
|
68
69
|
|
|
69
|
-
var version = "3.
|
|
70
|
+
var version = "3.1077.0";
|
|
70
71
|
var packageInfo = {
|
|
71
72
|
version: version};
|
|
72
73
|
|
|
@@ -852,256 +853,71 @@ class S3FilesClient extends Client {
|
|
|
852
853
|
}
|
|
853
854
|
}
|
|
854
855
|
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
})
|
|
861
|
-
.s("S3Files", "CreateAccessPoint", {})
|
|
862
|
-
.n("S3FilesClient", "CreateAccessPointCommand")
|
|
863
|
-
.sc(CreateAccessPoint$)
|
|
864
|
-
.build() {
|
|
856
|
+
const command = makeBuilder(commonParams, "S3Files", "S3FilesClient", getEndpointPlugin);
|
|
857
|
+
const _ep0 = {};
|
|
858
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
859
|
+
|
|
860
|
+
class CreateAccessPointCommand extends command(_ep0, _mw0, "CreateAccessPoint", CreateAccessPoint$) {
|
|
865
861
|
}
|
|
866
862
|
|
|
867
|
-
class CreateFileSystemCommand extends
|
|
868
|
-
.classBuilder()
|
|
869
|
-
.ep(commonParams)
|
|
870
|
-
.m(function (Command, cs, config, o) {
|
|
871
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
872
|
-
})
|
|
873
|
-
.s("S3Files", "CreateFileSystem", {})
|
|
874
|
-
.n("S3FilesClient", "CreateFileSystemCommand")
|
|
875
|
-
.sc(CreateFileSystem$)
|
|
876
|
-
.build() {
|
|
863
|
+
class CreateFileSystemCommand extends command(_ep0, _mw0, "CreateFileSystem", CreateFileSystem$) {
|
|
877
864
|
}
|
|
878
865
|
|
|
879
|
-
class CreateMountTargetCommand extends
|
|
880
|
-
.classBuilder()
|
|
881
|
-
.ep(commonParams)
|
|
882
|
-
.m(function (Command, cs, config, o) {
|
|
883
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
884
|
-
})
|
|
885
|
-
.s("S3Files", "CreateMountTarget", {})
|
|
886
|
-
.n("S3FilesClient", "CreateMountTargetCommand")
|
|
887
|
-
.sc(CreateMountTarget$)
|
|
888
|
-
.build() {
|
|
866
|
+
class CreateMountTargetCommand extends command(_ep0, _mw0, "CreateMountTarget", CreateMountTarget$) {
|
|
889
867
|
}
|
|
890
868
|
|
|
891
|
-
class DeleteAccessPointCommand extends
|
|
892
|
-
.classBuilder()
|
|
893
|
-
.ep(commonParams)
|
|
894
|
-
.m(function (Command, cs, config, o) {
|
|
895
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
896
|
-
})
|
|
897
|
-
.s("S3Files", "DeleteAccessPoint", {})
|
|
898
|
-
.n("S3FilesClient", "DeleteAccessPointCommand")
|
|
899
|
-
.sc(DeleteAccessPoint$)
|
|
900
|
-
.build() {
|
|
869
|
+
class DeleteAccessPointCommand extends command(_ep0, _mw0, "DeleteAccessPoint", DeleteAccessPoint$) {
|
|
901
870
|
}
|
|
902
871
|
|
|
903
|
-
class DeleteFileSystemCommand extends
|
|
904
|
-
.classBuilder()
|
|
905
|
-
.ep(commonParams)
|
|
906
|
-
.m(function (Command, cs, config, o) {
|
|
907
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
908
|
-
})
|
|
909
|
-
.s("S3Files", "DeleteFileSystem", {})
|
|
910
|
-
.n("S3FilesClient", "DeleteFileSystemCommand")
|
|
911
|
-
.sc(DeleteFileSystem$)
|
|
912
|
-
.build() {
|
|
872
|
+
class DeleteFileSystemCommand extends command(_ep0, _mw0, "DeleteFileSystem", DeleteFileSystem$) {
|
|
913
873
|
}
|
|
914
874
|
|
|
915
|
-
class DeleteFileSystemPolicyCommand extends
|
|
916
|
-
.classBuilder()
|
|
917
|
-
.ep(commonParams)
|
|
918
|
-
.m(function (Command, cs, config, o) {
|
|
919
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
920
|
-
})
|
|
921
|
-
.s("S3Files", "DeleteFileSystemPolicy", {})
|
|
922
|
-
.n("S3FilesClient", "DeleteFileSystemPolicyCommand")
|
|
923
|
-
.sc(DeleteFileSystemPolicy$)
|
|
924
|
-
.build() {
|
|
875
|
+
class DeleteFileSystemPolicyCommand extends command(_ep0, _mw0, "DeleteFileSystemPolicy", DeleteFileSystemPolicy$) {
|
|
925
876
|
}
|
|
926
877
|
|
|
927
|
-
class DeleteMountTargetCommand extends
|
|
928
|
-
.classBuilder()
|
|
929
|
-
.ep(commonParams)
|
|
930
|
-
.m(function (Command, cs, config, o) {
|
|
931
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
932
|
-
})
|
|
933
|
-
.s("S3Files", "DeleteMountTarget", {})
|
|
934
|
-
.n("S3FilesClient", "DeleteMountTargetCommand")
|
|
935
|
-
.sc(DeleteMountTarget$)
|
|
936
|
-
.build() {
|
|
878
|
+
class DeleteMountTargetCommand extends command(_ep0, _mw0, "DeleteMountTarget", DeleteMountTarget$) {
|
|
937
879
|
}
|
|
938
880
|
|
|
939
|
-
class GetAccessPointCommand extends
|
|
940
|
-
.classBuilder()
|
|
941
|
-
.ep(commonParams)
|
|
942
|
-
.m(function (Command, cs, config, o) {
|
|
943
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
944
|
-
})
|
|
945
|
-
.s("S3Files", "GetAccessPoint", {})
|
|
946
|
-
.n("S3FilesClient", "GetAccessPointCommand")
|
|
947
|
-
.sc(GetAccessPoint$)
|
|
948
|
-
.build() {
|
|
881
|
+
class GetAccessPointCommand extends command(_ep0, _mw0, "GetAccessPoint", GetAccessPoint$) {
|
|
949
882
|
}
|
|
950
883
|
|
|
951
|
-
class GetFileSystemCommand extends
|
|
952
|
-
.classBuilder()
|
|
953
|
-
.ep(commonParams)
|
|
954
|
-
.m(function (Command, cs, config, o) {
|
|
955
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
956
|
-
})
|
|
957
|
-
.s("S3Files", "GetFileSystem", {})
|
|
958
|
-
.n("S3FilesClient", "GetFileSystemCommand")
|
|
959
|
-
.sc(GetFileSystem$)
|
|
960
|
-
.build() {
|
|
884
|
+
class GetFileSystemCommand extends command(_ep0, _mw0, "GetFileSystem", GetFileSystem$) {
|
|
961
885
|
}
|
|
962
886
|
|
|
963
|
-
class GetFileSystemPolicyCommand extends
|
|
964
|
-
.classBuilder()
|
|
965
|
-
.ep(commonParams)
|
|
966
|
-
.m(function (Command, cs, config, o) {
|
|
967
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
968
|
-
})
|
|
969
|
-
.s("S3Files", "GetFileSystemPolicy", {})
|
|
970
|
-
.n("S3FilesClient", "GetFileSystemPolicyCommand")
|
|
971
|
-
.sc(GetFileSystemPolicy$)
|
|
972
|
-
.build() {
|
|
887
|
+
class GetFileSystemPolicyCommand extends command(_ep0, _mw0, "GetFileSystemPolicy", GetFileSystemPolicy$) {
|
|
973
888
|
}
|
|
974
889
|
|
|
975
|
-
class GetMountTargetCommand extends
|
|
976
|
-
.classBuilder()
|
|
977
|
-
.ep(commonParams)
|
|
978
|
-
.m(function (Command, cs, config, o) {
|
|
979
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
980
|
-
})
|
|
981
|
-
.s("S3Files", "GetMountTarget", {})
|
|
982
|
-
.n("S3FilesClient", "GetMountTargetCommand")
|
|
983
|
-
.sc(GetMountTarget$)
|
|
984
|
-
.build() {
|
|
890
|
+
class GetMountTargetCommand extends command(_ep0, _mw0, "GetMountTarget", GetMountTarget$) {
|
|
985
891
|
}
|
|
986
892
|
|
|
987
|
-
class GetSynchronizationConfigurationCommand extends
|
|
988
|
-
.classBuilder()
|
|
989
|
-
.ep(commonParams)
|
|
990
|
-
.m(function (Command, cs, config, o) {
|
|
991
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
992
|
-
})
|
|
993
|
-
.s("S3Files", "GetSynchronizationConfiguration", {})
|
|
994
|
-
.n("S3FilesClient", "GetSynchronizationConfigurationCommand")
|
|
995
|
-
.sc(GetSynchronizationConfiguration$)
|
|
996
|
-
.build() {
|
|
893
|
+
class GetSynchronizationConfigurationCommand extends command(_ep0, _mw0, "GetSynchronizationConfiguration", GetSynchronizationConfiguration$) {
|
|
997
894
|
}
|
|
998
895
|
|
|
999
|
-
class ListAccessPointsCommand extends
|
|
1000
|
-
.classBuilder()
|
|
1001
|
-
.ep(commonParams)
|
|
1002
|
-
.m(function (Command, cs, config, o) {
|
|
1003
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1004
|
-
})
|
|
1005
|
-
.s("S3Files", "ListAccessPoints", {})
|
|
1006
|
-
.n("S3FilesClient", "ListAccessPointsCommand")
|
|
1007
|
-
.sc(ListAccessPoints$)
|
|
1008
|
-
.build() {
|
|
896
|
+
class ListAccessPointsCommand extends command(_ep0, _mw0, "ListAccessPoints", ListAccessPoints$) {
|
|
1009
897
|
}
|
|
1010
898
|
|
|
1011
|
-
class ListFileSystemsCommand extends
|
|
1012
|
-
.classBuilder()
|
|
1013
|
-
.ep(commonParams)
|
|
1014
|
-
.m(function (Command, cs, config, o) {
|
|
1015
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1016
|
-
})
|
|
1017
|
-
.s("S3Files", "ListFileSystems", {})
|
|
1018
|
-
.n("S3FilesClient", "ListFileSystemsCommand")
|
|
1019
|
-
.sc(ListFileSystems$)
|
|
1020
|
-
.build() {
|
|
899
|
+
class ListFileSystemsCommand extends command(_ep0, _mw0, "ListFileSystems", ListFileSystems$) {
|
|
1021
900
|
}
|
|
1022
901
|
|
|
1023
|
-
class ListMountTargetsCommand extends
|
|
1024
|
-
.classBuilder()
|
|
1025
|
-
.ep(commonParams)
|
|
1026
|
-
.m(function (Command, cs, config, o) {
|
|
1027
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1028
|
-
})
|
|
1029
|
-
.s("S3Files", "ListMountTargets", {})
|
|
1030
|
-
.n("S3FilesClient", "ListMountTargetsCommand")
|
|
1031
|
-
.sc(ListMountTargets$)
|
|
1032
|
-
.build() {
|
|
902
|
+
class ListMountTargetsCommand extends command(_ep0, _mw0, "ListMountTargets", ListMountTargets$) {
|
|
1033
903
|
}
|
|
1034
904
|
|
|
1035
|
-
class ListTagsForResourceCommand extends
|
|
1036
|
-
.classBuilder()
|
|
1037
|
-
.ep(commonParams)
|
|
1038
|
-
.m(function (Command, cs, config, o) {
|
|
1039
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1040
|
-
})
|
|
1041
|
-
.s("S3Files", "ListTagsForResource", {})
|
|
1042
|
-
.n("S3FilesClient", "ListTagsForResourceCommand")
|
|
1043
|
-
.sc(ListTagsForResource$)
|
|
1044
|
-
.build() {
|
|
905
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
1045
906
|
}
|
|
1046
907
|
|
|
1047
|
-
class PutFileSystemPolicyCommand extends
|
|
1048
|
-
.classBuilder()
|
|
1049
|
-
.ep(commonParams)
|
|
1050
|
-
.m(function (Command, cs, config, o) {
|
|
1051
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1052
|
-
})
|
|
1053
|
-
.s("S3Files", "PutFileSystemPolicy", {})
|
|
1054
|
-
.n("S3FilesClient", "PutFileSystemPolicyCommand")
|
|
1055
|
-
.sc(PutFileSystemPolicy$)
|
|
1056
|
-
.build() {
|
|
908
|
+
class PutFileSystemPolicyCommand extends command(_ep0, _mw0, "PutFileSystemPolicy", PutFileSystemPolicy$) {
|
|
1057
909
|
}
|
|
1058
910
|
|
|
1059
|
-
class PutSynchronizationConfigurationCommand extends
|
|
1060
|
-
.classBuilder()
|
|
1061
|
-
.ep(commonParams)
|
|
1062
|
-
.m(function (Command, cs, config, o) {
|
|
1063
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1064
|
-
})
|
|
1065
|
-
.s("S3Files", "PutSynchronizationConfiguration", {})
|
|
1066
|
-
.n("S3FilesClient", "PutSynchronizationConfigurationCommand")
|
|
1067
|
-
.sc(PutSynchronizationConfiguration$)
|
|
1068
|
-
.build() {
|
|
911
|
+
class PutSynchronizationConfigurationCommand extends command(_ep0, _mw0, "PutSynchronizationConfiguration", PutSynchronizationConfiguration$) {
|
|
1069
912
|
}
|
|
1070
913
|
|
|
1071
|
-
class TagResourceCommand extends
|
|
1072
|
-
.classBuilder()
|
|
1073
|
-
.ep(commonParams)
|
|
1074
|
-
.m(function (Command, cs, config, o) {
|
|
1075
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1076
|
-
})
|
|
1077
|
-
.s("S3Files", "TagResource", {})
|
|
1078
|
-
.n("S3FilesClient", "TagResourceCommand")
|
|
1079
|
-
.sc(TagResource$)
|
|
1080
|
-
.build() {
|
|
914
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1081
915
|
}
|
|
1082
916
|
|
|
1083
|
-
class UntagResourceCommand extends
|
|
1084
|
-
.classBuilder()
|
|
1085
|
-
.ep(commonParams)
|
|
1086
|
-
.m(function (Command, cs, config, o) {
|
|
1087
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1088
|
-
})
|
|
1089
|
-
.s("S3Files", "UntagResource", {})
|
|
1090
|
-
.n("S3FilesClient", "UntagResourceCommand")
|
|
1091
|
-
.sc(UntagResource$)
|
|
1092
|
-
.build() {
|
|
917
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1093
918
|
}
|
|
1094
919
|
|
|
1095
|
-
class UpdateMountTargetCommand extends
|
|
1096
|
-
.classBuilder()
|
|
1097
|
-
.ep(commonParams)
|
|
1098
|
-
.m(function (Command, cs, config, o) {
|
|
1099
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1100
|
-
})
|
|
1101
|
-
.s("S3Files", "UpdateMountTarget", {})
|
|
1102
|
-
.n("S3FilesClient", "UpdateMountTargetCommand")
|
|
1103
|
-
.sc(UpdateMountTarget$)
|
|
1104
|
-
.build() {
|
|
920
|
+
class UpdateMountTargetCommand extends command(_ep0, _mw0, "UpdateMountTarget", UpdateMountTarget$) {
|
|
1105
921
|
}
|
|
1106
922
|
|
|
1107
923
|
const paginateListAccessPoints = createPaginator(S3FilesClient, ListAccessPointsCommand, "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, "S3Files", "S3FilesClient", 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 { CreateAccessPoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateAccessPointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "CreateAccessPoint", {})
|
|
13
|
-
.n("S3FilesClient", "CreateAccessPointCommand")
|
|
14
|
-
.sc(CreateAccessPoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateAccessPointCommand extends command(_ep0, _mw0, "CreateAccessPoint", CreateAccessPoint$) {
|
|
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 { CreateFileSystem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateFileSystemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "CreateFileSystem", {})
|
|
13
|
-
.n("S3FilesClient", "CreateFileSystemCommand")
|
|
14
|
-
.sc(CreateFileSystem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateFileSystemCommand extends command(_ep0, _mw0, "CreateFileSystem", CreateFileSystem$) {
|
|
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 { CreateMountTarget$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateMountTargetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "CreateMountTarget", {})
|
|
13
|
-
.n("S3FilesClient", "CreateMountTargetCommand")
|
|
14
|
-
.sc(CreateMountTarget$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateMountTargetCommand extends command(_ep0, _mw0, "CreateMountTarget", CreateMountTarget$) {
|
|
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 { DeleteAccessPoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteAccessPointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "DeleteAccessPoint", {})
|
|
13
|
-
.n("S3FilesClient", "DeleteAccessPointCommand")
|
|
14
|
-
.sc(DeleteAccessPoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteAccessPointCommand extends command(_ep0, _mw0, "DeleteAccessPoint", DeleteAccessPoint$) {
|
|
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 { DeleteFileSystem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFileSystemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "DeleteFileSystem", {})
|
|
13
|
-
.n("S3FilesClient", "DeleteFileSystemCommand")
|
|
14
|
-
.sc(DeleteFileSystem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFileSystemCommand extends command(_ep0, _mw0, "DeleteFileSystem", DeleteFileSystem$) {
|
|
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 { DeleteFileSystemPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteFileSystemPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "DeleteFileSystemPolicy", {})
|
|
13
|
-
.n("S3FilesClient", "DeleteFileSystemPolicyCommand")
|
|
14
|
-
.sc(DeleteFileSystemPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteFileSystemPolicyCommand extends command(_ep0, _mw0, "DeleteFileSystemPolicy", DeleteFileSystemPolicy$) {
|
|
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 { DeleteMountTarget$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteMountTargetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "DeleteMountTarget", {})
|
|
13
|
-
.n("S3FilesClient", "DeleteMountTargetCommand")
|
|
14
|
-
.sc(DeleteMountTarget$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteMountTargetCommand extends command(_ep0, _mw0, "DeleteMountTarget", DeleteMountTarget$) {
|
|
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 { GetAccessPoint$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetAccessPointCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "GetAccessPoint", {})
|
|
13
|
-
.n("S3FilesClient", "GetAccessPointCommand")
|
|
14
|
-
.sc(GetAccessPoint$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetAccessPointCommand extends command(_ep0, _mw0, "GetAccessPoint", GetAccessPoint$) {
|
|
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 { GetFileSystem$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFileSystemCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "GetFileSystem", {})
|
|
13
|
-
.n("S3FilesClient", "GetFileSystemCommand")
|
|
14
|
-
.sc(GetFileSystem$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFileSystemCommand extends command(_ep0, _mw0, "GetFileSystem", GetFileSystem$) {
|
|
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 { GetFileSystemPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetFileSystemPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "GetFileSystemPolicy", {})
|
|
13
|
-
.n("S3FilesClient", "GetFileSystemPolicyCommand")
|
|
14
|
-
.sc(GetFileSystemPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetFileSystemPolicyCommand extends command(_ep0, _mw0, "GetFileSystemPolicy", GetFileSystemPolicy$) {
|
|
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 { GetMountTarget$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetMountTargetCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "GetMountTarget", {})
|
|
13
|
-
.n("S3FilesClient", "GetMountTargetCommand")
|
|
14
|
-
.sc(GetMountTarget$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetMountTargetCommand extends command(_ep0, _mw0, "GetMountTarget", GetMountTarget$) {
|
|
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 { GetSynchronizationConfiguration$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class GetSynchronizationConfigurationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "GetSynchronizationConfiguration", {})
|
|
13
|
-
.n("S3FilesClient", "GetSynchronizationConfigurationCommand")
|
|
14
|
-
.sc(GetSynchronizationConfiguration$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class GetSynchronizationConfigurationCommand extends command(_ep0, _mw0, "GetSynchronizationConfiguration", GetSynchronizationConfiguration$) {
|
|
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 { ListAccessPoints$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListAccessPointsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "ListAccessPoints", {})
|
|
13
|
-
.n("S3FilesClient", "ListAccessPointsCommand")
|
|
14
|
-
.sc(ListAccessPoints$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListAccessPointsCommand extends command(_ep0, _mw0, "ListAccessPoints", ListAccessPoints$) {
|
|
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 { ListFileSystems$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListFileSystemsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "ListFileSystems", {})
|
|
13
|
-
.n("S3FilesClient", "ListFileSystemsCommand")
|
|
14
|
-
.sc(ListFileSystems$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListFileSystemsCommand extends command(_ep0, _mw0, "ListFileSystems", ListFileSystems$) {
|
|
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 { ListMountTargets$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListMountTargetsCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "ListMountTargets", {})
|
|
13
|
-
.n("S3FilesClient", "ListMountTargetsCommand")
|
|
14
|
-
.sc(ListMountTargets$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListMountTargetsCommand extends command(_ep0, _mw0, "ListMountTargets", ListMountTargets$) {
|
|
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 { ListTagsForResource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class ListTagsForResourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "ListTagsForResource", {})
|
|
13
|
-
.n("S3FilesClient", "ListTagsForResourceCommand")
|
|
14
|
-
.sc(ListTagsForResource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
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 { PutFileSystemPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class PutFileSystemPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("S3Files", "PutFileSystemPolicy", {})
|
|
13
|
-
.n("S3FilesClient", "PutFileSystemPolicyCommand")
|
|
14
|
-
.sc(PutFileSystemPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class PutFileSystemPolicyCommand extends command(_ep0, _mw0, "PutFileSystemPolicy", PutFileSystemPolicy$) {
|
|
16
4
|
}
|