@aws-sdk/client-verifiedpermissions 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 +42 -343
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/BatchGetPolicyCommand.js +2 -14
- package/dist-es/commands/BatchIsAuthorizedCommand.js +2 -14
- package/dist-es/commands/BatchIsAuthorizedWithTokenCommand.js +2 -14
- package/dist-es/commands/CreateIdentitySourceCommand.js +2 -14
- package/dist-es/commands/CreatePolicyCommand.js +2 -14
- package/dist-es/commands/CreatePolicyStoreAliasCommand.js +2 -14
- package/dist-es/commands/CreatePolicyStoreCommand.js +2 -14
- package/dist-es/commands/CreatePolicyTemplateCommand.js +2 -14
- package/dist-es/commands/DeleteIdentitySourceCommand.js +2 -14
- package/dist-es/commands/DeletePolicyCommand.js +2 -14
- package/dist-es/commands/DeletePolicyStoreAliasCommand.js +2 -14
- package/dist-es/commands/DeletePolicyStoreCommand.js +2 -14
- package/dist-es/commands/DeletePolicyTemplateCommand.js +2 -14
- package/dist-es/commands/GetIdentitySourceCommand.js +2 -14
- package/dist-es/commands/GetPolicyCommand.js +2 -14
- package/dist-es/commands/GetPolicyStoreAliasCommand.js +2 -14
- package/dist-es/commands/GetPolicyStoreCommand.js +2 -14
- package/dist-es/commands/GetPolicyTemplateCommand.js +2 -14
- package/dist-es/commands/GetSchemaCommand.js +2 -14
- package/dist-es/commands/IsAuthorizedCommand.js +2 -14
- package/dist-es/commands/IsAuthorizedWithTokenCommand.js +2 -14
- package/dist-es/commands/ListIdentitySourcesCommand.js +2 -14
- package/dist-es/commands/ListPoliciesCommand.js +2 -14
- package/dist-es/commands/ListPolicyStoreAliasesCommand.js +2 -14
- package/dist-es/commands/ListPolicyStoresCommand.js +2 -14
- package/dist-es/commands/ListPolicyTemplatesCommand.js +2 -14
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -14
- package/dist-es/commands/PutSchemaCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateIdentitySourceCommand.js +2 -14
- package/dist-es/commands/UpdatePolicyCommand.js +2 -14
- package/dist-es/commands/UpdatePolicyStoreCommand.js +2 -14
- package/dist-es/commands/UpdatePolicyTemplateCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/BatchGetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/BatchIsAuthorizedCommand.d.ts +3 -8
- package/dist-types/commands/BatchIsAuthorizedWithTokenCommand.d.ts +3 -8
- package/dist-types/commands/CreateIdentitySourceCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyStoreAliasCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyStoreCommand.d.ts +3 -8
- package/dist-types/commands/CreatePolicyTemplateCommand.d.ts +3 -8
- package/dist-types/commands/DeleteIdentitySourceCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyStoreAliasCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyStoreCommand.d.ts +3 -8
- package/dist-types/commands/DeletePolicyTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetIdentitySourceCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyStoreAliasCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyStoreCommand.d.ts +3 -8
- package/dist-types/commands/GetPolicyTemplateCommand.d.ts +3 -8
- package/dist-types/commands/GetSchemaCommand.d.ts +3 -8
- package/dist-types/commands/IsAuthorizedCommand.d.ts +3 -8
- package/dist-types/commands/IsAuthorizedWithTokenCommand.d.ts +3 -8
- package/dist-types/commands/ListIdentitySourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPoliciesCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyStoreAliasesCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyStoresCommand.d.ts +3 -8
- package/dist-types/commands/ListPolicyTemplatesCommand.d.ts +3 -8
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -8
- package/dist-types/commands/PutSchemaCommand.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/UpdateIdentitySourceCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePolicyCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePolicyStoreCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePolicyTemplateCommand.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/BatchGetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchIsAuthorizedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchIsAuthorizedWithTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateIdentitySourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyStoreAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePolicyTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteIdentitySourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyStoreAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePolicyTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetIdentitySourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyStoreAliasCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPolicyTemplateCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetSchemaCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IsAuthorizedCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/IsAuthorizedWithTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListIdentitySourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyStoreAliasesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyStoresCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPolicyTemplatesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutSchemaCommand.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/UpdateIdentitySourceCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePolicyStoreCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePolicyTemplateCommand.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.1077.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1818,412 +1819,110 @@ class VerifiedPermissionsClient extends Client {
|
|
|
1818
1819
|
}
|
|
1819
1820
|
}
|
|
1820
1821
|
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
})
|
|
1827
|
-
.s("VerifiedPermissions", "BatchGetPolicy", {})
|
|
1828
|
-
.n("VerifiedPermissionsClient", "BatchGetPolicyCommand")
|
|
1829
|
-
.sc(BatchGetPolicy$)
|
|
1830
|
-
.build() {
|
|
1822
|
+
const command = makeBuilder(commonParams, "VerifiedPermissions", "VerifiedPermissionsClient", getEndpointPlugin);
|
|
1823
|
+
const _ep0 = {};
|
|
1824
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1825
|
+
|
|
1826
|
+
class BatchGetPolicyCommand extends command(_ep0, _mw0, "BatchGetPolicy", BatchGetPolicy$) {
|
|
1831
1827
|
}
|
|
1832
1828
|
|
|
1833
|
-
class BatchIsAuthorizedCommand extends
|
|
1834
|
-
.classBuilder()
|
|
1835
|
-
.ep(commonParams)
|
|
1836
|
-
.m(function (Command, cs, config, o) {
|
|
1837
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1838
|
-
})
|
|
1839
|
-
.s("VerifiedPermissions", "BatchIsAuthorized", {})
|
|
1840
|
-
.n("VerifiedPermissionsClient", "BatchIsAuthorizedCommand")
|
|
1841
|
-
.sc(BatchIsAuthorized$)
|
|
1842
|
-
.build() {
|
|
1829
|
+
class BatchIsAuthorizedCommand extends command(_ep0, _mw0, "BatchIsAuthorized", BatchIsAuthorized$) {
|
|
1843
1830
|
}
|
|
1844
1831
|
|
|
1845
|
-
class BatchIsAuthorizedWithTokenCommand extends
|
|
1846
|
-
.classBuilder()
|
|
1847
|
-
.ep(commonParams)
|
|
1848
|
-
.m(function (Command, cs, config, o) {
|
|
1849
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1850
|
-
})
|
|
1851
|
-
.s("VerifiedPermissions", "BatchIsAuthorizedWithToken", {})
|
|
1852
|
-
.n("VerifiedPermissionsClient", "BatchIsAuthorizedWithTokenCommand")
|
|
1853
|
-
.sc(BatchIsAuthorizedWithToken$)
|
|
1854
|
-
.build() {
|
|
1832
|
+
class BatchIsAuthorizedWithTokenCommand extends command(_ep0, _mw0, "BatchIsAuthorizedWithToken", BatchIsAuthorizedWithToken$) {
|
|
1855
1833
|
}
|
|
1856
1834
|
|
|
1857
|
-
class CreateIdentitySourceCommand extends
|
|
1858
|
-
.classBuilder()
|
|
1859
|
-
.ep(commonParams)
|
|
1860
|
-
.m(function (Command, cs, config, o) {
|
|
1861
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1862
|
-
})
|
|
1863
|
-
.s("VerifiedPermissions", "CreateIdentitySource", {})
|
|
1864
|
-
.n("VerifiedPermissionsClient", "CreateIdentitySourceCommand")
|
|
1865
|
-
.sc(CreateIdentitySource$)
|
|
1866
|
-
.build() {
|
|
1835
|
+
class CreateIdentitySourceCommand extends command(_ep0, _mw0, "CreateIdentitySource", CreateIdentitySource$) {
|
|
1867
1836
|
}
|
|
1868
1837
|
|
|
1869
|
-
class CreatePolicyCommand extends
|
|
1870
|
-
.classBuilder()
|
|
1871
|
-
.ep(commonParams)
|
|
1872
|
-
.m(function (Command, cs, config, o) {
|
|
1873
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1874
|
-
})
|
|
1875
|
-
.s("VerifiedPermissions", "CreatePolicy", {})
|
|
1876
|
-
.n("VerifiedPermissionsClient", "CreatePolicyCommand")
|
|
1877
|
-
.sc(CreatePolicy$)
|
|
1878
|
-
.build() {
|
|
1838
|
+
class CreatePolicyCommand extends command(_ep0, _mw0, "CreatePolicy", CreatePolicy$) {
|
|
1879
1839
|
}
|
|
1880
1840
|
|
|
1881
|
-
class CreatePolicyStoreAliasCommand extends
|
|
1882
|
-
.classBuilder()
|
|
1883
|
-
.ep(commonParams)
|
|
1884
|
-
.m(function (Command, cs, config, o) {
|
|
1885
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1886
|
-
})
|
|
1887
|
-
.s("VerifiedPermissions", "CreatePolicyStoreAlias", {})
|
|
1888
|
-
.n("VerifiedPermissionsClient", "CreatePolicyStoreAliasCommand")
|
|
1889
|
-
.sc(CreatePolicyStoreAlias$)
|
|
1890
|
-
.build() {
|
|
1841
|
+
class CreatePolicyStoreAliasCommand extends command(_ep0, _mw0, "CreatePolicyStoreAlias", CreatePolicyStoreAlias$) {
|
|
1891
1842
|
}
|
|
1892
1843
|
|
|
1893
|
-
class CreatePolicyStoreCommand extends
|
|
1894
|
-
.classBuilder()
|
|
1895
|
-
.ep(commonParams)
|
|
1896
|
-
.m(function (Command, cs, config, o) {
|
|
1897
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1898
|
-
})
|
|
1899
|
-
.s("VerifiedPermissions", "CreatePolicyStore", {})
|
|
1900
|
-
.n("VerifiedPermissionsClient", "CreatePolicyStoreCommand")
|
|
1901
|
-
.sc(CreatePolicyStore$)
|
|
1902
|
-
.build() {
|
|
1844
|
+
class CreatePolicyStoreCommand extends command(_ep0, _mw0, "CreatePolicyStore", CreatePolicyStore$) {
|
|
1903
1845
|
}
|
|
1904
1846
|
|
|
1905
|
-
class CreatePolicyTemplateCommand extends
|
|
1906
|
-
.classBuilder()
|
|
1907
|
-
.ep(commonParams)
|
|
1908
|
-
.m(function (Command, cs, config, o) {
|
|
1909
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1910
|
-
})
|
|
1911
|
-
.s("VerifiedPermissions", "CreatePolicyTemplate", {})
|
|
1912
|
-
.n("VerifiedPermissionsClient", "CreatePolicyTemplateCommand")
|
|
1913
|
-
.sc(CreatePolicyTemplate$)
|
|
1914
|
-
.build() {
|
|
1847
|
+
class CreatePolicyTemplateCommand extends command(_ep0, _mw0, "CreatePolicyTemplate", CreatePolicyTemplate$) {
|
|
1915
1848
|
}
|
|
1916
1849
|
|
|
1917
|
-
class DeleteIdentitySourceCommand extends
|
|
1918
|
-
.classBuilder()
|
|
1919
|
-
.ep(commonParams)
|
|
1920
|
-
.m(function (Command, cs, config, o) {
|
|
1921
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1922
|
-
})
|
|
1923
|
-
.s("VerifiedPermissions", "DeleteIdentitySource", {})
|
|
1924
|
-
.n("VerifiedPermissionsClient", "DeleteIdentitySourceCommand")
|
|
1925
|
-
.sc(DeleteIdentitySource$)
|
|
1926
|
-
.build() {
|
|
1850
|
+
class DeleteIdentitySourceCommand extends command(_ep0, _mw0, "DeleteIdentitySource", DeleteIdentitySource$) {
|
|
1927
1851
|
}
|
|
1928
1852
|
|
|
1929
|
-
class DeletePolicyCommand extends
|
|
1930
|
-
.classBuilder()
|
|
1931
|
-
.ep(commonParams)
|
|
1932
|
-
.m(function (Command, cs, config, o) {
|
|
1933
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1934
|
-
})
|
|
1935
|
-
.s("VerifiedPermissions", "DeletePolicy", {})
|
|
1936
|
-
.n("VerifiedPermissionsClient", "DeletePolicyCommand")
|
|
1937
|
-
.sc(DeletePolicy$)
|
|
1938
|
-
.build() {
|
|
1853
|
+
class DeletePolicyCommand extends command(_ep0, _mw0, "DeletePolicy", DeletePolicy$) {
|
|
1939
1854
|
}
|
|
1940
1855
|
|
|
1941
|
-
class DeletePolicyStoreAliasCommand extends
|
|
1942
|
-
.classBuilder()
|
|
1943
|
-
.ep(commonParams)
|
|
1944
|
-
.m(function (Command, cs, config, o) {
|
|
1945
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1946
|
-
})
|
|
1947
|
-
.s("VerifiedPermissions", "DeletePolicyStoreAlias", {})
|
|
1948
|
-
.n("VerifiedPermissionsClient", "DeletePolicyStoreAliasCommand")
|
|
1949
|
-
.sc(DeletePolicyStoreAlias$)
|
|
1950
|
-
.build() {
|
|
1856
|
+
class DeletePolicyStoreAliasCommand extends command(_ep0, _mw0, "DeletePolicyStoreAlias", DeletePolicyStoreAlias$) {
|
|
1951
1857
|
}
|
|
1952
1858
|
|
|
1953
|
-
class DeletePolicyStoreCommand extends
|
|
1954
|
-
.classBuilder()
|
|
1955
|
-
.ep(commonParams)
|
|
1956
|
-
.m(function (Command, cs, config, o) {
|
|
1957
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1958
|
-
})
|
|
1959
|
-
.s("VerifiedPermissions", "DeletePolicyStore", {})
|
|
1960
|
-
.n("VerifiedPermissionsClient", "DeletePolicyStoreCommand")
|
|
1961
|
-
.sc(DeletePolicyStore$)
|
|
1962
|
-
.build() {
|
|
1859
|
+
class DeletePolicyStoreCommand extends command(_ep0, _mw0, "DeletePolicyStore", DeletePolicyStore$) {
|
|
1963
1860
|
}
|
|
1964
1861
|
|
|
1965
|
-
class DeletePolicyTemplateCommand extends
|
|
1966
|
-
.classBuilder()
|
|
1967
|
-
.ep(commonParams)
|
|
1968
|
-
.m(function (Command, cs, config, o) {
|
|
1969
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1970
|
-
})
|
|
1971
|
-
.s("VerifiedPermissions", "DeletePolicyTemplate", {})
|
|
1972
|
-
.n("VerifiedPermissionsClient", "DeletePolicyTemplateCommand")
|
|
1973
|
-
.sc(DeletePolicyTemplate$)
|
|
1974
|
-
.build() {
|
|
1862
|
+
class DeletePolicyTemplateCommand extends command(_ep0, _mw0, "DeletePolicyTemplate", DeletePolicyTemplate$) {
|
|
1975
1863
|
}
|
|
1976
1864
|
|
|
1977
|
-
class GetIdentitySourceCommand extends
|
|
1978
|
-
.classBuilder()
|
|
1979
|
-
.ep(commonParams)
|
|
1980
|
-
.m(function (Command, cs, config, o) {
|
|
1981
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1982
|
-
})
|
|
1983
|
-
.s("VerifiedPermissions", "GetIdentitySource", {})
|
|
1984
|
-
.n("VerifiedPermissionsClient", "GetIdentitySourceCommand")
|
|
1985
|
-
.sc(GetIdentitySource$)
|
|
1986
|
-
.build() {
|
|
1865
|
+
class GetIdentitySourceCommand extends command(_ep0, _mw0, "GetIdentitySource", GetIdentitySource$) {
|
|
1987
1866
|
}
|
|
1988
1867
|
|
|
1989
|
-
class GetPolicyCommand extends
|
|
1990
|
-
.classBuilder()
|
|
1991
|
-
.ep(commonParams)
|
|
1992
|
-
.m(function (Command, cs, config, o) {
|
|
1993
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1994
|
-
})
|
|
1995
|
-
.s("VerifiedPermissions", "GetPolicy", {})
|
|
1996
|
-
.n("VerifiedPermissionsClient", "GetPolicyCommand")
|
|
1997
|
-
.sc(GetPolicy$)
|
|
1998
|
-
.build() {
|
|
1868
|
+
class GetPolicyCommand extends command(_ep0, _mw0, "GetPolicy", GetPolicy$) {
|
|
1999
1869
|
}
|
|
2000
1870
|
|
|
2001
|
-
class GetPolicyStoreAliasCommand extends
|
|
2002
|
-
.classBuilder()
|
|
2003
|
-
.ep(commonParams)
|
|
2004
|
-
.m(function (Command, cs, config, o) {
|
|
2005
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2006
|
-
})
|
|
2007
|
-
.s("VerifiedPermissions", "GetPolicyStoreAlias", {})
|
|
2008
|
-
.n("VerifiedPermissionsClient", "GetPolicyStoreAliasCommand")
|
|
2009
|
-
.sc(GetPolicyStoreAlias$)
|
|
2010
|
-
.build() {
|
|
1871
|
+
class GetPolicyStoreAliasCommand extends command(_ep0, _mw0, "GetPolicyStoreAlias", GetPolicyStoreAlias$) {
|
|
2011
1872
|
}
|
|
2012
1873
|
|
|
2013
|
-
class GetPolicyStoreCommand extends
|
|
2014
|
-
.classBuilder()
|
|
2015
|
-
.ep(commonParams)
|
|
2016
|
-
.m(function (Command, cs, config, o) {
|
|
2017
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2018
|
-
})
|
|
2019
|
-
.s("VerifiedPermissions", "GetPolicyStore", {})
|
|
2020
|
-
.n("VerifiedPermissionsClient", "GetPolicyStoreCommand")
|
|
2021
|
-
.sc(GetPolicyStore$)
|
|
2022
|
-
.build() {
|
|
1874
|
+
class GetPolicyStoreCommand extends command(_ep0, _mw0, "GetPolicyStore", GetPolicyStore$) {
|
|
2023
1875
|
}
|
|
2024
1876
|
|
|
2025
|
-
class GetPolicyTemplateCommand extends
|
|
2026
|
-
.classBuilder()
|
|
2027
|
-
.ep(commonParams)
|
|
2028
|
-
.m(function (Command, cs, config, o) {
|
|
2029
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2030
|
-
})
|
|
2031
|
-
.s("VerifiedPermissions", "GetPolicyTemplate", {})
|
|
2032
|
-
.n("VerifiedPermissionsClient", "GetPolicyTemplateCommand")
|
|
2033
|
-
.sc(GetPolicyTemplate$)
|
|
2034
|
-
.build() {
|
|
1877
|
+
class GetPolicyTemplateCommand extends command(_ep0, _mw0, "GetPolicyTemplate", GetPolicyTemplate$) {
|
|
2035
1878
|
}
|
|
2036
1879
|
|
|
2037
|
-
class GetSchemaCommand extends
|
|
2038
|
-
.classBuilder()
|
|
2039
|
-
.ep(commonParams)
|
|
2040
|
-
.m(function (Command, cs, config, o) {
|
|
2041
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2042
|
-
})
|
|
2043
|
-
.s("VerifiedPermissions", "GetSchema", {})
|
|
2044
|
-
.n("VerifiedPermissionsClient", "GetSchemaCommand")
|
|
2045
|
-
.sc(GetSchema$)
|
|
2046
|
-
.build() {
|
|
1880
|
+
class GetSchemaCommand extends command(_ep0, _mw0, "GetSchema", GetSchema$) {
|
|
2047
1881
|
}
|
|
2048
1882
|
|
|
2049
|
-
class IsAuthorizedCommand extends
|
|
2050
|
-
.classBuilder()
|
|
2051
|
-
.ep(commonParams)
|
|
2052
|
-
.m(function (Command, cs, config, o) {
|
|
2053
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2054
|
-
})
|
|
2055
|
-
.s("VerifiedPermissions", "IsAuthorized", {})
|
|
2056
|
-
.n("VerifiedPermissionsClient", "IsAuthorizedCommand")
|
|
2057
|
-
.sc(IsAuthorized$)
|
|
2058
|
-
.build() {
|
|
1883
|
+
class IsAuthorizedCommand extends command(_ep0, _mw0, "IsAuthorized", IsAuthorized$) {
|
|
2059
1884
|
}
|
|
2060
1885
|
|
|
2061
|
-
class IsAuthorizedWithTokenCommand extends
|
|
2062
|
-
.classBuilder()
|
|
2063
|
-
.ep(commonParams)
|
|
2064
|
-
.m(function (Command, cs, config, o) {
|
|
2065
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2066
|
-
})
|
|
2067
|
-
.s("VerifiedPermissions", "IsAuthorizedWithToken", {})
|
|
2068
|
-
.n("VerifiedPermissionsClient", "IsAuthorizedWithTokenCommand")
|
|
2069
|
-
.sc(IsAuthorizedWithToken$)
|
|
2070
|
-
.build() {
|
|
1886
|
+
class IsAuthorizedWithTokenCommand extends command(_ep0, _mw0, "IsAuthorizedWithToken", IsAuthorizedWithToken$) {
|
|
2071
1887
|
}
|
|
2072
1888
|
|
|
2073
|
-
class ListIdentitySourcesCommand extends
|
|
2074
|
-
.classBuilder()
|
|
2075
|
-
.ep(commonParams)
|
|
2076
|
-
.m(function (Command, cs, config, o) {
|
|
2077
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2078
|
-
})
|
|
2079
|
-
.s("VerifiedPermissions", "ListIdentitySources", {})
|
|
2080
|
-
.n("VerifiedPermissionsClient", "ListIdentitySourcesCommand")
|
|
2081
|
-
.sc(ListIdentitySources$)
|
|
2082
|
-
.build() {
|
|
1889
|
+
class ListIdentitySourcesCommand extends command(_ep0, _mw0, "ListIdentitySources", ListIdentitySources$) {
|
|
2083
1890
|
}
|
|
2084
1891
|
|
|
2085
|
-
class ListPoliciesCommand extends
|
|
2086
|
-
.classBuilder()
|
|
2087
|
-
.ep(commonParams)
|
|
2088
|
-
.m(function (Command, cs, config, o) {
|
|
2089
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2090
|
-
})
|
|
2091
|
-
.s("VerifiedPermissions", "ListPolicies", {})
|
|
2092
|
-
.n("VerifiedPermissionsClient", "ListPoliciesCommand")
|
|
2093
|
-
.sc(ListPolicies$)
|
|
2094
|
-
.build() {
|
|
1892
|
+
class ListPoliciesCommand extends command(_ep0, _mw0, "ListPolicies", ListPolicies$) {
|
|
2095
1893
|
}
|
|
2096
1894
|
|
|
2097
|
-
class ListPolicyStoreAliasesCommand extends
|
|
2098
|
-
.classBuilder()
|
|
2099
|
-
.ep(commonParams)
|
|
2100
|
-
.m(function (Command, cs, config, o) {
|
|
2101
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2102
|
-
})
|
|
2103
|
-
.s("VerifiedPermissions", "ListPolicyStoreAliases", {})
|
|
2104
|
-
.n("VerifiedPermissionsClient", "ListPolicyStoreAliasesCommand")
|
|
2105
|
-
.sc(ListPolicyStoreAliases$)
|
|
2106
|
-
.build() {
|
|
1895
|
+
class ListPolicyStoreAliasesCommand extends command(_ep0, _mw0, "ListPolicyStoreAliases", ListPolicyStoreAliases$) {
|
|
2107
1896
|
}
|
|
2108
1897
|
|
|
2109
|
-
class ListPolicyStoresCommand extends
|
|
2110
|
-
.classBuilder()
|
|
2111
|
-
.ep(commonParams)
|
|
2112
|
-
.m(function (Command, cs, config, o) {
|
|
2113
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2114
|
-
})
|
|
2115
|
-
.s("VerifiedPermissions", "ListPolicyStores", {})
|
|
2116
|
-
.n("VerifiedPermissionsClient", "ListPolicyStoresCommand")
|
|
2117
|
-
.sc(ListPolicyStores$)
|
|
2118
|
-
.build() {
|
|
1898
|
+
class ListPolicyStoresCommand extends command(_ep0, _mw0, "ListPolicyStores", ListPolicyStores$) {
|
|
2119
1899
|
}
|
|
2120
1900
|
|
|
2121
|
-
class ListPolicyTemplatesCommand extends
|
|
2122
|
-
.classBuilder()
|
|
2123
|
-
.ep(commonParams)
|
|
2124
|
-
.m(function (Command, cs, config, o) {
|
|
2125
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2126
|
-
})
|
|
2127
|
-
.s("VerifiedPermissions", "ListPolicyTemplates", {})
|
|
2128
|
-
.n("VerifiedPermissionsClient", "ListPolicyTemplatesCommand")
|
|
2129
|
-
.sc(ListPolicyTemplates$)
|
|
2130
|
-
.build() {
|
|
1901
|
+
class ListPolicyTemplatesCommand extends command(_ep0, _mw0, "ListPolicyTemplates", ListPolicyTemplates$) {
|
|
2131
1902
|
}
|
|
2132
1903
|
|
|
2133
|
-
class ListTagsForResourceCommand extends
|
|
2134
|
-
.classBuilder()
|
|
2135
|
-
.ep(commonParams)
|
|
2136
|
-
.m(function (Command, cs, config, o) {
|
|
2137
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2138
|
-
})
|
|
2139
|
-
.s("VerifiedPermissions", "ListTagsForResource", {})
|
|
2140
|
-
.n("VerifiedPermissionsClient", "ListTagsForResourceCommand")
|
|
2141
|
-
.sc(ListTagsForResource$)
|
|
2142
|
-
.build() {
|
|
1904
|
+
class ListTagsForResourceCommand extends command(_ep0, _mw0, "ListTagsForResource", ListTagsForResource$) {
|
|
2143
1905
|
}
|
|
2144
1906
|
|
|
2145
|
-
class PutSchemaCommand extends
|
|
2146
|
-
.classBuilder()
|
|
2147
|
-
.ep(commonParams)
|
|
2148
|
-
.m(function (Command, cs, config, o) {
|
|
2149
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2150
|
-
})
|
|
2151
|
-
.s("VerifiedPermissions", "PutSchema", {})
|
|
2152
|
-
.n("VerifiedPermissionsClient", "PutSchemaCommand")
|
|
2153
|
-
.sc(PutSchema$)
|
|
2154
|
-
.build() {
|
|
1907
|
+
class PutSchemaCommand extends command(_ep0, _mw0, "PutSchema", PutSchema$) {
|
|
2155
1908
|
}
|
|
2156
1909
|
|
|
2157
|
-
class TagResourceCommand extends
|
|
2158
|
-
.classBuilder()
|
|
2159
|
-
.ep(commonParams)
|
|
2160
|
-
.m(function (Command, cs, config, o) {
|
|
2161
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2162
|
-
})
|
|
2163
|
-
.s("VerifiedPermissions", "TagResource", {})
|
|
2164
|
-
.n("VerifiedPermissionsClient", "TagResourceCommand")
|
|
2165
|
-
.sc(TagResource$)
|
|
2166
|
-
.build() {
|
|
1910
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
2167
1911
|
}
|
|
2168
1912
|
|
|
2169
|
-
class UntagResourceCommand extends
|
|
2170
|
-
.classBuilder()
|
|
2171
|
-
.ep(commonParams)
|
|
2172
|
-
.m(function (Command, cs, config, o) {
|
|
2173
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2174
|
-
})
|
|
2175
|
-
.s("VerifiedPermissions", "UntagResource", {})
|
|
2176
|
-
.n("VerifiedPermissionsClient", "UntagResourceCommand")
|
|
2177
|
-
.sc(UntagResource$)
|
|
2178
|
-
.build() {
|
|
1913
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
2179
1914
|
}
|
|
2180
1915
|
|
|
2181
|
-
class UpdateIdentitySourceCommand extends
|
|
2182
|
-
.classBuilder()
|
|
2183
|
-
.ep(commonParams)
|
|
2184
|
-
.m(function (Command, cs, config, o) {
|
|
2185
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2186
|
-
})
|
|
2187
|
-
.s("VerifiedPermissions", "UpdateIdentitySource", {})
|
|
2188
|
-
.n("VerifiedPermissionsClient", "UpdateIdentitySourceCommand")
|
|
2189
|
-
.sc(UpdateIdentitySource$)
|
|
2190
|
-
.build() {
|
|
1916
|
+
class UpdateIdentitySourceCommand extends command(_ep0, _mw0, "UpdateIdentitySource", UpdateIdentitySource$) {
|
|
2191
1917
|
}
|
|
2192
1918
|
|
|
2193
|
-
class UpdatePolicyCommand extends
|
|
2194
|
-
.classBuilder()
|
|
2195
|
-
.ep(commonParams)
|
|
2196
|
-
.m(function (Command, cs, config, o) {
|
|
2197
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2198
|
-
})
|
|
2199
|
-
.s("VerifiedPermissions", "UpdatePolicy", {})
|
|
2200
|
-
.n("VerifiedPermissionsClient", "UpdatePolicyCommand")
|
|
2201
|
-
.sc(UpdatePolicy$)
|
|
2202
|
-
.build() {
|
|
1919
|
+
class UpdatePolicyCommand extends command(_ep0, _mw0, "UpdatePolicy", UpdatePolicy$) {
|
|
2203
1920
|
}
|
|
2204
1921
|
|
|
2205
|
-
class UpdatePolicyStoreCommand extends
|
|
2206
|
-
.classBuilder()
|
|
2207
|
-
.ep(commonParams)
|
|
2208
|
-
.m(function (Command, cs, config, o) {
|
|
2209
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2210
|
-
})
|
|
2211
|
-
.s("VerifiedPermissions", "UpdatePolicyStore", {})
|
|
2212
|
-
.n("VerifiedPermissionsClient", "UpdatePolicyStoreCommand")
|
|
2213
|
-
.sc(UpdatePolicyStore$)
|
|
2214
|
-
.build() {
|
|
1922
|
+
class UpdatePolicyStoreCommand extends command(_ep0, _mw0, "UpdatePolicyStore", UpdatePolicyStore$) {
|
|
2215
1923
|
}
|
|
2216
1924
|
|
|
2217
|
-
class UpdatePolicyTemplateCommand extends
|
|
2218
|
-
.classBuilder()
|
|
2219
|
-
.ep(commonParams)
|
|
2220
|
-
.m(function (Command, cs, config, o) {
|
|
2221
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2222
|
-
})
|
|
2223
|
-
.s("VerifiedPermissions", "UpdatePolicyTemplate", {})
|
|
2224
|
-
.n("VerifiedPermissionsClient", "UpdatePolicyTemplateCommand")
|
|
2225
|
-
.sc(UpdatePolicyTemplate$)
|
|
2226
|
-
.build() {
|
|
1925
|
+
class UpdatePolicyTemplateCommand extends command(_ep0, _mw0, "UpdatePolicyTemplate", UpdatePolicyTemplate$) {
|
|
2227
1926
|
}
|
|
2228
1927
|
|
|
2229
1928
|
const paginateListIdentitySources = createPaginator(VerifiedPermissionsClient, ListIdentitySourcesCommand, "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, "VerifiedPermissions", "VerifiedPermissionsClient", 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 { BatchGetPolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchGetPolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "BatchGetPolicy", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "BatchGetPolicyCommand")
|
|
14
|
-
.sc(BatchGetPolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchGetPolicyCommand extends command(_ep0, _mw0, "BatchGetPolicy", BatchGetPolicy$) {
|
|
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 { BatchIsAuthorized$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchIsAuthorizedCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "BatchIsAuthorized", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "BatchIsAuthorizedCommand")
|
|
14
|
-
.sc(BatchIsAuthorized$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchIsAuthorizedCommand extends command(_ep0, _mw0, "BatchIsAuthorized", BatchIsAuthorized$) {
|
|
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 { BatchIsAuthorizedWithToken$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class BatchIsAuthorizedWithTokenCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "BatchIsAuthorizedWithToken", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "BatchIsAuthorizedWithTokenCommand")
|
|
14
|
-
.sc(BatchIsAuthorizedWithToken$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class BatchIsAuthorizedWithTokenCommand extends command(_ep0, _mw0, "BatchIsAuthorizedWithToken", BatchIsAuthorizedWithToken$) {
|
|
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 { CreateIdentitySource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreateIdentitySourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "CreateIdentitySource", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "CreateIdentitySourceCommand")
|
|
14
|
-
.sc(CreateIdentitySource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreateIdentitySourceCommand extends command(_ep0, _mw0, "CreateIdentitySource", CreateIdentitySource$) {
|
|
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 { CreatePolicy$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePolicyCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "CreatePolicy", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "CreatePolicyCommand")
|
|
14
|
-
.sc(CreatePolicy$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePolicyCommand extends command(_ep0, _mw0, "CreatePolicy", CreatePolicy$) {
|
|
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 { CreatePolicyStoreAlias$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePolicyStoreAliasCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "CreatePolicyStoreAlias", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "CreatePolicyStoreAliasCommand")
|
|
14
|
-
.sc(CreatePolicyStoreAlias$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePolicyStoreAliasCommand extends command(_ep0, _mw0, "CreatePolicyStoreAlias", CreatePolicyStoreAlias$) {
|
|
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 { CreatePolicyStore$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePolicyStoreCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "CreatePolicyStore", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "CreatePolicyStoreCommand")
|
|
14
|
-
.sc(CreatePolicyStore$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePolicyStoreCommand extends command(_ep0, _mw0, "CreatePolicyStore", CreatePolicyStore$) {
|
|
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 { CreatePolicyTemplate$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePolicyTemplateCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "CreatePolicyTemplate", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "CreatePolicyTemplateCommand")
|
|
14
|
-
.sc(CreatePolicyTemplate$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePolicyTemplateCommand extends command(_ep0, _mw0, "CreatePolicyTemplate", CreatePolicyTemplate$) {
|
|
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 { DeleteIdentitySource$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class DeleteIdentitySourceCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("VerifiedPermissions", "DeleteIdentitySource", {})
|
|
13
|
-
.n("VerifiedPermissionsClient", "DeleteIdentitySourceCommand")
|
|
14
|
-
.sc(DeleteIdentitySource$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class DeleteIdentitySourceCommand extends command(_ep0, _mw0, "DeleteIdentitySource", DeleteIdentitySource$) {
|
|
16
4
|
}
|