@aws-sdk/client-appconfig 3.1087.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/AppConfig.d.ts +182 -185
- package/dist-types/ts3.4/AppConfigClient.d.ts +6 -18
- 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/CreateApplicationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateDeploymentStrategyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/CreateExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateHostedConfigurationVersionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteConfigurationProfileCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteDeploymentStrategyCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteEnvironmentCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteExperimentDefinitionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExtensionAssociationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteExtensionCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteHostedConfigurationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/GetConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetDeploymentStrategyCommand.d.ts +5 -11
- package/dist-types/ts3.4/commands/GetEnvironmentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetExperimentRunCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetHostedConfigurationVersionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListConfigurationProfilesCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListDeploymentStrategiesCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListDeploymentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListEnvironmentsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListExperimentDefinitionsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExperimentRunEventsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListExperimentRunsCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/ListExtensionAssociationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListExtensionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListHostedConfigurationVersionsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StartExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/StopDeploymentCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/StopExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +4 -10
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateConfigurationProfileCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateDeploymentStrategyCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateExperimentDefinitionCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateExperimentRunCommand.d.ts +4 -7
- package/dist-types/ts3.4/commands/UpdateExtensionAssociationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateExtensionCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ValidateConfigurationCommand.d.ts +3 -4
- 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 +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- 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/waiters/waitForDeploymentComplete.d.ts +3 -5
- package/dist-types/ts3.4/waiters/waitForEnvironmentReadyForDeployment.d.ts +3 -5
- package/package.json +38 -38