@aws-sdk/client-elastic-beanstalk 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/ElasticBeanstalk.d.ts +25 -1
- package/dist-types/ElasticBeanstalkClient.d.ts +1 -1
- package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +2 -1
- package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -1
- package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -1
- package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +2 -1
- package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/CreatePlatformVersionCommand.d.ts +2 -1
- package/dist-types/commands/CreateStorageLocationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeletePlatformVersionCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -1
- package/dist-types/commands/DescribePlatformVersionCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -1
- package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +2 -1
- package/dist-types/commands/ListPlatformBranchesCommand.d.ts +2 -1
- package/dist-types/commands/ListPlatformVersionsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/RebuildEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +2 -1
- package/dist-types/commands/RestartAppServerCommand.d.ts +2 -1
- package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -1
- package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -1
- package/dist-types/commands/TerminateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -1
- package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +610 -610
- package/dist-types/ts3.4/ElasticBeanstalk.d.ts +24 -0
- package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +41 -41
|
@@ -22,10 +22,10 @@ export interface ValidateConfigurationSettingsCommandOutput extends Configuratio
|
|
|
22
22
|
}
|
|
23
23
|
declare const ValidateConfigurationSettingsCommand_base: {
|
|
24
24
|
new (input: ValidateConfigurationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: ValidateConfigurationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<ValidateConfigurationSettingsCommandInput, ValidateConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Takes a set of configuration settings and either a configuration template or
|
|
30
30
|
* environment, and determines whether those values are valid.</p>
|
|
31
31
|
* <p>This action returns a list of messages indicating any errors or warnings associated
|
|
@@ -80,6 +80,7 @@ declare const ValidateConfigurationSettingsCommand_base: {
|
|
|
80
80
|
* @throws {@link ElasticBeanstalkServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
* @example To validate configuration settings
|
|
84
85
|
* ```javascript
|
|
85
86
|
* // The following operation validates a CloudWatch custom metrics config document:
|
package/dist-types/index.d.ts
CHANGED