@aws-sdk/client-chime 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 +192 -745
- package/dist-es/commandBuilder.js +6 -0
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +2 -14
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +2 -14
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +2 -14
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +2 -14
- package/dist-es/commands/BatchSuspendUserCommand.js +2 -14
- package/dist-es/commands/BatchUnsuspendUserCommand.js +2 -14
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +2 -14
- package/dist-es/commands/BatchUpdateUserCommand.js +2 -14
- package/dist-es/commands/CreateAccountCommand.js +2 -14
- package/dist-es/commands/CreateBotCommand.js +2 -14
- package/dist-es/commands/CreateMeetingDialOutCommand.js +2 -14
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +2 -14
- package/dist-es/commands/CreateRoomCommand.js +2 -14
- package/dist-es/commands/CreateRoomMembershipCommand.js +2 -14
- package/dist-es/commands/CreateUserCommand.js +2 -14
- package/dist-es/commands/DeleteAccountCommand.js +2 -14
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +2 -14
- package/dist-es/commands/DeletePhoneNumberCommand.js +2 -14
- package/dist-es/commands/DeleteRoomCommand.js +2 -14
- package/dist-es/commands/DeleteRoomMembershipCommand.js +2 -14
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +2 -14
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +2 -14
- package/dist-es/commands/GetAccountCommand.js +2 -14
- package/dist-es/commands/GetAccountSettingsCommand.js +2 -14
- package/dist-es/commands/GetBotCommand.js +2 -14
- package/dist-es/commands/GetEventsConfigurationCommand.js +2 -14
- package/dist-es/commands/GetGlobalSettingsCommand.js +2 -14
- package/dist-es/commands/GetPhoneNumberCommand.js +2 -14
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +2 -14
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +2 -14
- package/dist-es/commands/GetRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/GetRoomCommand.js +2 -14
- package/dist-es/commands/GetUserCommand.js +2 -14
- package/dist-es/commands/GetUserSettingsCommand.js +2 -14
- package/dist-es/commands/InviteUsersCommand.js +2 -14
- package/dist-es/commands/ListAccountsCommand.js +2 -14
- package/dist-es/commands/ListBotsCommand.js +2 -14
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +2 -14
- package/dist-es/commands/ListPhoneNumbersCommand.js +2 -14
- package/dist-es/commands/ListRoomMembershipsCommand.js +2 -14
- package/dist-es/commands/ListRoomsCommand.js +2 -14
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +2 -14
- package/dist-es/commands/ListUsersCommand.js +2 -14
- package/dist-es/commands/LogoutUserCommand.js +2 -14
- package/dist-es/commands/PutEventsConfigurationCommand.js +2 -14
- package/dist-es/commands/PutRetentionSettingsCommand.js +2 -14
- package/dist-es/commands/RedactConversationMessageCommand.js +2 -14
- package/dist-es/commands/RedactRoomMessageCommand.js +2 -14
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +2 -14
- package/dist-es/commands/ResetPersonalPINCommand.js +2 -14
- package/dist-es/commands/RestorePhoneNumberCommand.js +2 -14
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +2 -14
- package/dist-es/commands/UpdateAccountCommand.js +2 -14
- package/dist-es/commands/UpdateAccountSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateBotCommand.js +2 -14
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +2 -14
- package/dist-es/commands/UpdatePhoneNumberCommand.js +2 -14
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +2 -14
- package/dist-es/commands/UpdateRoomCommand.js +2 -14
- package/dist-es/commands/UpdateRoomMembershipCommand.js +2 -14
- package/dist-es/commands/UpdateUserCommand.js +2 -14
- package/dist-es/commands/UpdateUserSettingsCommand.js +2 -14
- package/dist-es/index.js +1 -0
- package/dist-types/commandBuilder.d.ts +18 -0
- package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +3 -8
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +3 -8
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +3 -8
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +3 -8
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +3 -8
- package/dist-types/commands/CreateAccountCommand.d.ts +3 -8
- package/dist-types/commands/CreateBotCommand.d.ts +3 -8
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +3 -8
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +3 -8
- package/dist-types/commands/CreateRoomCommand.d.ts +3 -8
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +3 -8
- package/dist-types/commands/CreateUserCommand.d.ts +3 -8
- package/dist-types/commands/DeleteAccountCommand.d.ts +3 -8
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRoomCommand.d.ts +3 -8
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +3 -8
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +3 -8
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountCommand.d.ts +3 -8
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetBotCommand.d.ts +3 -8
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +3 -8
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/GetRoomCommand.d.ts +3 -8
- package/dist-types/commands/GetUserCommand.d.ts +3 -8
- package/dist-types/commands/GetUserSettingsCommand.d.ts +3 -8
- package/dist-types/commands/InviteUsersCommand.d.ts +3 -8
- package/dist-types/commands/ListAccountsCommand.d.ts +3 -8
- package/dist-types/commands/ListBotsCommand.d.ts +3 -8
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +3 -8
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +3 -8
- package/dist-types/commands/ListRoomsCommand.d.ts +3 -8
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +3 -8
- package/dist-types/commands/ListUsersCommand.d.ts +3 -8
- package/dist-types/commands/LogoutUserCommand.d.ts +3 -8
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +3 -8
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +3 -8
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +3 -8
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +3 -8
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +3 -8
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +3 -8
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccountCommand.d.ts +3 -8
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateBotCommand.d.ts +3 -8
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +3 -8
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRoomCommand.d.ts +3 -8
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserCommand.d.ts +3 -8
- package/dist-types/commands/UpdateUserSettingsCommand.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/AssociatePhoneNumberWithUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +7 -16
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.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
|
|
|
@@ -1911,748 +1912,194 @@ class ChimeClient extends Client {
|
|
|
1911
1912
|
}
|
|
1912
1913
|
}
|
|
1913
1914
|
|
|
1914
|
-
|
|
1915
|
-
|
|
1916
|
-
|
|
1917
|
-
|
|
1918
|
-
|
|
1919
|
-
}
|
|
1920
|
-
|
|
1921
|
-
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1925
|
-
|
|
1926
|
-
|
|
1927
|
-
|
|
1928
|
-
|
|
1929
|
-
|
|
1930
|
-
|
|
1931
|
-
}
|
|
1932
|
-
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
}
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
1948
|
-
|
|
1949
|
-
|
|
1950
|
-
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
|
|
1954
|
-
|
|
1955
|
-
}
|
|
1956
|
-
|
|
1957
|
-
|
|
1958
|
-
|
|
1959
|
-
|
|
1960
|
-
|
|
1961
|
-
|
|
1962
|
-
|
|
1963
|
-
|
|
1964
|
-
|
|
1965
|
-
|
|
1966
|
-
|
|
1967
|
-
}
|
|
1968
|
-
|
|
1969
|
-
|
|
1970
|
-
|
|
1971
|
-
|
|
1972
|
-
|
|
1973
|
-
|
|
1974
|
-
|
|
1975
|
-
|
|
1976
|
-
|
|
1977
|
-
|
|
1978
|
-
|
|
1979
|
-
}
|
|
1980
|
-
|
|
1981
|
-
|
|
1982
|
-
|
|
1983
|
-
|
|
1984
|
-
|
|
1985
|
-
|
|
1986
|
-
|
|
1987
|
-
|
|
1988
|
-
|
|
1989
|
-
|
|
1990
|
-
|
|
1991
|
-
}
|
|
1992
|
-
|
|
1993
|
-
|
|
1994
|
-
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
}
|
|
2004
|
-
|
|
2005
|
-
|
|
2006
|
-
|
|
2007
|
-
|
|
2008
|
-
|
|
2009
|
-
|
|
2010
|
-
|
|
2011
|
-
|
|
2012
|
-
|
|
2013
|
-
|
|
2014
|
-
|
|
2015
|
-
}
|
|
2016
|
-
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
|
|
2021
|
-
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
|
|
2027
|
-
}
|
|
2028
|
-
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
|
|
2039
|
-
}
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2043
|
-
|
|
2044
|
-
|
|
2045
|
-
|
|
2046
|
-
|
|
2047
|
-
|
|
2048
|
-
|
|
2049
|
-
|
|
2050
|
-
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
2057
|
-
|
|
2058
|
-
|
|
2059
|
-
|
|
2060
|
-
|
|
2061
|
-
|
|
2062
|
-
|
|
2063
|
-
}
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
|
|
2079
|
-
|
|
2080
|
-
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2087
|
-
}
|
|
2088
|
-
|
|
2089
|
-
|
|
2090
|
-
|
|
2091
|
-
|
|
2092
|
-
|
|
2093
|
-
|
|
2094
|
-
|
|
2095
|
-
|
|
2096
|
-
|
|
2097
|
-
|
|
2098
|
-
|
|
2099
|
-
}
|
|
2100
|
-
|
|
2101
|
-
|
|
2102
|
-
.sc(DeleteAccount$)
|
|
2103
|
-
.build() {
|
|
2104
|
-
}
|
|
2105
|
-
|
|
2106
|
-
class DeleteEventsConfigurationCommand extends Command
|
|
2107
|
-
.classBuilder()
|
|
2108
|
-
.ep(commonParams)
|
|
2109
|
-
.m(function (Command, cs, config, o) {
|
|
2110
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2111
|
-
})
|
|
2112
|
-
.s("UCBuzzConsoleService", "DeleteEventsConfiguration", {})
|
|
2113
|
-
.n("ChimeClient", "DeleteEventsConfigurationCommand")
|
|
2114
|
-
.sc(DeleteEventsConfiguration$)
|
|
2115
|
-
.build() {
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
|
-
class DeletePhoneNumberCommand extends Command
|
|
2119
|
-
.classBuilder()
|
|
2120
|
-
.ep(commonParams)
|
|
2121
|
-
.m(function (Command, cs, config, o) {
|
|
2122
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2123
|
-
})
|
|
2124
|
-
.s("UCBuzzConsoleService", "DeletePhoneNumber", {})
|
|
2125
|
-
.n("ChimeClient", "DeletePhoneNumberCommand")
|
|
2126
|
-
.sc(DeletePhoneNumber$)
|
|
2127
|
-
.build() {
|
|
2128
|
-
}
|
|
2129
|
-
|
|
2130
|
-
class DeleteRoomCommand extends Command
|
|
2131
|
-
.classBuilder()
|
|
2132
|
-
.ep(commonParams)
|
|
2133
|
-
.m(function (Command, cs, config, o) {
|
|
2134
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2135
|
-
})
|
|
2136
|
-
.s("UCBuzzConsoleService", "DeleteRoom", {})
|
|
2137
|
-
.n("ChimeClient", "DeleteRoomCommand")
|
|
2138
|
-
.sc(DeleteRoom$)
|
|
2139
|
-
.build() {
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
class DeleteRoomMembershipCommand extends Command
|
|
2143
|
-
.classBuilder()
|
|
2144
|
-
.ep(commonParams)
|
|
2145
|
-
.m(function (Command, cs, config, o) {
|
|
2146
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2147
|
-
})
|
|
2148
|
-
.s("UCBuzzConsoleService", "DeleteRoomMembership", {})
|
|
2149
|
-
.n("ChimeClient", "DeleteRoomMembershipCommand")
|
|
2150
|
-
.sc(DeleteRoomMembership$)
|
|
2151
|
-
.build() {
|
|
2152
|
-
}
|
|
2153
|
-
|
|
2154
|
-
class DisassociatePhoneNumberFromUserCommand extends Command
|
|
2155
|
-
.classBuilder()
|
|
2156
|
-
.ep(commonParams)
|
|
2157
|
-
.m(function (Command, cs, config, o) {
|
|
2158
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2159
|
-
})
|
|
2160
|
-
.s("UCBuzzConsoleService", "DisassociatePhoneNumberFromUser", {})
|
|
2161
|
-
.n("ChimeClient", "DisassociatePhoneNumberFromUserCommand")
|
|
2162
|
-
.sc(DisassociatePhoneNumberFromUser$)
|
|
2163
|
-
.build() {
|
|
2164
|
-
}
|
|
2165
|
-
|
|
2166
|
-
class DisassociateSigninDelegateGroupsFromAccountCommand extends Command
|
|
2167
|
-
.classBuilder()
|
|
2168
|
-
.ep(commonParams)
|
|
2169
|
-
.m(function (Command, cs, config, o) {
|
|
2170
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2171
|
-
})
|
|
2172
|
-
.s("UCBuzzConsoleService", "DisassociateSigninDelegateGroupsFromAccount", {})
|
|
2173
|
-
.n("ChimeClient", "DisassociateSigninDelegateGroupsFromAccountCommand")
|
|
2174
|
-
.sc(DisassociateSigninDelegateGroupsFromAccount$)
|
|
2175
|
-
.build() {
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
|
-
class GetAccountCommand extends Command
|
|
2179
|
-
.classBuilder()
|
|
2180
|
-
.ep(commonParams)
|
|
2181
|
-
.m(function (Command, cs, config, o) {
|
|
2182
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2183
|
-
})
|
|
2184
|
-
.s("UCBuzzConsoleService", "GetAccount", {})
|
|
2185
|
-
.n("ChimeClient", "GetAccountCommand")
|
|
2186
|
-
.sc(GetAccount$)
|
|
2187
|
-
.build() {
|
|
2188
|
-
}
|
|
2189
|
-
|
|
2190
|
-
class GetAccountSettingsCommand extends Command
|
|
2191
|
-
.classBuilder()
|
|
2192
|
-
.ep(commonParams)
|
|
2193
|
-
.m(function (Command, cs, config, o) {
|
|
2194
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2195
|
-
})
|
|
2196
|
-
.s("UCBuzzConsoleService", "GetAccountSettings", {})
|
|
2197
|
-
.n("ChimeClient", "GetAccountSettingsCommand")
|
|
2198
|
-
.sc(GetAccountSettings$)
|
|
2199
|
-
.build() {
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
class GetBotCommand extends Command
|
|
2203
|
-
.classBuilder()
|
|
2204
|
-
.ep(commonParams)
|
|
2205
|
-
.m(function (Command, cs, config, o) {
|
|
2206
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2207
|
-
})
|
|
2208
|
-
.s("UCBuzzConsoleService", "GetBot", {})
|
|
2209
|
-
.n("ChimeClient", "GetBotCommand")
|
|
2210
|
-
.sc(GetBot$)
|
|
2211
|
-
.build() {
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
class GetEventsConfigurationCommand extends Command
|
|
2215
|
-
.classBuilder()
|
|
2216
|
-
.ep(commonParams)
|
|
2217
|
-
.m(function (Command, cs, config, o) {
|
|
2218
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2219
|
-
})
|
|
2220
|
-
.s("UCBuzzConsoleService", "GetEventsConfiguration", {})
|
|
2221
|
-
.n("ChimeClient", "GetEventsConfigurationCommand")
|
|
2222
|
-
.sc(GetEventsConfiguration$)
|
|
2223
|
-
.build() {
|
|
2224
|
-
}
|
|
2225
|
-
|
|
2226
|
-
class GetGlobalSettingsCommand extends Command
|
|
2227
|
-
.classBuilder()
|
|
2228
|
-
.ep(commonParams)
|
|
2229
|
-
.m(function (Command, cs, config, o) {
|
|
2230
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2231
|
-
})
|
|
2232
|
-
.s("UCBuzzConsoleService", "GetGlobalSettings", {})
|
|
2233
|
-
.n("ChimeClient", "GetGlobalSettingsCommand")
|
|
2234
|
-
.sc(GetGlobalSettings$)
|
|
2235
|
-
.build() {
|
|
2236
|
-
}
|
|
2237
|
-
|
|
2238
|
-
class GetPhoneNumberCommand extends Command
|
|
2239
|
-
.classBuilder()
|
|
2240
|
-
.ep(commonParams)
|
|
2241
|
-
.m(function (Command, cs, config, o) {
|
|
2242
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2243
|
-
})
|
|
2244
|
-
.s("UCBuzzConsoleService", "GetPhoneNumber", {})
|
|
2245
|
-
.n("ChimeClient", "GetPhoneNumberCommand")
|
|
2246
|
-
.sc(GetPhoneNumber$)
|
|
2247
|
-
.build() {
|
|
2248
|
-
}
|
|
2249
|
-
|
|
2250
|
-
class GetPhoneNumberOrderCommand extends Command
|
|
2251
|
-
.classBuilder()
|
|
2252
|
-
.ep(commonParams)
|
|
2253
|
-
.m(function (Command, cs, config, o) {
|
|
2254
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2255
|
-
})
|
|
2256
|
-
.s("UCBuzzConsoleService", "GetPhoneNumberOrder", {})
|
|
2257
|
-
.n("ChimeClient", "GetPhoneNumberOrderCommand")
|
|
2258
|
-
.sc(GetPhoneNumberOrder$)
|
|
2259
|
-
.build() {
|
|
2260
|
-
}
|
|
2261
|
-
|
|
2262
|
-
class GetPhoneNumberSettingsCommand extends Command
|
|
2263
|
-
.classBuilder()
|
|
2264
|
-
.ep(commonParams)
|
|
2265
|
-
.m(function (Command, cs, config, o) {
|
|
2266
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2267
|
-
})
|
|
2268
|
-
.s("UCBuzzConsoleService", "GetPhoneNumberSettings", {})
|
|
2269
|
-
.n("ChimeClient", "GetPhoneNumberSettingsCommand")
|
|
2270
|
-
.sc(GetPhoneNumberSettings$)
|
|
2271
|
-
.build() {
|
|
2272
|
-
}
|
|
2273
|
-
|
|
2274
|
-
class GetRetentionSettingsCommand extends Command
|
|
2275
|
-
.classBuilder()
|
|
2276
|
-
.ep(commonParams)
|
|
2277
|
-
.m(function (Command, cs, config, o) {
|
|
2278
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2279
|
-
})
|
|
2280
|
-
.s("UCBuzzConsoleService", "GetRetentionSettings", {})
|
|
2281
|
-
.n("ChimeClient", "GetRetentionSettingsCommand")
|
|
2282
|
-
.sc(GetRetentionSettings$)
|
|
2283
|
-
.build() {
|
|
2284
|
-
}
|
|
2285
|
-
|
|
2286
|
-
class GetRoomCommand extends Command
|
|
2287
|
-
.classBuilder()
|
|
2288
|
-
.ep(commonParams)
|
|
2289
|
-
.m(function (Command, cs, config, o) {
|
|
2290
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2291
|
-
})
|
|
2292
|
-
.s("UCBuzzConsoleService", "GetRoom", {})
|
|
2293
|
-
.n("ChimeClient", "GetRoomCommand")
|
|
2294
|
-
.sc(GetRoom$)
|
|
2295
|
-
.build() {
|
|
2296
|
-
}
|
|
2297
|
-
|
|
2298
|
-
class GetUserCommand extends Command
|
|
2299
|
-
.classBuilder()
|
|
2300
|
-
.ep(commonParams)
|
|
2301
|
-
.m(function (Command, cs, config, o) {
|
|
2302
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2303
|
-
})
|
|
2304
|
-
.s("UCBuzzConsoleService", "GetUser", {})
|
|
2305
|
-
.n("ChimeClient", "GetUserCommand")
|
|
2306
|
-
.sc(GetUser$)
|
|
2307
|
-
.build() {
|
|
2308
|
-
}
|
|
2309
|
-
|
|
2310
|
-
class GetUserSettingsCommand extends Command
|
|
2311
|
-
.classBuilder()
|
|
2312
|
-
.ep(commonParams)
|
|
2313
|
-
.m(function (Command, cs, config, o) {
|
|
2314
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2315
|
-
})
|
|
2316
|
-
.s("UCBuzzConsoleService", "GetUserSettings", {})
|
|
2317
|
-
.n("ChimeClient", "GetUserSettingsCommand")
|
|
2318
|
-
.sc(GetUserSettings$)
|
|
2319
|
-
.build() {
|
|
2320
|
-
}
|
|
2321
|
-
|
|
2322
|
-
class InviteUsersCommand extends Command
|
|
2323
|
-
.classBuilder()
|
|
2324
|
-
.ep(commonParams)
|
|
2325
|
-
.m(function (Command, cs, config, o) {
|
|
2326
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2327
|
-
})
|
|
2328
|
-
.s("UCBuzzConsoleService", "InviteUsers", {})
|
|
2329
|
-
.n("ChimeClient", "InviteUsersCommand")
|
|
2330
|
-
.sc(InviteUsers$)
|
|
2331
|
-
.build() {
|
|
2332
|
-
}
|
|
2333
|
-
|
|
2334
|
-
class ListAccountsCommand extends Command
|
|
2335
|
-
.classBuilder()
|
|
2336
|
-
.ep(commonParams)
|
|
2337
|
-
.m(function (Command, cs, config, o) {
|
|
2338
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2339
|
-
})
|
|
2340
|
-
.s("UCBuzzConsoleService", "ListAccounts", {})
|
|
2341
|
-
.n("ChimeClient", "ListAccountsCommand")
|
|
2342
|
-
.sc(ListAccounts$)
|
|
2343
|
-
.build() {
|
|
2344
|
-
}
|
|
2345
|
-
|
|
2346
|
-
class ListBotsCommand extends Command
|
|
2347
|
-
.classBuilder()
|
|
2348
|
-
.ep(commonParams)
|
|
2349
|
-
.m(function (Command, cs, config, o) {
|
|
2350
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2351
|
-
})
|
|
2352
|
-
.s("UCBuzzConsoleService", "ListBots", {})
|
|
2353
|
-
.n("ChimeClient", "ListBotsCommand")
|
|
2354
|
-
.sc(ListBots$)
|
|
2355
|
-
.build() {
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
class ListPhoneNumberOrdersCommand extends Command
|
|
2359
|
-
.classBuilder()
|
|
2360
|
-
.ep(commonParams)
|
|
2361
|
-
.m(function (Command, cs, config, o) {
|
|
2362
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2363
|
-
})
|
|
2364
|
-
.s("UCBuzzConsoleService", "ListPhoneNumberOrders", {})
|
|
2365
|
-
.n("ChimeClient", "ListPhoneNumberOrdersCommand")
|
|
2366
|
-
.sc(ListPhoneNumberOrders$)
|
|
2367
|
-
.build() {
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
class ListPhoneNumbersCommand extends Command
|
|
2371
|
-
.classBuilder()
|
|
2372
|
-
.ep(commonParams)
|
|
2373
|
-
.m(function (Command, cs, config, o) {
|
|
2374
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2375
|
-
})
|
|
2376
|
-
.s("UCBuzzConsoleService", "ListPhoneNumbers", {})
|
|
2377
|
-
.n("ChimeClient", "ListPhoneNumbersCommand")
|
|
2378
|
-
.sc(ListPhoneNumbers$)
|
|
2379
|
-
.build() {
|
|
2380
|
-
}
|
|
2381
|
-
|
|
2382
|
-
class ListRoomMembershipsCommand extends Command
|
|
2383
|
-
.classBuilder()
|
|
2384
|
-
.ep(commonParams)
|
|
2385
|
-
.m(function (Command, cs, config, o) {
|
|
2386
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2387
|
-
})
|
|
2388
|
-
.s("UCBuzzConsoleService", "ListRoomMemberships", {})
|
|
2389
|
-
.n("ChimeClient", "ListRoomMembershipsCommand")
|
|
2390
|
-
.sc(ListRoomMemberships$)
|
|
2391
|
-
.build() {
|
|
2392
|
-
}
|
|
2393
|
-
|
|
2394
|
-
class ListRoomsCommand extends Command
|
|
2395
|
-
.classBuilder()
|
|
2396
|
-
.ep(commonParams)
|
|
2397
|
-
.m(function (Command, cs, config, o) {
|
|
2398
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2399
|
-
})
|
|
2400
|
-
.s("UCBuzzConsoleService", "ListRooms", {})
|
|
2401
|
-
.n("ChimeClient", "ListRoomsCommand")
|
|
2402
|
-
.sc(ListRooms$)
|
|
2403
|
-
.build() {
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
|
-
class ListSupportedPhoneNumberCountriesCommand extends Command
|
|
2407
|
-
.classBuilder()
|
|
2408
|
-
.ep(commonParams)
|
|
2409
|
-
.m(function (Command, cs, config, o) {
|
|
2410
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2411
|
-
})
|
|
2412
|
-
.s("UCBuzzConsoleService", "ListSupportedPhoneNumberCountries", {})
|
|
2413
|
-
.n("ChimeClient", "ListSupportedPhoneNumberCountriesCommand")
|
|
2414
|
-
.sc(ListSupportedPhoneNumberCountries$)
|
|
2415
|
-
.build() {
|
|
2416
|
-
}
|
|
2417
|
-
|
|
2418
|
-
class ListUsersCommand extends Command
|
|
2419
|
-
.classBuilder()
|
|
2420
|
-
.ep(commonParams)
|
|
2421
|
-
.m(function (Command, cs, config, o) {
|
|
2422
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2423
|
-
})
|
|
2424
|
-
.s("UCBuzzConsoleService", "ListUsers", {})
|
|
2425
|
-
.n("ChimeClient", "ListUsersCommand")
|
|
2426
|
-
.sc(ListUsers$)
|
|
2427
|
-
.build() {
|
|
2428
|
-
}
|
|
2429
|
-
|
|
2430
|
-
class LogoutUserCommand extends Command
|
|
2431
|
-
.classBuilder()
|
|
2432
|
-
.ep(commonParams)
|
|
2433
|
-
.m(function (Command, cs, config, o) {
|
|
2434
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2435
|
-
})
|
|
2436
|
-
.s("UCBuzzConsoleService", "LogoutUser", {})
|
|
2437
|
-
.n("ChimeClient", "LogoutUserCommand")
|
|
2438
|
-
.sc(LogoutUser$)
|
|
2439
|
-
.build() {
|
|
2440
|
-
}
|
|
2441
|
-
|
|
2442
|
-
class PutEventsConfigurationCommand extends Command
|
|
2443
|
-
.classBuilder()
|
|
2444
|
-
.ep(commonParams)
|
|
2445
|
-
.m(function (Command, cs, config, o) {
|
|
2446
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2447
|
-
})
|
|
2448
|
-
.s("UCBuzzConsoleService", "PutEventsConfiguration", {})
|
|
2449
|
-
.n("ChimeClient", "PutEventsConfigurationCommand")
|
|
2450
|
-
.sc(PutEventsConfiguration$)
|
|
2451
|
-
.build() {
|
|
2452
|
-
}
|
|
2453
|
-
|
|
2454
|
-
class PutRetentionSettingsCommand extends Command
|
|
2455
|
-
.classBuilder()
|
|
2456
|
-
.ep(commonParams)
|
|
2457
|
-
.m(function (Command, cs, config, o) {
|
|
2458
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2459
|
-
})
|
|
2460
|
-
.s("UCBuzzConsoleService", "PutRetentionSettings", {})
|
|
2461
|
-
.n("ChimeClient", "PutRetentionSettingsCommand")
|
|
2462
|
-
.sc(PutRetentionSettings$)
|
|
2463
|
-
.build() {
|
|
2464
|
-
}
|
|
2465
|
-
|
|
2466
|
-
class RedactConversationMessageCommand extends Command
|
|
2467
|
-
.classBuilder()
|
|
2468
|
-
.ep(commonParams)
|
|
2469
|
-
.m(function (Command, cs, config, o) {
|
|
2470
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2471
|
-
})
|
|
2472
|
-
.s("UCBuzzConsoleService", "RedactConversationMessage", {})
|
|
2473
|
-
.n("ChimeClient", "RedactConversationMessageCommand")
|
|
2474
|
-
.sc(RedactConversationMessage$)
|
|
2475
|
-
.build() {
|
|
2476
|
-
}
|
|
2477
|
-
|
|
2478
|
-
class RedactRoomMessageCommand extends Command
|
|
2479
|
-
.classBuilder()
|
|
2480
|
-
.ep(commonParams)
|
|
2481
|
-
.m(function (Command, cs, config, o) {
|
|
2482
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2483
|
-
})
|
|
2484
|
-
.s("UCBuzzConsoleService", "RedactRoomMessage", {})
|
|
2485
|
-
.n("ChimeClient", "RedactRoomMessageCommand")
|
|
2486
|
-
.sc(RedactRoomMessage$)
|
|
2487
|
-
.build() {
|
|
2488
|
-
}
|
|
2489
|
-
|
|
2490
|
-
class RegenerateSecurityTokenCommand extends Command
|
|
2491
|
-
.classBuilder()
|
|
2492
|
-
.ep(commonParams)
|
|
2493
|
-
.m(function (Command, cs, config, o) {
|
|
2494
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2495
|
-
})
|
|
2496
|
-
.s("UCBuzzConsoleService", "RegenerateSecurityToken", {})
|
|
2497
|
-
.n("ChimeClient", "RegenerateSecurityTokenCommand")
|
|
2498
|
-
.sc(RegenerateSecurityToken$)
|
|
2499
|
-
.build() {
|
|
2500
|
-
}
|
|
2501
|
-
|
|
2502
|
-
class ResetPersonalPINCommand extends Command
|
|
2503
|
-
.classBuilder()
|
|
2504
|
-
.ep(commonParams)
|
|
2505
|
-
.m(function (Command, cs, config, o) {
|
|
2506
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2507
|
-
})
|
|
2508
|
-
.s("UCBuzzConsoleService", "ResetPersonalPIN", {})
|
|
2509
|
-
.n("ChimeClient", "ResetPersonalPINCommand")
|
|
2510
|
-
.sc(ResetPersonalPIN$)
|
|
2511
|
-
.build() {
|
|
2512
|
-
}
|
|
2513
|
-
|
|
2514
|
-
class RestorePhoneNumberCommand extends Command
|
|
2515
|
-
.classBuilder()
|
|
2516
|
-
.ep(commonParams)
|
|
2517
|
-
.m(function (Command, cs, config, o) {
|
|
2518
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2519
|
-
})
|
|
2520
|
-
.s("UCBuzzConsoleService", "RestorePhoneNumber", {})
|
|
2521
|
-
.n("ChimeClient", "RestorePhoneNumberCommand")
|
|
2522
|
-
.sc(RestorePhoneNumber$)
|
|
2523
|
-
.build() {
|
|
2524
|
-
}
|
|
2525
|
-
|
|
2526
|
-
class SearchAvailablePhoneNumbersCommand extends Command
|
|
2527
|
-
.classBuilder()
|
|
2528
|
-
.ep(commonParams)
|
|
2529
|
-
.m(function (Command, cs, config, o) {
|
|
2530
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2531
|
-
})
|
|
2532
|
-
.s("UCBuzzConsoleService", "SearchAvailablePhoneNumbers", {})
|
|
2533
|
-
.n("ChimeClient", "SearchAvailablePhoneNumbersCommand")
|
|
2534
|
-
.sc(SearchAvailablePhoneNumbers$)
|
|
2535
|
-
.build() {
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
class UpdateAccountCommand extends Command
|
|
2539
|
-
.classBuilder()
|
|
2540
|
-
.ep(commonParams)
|
|
2541
|
-
.m(function (Command, cs, config, o) {
|
|
2542
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2543
|
-
})
|
|
2544
|
-
.s("UCBuzzConsoleService", "UpdateAccount", {})
|
|
2545
|
-
.n("ChimeClient", "UpdateAccountCommand")
|
|
2546
|
-
.sc(UpdateAccount$)
|
|
2547
|
-
.build() {
|
|
2548
|
-
}
|
|
2549
|
-
|
|
2550
|
-
class UpdateAccountSettingsCommand extends Command
|
|
2551
|
-
.classBuilder()
|
|
2552
|
-
.ep(commonParams)
|
|
2553
|
-
.m(function (Command, cs, config, o) {
|
|
2554
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2555
|
-
})
|
|
2556
|
-
.s("UCBuzzConsoleService", "UpdateAccountSettings", {})
|
|
2557
|
-
.n("ChimeClient", "UpdateAccountSettingsCommand")
|
|
2558
|
-
.sc(UpdateAccountSettings$)
|
|
2559
|
-
.build() {
|
|
2560
|
-
}
|
|
2561
|
-
|
|
2562
|
-
class UpdateBotCommand extends Command
|
|
2563
|
-
.classBuilder()
|
|
2564
|
-
.ep(commonParams)
|
|
2565
|
-
.m(function (Command, cs, config, o) {
|
|
2566
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2567
|
-
})
|
|
2568
|
-
.s("UCBuzzConsoleService", "UpdateBot", {})
|
|
2569
|
-
.n("ChimeClient", "UpdateBotCommand")
|
|
2570
|
-
.sc(UpdateBot$)
|
|
2571
|
-
.build() {
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
|
-
class UpdateGlobalSettingsCommand extends Command
|
|
2575
|
-
.classBuilder()
|
|
2576
|
-
.ep(commonParams)
|
|
2577
|
-
.m(function (Command, cs, config, o) {
|
|
2578
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2579
|
-
})
|
|
2580
|
-
.s("UCBuzzConsoleService", "UpdateGlobalSettings", {})
|
|
2581
|
-
.n("ChimeClient", "UpdateGlobalSettingsCommand")
|
|
2582
|
-
.sc(UpdateGlobalSettings$)
|
|
2583
|
-
.build() {
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
class UpdatePhoneNumberCommand extends Command
|
|
2587
|
-
.classBuilder()
|
|
2588
|
-
.ep(commonParams)
|
|
2589
|
-
.m(function (Command, cs, config, o) {
|
|
2590
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2591
|
-
})
|
|
2592
|
-
.s("UCBuzzConsoleService", "UpdatePhoneNumber", {})
|
|
2593
|
-
.n("ChimeClient", "UpdatePhoneNumberCommand")
|
|
2594
|
-
.sc(UpdatePhoneNumber$)
|
|
2595
|
-
.build() {
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
class UpdatePhoneNumberSettingsCommand extends Command
|
|
2599
|
-
.classBuilder()
|
|
2600
|
-
.ep(commonParams)
|
|
2601
|
-
.m(function (Command, cs, config, o) {
|
|
2602
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2603
|
-
})
|
|
2604
|
-
.s("UCBuzzConsoleService", "UpdatePhoneNumberSettings", {})
|
|
2605
|
-
.n("ChimeClient", "UpdatePhoneNumberSettingsCommand")
|
|
2606
|
-
.sc(UpdatePhoneNumberSettings$)
|
|
2607
|
-
.build() {
|
|
2608
|
-
}
|
|
2609
|
-
|
|
2610
|
-
class UpdateRoomCommand extends Command
|
|
2611
|
-
.classBuilder()
|
|
2612
|
-
.ep(commonParams)
|
|
2613
|
-
.m(function (Command, cs, config, o) {
|
|
2614
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2615
|
-
})
|
|
2616
|
-
.s("UCBuzzConsoleService", "UpdateRoom", {})
|
|
2617
|
-
.n("ChimeClient", "UpdateRoomCommand")
|
|
2618
|
-
.sc(UpdateRoom$)
|
|
2619
|
-
.build() {
|
|
2620
|
-
}
|
|
2621
|
-
|
|
2622
|
-
class UpdateRoomMembershipCommand extends Command
|
|
2623
|
-
.classBuilder()
|
|
2624
|
-
.ep(commonParams)
|
|
2625
|
-
.m(function (Command, cs, config, o) {
|
|
2626
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2627
|
-
})
|
|
2628
|
-
.s("UCBuzzConsoleService", "UpdateRoomMembership", {})
|
|
2629
|
-
.n("ChimeClient", "UpdateRoomMembershipCommand")
|
|
2630
|
-
.sc(UpdateRoomMembership$)
|
|
2631
|
-
.build() {
|
|
2632
|
-
}
|
|
2633
|
-
|
|
2634
|
-
class UpdateUserCommand extends Command
|
|
2635
|
-
.classBuilder()
|
|
2636
|
-
.ep(commonParams)
|
|
2637
|
-
.m(function (Command, cs, config, o) {
|
|
2638
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2639
|
-
})
|
|
2640
|
-
.s("UCBuzzConsoleService", "UpdateUser", {})
|
|
2641
|
-
.n("ChimeClient", "UpdateUserCommand")
|
|
2642
|
-
.sc(UpdateUser$)
|
|
2643
|
-
.build() {
|
|
2644
|
-
}
|
|
2645
|
-
|
|
2646
|
-
class UpdateUserSettingsCommand extends Command
|
|
2647
|
-
.classBuilder()
|
|
2648
|
-
.ep(commonParams)
|
|
2649
|
-
.m(function (Command, cs, config, o) {
|
|
2650
|
-
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
2651
|
-
})
|
|
2652
|
-
.s("UCBuzzConsoleService", "UpdateUserSettings", {})
|
|
2653
|
-
.n("ChimeClient", "UpdateUserSettingsCommand")
|
|
2654
|
-
.sc(UpdateUserSettings$)
|
|
2655
|
-
.build() {
|
|
1915
|
+
const command = makeBuilder(commonParams, "UCBuzzConsoleService", "ChimeClient", getEndpointPlugin);
|
|
1916
|
+
const _ep0 = {};
|
|
1917
|
+
const _mw0 = (Command, cs, config, o) => [];
|
|
1918
|
+
|
|
1919
|
+
class AssociatePhoneNumberWithUserCommand extends command(_ep0, _mw0, "AssociatePhoneNumberWithUser", AssociatePhoneNumberWithUser$) {
|
|
1920
|
+
}
|
|
1921
|
+
|
|
1922
|
+
class AssociateSigninDelegateGroupsWithAccountCommand extends command(_ep0, _mw0, "AssociateSigninDelegateGroupsWithAccount", AssociateSigninDelegateGroupsWithAccount$) {
|
|
1923
|
+
}
|
|
1924
|
+
|
|
1925
|
+
class BatchCreateRoomMembershipCommand extends command(_ep0, _mw0, "BatchCreateRoomMembership", BatchCreateRoomMembership$) {
|
|
1926
|
+
}
|
|
1927
|
+
|
|
1928
|
+
class BatchDeletePhoneNumberCommand extends command(_ep0, _mw0, "BatchDeletePhoneNumber", BatchDeletePhoneNumber$) {
|
|
1929
|
+
}
|
|
1930
|
+
|
|
1931
|
+
class BatchSuspendUserCommand extends command(_ep0, _mw0, "BatchSuspendUser", BatchSuspendUser$) {
|
|
1932
|
+
}
|
|
1933
|
+
|
|
1934
|
+
class BatchUnsuspendUserCommand extends command(_ep0, _mw0, "BatchUnsuspendUser", BatchUnsuspendUser$) {
|
|
1935
|
+
}
|
|
1936
|
+
|
|
1937
|
+
class BatchUpdatePhoneNumberCommand extends command(_ep0, _mw0, "BatchUpdatePhoneNumber", BatchUpdatePhoneNumber$) {
|
|
1938
|
+
}
|
|
1939
|
+
|
|
1940
|
+
class BatchUpdateUserCommand extends command(_ep0, _mw0, "BatchUpdateUser", BatchUpdateUser$) {
|
|
1941
|
+
}
|
|
1942
|
+
|
|
1943
|
+
class CreateAccountCommand extends command(_ep0, _mw0, "CreateAccount", CreateAccount$) {
|
|
1944
|
+
}
|
|
1945
|
+
|
|
1946
|
+
class CreateBotCommand extends command(_ep0, _mw0, "CreateBot", CreateBot$) {
|
|
1947
|
+
}
|
|
1948
|
+
|
|
1949
|
+
class CreateMeetingDialOutCommand extends command(_ep0, _mw0, "CreateMeetingDialOut", CreateMeetingDialOut$) {
|
|
1950
|
+
}
|
|
1951
|
+
|
|
1952
|
+
class CreatePhoneNumberOrderCommand extends command(_ep0, _mw0, "CreatePhoneNumberOrder", CreatePhoneNumberOrder$) {
|
|
1953
|
+
}
|
|
1954
|
+
|
|
1955
|
+
class CreateRoomCommand extends command(_ep0, _mw0, "CreateRoom", CreateRoom$) {
|
|
1956
|
+
}
|
|
1957
|
+
|
|
1958
|
+
class CreateRoomMembershipCommand extends command(_ep0, _mw0, "CreateRoomMembership", CreateRoomMembership$) {
|
|
1959
|
+
}
|
|
1960
|
+
|
|
1961
|
+
class CreateUserCommand extends command(_ep0, _mw0, "CreateUser", CreateUser$) {
|
|
1962
|
+
}
|
|
1963
|
+
|
|
1964
|
+
class DeleteAccountCommand extends command(_ep0, _mw0, "DeleteAccount", DeleteAccount$) {
|
|
1965
|
+
}
|
|
1966
|
+
|
|
1967
|
+
class DeleteEventsConfigurationCommand extends command(_ep0, _mw0, "DeleteEventsConfiguration", DeleteEventsConfiguration$) {
|
|
1968
|
+
}
|
|
1969
|
+
|
|
1970
|
+
class DeletePhoneNumberCommand extends command(_ep0, _mw0, "DeletePhoneNumber", DeletePhoneNumber$) {
|
|
1971
|
+
}
|
|
1972
|
+
|
|
1973
|
+
class DeleteRoomCommand extends command(_ep0, _mw0, "DeleteRoom", DeleteRoom$) {
|
|
1974
|
+
}
|
|
1975
|
+
|
|
1976
|
+
class DeleteRoomMembershipCommand extends command(_ep0, _mw0, "DeleteRoomMembership", DeleteRoomMembership$) {
|
|
1977
|
+
}
|
|
1978
|
+
|
|
1979
|
+
class DisassociatePhoneNumberFromUserCommand extends command(_ep0, _mw0, "DisassociatePhoneNumberFromUser", DisassociatePhoneNumberFromUser$) {
|
|
1980
|
+
}
|
|
1981
|
+
|
|
1982
|
+
class DisassociateSigninDelegateGroupsFromAccountCommand extends command(_ep0, _mw0, "DisassociateSigninDelegateGroupsFromAccount", DisassociateSigninDelegateGroupsFromAccount$) {
|
|
1983
|
+
}
|
|
1984
|
+
|
|
1985
|
+
class GetAccountCommand extends command(_ep0, _mw0, "GetAccount", GetAccount$) {
|
|
1986
|
+
}
|
|
1987
|
+
|
|
1988
|
+
class GetAccountSettingsCommand extends command(_ep0, _mw0, "GetAccountSettings", GetAccountSettings$) {
|
|
1989
|
+
}
|
|
1990
|
+
|
|
1991
|
+
class GetBotCommand extends command(_ep0, _mw0, "GetBot", GetBot$) {
|
|
1992
|
+
}
|
|
1993
|
+
|
|
1994
|
+
class GetEventsConfigurationCommand extends command(_ep0, _mw0, "GetEventsConfiguration", GetEventsConfiguration$) {
|
|
1995
|
+
}
|
|
1996
|
+
|
|
1997
|
+
class GetGlobalSettingsCommand extends command(_ep0, _mw0, "GetGlobalSettings", GetGlobalSettings$) {
|
|
1998
|
+
}
|
|
1999
|
+
|
|
2000
|
+
class GetPhoneNumberCommand extends command(_ep0, _mw0, "GetPhoneNumber", GetPhoneNumber$) {
|
|
2001
|
+
}
|
|
2002
|
+
|
|
2003
|
+
class GetPhoneNumberOrderCommand extends command(_ep0, _mw0, "GetPhoneNumberOrder", GetPhoneNumberOrder$) {
|
|
2004
|
+
}
|
|
2005
|
+
|
|
2006
|
+
class GetPhoneNumberSettingsCommand extends command(_ep0, _mw0, "GetPhoneNumberSettings", GetPhoneNumberSettings$) {
|
|
2007
|
+
}
|
|
2008
|
+
|
|
2009
|
+
class GetRetentionSettingsCommand extends command(_ep0, _mw0, "GetRetentionSettings", GetRetentionSettings$) {
|
|
2010
|
+
}
|
|
2011
|
+
|
|
2012
|
+
class GetRoomCommand extends command(_ep0, _mw0, "GetRoom", GetRoom$) {
|
|
2013
|
+
}
|
|
2014
|
+
|
|
2015
|
+
class GetUserCommand extends command(_ep0, _mw0, "GetUser", GetUser$) {
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
class GetUserSettingsCommand extends command(_ep0, _mw0, "GetUserSettings", GetUserSettings$) {
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2021
|
+
class InviteUsersCommand extends command(_ep0, _mw0, "InviteUsers", InviteUsers$) {
|
|
2022
|
+
}
|
|
2023
|
+
|
|
2024
|
+
class ListAccountsCommand extends command(_ep0, _mw0, "ListAccounts", ListAccounts$) {
|
|
2025
|
+
}
|
|
2026
|
+
|
|
2027
|
+
class ListBotsCommand extends command(_ep0, _mw0, "ListBots", ListBots$) {
|
|
2028
|
+
}
|
|
2029
|
+
|
|
2030
|
+
class ListPhoneNumberOrdersCommand extends command(_ep0, _mw0, "ListPhoneNumberOrders", ListPhoneNumberOrders$) {
|
|
2031
|
+
}
|
|
2032
|
+
|
|
2033
|
+
class ListPhoneNumbersCommand extends command(_ep0, _mw0, "ListPhoneNumbers", ListPhoneNumbers$) {
|
|
2034
|
+
}
|
|
2035
|
+
|
|
2036
|
+
class ListRoomMembershipsCommand extends command(_ep0, _mw0, "ListRoomMemberships", ListRoomMemberships$) {
|
|
2037
|
+
}
|
|
2038
|
+
|
|
2039
|
+
class ListRoomsCommand extends command(_ep0, _mw0, "ListRooms", ListRooms$) {
|
|
2040
|
+
}
|
|
2041
|
+
|
|
2042
|
+
class ListSupportedPhoneNumberCountriesCommand extends command(_ep0, _mw0, "ListSupportedPhoneNumberCountries", ListSupportedPhoneNumberCountries$) {
|
|
2043
|
+
}
|
|
2044
|
+
|
|
2045
|
+
class ListUsersCommand extends command(_ep0, _mw0, "ListUsers", ListUsers$) {
|
|
2046
|
+
}
|
|
2047
|
+
|
|
2048
|
+
class LogoutUserCommand extends command(_ep0, _mw0, "LogoutUser", LogoutUser$) {
|
|
2049
|
+
}
|
|
2050
|
+
|
|
2051
|
+
class PutEventsConfigurationCommand extends command(_ep0, _mw0, "PutEventsConfiguration", PutEventsConfiguration$) {
|
|
2052
|
+
}
|
|
2053
|
+
|
|
2054
|
+
class PutRetentionSettingsCommand extends command(_ep0, _mw0, "PutRetentionSettings", PutRetentionSettings$) {
|
|
2055
|
+
}
|
|
2056
|
+
|
|
2057
|
+
class RedactConversationMessageCommand extends command(_ep0, _mw0, "RedactConversationMessage", RedactConversationMessage$) {
|
|
2058
|
+
}
|
|
2059
|
+
|
|
2060
|
+
class RedactRoomMessageCommand extends command(_ep0, _mw0, "RedactRoomMessage", RedactRoomMessage$) {
|
|
2061
|
+
}
|
|
2062
|
+
|
|
2063
|
+
class RegenerateSecurityTokenCommand extends command(_ep0, _mw0, "RegenerateSecurityToken", RegenerateSecurityToken$) {
|
|
2064
|
+
}
|
|
2065
|
+
|
|
2066
|
+
class ResetPersonalPINCommand extends command(_ep0, _mw0, "ResetPersonalPIN", ResetPersonalPIN$) {
|
|
2067
|
+
}
|
|
2068
|
+
|
|
2069
|
+
class RestorePhoneNumberCommand extends command(_ep0, _mw0, "RestorePhoneNumber", RestorePhoneNumber$) {
|
|
2070
|
+
}
|
|
2071
|
+
|
|
2072
|
+
class SearchAvailablePhoneNumbersCommand extends command(_ep0, _mw0, "SearchAvailablePhoneNumbers", SearchAvailablePhoneNumbers$) {
|
|
2073
|
+
}
|
|
2074
|
+
|
|
2075
|
+
class UpdateAccountCommand extends command(_ep0, _mw0, "UpdateAccount", UpdateAccount$) {
|
|
2076
|
+
}
|
|
2077
|
+
|
|
2078
|
+
class UpdateAccountSettingsCommand extends command(_ep0, _mw0, "UpdateAccountSettings", UpdateAccountSettings$) {
|
|
2079
|
+
}
|
|
2080
|
+
|
|
2081
|
+
class UpdateBotCommand extends command(_ep0, _mw0, "UpdateBot", UpdateBot$) {
|
|
2082
|
+
}
|
|
2083
|
+
|
|
2084
|
+
class UpdateGlobalSettingsCommand extends command(_ep0, _mw0, "UpdateGlobalSettings", UpdateGlobalSettings$) {
|
|
2085
|
+
}
|
|
2086
|
+
|
|
2087
|
+
class UpdatePhoneNumberCommand extends command(_ep0, _mw0, "UpdatePhoneNumber", UpdatePhoneNumber$) {
|
|
2088
|
+
}
|
|
2089
|
+
|
|
2090
|
+
class UpdatePhoneNumberSettingsCommand extends command(_ep0, _mw0, "UpdatePhoneNumberSettings", UpdatePhoneNumberSettings$) {
|
|
2091
|
+
}
|
|
2092
|
+
|
|
2093
|
+
class UpdateRoomCommand extends command(_ep0, _mw0, "UpdateRoom", UpdateRoom$) {
|
|
2094
|
+
}
|
|
2095
|
+
|
|
2096
|
+
class UpdateRoomMembershipCommand extends command(_ep0, _mw0, "UpdateRoomMembership", UpdateRoomMembership$) {
|
|
2097
|
+
}
|
|
2098
|
+
|
|
2099
|
+
class UpdateUserCommand extends command(_ep0, _mw0, "UpdateUser", UpdateUser$) {
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
class UpdateUserSettingsCommand extends command(_ep0, _mw0, "UpdateUserSettings", UpdateUserSettings$) {
|
|
2656
2103
|
}
|
|
2657
2104
|
|
|
2658
2105
|
const paginateListAccounts = createPaginator(ChimeClient, ListAccountsCommand, "NextToken", "NextToken", "MaxResults");
|