@aws-sdk/client-rolesanywhere 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.
Files changed (98) hide show
  1. package/dist-cjs/index.js +38 -303
  2. package/dist-es/commandBuilder.js +6 -0
  3. package/dist-es/commands/CreateProfileCommand.js +2 -14
  4. package/dist-es/commands/CreateTrustAnchorCommand.js +2 -14
  5. package/dist-es/commands/DeleteAttributeMappingCommand.js +2 -14
  6. package/dist-es/commands/DeleteCrlCommand.js +2 -14
  7. package/dist-es/commands/DeleteProfileCommand.js +2 -14
  8. package/dist-es/commands/DeleteTrustAnchorCommand.js +2 -14
  9. package/dist-es/commands/DisableCrlCommand.js +2 -14
  10. package/dist-es/commands/DisableProfileCommand.js +2 -14
  11. package/dist-es/commands/DisableTrustAnchorCommand.js +2 -14
  12. package/dist-es/commands/EnableCrlCommand.js +2 -14
  13. package/dist-es/commands/EnableProfileCommand.js +2 -14
  14. package/dist-es/commands/EnableTrustAnchorCommand.js +2 -14
  15. package/dist-es/commands/GetCrlCommand.js +2 -14
  16. package/dist-es/commands/GetProfileCommand.js +2 -14
  17. package/dist-es/commands/GetSubjectCommand.js +2 -14
  18. package/dist-es/commands/GetTrustAnchorCommand.js +2 -14
  19. package/dist-es/commands/ImportCrlCommand.js +2 -14
  20. package/dist-es/commands/ListCrlsCommand.js +2 -14
  21. package/dist-es/commands/ListProfilesCommand.js +2 -14
  22. package/dist-es/commands/ListSubjectsCommand.js +2 -14
  23. package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
  24. package/dist-es/commands/ListTrustAnchorsCommand.js +2 -14
  25. package/dist-es/commands/PutAttributeMappingCommand.js +2 -14
  26. package/dist-es/commands/PutNotificationSettingsCommand.js +2 -14
  27. package/dist-es/commands/ResetNotificationSettingsCommand.js +2 -14
  28. package/dist-es/commands/TagResourceCommand.js +2 -14
  29. package/dist-es/commands/UntagResourceCommand.js +2 -14
  30. package/dist-es/commands/UpdateCrlCommand.js +2 -14
  31. package/dist-es/commands/UpdateProfileCommand.js +2 -14
  32. package/dist-es/commands/UpdateTrustAnchorCommand.js +2 -14
  33. package/dist-es/index.js +1 -0
  34. package/dist-types/commandBuilder.d.ts +18 -0
  35. package/dist-types/commands/CreateProfileCommand.d.ts +3 -8
  36. package/dist-types/commands/CreateTrustAnchorCommand.d.ts +3 -8
  37. package/dist-types/commands/DeleteAttributeMappingCommand.d.ts +3 -8
  38. package/dist-types/commands/DeleteCrlCommand.d.ts +3 -8
  39. package/dist-types/commands/DeleteProfileCommand.d.ts +3 -8
  40. package/dist-types/commands/DeleteTrustAnchorCommand.d.ts +3 -8
  41. package/dist-types/commands/DisableCrlCommand.d.ts +3 -8
  42. package/dist-types/commands/DisableProfileCommand.d.ts +3 -8
  43. package/dist-types/commands/DisableTrustAnchorCommand.d.ts +3 -8
  44. package/dist-types/commands/EnableCrlCommand.d.ts +3 -8
  45. package/dist-types/commands/EnableProfileCommand.d.ts +3 -8
  46. package/dist-types/commands/EnableTrustAnchorCommand.d.ts +3 -8
  47. package/dist-types/commands/GetCrlCommand.d.ts +3 -8
  48. package/dist-types/commands/GetProfileCommand.d.ts +3 -8
  49. package/dist-types/commands/GetSubjectCommand.d.ts +3 -8
  50. package/dist-types/commands/GetTrustAnchorCommand.d.ts +3 -8
  51. package/dist-types/commands/ImportCrlCommand.d.ts +3 -8
  52. package/dist-types/commands/ListCrlsCommand.d.ts +3 -8
  53. package/dist-types/commands/ListProfilesCommand.d.ts +3 -8
  54. package/dist-types/commands/ListSubjectsCommand.d.ts +3 -8
  55. package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
  56. package/dist-types/commands/ListTrustAnchorsCommand.d.ts +3 -8
  57. package/dist-types/commands/PutAttributeMappingCommand.d.ts +3 -8
  58. package/dist-types/commands/PutNotificationSettingsCommand.d.ts +3 -8
  59. package/dist-types/commands/ResetNotificationSettingsCommand.d.ts +3 -8
  60. package/dist-types/commands/TagResourceCommand.d.ts +3 -8
  61. package/dist-types/commands/UntagResourceCommand.d.ts +3 -8
  62. package/dist-types/commands/UpdateCrlCommand.d.ts +3 -8
  63. package/dist-types/commands/UpdateProfileCommand.d.ts +3 -8
  64. package/dist-types/commands/UpdateTrustAnchorCommand.d.ts +3 -8
  65. package/dist-types/index.d.ts +1 -0
  66. package/dist-types/ts3.4/commandBuilder.d.ts +46 -0
  67. package/dist-types/ts3.4/commands/CreateProfileCommand.d.ts +7 -16
  68. package/dist-types/ts3.4/commands/CreateTrustAnchorCommand.d.ts +7 -16
  69. package/dist-types/ts3.4/commands/DeleteAttributeMappingCommand.d.ts +7 -16
  70. package/dist-types/ts3.4/commands/DeleteCrlCommand.d.ts +7 -16
  71. package/dist-types/ts3.4/commands/DeleteProfileCommand.d.ts +7 -16
  72. package/dist-types/ts3.4/commands/DeleteTrustAnchorCommand.d.ts +7 -16
  73. package/dist-types/ts3.4/commands/DisableCrlCommand.d.ts +7 -16
  74. package/dist-types/ts3.4/commands/DisableProfileCommand.d.ts +7 -16
  75. package/dist-types/ts3.4/commands/DisableTrustAnchorCommand.d.ts +7 -16
  76. package/dist-types/ts3.4/commands/EnableCrlCommand.d.ts +7 -16
  77. package/dist-types/ts3.4/commands/EnableProfileCommand.d.ts +7 -16
  78. package/dist-types/ts3.4/commands/EnableTrustAnchorCommand.d.ts +7 -16
  79. package/dist-types/ts3.4/commands/GetCrlCommand.d.ts +7 -16
  80. package/dist-types/ts3.4/commands/GetProfileCommand.d.ts +7 -16
  81. package/dist-types/ts3.4/commands/GetSubjectCommand.d.ts +7 -16
  82. package/dist-types/ts3.4/commands/GetTrustAnchorCommand.d.ts +7 -16
  83. package/dist-types/ts3.4/commands/ImportCrlCommand.d.ts +7 -16
  84. package/dist-types/ts3.4/commands/ListCrlsCommand.d.ts +7 -16
  85. package/dist-types/ts3.4/commands/ListProfilesCommand.d.ts +7 -16
  86. package/dist-types/ts3.4/commands/ListSubjectsCommand.d.ts +7 -16
  87. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
  88. package/dist-types/ts3.4/commands/ListTrustAnchorsCommand.d.ts +7 -16
  89. package/dist-types/ts3.4/commands/PutAttributeMappingCommand.d.ts +7 -16
  90. package/dist-types/ts3.4/commands/PutNotificationSettingsCommand.d.ts +7 -16
  91. package/dist-types/ts3.4/commands/ResetNotificationSettingsCommand.d.ts +7 -16
  92. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +7 -16
  93. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +7 -16
  94. package/dist-types/ts3.4/commands/UpdateCrlCommand.d.ts +7 -16
  95. package/dist-types/ts3.4/commands/UpdateProfileCommand.d.ts +7 -16
  96. package/dist-types/ts3.4/commands/UpdateTrustAnchorCommand.d.ts +7 -16
  97. package/dist-types/ts3.4/index.d.ts +1 -0
  98. 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, Command, createAggregatedClient } = require("@smithy/core/client");
