@aws-sdk/client-chatbot 3.1087.0 → 3.1089.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 +1 -1
- package/dist-types/ts3.4/Chatbot.d.ts +112 -175
- package/dist-types/ts3.4/ChatbotClient.d.ts +16 -29
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +7 -13
- package/dist-types/ts3.4/commands/AssociateToConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsConfiguredTeamCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteMicrosoftTeamsUserIdentityCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteSlackUserIdentityCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteSlackWorkspaceAuthorizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeChimeWebhookConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackChannelConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackUserIdentitiesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DescribeSlackWorkspacesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DisassociateFromConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountPreferencesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetCustomActionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAssociationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListCustomActionsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsChannelConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsConfiguredTeamsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListMicrosoftTeamsUserIdentitiesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountPreferencesCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateChimeWebhookConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateCustomActionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateMicrosoftTeamsChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateSlackChannelConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/errors.d.ts +31 -129
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38