@aws-sdk/client-observabilityadmin 3.1086.0 → 3.1088.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/ObservabilityAdmin.d.ts +128 -215
- package/dist-types/ts3.4/ObservabilityAdminClient.d.ts +6 -19
- 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/CreateCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateS3TableIntegrationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteS3TableIntegrationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetS3TableIntegrationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTelemetryEnrichmentStatusCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryEvaluationStatusForOrganizationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetTelemetryRuleCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListCentralizationRulesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListResourceTelemetryCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListResourceTelemetryForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListS3TableIntegrationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListTelemetryPipelinesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTelemetryRulesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListTelemetryRulesForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartTelemetryEnrichmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartTelemetryEvaluationForOrganizationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopTelemetryEnrichmentCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/StopTelemetryEvaluationForOrganizationCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/TestTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateCentralizationRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateTelemetryPipelineCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateTelemetryRuleForOrganizationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ValidateTelemetryPipelineConfigurationCommand.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 +7 -14
- package/dist-types/ts3.4/models/errors.d.ts +7 -21
- package/dist-types/ts3.4/models/models_0.d.ts +5 -15
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +1 -2
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -19
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +10 -25
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -4
- package/dist-types/ts3.4/runtimeExtensions.d.ts +2 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +39 -39