@aws-sdk/client-apprunner 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/AppRunner.d.ts +121 -142
- package/dist-types/ts3.4/AppRunnerClient.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/AssociateCustomDomainCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/CreateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteConnectionCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeleteServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DeleteVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeCustomDomainsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeObservabilityConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DescribeServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DescribeVpcConnectorCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/DescribeVpcIngressConnectionCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateCustomDomainCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListAutoScalingConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListConnectionsCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListObservabilityConfigurationsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListOperationsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListServicesCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListServicesForAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListVpcConnectorsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListVpcIngressConnectionsCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PauseServiceCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ResumeServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/StartDeploymentCommand.d.ts +4 -9
- 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/UpdateDefaultAutoScalingConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateServiceCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateVpcIngressConnectionCommand.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 +6 -12
- package/dist-types/ts3.4/models/errors.d.ts +5 -15
- package/dist-types/ts3.4/models/models_0.d.ts +2 -6
- 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