@aws-sdk/client-ram 3.1077.0 → 3.1079.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +111 -421
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AcceptResourceShareInvitationCommand.js +2 -14
- package/dist-es/commands/AssociateResourceShareCommand.js +2 -14
- package/dist-es/commands/AssociateResourceSharePermissionCommand.js +2 -14
- package/dist-es/commands/CreatePermissionCommand.js +2 -14
- package/dist-es/commands/CreatePermissionVersionCommand.js +2 -14
- package/dist-es/commands/CreateResourceShareCommand.js +2 -14
- package/dist-es/commands/DeletePermissionCommand.js +2 -14
- package/dist-es/commands/DeletePermissionVersionCommand.js +2 -14
- package/dist-es/commands/DeleteResourceShareCommand.js +2 -14
- package/dist-es/commands/DisassociateResourceShareCommand.js +2 -14
- package/dist-es/commands/DisassociateResourceSharePermissionCommand.js +2 -14
- package/dist-es/commands/EnableSharingWithAwsOrganizationCommand.js +2 -14
- package/dist-es/commands/GetPermissionCommand.js +2 -14
- package/dist-es/commands/GetResourcePoliciesCommand.js +2 -14
- package/dist-es/commands/GetResourceShareAssociationsCommand.js +2 -14
- package/dist-es/commands/GetResourceShareInvitationsCommand.js +2 -14
- package/dist-es/commands/GetResourceSharesCommand.js +2 -14
- package/dist-es/commands/ListPendingInvitationResourcesCommand.js +2 -14
- package/dist-es/commands/ListPermissionAssociationsCommand.js +2 -14
- package/dist-es/commands/ListPermissionVersionsCommand.js +2 -14
- package/dist-es/commands/ListPermissionsCommand.js +2 -14
- package/dist-es/commands/ListPrincipalsCommand.js +2 -14
- package/dist-es/commands/ListReplacePermissionAssociationsWorkCommand.js +2 -14
- package/dist-es/commands/ListResourceSharePermissionsCommand.js +2 -14
- package/dist-es/commands/ListResourceTypesCommand.js +2 -14
- package/dist-es/commands/ListResourcesCommand.js +2 -14
- package/dist-es/commands/ListSourceAssociationsCommand.js +2 -14
- package/dist-es/commands/PromotePermissionCreatedFromPolicyCommand.js +2 -14
- package/dist-es/commands/PromoteResourceShareCreatedFromPolicyCommand.js +2 -14
- package/dist-es/commands/RejectResourceShareInvitationCommand.js +2 -14
- package/dist-es/commands/ReplacePermissionAssociationsCommand.js +2 -14
- package/dist-es/commands/SetDefaultPermissionVersionCommand.js +2 -14
- package/dist-es/commands/TagResourceCommand.js +2 -14
- package/dist-es/commands/UntagResourceCommand.js +2 -14
- package/dist-es/commands/UpdateResourceShareCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AcceptResourceShareInvitationCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/AssociateResourceSharePermissionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionCommand.d.ts +3 -8
- package/dist-types/commands/CreatePermissionVersionCommand.d.ts +3 -8
- package/dist-types/commands/CreateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionCommand.d.ts +3 -8
- package/dist-types/commands/DeletePermissionVersionCommand.d.ts +3 -8
- package/dist-types/commands/DeleteResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResourceShareCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateResourceSharePermissionCommand.d.ts +3 -8
- package/dist-types/commands/EnableSharingWithAwsOrganizationCommand.d.ts +3 -8
- package/dist-types/commands/GetPermissionCommand.d.ts +3 -8
- package/dist-types/commands/GetResourcePoliciesCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceShareAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceShareInvitationsCommand.d.ts +3 -8
- package/dist-types/commands/GetResourceSharesCommand.d.ts +3 -8
- package/dist-types/commands/ListPendingInvitationResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionVersionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListPrincipalsCommand.d.ts +3 -8
- package/dist-types/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceSharePermissionsCommand.d.ts +3 -8
- package/dist-types/commands/ListResourceTypesCommand.d.ts +3 -8
- package/dist-types/commands/ListResourcesCommand.d.ts +3 -8
- package/dist-types/commands/ListSourceAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +3 -8
- package/dist-types/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +3 -8
- package/dist-types/commands/RejectResourceShareInvitationCommand.d.ts +3 -8
- package/dist-types/commands/ReplacePermissionAssociationsCommand.d.ts +3 -8
- package/dist-types/commands/SetDefaultPermissionVersionCommand.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/UpdateResourceShareCommand.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/AcceptResourceShareInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateResourceSharePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePermissionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePermissionVersionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateResourceSharePermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/EnableSharingWithAwsOrganizationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPermissionCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourcePoliciesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceShareAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceShareInvitationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetResourceSharesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPendingInvitationResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionVersionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPrincipalsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListReplacePermissionAssociationsWorkCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceSharePermissionsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourceTypesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListResourcesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSourceAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PromotePermissionCreatedFromPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PromoteResourceShareCreatedFromPolicyCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RejectResourceShareInvitationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ReplacePermissionAssociationsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SetDefaultPermissionVersionCommand.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/UpdateResourceShareCommand.d.ts +7 -16
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/package.json +8 -8
package/dist-cjs/index.js
CHANGED
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const { awsEndpointFunctions, emitWarningIfUnsupportedVersion: emitWarningIfUnsupportedVersion$1, createDefaultUserAgentProvider, NODE_APP_ID_CONFIG_OPTIONS, getAwsRegionExtensionConfiguration, resolveAwsRegionExtensionConfiguration, resolveUserAgentConfig, resolveHostHeaderConfig, getUserAgentPlugin, getHostHeaderPlugin, getLoggerPlugin, getRecursionDetectionPlugin } = require("@aws-sdk/core/client");
|
|
2
2
|
const { getHttpAuthSchemeEndpointRuleSetPlugin, DefaultIdentityProviderConfig, getHttpSigningPlugin, createPaginator } = require("@smithy/core");
|
|
3
|
-
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client,
|
|
4
|
-
|
|
3
|
+
const { normalizeProvider, getSmithyContext, ServiceException, NoOpLogger, emitWarningIfUnsupportedVersion, loadConfigsForDefaultMode, getDefaultExtensionConfiguration, resolveDefaultRuntimeConfig, Client, makeBuilder, createAggregatedClient } = require("@smithy/core/client");
|
|
4
|
+
const { Command: $Command } = require("@smithy/core/client");
|
|
5
|
+
exports.$Command = $Command;
|
|
5
6
|
exports.__Client = Client;
|
|
6
7
|
const { resolveDefaultsModeConfig, loadConfig, NODE_USE_FIPS_ENDPOINT_CONFIG_OPTIONS, NODE_USE_DUALSTACK_ENDPOINT_CONFIG_OPTIONS, NODE_REGION_CONFIG_OPTIONS, NODE_REGION_CONFIG_FILE_OPTIONS, resolveRegionConfig } = require("@smithy/core/config");
|
|
7
8
|
const { BinaryDecisionDiagram, EndpointCache, decideEndpoint, customEndpointFunctions, resolveEndpointConfig, getEndpointPlugin } = require("@smithy/core/endpoints");
|
|
@@ -68,7 +69,7 @@ const commonParams = {
|
|
|
68
69
|
UseDualStack: { type: "builtInParams", name: "useDualstackEndpoint" },
|
|
69
70
|
};
|
|
70
71
|
|
|
71
|
-
var version = "3.
|
|
72
|
+
var version = "3.1078.0";
|
|
72
73
|
var packageInfo = {
|
|
73
74
|
version: version};
|
|
74
75
|
|
|
@@ -1661,424 +1662,113 @@ class RAMClient extends Client {
|
|
|
1661
1662
|
}
|
|
1662
1663
|
}
|
|
1663
1664
|
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
}
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
}
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
}
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
}
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
}
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
}
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
}
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
}
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
class DisassociateResourceShareCommand extends Command
|
|
1773
|
-
.classBuilder()
|
|
1774
|
-
.ep(commonParams)
|
|
1775
|
-
.m(function (Command, cs, config, o) {
|
|
1776
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1777
|
-
})
|
|
1778
|
-
.s("AmazonResourceSharing", "DisassociateResourceShare", {})
|
|
1779
|
-
.n("RAMClient", "DisassociateResourceShareCommand")
|
|
1780
|
-
.sc(DisassociateResourceShare$)
|
|
1781
|
-
.build() {
|
|
1782
|
-
}
|
|
1783
|
-
|
|
1784
|
-
class DisassociateResourceSharePermissionCommand extends Command
|
|
1785
|
-
.classBuilder()
|
|
1786
|
-
.ep(commonParams)
|
|
1787
|
-
.m(function (Command, cs, config, o) {
|
|
1788
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1789
|
-
})
|
|
1790
|
-
.s("AmazonResourceSharing", "DisassociateResourceSharePermission", {})
|
|
1791
|
-
.n("RAMClient", "DisassociateResourceSharePermissionCommand")
|
|
1792
|
-
.sc(DisassociateResourceSharePermission$)
|
|
1793
|
-
.build() {
|
|
1794
|
-
}
|
|
1795
|
-
|
|
1796
|
-
class EnableSharingWithAwsOrganizationCommand extends Command
|
|
1797
|
-
.classBuilder()
|
|
1798
|
-
.ep(commonParams)
|
|
1799
|
-
.m(function (Command, cs, config, o) {
|
|
1800
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1801
|
-
})
|
|
1802
|
-
.s("AmazonResourceSharing", "EnableSharingWithAwsOrganization", {})
|
|
1803
|
-
.n("RAMClient", "EnableSharingWithAwsOrganizationCommand")
|
|
1804
|
-
.sc(EnableSharingWithAwsOrganization$)
|
|
1805
|
-
.build() {
|
|
1806
|
-
}
|
|
1807
|
-
|
|
1808
|
-
class GetPermissionCommand extends Command
|
|
1809
|
-
.classBuilder()
|
|
1810
|
-
.ep(commonParams)
|
|
1811
|
-
.m(function (Command, cs, config, o) {
|
|
1812
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1813
|
-
})
|
|
1814
|
-
.s("AmazonResourceSharing", "GetPermission", {})
|
|
1815
|
-
.n("RAMClient", "GetPermissionCommand")
|
|
1816
|
-
.sc(GetPermission$)
|
|
1817
|
-
.build() {
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
class GetResourcePoliciesCommand extends Command
|
|
1821
|
-
.classBuilder()
|
|
1822
|
-
.ep(commonParams)
|
|
1823
|
-
.m(function (Command, cs, config, o) {
|
|
1824
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1825
|
-
})
|
|
1826
|
-
.s("AmazonResourceSharing", "GetResourcePolicies", {})
|
|
1827
|
-
.n("RAMClient", "GetResourcePoliciesCommand")
|
|
1828
|
-
.sc(GetResourcePolicies$)
|
|
1829
|
-
.build() {
|
|
1830
|
-
}
|
|
1831
|
-
|
|
1832
|
-
class GetResourceShareAssociationsCommand extends Command
|
|
1833
|
-
.classBuilder()
|
|
1834
|
-
.ep(commonParams)
|
|
1835
|
-
.m(function (Command, cs, config, o) {
|
|
1836
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1837
|
-
})
|
|
1838
|
-
.s("AmazonResourceSharing", "GetResourceShareAssociations", {})
|
|
1839
|
-
.n("RAMClient", "GetResourceShareAssociationsCommand")
|
|
1840
|
-
.sc(GetResourceShareAssociations$)
|
|
1841
|
-
.build() {
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
class GetResourceShareInvitationsCommand extends Command
|
|
1845
|
-
.classBuilder()
|
|
1846
|
-
.ep(commonParams)
|
|
1847
|
-
.m(function (Command, cs, config, o) {
|
|
1848
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1849
|
-
})
|
|
1850
|
-
.s("AmazonResourceSharing", "GetResourceShareInvitations", {})
|
|
1851
|
-
.n("RAMClient", "GetResourceShareInvitationsCommand")
|
|
1852
|
-
.sc(GetResourceShareInvitations$)
|
|
1853
|
-
.build() {
|
|
1854
|
-
}
|
|
1855
|
-
|
|
1856
|
-
class GetResourceSharesCommand extends Command
|
|
1857
|
-
.classBuilder()
|
|
1858
|
-
.ep(commonParams)
|
|
1859
|
-
.m(function (Command, cs, config, o) {
|
|
1860
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1861
|
-
})
|
|
1862
|
-
.s("AmazonResourceSharing", "GetResourceShares", {})
|
|
1863
|
-
.n("RAMClient", "GetResourceSharesCommand")
|
|
1864
|
-
.sc(GetResourceShares$)
|
|
1865
|
-
.build() {
|
|
1866
|
-
}
|
|
1867
|
-
|
|
1868
|
-
class ListPendingInvitationResourcesCommand extends Command
|
|
1869
|
-
.classBuilder()
|
|
1870
|
-
.ep(commonParams)
|
|
1871
|
-
.m(function (Command, cs, config, o) {
|
|
1872
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1873
|
-
})
|
|
1874
|
-
.s("AmazonResourceSharing", "ListPendingInvitationResources", {})
|
|
1875
|
-
.n("RAMClient", "ListPendingInvitationResourcesCommand")
|
|
1876
|
-
.sc(ListPendingInvitationResources$)
|
|
1877
|
-
.build() {
|
|
1878
|
-
}
|
|
1879
|
-
|
|
1880
|
-
class ListPermissionAssociationsCommand extends Command
|
|
1881
|
-
.classBuilder()
|
|
1882
|
-
.ep(commonParams)
|
|
1883
|
-
.m(function (Command, cs, config, o) {
|
|
1884
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1885
|
-
})
|
|
1886
|
-
.s("AmazonResourceSharing", "ListPermissionAssociations", {})
|
|
1887
|
-
.n("RAMClient", "ListPermissionAssociationsCommand")
|
|
1888
|
-
.sc(ListPermissionAssociations$)
|
|
1889
|
-
.build() {
|
|
1890
|
-
}
|
|
1891
|
-
|
|
1892
|
-
class ListPermissionsCommand extends Command
|
|
1893
|
-
.classBuilder()
|
|
1894
|
-
.ep(commonParams)
|
|
1895
|
-
.m(function (Command, cs, config, o) {
|
|
1896
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1897
|
-
})
|
|
1898
|
-
.s("AmazonResourceSharing", "ListPermissions", {})
|
|
1899
|
-
.n("RAMClient", "ListPermissionsCommand")
|
|
1900
|
-
.sc(ListPermissions$)
|
|
1901
|
-
.build() {
|
|
1902
|
-
}
|
|
1903
|
-
|
|
1904
|
-
class ListPermissionVersionsCommand extends Command
|
|
1905
|
-
.classBuilder()
|
|
1906
|
-
.ep(commonParams)
|
|
1907
|
-
.m(function (Command, cs, config, o) {
|
|
1908
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1909
|
-
})
|
|
1910
|
-
.s("AmazonResourceSharing", "ListPermissionVersions", {})
|
|
1911
|
-
.n("RAMClient", "ListPermissionVersionsCommand")
|
|
1912
|
-
.sc(ListPermissionVersions$)
|
|
1913
|
-
.build() {
|
|
1914
|
-
}
|
|
1915
|
-
|
|
1916
|
-
class ListPrincipalsCommand extends Command
|
|
1917
|
-
.classBuilder()
|
|
1918
|
-
.ep(commonParams)
|
|
1919
|
-
.m(function (Command, cs, config, o) {
|
|
1920
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1921
|
-
})
|
|
1922
|
-
.s("AmazonResourceSharing", "ListPrincipals", {})
|
|
1923
|
-
.n("RAMClient", "ListPrincipalsCommand")
|
|
1924
|
-
.sc(ListPrincipals$)
|
|
1925
|
-
.build() {
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
class ListReplacePermissionAssociationsWorkCommand extends Command
|
|
1929
|
-
.classBuilder()
|
|
1930
|
-
.ep(commonParams)
|
|
1931
|
-
.m(function (Command, cs, config, o) {
|
|
1932
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1933
|
-
})
|
|
1934
|
-
.s("AmazonResourceSharing", "ListReplacePermissionAssociationsWork", {})
|
|
1935
|
-
.n("RAMClient", "ListReplacePermissionAssociationsWorkCommand")
|
|
1936
|
-
.sc(ListReplacePermissionAssociationsWork$)
|
|
1937
|
-
.build() {
|
|
1938
|
-
}
|
|
1939
|
-
|
|
1940
|
-
class ListResourcesCommand extends Command
|
|
1941
|
-
.classBuilder()
|
|
1942
|
-
.ep(commonParams)
|
|
1943
|
-
.m(function (Command, cs, config, o) {
|
|
1944
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1945
|
-
})
|
|
1946
|
-
.s("AmazonResourceSharing", "ListResources", {})
|
|
1947
|
-
.n("RAMClient", "ListResourcesCommand")
|
|
1948
|
-
.sc(ListResources$)
|
|
1949
|
-
.build() {
|
|
1950
|
-
}
|
|
1951
|
-
|
|
1952
|
-
class ListResourceSharePermissionsCommand extends Command
|
|
1953
|
-
.classBuilder()
|
|
1954
|
-
.ep(commonParams)
|
|
1955
|
-
.m(function (Command, cs, config, o) {
|
|
1956
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1957
|
-
})
|
|
1958
|
-
.s("AmazonResourceSharing", "ListResourceSharePermissions", {})
|
|
1959
|
-
.n("RAMClient", "ListResourceSharePermissionsCommand")
|
|
1960
|
-
.sc(ListResourceSharePermissions$)
|
|
1961
|
-
.build() {
|
|
1962
|
-
}
|
|
1963
|
-
|
|
1964
|
-
class ListResourceTypesCommand extends Command
|
|
1965
|
-
.classBuilder()
|
|
1966
|
-
.ep(commonParams)
|
|
1967
|
-
.m(function (Command, cs, config, o) {
|
|
1968
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1969
|
-
})
|
|
1970
|
-
.s("AmazonResourceSharing", "ListResourceTypes", {})
|
|
1971
|
-
.n("RAMClient", "ListResourceTypesCommand")
|
|
1972
|
-
.sc(ListResourceTypes$)
|
|
1973
|
-
.build() {
|
|
1974
|
-
}
|
|
1975
|
-
|
|
1976
|
-
class ListSourceAssociationsCommand extends Command
|
|
1977
|
-
.classBuilder()
|
|
1978
|
-
.ep(commonParams)
|
|
1979
|
-
.m(function (Command, cs, config, o) {
|
|
1980
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1981
|
-
})
|
|
1982
|
-
.s("AmazonResourceSharing", "ListSourceAssociations", {})
|
|
1983
|
-
.n("RAMClient", "ListSourceAssociationsCommand")
|
|
1984
|
-
.sc(ListSourceAssociations$)
|
|
1985
|
-
.build() {
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
class PromotePermissionCreatedFromPolicyCommand extends Command
|
|
1989
|
-
.classBuilder()
|
|
1990
|
-
.ep(commonParams)
|
|
1991
|
-
.m(function (Command, cs, config, o) {
|
|
1992
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
1993
|
-
})
|
|
1994
|
-
.s("AmazonResourceSharing", "PromotePermissionCreatedFromPolicy", {})
|
|
1995
|
-
.n("RAMClient", "PromotePermissionCreatedFromPolicyCommand")
|
|
1996
|
-
.sc(PromotePermissionCreatedFromPolicy$)
|
|
1997
|
-
.build() {
|
|
1998
|
-
}
|
|
1999
|
-
|
|
2000
|
-
class PromoteResourceShareCreatedFromPolicyCommand extends Command
|
|
2001
|
-
.classBuilder()
|
|
2002
|
-
.ep(commonParams)
|
|
2003
|
-
.m(function (Command, cs, config, o) {
|
|
2004
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2005
|
-
})
|
|
2006
|
-
.s("AmazonResourceSharing", "PromoteResourceShareCreatedFromPolicy", {})
|
|
2007
|
-
.n("RAMClient", "PromoteResourceShareCreatedFromPolicyCommand")
|
|
2008
|
-
.sc(PromoteResourceShareCreatedFromPolicy$)
|
|
2009
|
-
.build() {
|
|
2010
|
-
}
|
|
2011
|
-
|
|
2012
|
-
class RejectResourceShareInvitationCommand extends Command
|
|
2013
|
-
.classBuilder()
|
|
2014
|
-
.ep(commonParams)
|
|
2015
|
-
.m(function (Command, cs, config, o) {
|
|
2016
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2017
|
-
})
|
|
2018
|
-
.s("AmazonResourceSharing", "RejectResourceShareInvitation", {})
|
|
2019
|
-
.n("RAMClient", "RejectResourceShareInvitationCommand")
|
|
2020
|
-
.sc(RejectResourceShareInvitation$)
|
|
2021
|
-
.build() {
|
|
2022
|
-
}
|
|
2023
|
-
|
|
2024
|
-
class ReplacePermissionAssociationsCommand extends Command
|
|
2025
|
-
.classBuilder()
|
|
2026
|
-
.ep(commonParams)
|
|
2027
|
-
.m(function (Command, cs, config, o) {
|
|
2028
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2029
|
-
})
|
|
2030
|
-
.s("AmazonResourceSharing", "ReplacePermissionAssociations", {})
|
|
2031
|
-
.n("RAMClient", "ReplacePermissionAssociationsCommand")
|
|
2032
|
-
.sc(ReplacePermissionAssociations$)
|
|
2033
|
-
.build() {
|
|
2034
|
-
}
|
|
2035
|
-
|
|
2036
|
-
class SetDefaultPermissionVersionCommand extends Command
|
|
2037
|
-
.classBuilder()
|
|
2038
|
-
.ep(commonParams)
|
|
2039
|
-
.m(function (Command, cs, config, o) {
|
|
2040
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2041
|
-
})
|
|
2042
|
-
.s("AmazonResourceSharing", "SetDefaultPermissionVersion", {})
|
|
2043
|
-
.n("RAMClient", "SetDefaultPermissionVersionCommand")
|
|
2044
|
-
.sc(SetDefaultPermissionVersion$)
|
|
2045
|
-
.build() {
|
|
2046
|
-
}
|
|
2047
|
-
|
|
2048
|
-
class TagResourceCommand extends Command
|
|
2049
|
-
.classBuilder()
|
|
2050
|
-
.ep(commonParams)
|
|
2051
|
-
.m(function (Command, cs, config, o) {
|
|
2052
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2053
|
-
})
|
|
2054
|
-
.s("AmazonResourceSharing", "TagResource", {})
|
|
2055
|
-
.n("RAMClient", "TagResourceCommand")
|
|
2056
|
-
.sc(TagResource$)
|
|
2057
|
-
.build() {
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
class UntagResourceCommand extends Command
|
|
2061
|
-
.classBuilder()
|
|
2062
|
-
.ep(commonParams)
|
|
2063
|
-
.m(function (Command, cs, config, o) {
|
|
2064
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2065
|
-
})
|
|
2066
|
-
.s("AmazonResourceSharing", "UntagResource", {})
|
|
2067
|
-
.n("RAMClient", "UntagResourceCommand")
|
|
2068
|
-
.sc(UntagResource$)
|
|
2069
|
-
.build() {
|
|
2070
|
-
}
|
|
2071
|
-
|
|
2072
|
-
class UpdateResourceShareCommand extends Command
|
|
2073
|
-
.classBuilder()
|
|
2074
|
-
.ep(commonParams)
|
|
2075
|
-
.m(function (Command, cs, config, o) {
|
|
2076
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2077
|
-
})
|
|
2078
|
-
.s("AmazonResourceSharing", "UpdateResourceShare", {})
|
|
2079
|
-
.n("RAMClient", "UpdateResourceShareCommand")
|
|
2080
|
-
.sc(UpdateResourceShare$)
|
|
2081
|
-
.build() {
|
|
1665
|
+
const command = makeBuilder(commonParams, "AmazonResourceSharing", "RAMClient", getEndpointPlugin);
|
|
1666
|
+
const _ep0 = {};
|
|
1667
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1668
|
+
|
|
1669
|
+
class AcceptResourceShareInvitationCommand extends command(_ep0, _mw0, "AcceptResourceShareInvitation", AcceptResourceShareInvitation$) {
|
|
1670
|
+
}
|
|
1671
|
+
|
|
1672
|
+
class AssociateResourceShareCommand extends command(_ep0, _mw0, "AssociateResourceShare", AssociateResourceShare$) {
|
|
1673
|
+
}
|
|
1674
|
+
|
|
1675
|
+
class AssociateResourceSharePermissionCommand extends command(_ep0, _mw0, "AssociateResourceSharePermission", AssociateResourceSharePermission$) {
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
class CreatePermissionCommand extends command(_ep0, _mw0, "CreatePermission", CreatePermission$) {
|
|
1679
|
+
}
|
|
1680
|
+
|
|
1681
|
+
class CreatePermissionVersionCommand extends command(_ep0, _mw0, "CreatePermissionVersion", CreatePermissionVersion$) {
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
class CreateResourceShareCommand extends command(_ep0, _mw0, "CreateResourceShare", CreateResourceShare$) {
|
|
1685
|
+
}
|
|
1686
|
+
|
|
1687
|
+
class DeletePermissionCommand extends command(_ep0, _mw0, "DeletePermission", DeletePermission$) {
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
class DeletePermissionVersionCommand extends command(_ep0, _mw0, "DeletePermissionVersion", DeletePermissionVersion$) {
|
|
1691
|
+
}
|
|
1692
|
+
|
|
1693
|
+
class DeleteResourceShareCommand extends command(_ep0, _mw0, "DeleteResourceShare", DeleteResourceShare$) {
|
|
1694
|
+
}
|
|
1695
|
+
|
|
1696
|
+
class DisassociateResourceShareCommand extends command(_ep0, _mw0, "DisassociateResourceShare", DisassociateResourceShare$) {
|
|
1697
|
+
}
|
|
1698
|
+
|
|
1699
|
+
class DisassociateResourceSharePermissionCommand extends command(_ep0, _mw0, "DisassociateResourceSharePermission", DisassociateResourceSharePermission$) {
|
|
1700
|
+
}
|
|
1701
|
+
|
|
1702
|
+
class EnableSharingWithAwsOrganizationCommand extends command(_ep0, _mw0, "EnableSharingWithAwsOrganization", EnableSharingWithAwsOrganization$) {
|
|
1703
|
+
}
|
|
1704
|
+
|
|
1705
|
+
class GetPermissionCommand extends command(_ep0, _mw0, "GetPermission", GetPermission$) {
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
class GetResourcePoliciesCommand extends command(_ep0, _mw0, "GetResourcePolicies", GetResourcePolicies$) {
|
|
1709
|
+
}
|
|
1710
|
+
|
|
1711
|
+
class GetResourceShareAssociationsCommand extends command(_ep0, _mw0, "GetResourceShareAssociations", GetResourceShareAssociations$) {
|
|
1712
|
+
}
|
|
1713
|
+
|
|
1714
|
+
class GetResourceShareInvitationsCommand extends command(_ep0, _mw0, "GetResourceShareInvitations", GetResourceShareInvitations$) {
|
|
1715
|
+
}
|
|
1716
|
+
|
|
1717
|
+
class GetResourceSharesCommand extends command(_ep0, _mw0, "GetResourceShares", GetResourceShares$) {
|
|
1718
|
+
}
|
|
1719
|
+
|
|
1720
|
+
class ListPendingInvitationResourcesCommand extends command(_ep0, _mw0, "ListPendingInvitationResources", ListPendingInvitationResources$) {
|
|
1721
|
+
}
|
|
1722
|
+
|
|
1723
|
+
class ListPermissionAssociationsCommand extends command(_ep0, _mw0, "ListPermissionAssociations", ListPermissionAssociations$) {
|
|
1724
|
+
}
|
|
1725
|
+
|
|
1726
|
+
class ListPermissionsCommand extends command(_ep0, _mw0, "ListPermissions", ListPermissions$) {
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
class ListPermissionVersionsCommand extends command(_ep0, _mw0, "ListPermissionVersions", ListPermissionVersions$) {
|
|
1730
|
+
}
|
|
1731
|
+
|
|
1732
|
+
class ListPrincipalsCommand extends command(_ep0, _mw0, "ListPrincipals", ListPrincipals$) {
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1735
|
+
class ListReplacePermissionAssociationsWorkCommand extends command(_ep0, _mw0, "ListReplacePermissionAssociationsWork", ListReplacePermissionAssociationsWork$) {
|
|
1736
|
+
}
|
|
1737
|
+
|
|
1738
|
+
class ListResourcesCommand extends command(_ep0, _mw0, "ListResources", ListResources$) {
|
|
1739
|
+
}
|
|
1740
|
+
|
|
1741
|
+
class ListResourceSharePermissionsCommand extends command(_ep0, _mw0, "ListResourceSharePermissions", ListResourceSharePermissions$) {
|
|
1742
|
+
}
|
|
1743
|
+
|
|
1744
|
+
class ListResourceTypesCommand extends command(_ep0, _mw0, "ListResourceTypes", ListResourceTypes$) {
|
|
1745
|
+
}
|
|
1746
|
+
|
|
1747
|
+
class ListSourceAssociationsCommand extends command(_ep0, _mw0, "ListSourceAssociations", ListSourceAssociations$) {
|
|
1748
|
+
}
|
|
1749
|
+
|
|
1750
|
+
class PromotePermissionCreatedFromPolicyCommand extends command(_ep0, _mw0, "PromotePermissionCreatedFromPolicy", PromotePermissionCreatedFromPolicy$) {
|
|
1751
|
+
}
|
|
1752
|
+
|
|
1753
|
+
class PromoteResourceShareCreatedFromPolicyCommand extends command(_ep0, _mw0, "PromoteResourceShareCreatedFromPolicy", PromoteResourceShareCreatedFromPolicy$) {
|
|
1754
|
+
}
|
|
1755
|
+
|
|
1756
|
+
class RejectResourceShareInvitationCommand extends command(_ep0, _mw0, "RejectResourceShareInvitation", RejectResourceShareInvitation$) {
|
|
1757
|
+
}
|
|
1758
|
+
|
|
1759
|
+
class ReplacePermissionAssociationsCommand extends command(_ep0, _mw0, "ReplacePermissionAssociations", ReplacePermissionAssociations$) {
|
|
1760
|
+
}
|
|
1761
|
+
|
|
1762
|
+
class SetDefaultPermissionVersionCommand extends command(_ep0, _mw0, "SetDefaultPermissionVersion", SetDefaultPermissionVersion$) {
|
|
1763
|
+
}
|
|
1764
|
+
|
|
1765
|
+
class TagResourceCommand extends command(_ep0, _mw0, "TagResource", TagResource$) {
|
|
1766
|
+
}
|
|
1767
|
+
|
|
1768
|
+
class UntagResourceCommand extends command(_ep0, _mw0, "UntagResource", UntagResource$) {
|
|
1769
|
+
}
|
|
1770
|
+
|
|
1771
|
+
class UpdateResourceShareCommand extends command(_ep0, _mw0, "UpdateResourceShare", UpdateResourceShare$) {
|
|
2082
1772
|
}
|
|
2083
1773
|
|
|
2084
1774
|
const paginateGetResourcePolicies = createPaginator(RAMClient, GetResourcePoliciesCommand, "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, "AmazonResourceSharing", "RAMClient", 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 { AcceptResourceShareInvitation$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AcceptResourceShareInvitationCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "AcceptResourceShareInvitation", {})
|
|
13
|
-
.n("RAMClient", "AcceptResourceShareInvitationCommand")
|
|
14
|
-
.sc(AcceptResourceShareInvitation$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AcceptResourceShareInvitationCommand extends command(_ep0, _mw0, "AcceptResourceShareInvitation", AcceptResourceShareInvitation$) {
|
|
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 { AssociateResourceShare$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateResourceShareCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "AssociateResourceShare", {})
|
|
13
|
-
.n("RAMClient", "AssociateResourceShareCommand")
|
|
14
|
-
.sc(AssociateResourceShare$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateResourceShareCommand extends command(_ep0, _mw0, "AssociateResourceShare", AssociateResourceShare$) {
|
|
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 { AssociateResourceSharePermission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class AssociateResourceSharePermissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "AssociateResourceSharePermission", {})
|
|
13
|
-
.n("RAMClient", "AssociateResourceSharePermissionCommand")
|
|
14
|
-
.sc(AssociateResourceSharePermission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class AssociateResourceSharePermissionCommand extends command(_ep0, _mw0, "AssociateResourceSharePermission", AssociateResourceSharePermission$) {
|
|
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 { CreatePermission$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePermissionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "CreatePermission", {})
|
|
13
|
-
.n("RAMClient", "CreatePermissionCommand")
|
|
14
|
-
.sc(CreatePermission$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePermissionCommand extends command(_ep0, _mw0, "CreatePermission", CreatePermission$) {
|
|
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 { CreatePermissionVersion$ } from "../schemas/schemas_0";
|
|
5
|
-
export
|
|
6
|
-
export class CreatePermissionVersionCommand extends $Command
|
|
7
|
-
.classBuilder()
|
|
8
|
-
.ep(commonParams)
|
|
9
|
-
.m(function (Command, cs, config, o) {
|
|
10
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
-
})
|
|
12
|
-
.s("AmazonResourceSharing", "CreatePermissionVersion", {})
|
|
13
|
-
.n("RAMClient", "CreatePermissionVersionCommand")
|
|
14
|
-
.sc(CreatePermissionVersion$)
|
|
15
|
-
.build() {
|
|
3
|
+
export class CreatePermissionVersionCommand extends command(_ep0, _mw0, "CreatePermissionVersion", CreatePermissionVersion$) {
|
|
16
4
|
}
|