@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.
Files changed (105) hide show
  1. package/dist-cjs/endpoint/endpointResolver.js +4 -2
  2. package/dist-cjs/index.js +0 -3
  3. package/dist-es/endpoint/endpointResolver.js +3 -1
  4. package/dist-es/index.js +0 -1
  5. package/dist-types/ElasticBeanstalk.d.ts +25 -1
  6. package/dist-types/ElasticBeanstalkClient.d.ts +1 -1
  7. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +2 -1
  8. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -1
  9. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  10. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +2 -1
  11. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -1
  12. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
  14. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +2 -1
  15. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  16. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +2 -1
  17. package/dist-types/commands/CreateStorageLocationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  19. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +2 -1
  20. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +2 -1
  21. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -1
  32. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  33. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  34. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +2 -1
  36. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  37. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +2 -1
  38. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +2 -1
  39. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  41. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +2 -1
  42. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +2 -1
  43. package/dist-types/commands/RestartAppServerCommand.d.ts +2 -1
  44. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -1
  45. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -1
  46. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -1
  49. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +2 -1
  50. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +2 -1
  51. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +2 -1
  53. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +2 -1
  54. package/dist-types/index.d.ts +0 -1
  55. package/dist-types/models/models_0.d.ts +610 -610
  56. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +24 -0
  57. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/index.d.ts +0 -1
  105. 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:
@@ -24,5 +24,4 @@ export * from "./commands";
24
24
  export * from "./pagination";
25
25
  export * from "./waiters";
26
26
  export * from "./models";
27
- import "@aws-sdk/util-endpoints";
28
27
  export { ElasticBeanstalkServiceException } from "./models/ElasticBeanstalkServiceException";