@aws-sdk/client-chime-sdk-identity 3.649.0 → 3.650.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 +30 -90
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +1 -3
- package/dist-es/commands/CreateAppInstanceBotCommand.js +1 -3
- package/dist-es/commands/CreateAppInstanceCommand.js +1 -3
- package/dist-es/commands/CreateAppInstanceUserCommand.js +1 -3
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +1 -3
- package/dist-es/commands/DeleteAppInstanceBotCommand.js +1 -3
- package/dist-es/commands/DeleteAppInstanceCommand.js +1 -3
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +1 -3
- package/dist-es/commands/DeregisterAppInstanceUserEndpointCommand.js +1 -3
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +1 -3
- package/dist-es/commands/DescribeAppInstanceBotCommand.js +1 -3
- package/dist-es/commands/DescribeAppInstanceCommand.js +1 -3
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +1 -3
- package/dist-es/commands/DescribeAppInstanceUserEndpointCommand.js +1 -3
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +1 -3
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +1 -3
- package/dist-es/commands/ListAppInstanceBotsCommand.js +1 -3
- package/dist-es/commands/ListAppInstanceUserEndpointsCommand.js +1 -3
- package/dist-es/commands/ListAppInstanceUsersCommand.js +1 -3
- package/dist-es/commands/ListAppInstancesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +1 -3
- package/dist-es/commands/PutAppInstanceUserExpirationSettingsCommand.js +1 -3
- package/dist-es/commands/RegisterAppInstanceUserEndpointCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateAppInstanceBotCommand.js +1 -3
- package/dist-es/commands/UpdateAppInstanceCommand.js +1 -3
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +1 -3
- package/dist-es/commands/UpdateAppInstanceUserEndpointCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1767,9 +1767,7 @@ var _nt = "next-token";
|
|
|
1767
1767
|
var _o = "operation";
|
|
1768
1768
|
|
|
1769
1769
|
// src/commands/CreateAppInstanceAdminCommand.ts
|
|
1770
|
-
var _CreateAppInstanceAdminCommand = class _CreateAppInstanceAdminCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1771
|
-
...commonParams
|
|
1772
|
-
}).m(function(Command, cs, config, o) {
|
|
1770
|
+
var _CreateAppInstanceAdminCommand = class _CreateAppInstanceAdminCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1773
1771
|
return [
|
|
1774
1772
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1775
1773
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1783,9 +1781,7 @@ var CreateAppInstanceAdminCommand = _CreateAppInstanceAdminCommand;
|
|
|
1783
1781
|
|
|
1784
1782
|
|
|
1785
1783
|
|
|
1786
|
-
var _CreateAppInstanceBotCommand = class _CreateAppInstanceBotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1787
|
-
...commonParams
|
|
1788
|
-
}).m(function(Command, cs, config, o) {
|
|
1784
|
+
var _CreateAppInstanceBotCommand = class _CreateAppInstanceBotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1789
1785
|
return [
|
|
1790
1786
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1791
1787
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1799,9 +1795,7 @@ var CreateAppInstanceBotCommand = _CreateAppInstanceBotCommand;
|
|
|
1799
1795
|
|
|
1800
1796
|
|
|
1801
1797
|
|
|
1802
|
-
var _CreateAppInstanceCommand = class _CreateAppInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1803
|
-
...commonParams
|
|
1804
|
-
}).m(function(Command, cs, config, o) {
|
|
1798
|
+
var _CreateAppInstanceCommand = class _CreateAppInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1805
1799
|
return [
|
|
1806
1800
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1807
1801
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1815,9 +1809,7 @@ var CreateAppInstanceCommand = _CreateAppInstanceCommand;
|
|
|
1815
1809
|
|
|
1816
1810
|
|
|
1817
1811
|
|
|
1818
|
-
var _CreateAppInstanceUserCommand = class _CreateAppInstanceUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1819
|
-
...commonParams
|
|
1820
|
-
}).m(function(Command, cs, config, o) {
|
|
1812
|
+
var _CreateAppInstanceUserCommand = class _CreateAppInstanceUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1821
1813
|
return [
|
|
1822
1814
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1823
1815
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1831,9 +1823,7 @@ var CreateAppInstanceUserCommand = _CreateAppInstanceUserCommand;
|
|
|
1831
1823
|
|
|
1832
1824
|
|
|
1833
1825
|
|
|
1834
|
-
var _DeleteAppInstanceAdminCommand = class _DeleteAppInstanceAdminCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1835
|
-
...commonParams
|
|
1836
|
-
}).m(function(Command, cs, config, o) {
|
|
1826
|
+
var _DeleteAppInstanceAdminCommand = class _DeleteAppInstanceAdminCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1837
1827
|
return [
|
|
1838
1828
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1839
1829
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1847,9 +1837,7 @@ var DeleteAppInstanceAdminCommand = _DeleteAppInstanceAdminCommand;
|
|
|
1847
1837
|
|
|
1848
1838
|
|
|
1849
1839
|
|
|
1850
|
-
var _DeleteAppInstanceBotCommand = class _DeleteAppInstanceBotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1851
|
-
...commonParams
|
|
1852
|
-
}).m(function(Command, cs, config, o) {
|
|
1840
|
+
var _DeleteAppInstanceBotCommand = class _DeleteAppInstanceBotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1853
1841
|
return [
|
|
1854
1842
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1855
1843
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1863,9 +1851,7 @@ var DeleteAppInstanceBotCommand = _DeleteAppInstanceBotCommand;
|
|
|
1863
1851
|
|
|
1864
1852
|
|
|
1865
1853
|
|
|
1866
|
-
var _DeleteAppInstanceCommand = class _DeleteAppInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1867
|
-
...commonParams
|
|
1868
|
-
}).m(function(Command, cs, config, o) {
|
|
1854
|
+
var _DeleteAppInstanceCommand = class _DeleteAppInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1869
1855
|
return [
|
|
1870
1856
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1871
1857
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1879,9 +1865,7 @@ var DeleteAppInstanceCommand = _DeleteAppInstanceCommand;
|
|
|
1879
1865
|
|
|
1880
1866
|
|
|
1881
1867
|
|
|
1882
|
-
var _DeleteAppInstanceUserCommand = class _DeleteAppInstanceUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1883
|
-
...commonParams
|
|
1884
|
-
}).m(function(Command, cs, config, o) {
|
|
1868
|
+
var _DeleteAppInstanceUserCommand = class _DeleteAppInstanceUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1885
1869
|
return [
|
|
1886
1870
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1887
1871
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1895,9 +1879,7 @@ var DeleteAppInstanceUserCommand = _DeleteAppInstanceUserCommand;
|
|
|
1895
1879
|
|
|
1896
1880
|
|
|
1897
1881
|
|
|
1898
|
-
var _DeregisterAppInstanceUserEndpointCommand = class _DeregisterAppInstanceUserEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1899
|
-
...commonParams
|
|
1900
|
-
}).m(function(Command, cs, config, o) {
|
|
1882
|
+
var _DeregisterAppInstanceUserEndpointCommand = class _DeregisterAppInstanceUserEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1901
1883
|
return [
|
|
1902
1884
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1903
1885
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1911,9 +1893,7 @@ var DeregisterAppInstanceUserEndpointCommand = _DeregisterAppInstanceUserEndpoin
|
|
|
1911
1893
|
|
|
1912
1894
|
|
|
1913
1895
|
|
|
1914
|
-
var _DescribeAppInstanceAdminCommand = class _DescribeAppInstanceAdminCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1915
|
-
...commonParams
|
|
1916
|
-
}).m(function(Command, cs, config, o) {
|
|
1896
|
+
var _DescribeAppInstanceAdminCommand = class _DescribeAppInstanceAdminCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1917
1897
|
return [
|
|
1918
1898
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1919
1899
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1927,9 +1907,7 @@ var DescribeAppInstanceAdminCommand = _DescribeAppInstanceAdminCommand;
|
|
|
1927
1907
|
|
|
1928
1908
|
|
|
1929
1909
|
|
|
1930
|
-
var _DescribeAppInstanceBotCommand = class _DescribeAppInstanceBotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1931
|
-
...commonParams
|
|
1932
|
-
}).m(function(Command, cs, config, o) {
|
|
1910
|
+
var _DescribeAppInstanceBotCommand = class _DescribeAppInstanceBotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1933
1911
|
return [
|
|
1934
1912
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1935
1913
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1943,9 +1921,7 @@ var DescribeAppInstanceBotCommand = _DescribeAppInstanceBotCommand;
|
|
|
1943
1921
|
|
|
1944
1922
|
|
|
1945
1923
|
|
|
1946
|
-
var _DescribeAppInstanceCommand = class _DescribeAppInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1947
|
-
...commonParams
|
|
1948
|
-
}).m(function(Command, cs, config, o) {
|
|
1924
|
+
var _DescribeAppInstanceCommand = class _DescribeAppInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1949
1925
|
return [
|
|
1950
1926
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1951
1927
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1959,9 +1935,7 @@ var DescribeAppInstanceCommand = _DescribeAppInstanceCommand;
|
|
|
1959
1935
|
|
|
1960
1936
|
|
|
1961
1937
|
|
|
1962
|
-
var _DescribeAppInstanceUserCommand = class _DescribeAppInstanceUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1963
|
-
...commonParams
|
|
1964
|
-
}).m(function(Command, cs, config, o) {
|
|
1938
|
+
var _DescribeAppInstanceUserCommand = class _DescribeAppInstanceUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1965
1939
|
return [
|
|
1966
1940
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1967
1941
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1975,9 +1949,7 @@ var DescribeAppInstanceUserCommand = _DescribeAppInstanceUserCommand;
|
|
|
1975
1949
|
|
|
1976
1950
|
|
|
1977
1951
|
|
|
1978
|
-
var _DescribeAppInstanceUserEndpointCommand = class _DescribeAppInstanceUserEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1979
|
-
...commonParams
|
|
1980
|
-
}).m(function(Command, cs, config, o) {
|
|
1952
|
+
var _DescribeAppInstanceUserEndpointCommand = class _DescribeAppInstanceUserEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1981
1953
|
return [
|
|
1982
1954
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1983
1955
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1991,9 +1963,7 @@ var DescribeAppInstanceUserEndpointCommand = _DescribeAppInstanceUserEndpointCom
|
|
|
1991
1963
|
|
|
1992
1964
|
|
|
1993
1965
|
|
|
1994
|
-
var _GetAppInstanceRetentionSettingsCommand = class _GetAppInstanceRetentionSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1995
|
-
...commonParams
|
|
1996
|
-
}).m(function(Command, cs, config, o) {
|
|
1966
|
+
var _GetAppInstanceRetentionSettingsCommand = class _GetAppInstanceRetentionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1997
1967
|
return [
|
|
1998
1968
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1999
1969
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2007,9 +1977,7 @@ var GetAppInstanceRetentionSettingsCommand = _GetAppInstanceRetentionSettingsCom
|
|
|
2007
1977
|
|
|
2008
1978
|
|
|
2009
1979
|
|
|
2010
|
-
var _ListAppInstanceAdminsCommand = class _ListAppInstanceAdminsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2011
|
-
...commonParams
|
|
2012
|
-
}).m(function(Command, cs, config, o) {
|
|
1980
|
+
var _ListAppInstanceAdminsCommand = class _ListAppInstanceAdminsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2013
1981
|
return [
|
|
2014
1982
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2015
1983
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2023,9 +1991,7 @@ var ListAppInstanceAdminsCommand = _ListAppInstanceAdminsCommand;
|
|
|
2023
1991
|
|
|
2024
1992
|
|
|
2025
1993
|
|
|
2026
|
-
var _ListAppInstanceBotsCommand = class _ListAppInstanceBotsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2027
|
-
...commonParams
|
|
2028
|
-
}).m(function(Command, cs, config, o) {
|
|
1994
|
+
var _ListAppInstanceBotsCommand = class _ListAppInstanceBotsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2029
1995
|
return [
|
|
2030
1996
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2031
1997
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2039,9 +2005,7 @@ var ListAppInstanceBotsCommand = _ListAppInstanceBotsCommand;
|
|
|
2039
2005
|
|
|
2040
2006
|
|
|
2041
2007
|
|
|
2042
|
-
var _ListAppInstancesCommand = class _ListAppInstancesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2043
|
-
...commonParams
|
|
2044
|
-
}).m(function(Command, cs, config, o) {
|
|
2008
|
+
var _ListAppInstancesCommand = class _ListAppInstancesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2045
2009
|
return [
|
|
2046
2010
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2047
2011
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2055,9 +2019,7 @@ var ListAppInstancesCommand = _ListAppInstancesCommand;
|
|
|
2055
2019
|
|
|
2056
2020
|
|
|
2057
2021
|
|
|
2058
|
-
var _ListAppInstanceUserEndpointsCommand = class _ListAppInstanceUserEndpointsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2059
|
-
...commonParams
|
|
2060
|
-
}).m(function(Command, cs, config, o) {
|
|
2022
|
+
var _ListAppInstanceUserEndpointsCommand = class _ListAppInstanceUserEndpointsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2061
2023
|
return [
|
|
2062
2024
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2063
2025
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2071,9 +2033,7 @@ var ListAppInstanceUserEndpointsCommand = _ListAppInstanceUserEndpointsCommand;
|
|
|
2071
2033
|
|
|
2072
2034
|
|
|
2073
2035
|
|
|
2074
|
-
var _ListAppInstanceUsersCommand = class _ListAppInstanceUsersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2075
|
-
...commonParams
|
|
2076
|
-
}).m(function(Command, cs, config, o) {
|
|
2036
|
+
var _ListAppInstanceUsersCommand = class _ListAppInstanceUsersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2077
2037
|
return [
|
|
2078
2038
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2079
2039
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2087,9 +2047,7 @@ var ListAppInstanceUsersCommand = _ListAppInstanceUsersCommand;
|
|
|
2087
2047
|
|
|
2088
2048
|
|
|
2089
2049
|
|
|
2090
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2091
|
-
...commonParams
|
|
2092
|
-
}).m(function(Command, cs, config, o) {
|
|
2050
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2093
2051
|
return [
|
|
2094
2052
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2095
2053
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2103,9 +2061,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
2103
2061
|
|
|
2104
2062
|
|
|
2105
2063
|
|
|
2106
|
-
var _PutAppInstanceRetentionSettingsCommand = class _PutAppInstanceRetentionSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2107
|
-
...commonParams
|
|
2108
|
-
}).m(function(Command, cs, config, o) {
|
|
2064
|
+
var _PutAppInstanceRetentionSettingsCommand = class _PutAppInstanceRetentionSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2109
2065
|
return [
|
|
2110
2066
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2111
2067
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2119,9 +2075,7 @@ var PutAppInstanceRetentionSettingsCommand = _PutAppInstanceRetentionSettingsCom
|
|
|
2119
2075
|
|
|
2120
2076
|
|
|
2121
2077
|
|
|
2122
|
-
var _PutAppInstanceUserExpirationSettingsCommand = class _PutAppInstanceUserExpirationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2123
|
-
...commonParams
|
|
2124
|
-
}).m(function(Command, cs, config, o) {
|
|
2078
|
+
var _PutAppInstanceUserExpirationSettingsCommand = class _PutAppInstanceUserExpirationSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2125
2079
|
return [
|
|
2126
2080
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2127
2081
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2135,9 +2089,7 @@ var PutAppInstanceUserExpirationSettingsCommand = _PutAppInstanceUserExpirationS
|
|
|
2135
2089
|
|
|
2136
2090
|
|
|
2137
2091
|
|
|
2138
|
-
var _RegisterAppInstanceUserEndpointCommand = class _RegisterAppInstanceUserEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2139
|
-
...commonParams
|
|
2140
|
-
}).m(function(Command, cs, config, o) {
|
|
2092
|
+
var _RegisterAppInstanceUserEndpointCommand = class _RegisterAppInstanceUserEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2141
2093
|
return [
|
|
2142
2094
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2143
2095
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2151,9 +2103,7 @@ var RegisterAppInstanceUserEndpointCommand = _RegisterAppInstanceUserEndpointCom
|
|
|
2151
2103
|
|
|
2152
2104
|
|
|
2153
2105
|
|
|
2154
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2155
|
-
...commonParams
|
|
2156
|
-
}).m(function(Command, cs, config, o) {
|
|
2106
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2157
2107
|
return [
|
|
2158
2108
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2159
2109
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2167,9 +2117,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
2167
2117
|
|
|
2168
2118
|
|
|
2169
2119
|
|
|
2170
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2171
|
-
...commonParams
|
|
2172
|
-
}).m(function(Command, cs, config, o) {
|
|
2120
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2173
2121
|
return [
|
|
2174
2122
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2175
2123
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2183,9 +2131,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
2183
2131
|
|
|
2184
2132
|
|
|
2185
2133
|
|
|
2186
|
-
var _UpdateAppInstanceBotCommand = class _UpdateAppInstanceBotCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2187
|
-
...commonParams
|
|
2188
|
-
}).m(function(Command, cs, config, o) {
|
|
2134
|
+
var _UpdateAppInstanceBotCommand = class _UpdateAppInstanceBotCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2189
2135
|
return [
|
|
2190
2136
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2191
2137
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2199,9 +2145,7 @@ var UpdateAppInstanceBotCommand = _UpdateAppInstanceBotCommand;
|
|
|
2199
2145
|
|
|
2200
2146
|
|
|
2201
2147
|
|
|
2202
|
-
var _UpdateAppInstanceCommand = class _UpdateAppInstanceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2203
|
-
...commonParams
|
|
2204
|
-
}).m(function(Command, cs, config, o) {
|
|
2148
|
+
var _UpdateAppInstanceCommand = class _UpdateAppInstanceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2205
2149
|
return [
|
|
2206
2150
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2207
2151
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2215,9 +2159,7 @@ var UpdateAppInstanceCommand = _UpdateAppInstanceCommand;
|
|
|
2215
2159
|
|
|
2216
2160
|
|
|
2217
2161
|
|
|
2218
|
-
var _UpdateAppInstanceUserCommand = class _UpdateAppInstanceUserCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2219
|
-
...commonParams
|
|
2220
|
-
}).m(function(Command, cs, config, o) {
|
|
2162
|
+
var _UpdateAppInstanceUserCommand = class _UpdateAppInstanceUserCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2221
2163
|
return [
|
|
2222
2164
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2223
2165
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -2231,9 +2173,7 @@ var UpdateAppInstanceUserCommand = _UpdateAppInstanceUserCommand;
|
|
|
2231
2173
|
|
|
2232
2174
|
|
|
2233
2175
|
|
|
2234
|
-
var _UpdateAppInstanceUserEndpointCommand = class _UpdateAppInstanceUserEndpointCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
2235
|
-
...commonParams
|
|
2236
|
-
}).m(function(Command, cs, config, o) {
|
|
2176
|
+
var _UpdateAppInstanceUserEndpointCommand = class _UpdateAppInstanceUserEndpointCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2237
2177
|
return [
|
|
2238
2178
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2239
2179
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -7,9 +7,7 @@ import { de_CreateAppInstanceAdminCommand, se_CreateAppInstanceAdminCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateAppInstanceAdminCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateAppInstanceBotCommand, se_CreateAppInstanceBotCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateAppInstanceBotCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateAppInstanceCommand, se_CreateAppInstanceCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateAppInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_CreateAppInstanceUserCommand, se_CreateAppInstanceUserCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateAppInstanceUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAppInstanceAdminCommand, se_DeleteAppInstanceAdminCommand } fr
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAppInstanceAdminCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAppInstanceBotCommand, se_DeleteAppInstanceBotCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAppInstanceBotCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAppInstanceCommand, se_DeleteAppInstanceCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAppInstanceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAppInstanceUserCommand, se_DeleteAppInstanceUserCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAppInstanceUserCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeregisterAppInstanceUserEndpointCommand, se_DeregisterAppInstanceUs
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeregisterAppInstanceUserEndpointCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeAppInstanceAdminCommand, se_DescribeAppInstanceAdminCommand
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAppInstanceAdminCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeAppInstanceBotCommand, se_DescribeAppInstanceBotCommand } fr
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAppInstanceBotCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeAppInstanceCommand, se_DescribeAppInstanceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAppInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeAppInstanceUserCommand, se_DescribeAppInstanceUserCommand }
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAppInstanceUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_DescribeAppInstanceUserEndpointCommand, se_DescribeAppInstanceUserEn
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class DescribeAppInstanceUserEndpointCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAppInstanceRetentionSettingsCommand, se_GetAppInstanceRetentionSe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAppInstanceRetentionSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListAppInstanceAdminsCommand, se_ListAppInstanceAdminsCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListAppInstanceAdminsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListAppInstanceBotsCommand, se_ListAppInstanceBotsCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListAppInstanceBotsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListAppInstanceUserEndpointsCommand, se_ListAppInstanceUserEndpoints
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListAppInstanceUserEndpointsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListAppInstanceUsersCommand, se_ListAppInstanceUsersCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListAppInstanceUsersCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListAppInstancesCommand, se_ListAppInstancesCommand } from "../proto
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListAppInstancesCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTagsForResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutAppInstanceRetentionSettingsCommand, se_PutAppInstanceRetentionSe
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAppInstanceRetentionSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutAppInstanceUserExpirationSettingsCommand, se_PutAppInstanceUserEx
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutAppInstanceUserExpirationSettingsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_RegisterAppInstanceUserEndpointCommand, se_RegisterAppInstanceUserEn
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RegisterAppInstanceUserEndpointCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UntagResourceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAppInstanceBotCommand, se_UpdateAppInstanceBotCommand } from "
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAppInstanceBotCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAppInstanceCommand, se_UpdateAppInstanceCommand } from "../pro
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAppInstanceCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAppInstanceUserCommand, se_UpdateAppInstanceUserCommand } from
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAppInstanceUserCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateAppInstanceUserEndpointCommand, se_UpdateAppInstanceUserEndpoi
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateAppInstanceUserEndpointCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-chime-sdk-identity",
|
|
3
3
|
"description": "AWS SDK for JavaScript Chime Sdk Identity Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.650.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-chime-sdk-identity",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|