@aws-sdk/client-amp 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/Amp.d.ts +143 -188
- package/dist-types/ts3.4/AmpClient.d.ts +14 -24
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +10 -13
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/CreateAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateAnomalyDetectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateWorkspaceCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/DeleteAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAnomalyDetectorCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteWorkspaceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DescribeAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAnomalyDetectorCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeRuleGroupsNamespaceCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeWorkspaceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeWorkspaceConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetDefaultScraperConfigurationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAnomalyDetectorsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRuleGroupsNamespacesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListScrapersCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListWorkspacesCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/PutAlertManagerDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/PutAnomalyDetectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRuleGroupsNamespaceCommand.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/UpdateLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateQueryLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateScraperCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateScraperLoggingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateWorkspaceAliasCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/UpdateWorkspaceConfigurationCommand.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/enums.d.ts +3 -6
- package/dist-types/ts3.4/models/errors.d.ts +6 -18
- package/dist-types/ts3.4/models/models_0.d.ts +1 -3
- 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/waiters/waitForAnomalyDetectorActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForAnomalyDetectorDeleted.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForScraperActive.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForScraperDeleted.d.ts +2 -2
- package/dist-types/ts3.4/waiters/waitForWorkspaceActive.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForWorkspaceDeleted.d.ts +3 -5
- package/package.json +38 -38