4
- exports.$Command = Command;
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.1076.0";
72
+ var version = "3.1078.0";
72
73
  var packageInfo = {
73
74
  version: version};
74
75
 
@@ -903,364 +904,98 @@ class RolesAnywhereClient extends Client {
903
904
  }
904
905
  }
905
906
 
906
- class CreateProfileCommand extends Command
907
- .classBuilder()
908
- .ep(commonParams)
909
- .m(function (Command, cs, config, o) {
910
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
911
- })
912
- .s("RolesAnywhere", "CreateProfile", {})
913
- .n("RolesAnywhereClient", "CreateProfileCommand")
914
- .sc(CreateProfile$)
915
- .build() {
907
+ const command = makeBuilder(commonParams, "RolesAnywhere", "RolesAnywhereClient", getEndpointPlugin);
908
+ const _ep0 = {};
909
+ const _mw0 = (Command, cs, config, o) => [];
910
+
911
+ class CreateProfileCommand extends command(_ep0, _mw0, "CreateProfile", CreateProfile$) {
916
912
  }
917
913
 
918
- class CreateTrustAnchorCommand extends Command
919
- .classBuilder()
920
- .ep(commonParams)
921
- .m(function (Command, cs, config, o) {
922
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
923
- })
924
- .s("RolesAnywhere", "CreateTrustAnchor", {})
925
- .n("RolesAnywhereClient", "CreateTrustAnchorCommand")
926
- .sc(CreateTrustAnchor$)
927
- .build() {
914
+ class CreateTrustAnchorCommand extends command(_ep0, _mw0, "CreateTrustAnchor", CreateTrustAnchor$) {
928
915
  }
929
916
 
930
- class DeleteAttributeMappingCommand extends Command
931
- .classBuilder()
932
- .ep(commonParams)
933
- .m(function (Command, cs, config, o) {
934
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
935
- })
936
- .s("RolesAnywhere", "DeleteAttributeMapping", {})
937
- .n("RolesAnywhereClient", "DeleteAttributeMappingCommand")
938
- .sc(DeleteAttributeMapping$)
939
- .build() {
917
+ class DeleteAttributeMappingCommand extends command(_ep0, _mw0, "DeleteAttributeMapping", DeleteAttributeMapping$) {
940
918
  }
941
919
 
942
- class DeleteCrlCommand extends Command
943
- .classBuilder()
944
- .ep(commonParams)
945
- .m(function (Command, cs, config, o) {
946
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
947
- })
948
- .s("RolesAnywhere", "DeleteCrl", {})
949
- .n("RolesAnywhereClient", "DeleteCrlCommand")
950
- .sc(DeleteCrl$)
951
- .build() {
920
+ class DeleteCrlCommand extends command(_ep0, _mw0, "DeleteCrl", DeleteCrl$) {
952
921
  }
953
922
 
954
- class DeleteProfileCommand extends Command
955
- .classBuilder()
956
- .ep(commonParams)
957
- .m(function (Command, cs, config, o) {
958
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
959
- })
960
- .s("RolesAnywhere", "DeleteProfile", {})
961
- .n("RolesAnywhereClient", "DeleteProfileCommand")
962
- .sc(DeleteProfile$)
963
- .build() {
923
+ class DeleteProfileCommand extends command(_ep0, _mw0, "DeleteProfile", DeleteProfile$) {
964
924
  }
965
925
 
966
- class DeleteTrustAnchorCommand extends Command
967
- .classBuilder()
968
- .ep(commonParams)
969
- .m(function (Command, cs, config, o) {
970
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
971
- })
972
- .s("RolesAnywhere", "DeleteTrustAnchor", {})
973
- .n("RolesAnywhereClient", "DeleteTrustAnchorCommand")
974
- .sc(DeleteTrustAnchor$)
975
- .build() {
926
+ class DeleteTrustAnchorCommand extends command(_ep0, _mw0, "DeleteTrustAnchor", DeleteTrustAnchor$) {
976
927
  }
977
928
 
978
- class DisableCrlCommand extends Command
979
- .classBuilder()
980
- .ep(commonParams)
981
- .m(function (Command, cs, config, o) {
982
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
983
- })
984
- .s("RolesAnywhere", "DisableCrl", {})
985
- .n("RolesAnywhereClient", "DisableCrlCommand")
986
- .sc(DisableCrl$)
987
- .build() {
929
+ class DisableCrlCommand extends command(_ep0, _mw0, "DisableCrl", DisableCrl$) {
988
930
  }
989
931
 
990
- class DisableProfileCommand extends Command
991
- .classBuilder()
992
- .ep(commonParams)
993
- .m(function (Command, cs, config, o) {
994
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
995
- })
996
- .s("RolesAnywhere", "DisableProfile", {})
997
- .n("RolesAnywhereClient", "DisableProfileCommand")
998
- .sc(DisableProfile$)
999
- .build() {
932
+ class DisableProfileCommand extends command(_ep0, _mw0, "DisableProfile", DisableProfile$) {
1000
933
  }
1001
934
 
1002
- class DisableTrustAnchorCommand extends Command
1003
- .classBuilder()
1004
- .ep(commonParams)
1005
- .m(function (Command, cs, config, o) {
1006
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1007
- })
1008
- .s("RolesAnywhere", "DisableTrustAnchor", {})
1009
- .n("RolesAnywhereClient", "DisableTrustAnchorCommand")
1010
- .sc(DisableTrustAnchor$)
1011
- .build() {
935
+ class DisableTrustAnchorCommand extends command(_ep0, _mw0, "DisableTrustAnchor", DisableTrustAnchor$) {
1012
936
  }
1013
937
 
1014
- class EnableCrlCommand extends Command
1015
- .classBuilder()
1016
- .ep(commonParams)
1017
- .m(function (Command, cs, config, o) {
1018
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1019
- })
1020
- .s("RolesAnywhere", "EnableCrl", {})
1021
- .n("RolesAnywhereClient", "EnableCrlCommand")
1022
- .sc(EnableCrl$)
1023
- .build() {
938
+ class EnableCrlCommand extends command(_ep0, _mw0, "EnableCrl", EnableCrl$) {
1024
939
  }
1025
940
 
1026
- class EnableProfileCommand extends Command
1027
- .classBuilder()
1028
- .ep(commonParams)
1029
- .m(function (Command, cs, config, o) {
1030
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1031
- })
1032
- .s("RolesAnywhere", "EnableProfile", {})
1033
- .n("RolesAnywhereClient", "EnableProfileCommand")
1034
- .sc(EnableProfile$)
1035
- .build() {
941
+ class EnableProfileCommand extends command(_ep0, _mw0, "EnableProfile", EnableProfile$) {
1036
942
  }
1037
943
 
1038
- class EnableTrustAnchorCommand extends Command
1039
- .classBuilder()
1040
- .ep(commonParams)
1041
- .m(function (Command, cs, config, o) {
1042
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1043
- })
1044
- .s("RolesAnywhere", "EnableTrustAnchor", {})
1045
- .n("RolesAnywhereClient", "EnableTrustAnchorCommand")
1046
- .sc(EnableTrustAnchor$)
1047
- .build() {
944
+ class EnableTrustAnchorCommand extends command(_ep0, _mw0, "EnableTrustAnchor", EnableTrustAnchor$) {
1048
945
  }
1049
946
 
1050
- class GetCrlCommand extends Command
1051
- .classBuilder()
1052
- .ep(commonParams)
1053
- .m(function (Command, cs, config, o) {
1054
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1055
- })
1056
- .s("RolesAnywhere", "GetCrl", {})
1057
- .n("RolesAnywhereClient", "GetCrlCommand")
1058
- .sc(GetCrl$)
1059
- .build() {
947
+ class GetCrlCommand extends command(_ep0, _mw0, "GetCrl", GetCrl$) {
1060
948
  }
1061
949
 
1062
- class GetProfileCommand extends Command
1063
- .classBuilder()
1064
- .ep(commonParams)
1065
- .m(function (Command, cs, config, o) {
1066
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1067
- })
1068
- .s("RolesAnywhere", "GetProfile", {})
1069
- .n("RolesAnywhereClient", "GetProfileCommand")
1070
- .sc(GetProfile$)
1071
- .build() {
950
+ class GetProfileCommand extends command(_ep0, _mw0, "GetProfile", GetProfile$) {
1072
951
  }
1073
952
 
1074
- class GetSubjectCommand extends Command
1075
- .classBuilder()
1076
- .ep(commonParams)
1077
- .m(function (Command, cs, config, o) {
1078
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1079
- })
1080
- .s("RolesAnywhere", "GetSubject", {})
1081
- .n("RolesAnywhereClient", "GetSubjectCommand")
1082
- .sc(GetSubject$)
1083
- .build() {
953
+ class GetSubjectCommand extends command(_ep0, _mw0, "GetSubject", GetSubject$) {
1084
954
  }
1085
955
 
1086
- class GetTrustAnchorCommand extends Command
1087
- .classBuilder()
1088
- .ep(commonParams)
1089
- .m(function (Command, cs, config, o) {
1090
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1091
- })
1092
- .s("RolesAnywhere", "GetTrustAnchor", {})
1093
- .n("RolesAnywhereClient", "GetTrustAnchorCommand")
1094
- .sc(GetTrustAnchor$)
1095
- .build() {
956
+ class GetTrustAnchorCommand extends command(_ep0, _mw0, "GetTrustAnchor", GetTrustAnchor$) {
1096
957
  }
1097
958
 
1098
- class ImportCrlCommand extends Command
1099
- .classBuilder()
1100
- .ep(commonParams)
1101
- .m(function (Command, cs, config, o) {
1102
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1103
- })
1104
- .s("RolesAnywhere", "ImportCrl", {})
1105
- .n("RolesAnywhereClient", "ImportCrlCommand")
1106
- .sc(ImportCrl$)
1107
- .build() {
959
+ class ImportCrlCommand extends command(_ep0, _mw0, "ImportCrl", ImportCrl$) {
1108
960
  }
1109
961
 
1110
- class ListCrlsCommand extends Command
1111
- .classBuilder()
1112
- .ep(commonParams)
1113
- .m(function (Command, cs, config, o) {
1114
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1115
- })
1116
- .s("RolesAnywhere", "ListCrls", {})
1117
- .n("RolesAnywhereClient", "ListCrlsCommand")
1118
- .sc(ListCrls$)
1119
- .build() {
962
+ class ListCrlsCommand extends command(_ep0, _mw0, "ListCrls", ListCrls$) {
1120
963
  }
1121
964
 
1122
- class ListProfilesCommand extends Command
1123
- .classBuilder()
1124
- .ep(commonParams)
1125
- .m(function (Command, cs, config, o) {
1126
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1127
- })
1128
- .s("RolesAnywhere", "ListProfiles", {})
1129
- .n("RolesAnywhereClient", "ListProfilesCommand")
1130
- .sc(ListProfiles$)
1131
- .build() {
965
+ class ListProfilesCommand extends command(_ep0, _mw0, "ListProfiles", ListProfiles$) {
1132
966
  }
1133
967
 
1134
- class ListSubjectsCommand extends Command
1135
- .classBuilder()
1136
- .ep(commonParams)
1137
- .m(function (Command, cs, config, o) {
1138
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1139
- })
1140
- .s("RolesAnywhere", "ListSubjects", {})
1141
- .n("RolesAnywhereClient", "ListSubjectsCommand")
1142
- .sc(ListSubjects$)
1143
- .build() {
968
+ class ListSubjectsCommand extends command(_ep0, _mw0, "ListSubjects", ListSubjects$) {
1144
969
  }
1145
970
 
1146
- class ListTagsForResourceCommand extends Command
1147
- .classBuilder()
1148
- .ep(commonParams)
1149
- .m(function (Command, cs, config, o) {
1150
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1151
- })
1152
- .s("RolesAnywhere", "ListTagsForResource", {})
1153
- .n("RolesAnywhereClient", "ListTagsForResourceCommand")
1154
- .sc(ListTagsForResource$)
1155
- .build() {
971
+ class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
1156
972
  }
1157
973
 
1158
- class ListTrustAnchorsCommand extends Command
1159
- .classBuilder()
1160
- .ep(commonParams)
1161
- .m(function (Command, cs, config, o) {
1162
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1163
- })
1164
- .s("RolesAnywhere", "ListTrustAnchors", {})
1165
- .n("RolesAnywhereClient", "ListTrustAnchorsCommand")
1166
- .sc(ListTrustAnchors$)
1167
- .build() {
974
+ class ListTrustAnchorsCommand extends command(_ep0, _mw0, "ListTrustAnchors", ListTrustAnchors$) {
1168
975
  }
1169
976
 
1170
- class PutAttributeMappingCommand extends Command
1171
- .classBuilder()
1172
- .ep(commonParams)
1173
- .m(function (Command, cs, config, o) {
1174
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1175
- })
1176
- .s("RolesAnywhere", "PutAttributeMapping", {})
1177
- .n("RolesAnywhereClient", "PutAttributeMappingCommand")
1178
- .sc(PutAttributeMapping$)
1179
- .build() {
977
+ class PutAttributeMappingCommand extends command(_ep0, _mw0, "PutAttributeMapping", PutAttributeMapping$) {
1180
978
  }
1181
979
 
1182
- class PutNotificationSettingsCommand extends Command
1183
- .classBuilder()
1184
- .ep(commonParams)
1185
- .m(function (Command, cs, config, o) {
1186
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1187
- })
1188
- .s("RolesAnywhere", "PutNotificationSettings", {})
1189
- .n("RolesAnywhereClient", "PutNotificationSettingsCommand")
1190
- .sc(PutNotificationSettings$)
1191
- .build() {
980
+ class PutNotificationSettingsCommand extends command(_ep0, _mw0, "PutNotificationSettings", PutNotificationSettings$) {
1192
981
  }
1193
982
 
1194
- class ResetNotificationSettingsCommand extends Command
1195
- .classBuilder()
1196
- .ep(commonParams)
1197
- .m(function (Command, cs, config, o) {
1198
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1199
- })
1200
- .s("RolesAnywhere", "ResetNotificationSettings", {})
1201
- .n("RolesAnywhereClient", "ResetNotificationSettingsCommand")
1202
- .sc(ResetNotificationSettings$)
1203
- .build() {
983
+ class ResetNotificationSettingsCommand extends command(_ep0, _mw0, "ResetNotificationSettings", ResetNotificationSettings$) {
1204
984
  }
1205
985
 
1206
- class TagResourceCommand extends Command
1207
- .classBuilder()
1208
- .ep(commonParams)
1209
- .m(function (Command, cs, config, o) {
1210
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1211
- })
1212
- .s("RolesAnywhere", "TagResource", {})
1213
- .n("RolesAnywhereClient", "TagResourceCommand")
1214
- .sc(TagResource$)
1215
- .build() {
986
+ class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
1216
987
  }
1217
988
 
1218
- class UntagResourceCommand extends Command
1219
- .classBuilder()
1220
- .ep(commonParams)
1221
- .m(function (Command, cs, config, o) {
1222
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1223
- })
1224
- .s("RolesAnywhere", "UntagResource", {})
1225
- .n("RolesAnywhereClient", "UntagResourceCommand")
1226
- .sc(UntagResource$)
1227
- .build() {
989
+ class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
1228
990
  }
1229
991
 
1230
- class UpdateCrlCommand extends Command
1231
- .classBuilder()
1232
- .ep(commonParams)
1233
- .m(function (Command, cs, config, o) {
1234
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1235
- })
1236
- .s("RolesAnywhere", "UpdateCrl", {})
1237
- .n("RolesAnywhereClient", "UpdateCrlCommand")
1238
- .sc(UpdateCrl$)
1239
- .build() {
992
+ class UpdateCrlCommand extends command(_ep0, _mw0, "UpdateCrl", UpdateCrl$) {
1240
993
  }
1241
994
 
1242
- class UpdateProfileCommand extends Command
1243
- .classBuilder()
1244
- .ep(commonParams)
1245
- .m(function (Command, cs, config, o) {
1246
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1247
- })
1248
- .s("RolesAnywhere", "UpdateProfile", {})
1249
- .n("RolesAnywhereClient", "UpdateProfileCommand")
1250
- .sc(UpdateProfile$)
1251
- .build() {
995
+ class UpdateProfileCommand extends command(_ep0, _mw0, "UpdateProfile", UpdateProfile$) {
1252
996
  }
1253
997
 
1254
- class UpdateTrustAnchorCommand extends Command
1255
- .classBuilder()
1256
- .ep(commonParams)
1257
- .m(function (Command, cs, config, o) {
1258
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
1259
- })
1260
- .s("RolesAnywhere", "UpdateTrustAnchor", {})
1261
- .n("RolesAnywhereClient", "UpdateTrustAnchorCommand")
1262
- .sc(UpdateTrustAnchor$)
1263
- .build() {
998
+ class UpdateTrustAnchorCommand extends command(_ep0, _mw0, "UpdateTrustAnchor", UpdateTrustAnchor$) {
1264
999
  }
1265
1000
 
1266
1001
  const paginateListCrls = createPaginator(RolesAnywhereClient, ListCrlsCommand, "nextToken", "nextToken", "");
@@ -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, "RolesAnywhere", "RolesAnywhereClient", getEndpointPlugin);
5
+ export const _ep0 = {};
6
+ export const _mw0 = (Command, cs, config, o) => [];
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateProfileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "CreateProfile", {})
13
- .n("RolesAnywhereClient", "CreateProfileCommand")
14
- .sc(CreateProfile$)
15
- .build() {
3
+ export class CreateProfileCommand extends command(_ep0, _mw0, "CreateProfile", CreateProfile$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { CreateTrustAnchor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class CreateTrustAnchorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "CreateTrustAnchor", {})
13
- .n("RolesAnywhereClient", "CreateTrustAnchorCommand")
14
- .sc(CreateTrustAnchor$)
15
- .build() {
3
+ export class CreateTrustAnchorCommand extends command(_ep0, _mw0, "CreateTrustAnchor", CreateTrustAnchor$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteAttributeMapping$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteAttributeMappingCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "DeleteAttributeMapping", {})
13
- .n("RolesAnywhereClient", "DeleteAttributeMappingCommand")
14
- .sc(DeleteAttributeMapping$)
15
- .build() {
3
+ export class DeleteAttributeMappingCommand extends command(_ep0, _mw0, "DeleteAttributeMapping", DeleteAttributeMapping$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteCrl$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteCrlCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "DeleteCrl", {})
13
- .n("RolesAnywhereClient", "DeleteCrlCommand")
14
- .sc(DeleteCrl$)
15
- .build() {
3
+ export class DeleteCrlCommand extends command(_ep0, _mw0, "DeleteCrl", DeleteCrl$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteProfileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "DeleteProfile", {})
13
- .n("RolesAnywhereClient", "DeleteProfileCommand")
14
- .sc(DeleteProfile$)
15
- .build() {
3
+ export class DeleteProfileCommand extends command(_ep0, _mw0, "DeleteProfile", DeleteProfile$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DeleteTrustAnchor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DeleteTrustAnchorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "DeleteTrustAnchor", {})
13
- .n("RolesAnywhereClient", "DeleteTrustAnchorCommand")
14
- .sc(DeleteTrustAnchor$)
15
- .build() {
3
+ export class DeleteTrustAnchorCommand extends command(_ep0, _mw0, "DeleteTrustAnchor", DeleteTrustAnchor$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DisableCrl$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisableCrlCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "DisableCrl", {})
13
- .n("RolesAnywhereClient", "DisableCrlCommand")
14
- .sc(DisableCrl$)
15
- .build() {
3
+ export class DisableCrlCommand extends command(_ep0, _mw0, "DisableCrl", DisableCrl$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DisableProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisableProfileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "DisableProfile", {})
13
- .n("RolesAnywhereClient", "DisableProfileCommand")
14
- .sc(DisableProfile$)
15
- .build() {
3
+ export class DisableProfileCommand extends command(_ep0, _mw0, "DisableProfile", DisableProfile$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { DisableTrustAnchor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class DisableTrustAnchorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "DisableTrustAnchor", {})
13
- .n("RolesAnywhereClient", "DisableTrustAnchorCommand")
14
- .sc(DisableTrustAnchor$)
15
- .build() {
3
+ export class DisableTrustAnchorCommand extends command(_ep0, _mw0, "DisableTrustAnchor", DisableTrustAnchor$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { EnableCrl$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class EnableCrlCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "EnableCrl", {})
13
- .n("RolesAnywhereClient", "EnableCrlCommand")
14
- .sc(EnableCrl$)
15
- .build() {
3
+ export class EnableCrlCommand extends command(_ep0, _mw0, "EnableCrl", EnableCrl$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { EnableProfile$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class EnableProfileCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "EnableProfile", {})
13
- .n("RolesAnywhereClient", "EnableProfileCommand")
14
- .sc(EnableProfile$)
15
- .build() {
3
+ export class EnableProfileCommand extends command(_ep0, _mw0, "EnableProfile", EnableProfile$) {
16
4
  }
@@ -1,16 +1,4 @@
1
- import { Command as $Command } from "@smithy/core/client";
2
- import { getEndpointPlugin } from "@smithy/core/endpoints";
3
- import { commonParams } from "../endpoint/EndpointParameters";
1
+ import { _ep0, _mw0, command } from "../commandBuilder";
4
2
  import { EnableTrustAnchor$ } from "../schemas/schemas_0";
5
- export { $Command };
6
- export class EnableTrustAnchorCommand extends $Command
7
- .classBuilder()
8
- .ep(commonParams)
9
- .m(function (Command, cs, config, o) {
10
- return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
11
- })
12
- .s("RolesAnywhere", "EnableTrustAnchor", {})
13
- .n("RolesAnywhereClient", "EnableTrustAnchorCommand")
14
- .sc(EnableTrustAnchor$)
15
- .build() {
3
+ export class EnableTrustAnchorCommand extends command(_ep0, _mw0, "EnableTrustAnchor", EnableTrustAnchor$) {
16
4
  }