@aws-sdk/client-elastic-beanstalk 3.533.0 → 3.535.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 (99) hide show
  1. package/dist-types/ElasticBeanstalk.d.ts +25 -1
  2. package/dist-types/ElasticBeanstalkClient.d.ts +1 -1
  3. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +2 -1
  4. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +2 -1
  5. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  6. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +2 -1
  7. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +2 -1
  11. package/dist-types/commands/CreateEnvironmentCommand.d.ts +2 -1
  12. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +2 -1
  13. package/dist-types/commands/CreateStorageLocationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +2 -1
  18. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -1
  22. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +2 -1
  23. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +2 -1
  24. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -1
  25. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +2 -1
  26. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +2 -1
  27. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +2 -1
  28. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +2 -1
  29. package/dist-types/commands/DescribeEventsCommand.d.ts +2 -1
  30. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -1
  31. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +2 -1
  32. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +2 -1
  33. package/dist-types/commands/ListAvailableSolutionStacksCommand.d.ts +2 -1
  34. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +2 -1
  35. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +2 -1
  36. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  37. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +2 -1
  38. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +2 -1
  39. package/dist-types/commands/RestartAppServerCommand.d.ts +2 -1
  40. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +2 -1
  41. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +2 -1
  42. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +2 -1
  43. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  44. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +2 -1
  45. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +2 -1
  46. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +2 -1
  47. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +2 -1
  48. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +2 -1
  50. package/dist-types/models/models_0.d.ts +610 -610
  51. package/dist-types/ts3.4/ElasticBeanstalk.d.ts +24 -0
  52. package/dist-types/ts3.4/commands/AbortEnvironmentUpdateCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/ApplyEnvironmentManagedActionCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/CheckDNSAvailabilityCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/ComposeEnvironmentsCommand.d.ts +9 -0
  57. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/CreateApplicationVersionCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/CreateConfigurationTemplateCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CreateEnvironmentCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreatePlatformVersionCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateStorageLocationCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/DeleteApplicationVersionCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/DeleteConfigurationTemplateCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteEnvironmentConfigurationCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeletePlatformVersionCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DescribeApplicationVersionsCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DescribeApplicationsCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DescribeConfigurationOptionsCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DescribeConfigurationSettingsCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DescribeEnvironmentHealthCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeEnvironmentManagedActionsCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeEnvironmentResourcesCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DescribeEnvironmentsCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/DescribeInstancesHealthCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/DescribePlatformVersionCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/ListAvailableSolutionStacksCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/ListPlatformBranchesCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/ListPlatformVersionsCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/RebuildEnvironmentCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/RequestEnvironmentInfoCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/RestartAppServerCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/RetrieveEnvironmentInfoCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/SwapEnvironmentCNAMEsCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/TerminateEnvironmentCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/UpdateApplicationResourceLifecycleCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/UpdateApplicationVersionCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/UpdateConfigurationTemplateCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/UpdateEnvironmentCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/UpdateTagsForResourceCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ValidateConfigurationSettingsCommand.d.ts +9 -0
  99. package/package.json +41 -41
@@ -22,10 +22,10 @@ export interface DescribeConfigurationOptionsCommandOutput extends Configuration
22
22
  }
23
23
  declare const DescribeConfigurationOptionsCommand_base: {
24
24
  new (input: DescribeConfigurationOptionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeConfigurationOptionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationOptionsCommandInput, DescribeConfigurationOptionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes the configuration options that are used in a particular configuration
30
30
  * template or environment, or that a specified solution stack defines. The description includes
31
31
  * the values the options, their default values, and an indication of the required action on a
@@ -91,6 +91,7 @@ declare const DescribeConfigurationOptionsCommand_base: {
91
91
  * @throws {@link ElasticBeanstalkServiceException}
92
92
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
93
93
  *
94
+ * @public
94
95
  * @example To view configuration options for an environment
95
96
  * ```javascript
96
97
  * // The following operation retrieves descriptions of all available configuration options for an environment named my-env:
@@ -22,10 +22,10 @@ export interface DescribeConfigurationSettingsCommandOutput extends Configuratio
22
22
  }
23
23
  declare const DescribeConfigurationSettingsCommand_base: {
24
24
  new (input: DescribeConfigurationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DescribeConfigurationSettingsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeConfigurationSettingsCommandInput, DescribeConfigurationSettingsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a description of the settings for the specified configuration set, that is,
30
30
  * either a configuration template or the configuration set associated with a running
31
31
  * environment.</p>
@@ -92,6 +92,7 @@ declare const DescribeConfigurationSettingsCommand_base: {
92
92
  * @throws {@link ElasticBeanstalkServiceException}
93
93
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
94
94
  *
95
+ * @public
95
96
  * @example To view configurations settings for an environment
96
97
  * ```javascript
97
98
  * // The following operation retrieves configuration settings for an environment named my-env:
@@ -22,10 +22,10 @@ export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironm
22
22
  }
23
23
  declare const DescribeEnvironmentHealthCommand_base: {
24
24
  new (input: DescribeEnvironmentHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEnvironmentHealthCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentHealthCommandInput, DescribeEnvironmentHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns information about the overall health of the specified environment. The
30
30
  * <b>DescribeEnvironmentHealth</b> operation is only available with
31
31
  * AWS Elastic Beanstalk Enhanced Health.</p>
@@ -103,6 +103,7 @@ declare const DescribeEnvironmentHealthCommand_base: {
103
103
  * @throws {@link ElasticBeanstalkServiceException}
104
104
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
105
105
  *
106
+ * @public
106
107
  * @example To view environment health
107
108
  * ```javascript
108
109
  * // The following operation retrieves overall health information for an environment named my-env:
@@ -22,10 +22,10 @@ export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends De
22
22
  }
23
23
  declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
24
24
  new (input: DescribeEnvironmentManagedActionHistoryCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEnvironmentManagedActionHistoryCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentManagedActionHistoryCommandInput, DescribeEnvironmentManagedActionHistoryCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists an environment's completed and failed managed actions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -71,6 +71,7 @@ declare const DescribeEnvironmentManagedActionHistoryCommand_base: {
71
71
  * @throws {@link ElasticBeanstalkServiceException}
72
72
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
73
73
  *
74
+ * @public
74
75
  */
75
76
  export declare class DescribeEnvironmentManagedActionHistoryCommand extends DescribeEnvironmentManagedActionHistoryCommand_base {
76
77
  }
@@ -22,10 +22,10 @@ export interface DescribeEnvironmentManagedActionsCommandOutput extends Describe
22
22
  }
23
23
  declare const DescribeEnvironmentManagedActionsCommand_base: {
24
24
  new (input: DescribeEnvironmentManagedActionsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEnvironmentManagedActionsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentManagedActionsCommandInput, DescribeEnvironmentManagedActionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists an environment's upcoming and in-progress managed actions.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -66,6 +66,7 @@ declare const DescribeEnvironmentManagedActionsCommand_base: {
66
66
  * @throws {@link ElasticBeanstalkServiceException}
67
67
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
68
68
  *
69
+ * @public
69
70
  */
70
71
  export declare class DescribeEnvironmentManagedActionsCommand extends DescribeEnvironmentManagedActionsCommand_base {
71
72
  }
@@ -22,10 +22,10 @@ export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentRe
22
22
  }
23
23
  declare const DescribeEnvironmentResourcesCommand_base: {
24
24
  new (input: DescribeEnvironmentResourcesCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEnvironmentResourcesCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentResourcesCommandInput, DescribeEnvironmentResourcesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns AWS resources for this environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -96,6 +96,7 @@ declare const DescribeEnvironmentResourcesCommand_base: {
96
96
  * @throws {@link ElasticBeanstalkServiceException}
97
97
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
98
98
  *
99
+ * @public
99
100
  * @example To view information about the AWS resources in your environment
100
101
  * ```javascript
101
102
  * // The following operation retrieves information about resources in an environment named my-env:
@@ -22,10 +22,10 @@ export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptio
22
22
  }
23
23
  declare const DescribeEnvironmentsCommand_base: {
24
24
  new (input: DescribeEnvironmentsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEnvironmentsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEnvironmentsCommandInput, DescribeEnvironmentsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns descriptions for existing environments.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -109,6 +109,7 @@ declare const DescribeEnvironmentsCommand_base: {
109
109
  * @throws {@link ElasticBeanstalkServiceException}
110
110
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
111
111
  *
112
+ * @public
112
113
  * @example To view information about an environment
113
114
  * ```javascript
114
115
  * // The following operation retrieves information about an environment named my-env:
@@ -22,10 +22,10 @@ export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, _
22
22
  }
23
23
  declare const DescribeEventsCommand_base: {
24
24
  new (input: DescribeEventsCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeEventsCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeEventsCommandInput, DescribeEventsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns list of event descriptions matching criteria up to the last 6 weeks.</p>
30
30
  * <note>
31
31
  * <p>This action returns the most recent 1,000 events from the specified
@@ -81,6 +81,7 @@ declare const DescribeEventsCommand_base: {
81
81
  * @throws {@link ElasticBeanstalkServiceException}
82
82
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
83
83
  *
84
+ * @public
84
85
  * @example To view events for an environment
85
86
  * ```javascript
86
87
  * // The following operation retrieves events for an environment named my-env:
@@ -22,10 +22,10 @@ export interface DescribeInstancesHealthCommandOutput extends DescribeInstancesH
22
22
  }
23
23
  declare const DescribeInstancesHealthCommand_base: {
24
24
  new (input: DescribeInstancesHealthCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribeInstancesHealthCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeInstancesHealthCommandInput, DescribeInstancesHealthCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves detailed information about the health of instances in your AWS Elastic
30
30
  * Beanstalk. This operation requires <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/health-enhanced.html">enhanced health
31
31
  * reporting</a>.</p>
@@ -122,6 +122,7 @@ declare const DescribeInstancesHealthCommand_base: {
122
122
  * @throws {@link ElasticBeanstalkServiceException}
123
123
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
124
124
  *
125
+ * @public
125
126
  * @example To view environment health
126
127
  * ```javascript
127
128
  * // The following operation retrieves health information for instances in an environment named my-env:
@@ -22,10 +22,10 @@ export interface DescribePlatformVersionCommandOutput extends DescribePlatformVe
22
22
  }
23
23
  declare const DescribePlatformVersionCommand_base: {
24
24
  new (input: DescribePlatformVersionCommandInput): import("@smithy/smithy-client").CommandImpl<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [DescribePlatformVersionCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribePlatformVersionCommandInput, DescribePlatformVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Describes a platform version. Provides full details. Compare to <a>ListPlatformVersions</a>, which provides summary information about a list of
30
30
  * platform versions.</p>
31
31
  * <p>For definitions of platform version and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
@@ -104,6 +104,7 @@ declare const DescribePlatformVersionCommand_base: {
104
104
  * @throws {@link ElasticBeanstalkServiceException}
105
105
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
106
106
  *
107
+ * @public
107
108
  */
108
109
  export declare class DescribePlatformVersionCommand extends DescribePlatformVersionCommand_base {
109
110
  }
@@ -22,10 +22,10 @@ export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __Me
22
22
  }
23
23
  declare const DisassociateEnvironmentOperationsRoleCommand_base: {
24
24
  new (input: DisassociateEnvironmentOperationsRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: DisassociateEnvironmentOperationsRoleCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateEnvironmentOperationsRoleCommandInput, DisassociateEnvironmentOperationsRoleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociate the operations role from an environment. After this call is made, Elastic Beanstalk uses
30
30
  * the caller's permissions for permissions to downstream services during subsequent calls acting
31
31
  * on this environment. For more information, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/iam-operationsrole.html">Operations roles</a> in the
@@ -58,6 +58,7 @@ declare const DisassociateEnvironmentOperationsRoleCommand_base: {
58
58
  * @throws {@link ElasticBeanstalkServiceException}
59
59
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
60
60
  *
61
+ * @public
61
62
  */
62
63
  export declare class DisassociateEnvironmentOperationsRoleCommand extends DisassociateEnvironmentOperationsRoleCommand_base {
63
64
  }
@@ -22,10 +22,10 @@ export interface ListAvailableSolutionStacksCommandOutput extends ListAvailableS
22
22
  }
23
23
  declare const ListAvailableSolutionStacksCommand_base: {
24
24
  new (input: ListAvailableSolutionStacksCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListAvailableSolutionStacksCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAvailableSolutionStacksCommandInput, ListAvailableSolutionStacksCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the available solution stack names, with the public version first and
30
30
  * then in reverse chronological order.</p>
31
31
  * @example
@@ -62,6 +62,7 @@ declare const ListAvailableSolutionStacksCommand_base: {
62
62
  * @throws {@link ElasticBeanstalkServiceException}
63
63
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
64
64
  *
65
+ * @public
65
66
  * @example To view solution stacks
66
67
  * ```javascript
67
68
  * // The following operation lists solution stacks for all currently available platform configurations and any that you have used in the past:
@@ -22,10 +22,10 @@ export interface ListPlatformBranchesCommandOutput extends ListPlatformBranchesR
22
22
  }
23
23
  declare const ListPlatformBranchesCommand_base: {
24
24
  new (input: ListPlatformBranchesCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPlatformBranchesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPlatformBranchesCommandInput, ListPlatformBranchesCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the platform branches available for your account in an AWS Region. Provides
30
30
  * summary information about each platform branch.</p>
31
31
  * <p>For definitions of platform branch and other platform-related terms, see <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/platforms-glossary.html">AWS Elastic Beanstalk
@@ -77,6 +77,7 @@ declare const ListPlatformBranchesCommand_base: {
77
77
  * @throws {@link ElasticBeanstalkServiceException}
78
78
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
79
79
  *
80
+ * @public
80
81
  */
81
82
  export declare class ListPlatformBranchesCommand extends ListPlatformBranchesCommand_base {
82
83
  }
@@ -22,10 +22,10 @@ export interface ListPlatformVersionsCommandOutput extends ListPlatformVersionsR
22
22
  }
23
23
  declare const ListPlatformVersionsCommand_base: {
24
24
  new (input: ListPlatformVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [ListPlatformVersionsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListPlatformVersionsCommandInput, ListPlatformVersionsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Lists the platform versions available for your account in an AWS Region. Provides
30
30
  * summary information about each platform version. Compare to <a>DescribePlatformVersion</a>, which provides full details about a single platform
31
31
  * version.</p>
@@ -94,6 +94,7 @@ declare const ListPlatformVersionsCommand_base: {
94
94
  * @throws {@link ElasticBeanstalkServiceException}
95
95
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
96
96
  *
97
+ * @public
97
98
  */
98
99
  export declare class ListPlatformVersionsCommand extends ListPlatformVersionsCommand_base {
99
100
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ResourceTagsDescriptio
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Return the tags applied to an AWS Elastic Beanstalk resource. The response contains a list of tag key-value pairs.</p>
30
30
  * <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
31
31
  * <a href="https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-tagging-resources.html">Tagging Application
@@ -72,6 +72,7 @@ declare const ListTagsForResourceCommand_base: {
72
72
  * @throws {@link ElasticBeanstalkServiceException}
73
73
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
74
74
  *
75
+ * @public
75
76
  */
76
77
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
77
78
  }
@@ -22,10 +22,10 @@ export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RebuildEnvironmentCommand_base: {
24
24
  new (input: RebuildEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [RebuildEnvironmentCommandInput]): import("@smithy/smithy-client").CommandImpl<RebuildEnvironmentCommandInput, RebuildEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Deletes and recreates all of the AWS resources (for example: the Auto Scaling group,
30
30
  * load balancer, etc.) for a specified environment and forces a restart.</p>
31
31
  * @example
@@ -57,6 +57,7 @@ declare const RebuildEnvironmentCommand_base: {
57
57
  * @throws {@link ElasticBeanstalkServiceException}
58
58
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
59
59
  *
60
+ * @public
60
61
  * @example To rebuild an environment
61
62
  * ```javascript
62
63
  * // The following operation terminates and recreates the resources in an environment named my-env:
@@ -22,10 +22,10 @@ export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RequestEnvironmentInfoCommand_base: {
24
24
  new (input: RequestEnvironmentInfoCommandInput): import("@smithy/smithy-client").CommandImpl<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RequestEnvironmentInfoCommandInput): import("@smithy/smithy-client").CommandImpl<RequestEnvironmentInfoCommandInput, RequestEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Initiates a request to compile the specified type of information of the deployed
30
30
  * environment.</p>
31
31
  * <p> Setting the <code>InfoType</code> to <code>tail</code> compiles the last lines from
@@ -68,6 +68,7 @@ declare const RequestEnvironmentInfoCommand_base: {
68
68
  * @throws {@link ElasticBeanstalkServiceException}
69
69
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
70
70
  *
71
+ * @public
71
72
  * @example To request tailed logs
72
73
  * ```javascript
73
74
  * // The following operation requests logs from an environment named my-env:
@@ -22,10 +22,10 @@ export interface RestartAppServerCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const RestartAppServerCommand_base: {
24
24
  new (input: RestartAppServerCommandInput): import("@smithy/smithy-client").CommandImpl<RestartAppServerCommandInput, RestartAppServerCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [RestartAppServerCommandInput]): import("@smithy/smithy-client").CommandImpl<RestartAppServerCommandInput, RestartAppServerCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Causes the environment to restart the application container server running on each
30
30
  * Amazon EC2 instance.</p>
31
31
  * @example
@@ -53,6 +53,7 @@ declare const RestartAppServerCommand_base: {
53
53
  * @throws {@link ElasticBeanstalkServiceException}
54
54
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
55
55
  *
56
+ * @public
56
57
  * @example To restart application servers
57
58
  * ```javascript
58
59
  * // The following operation restarts application servers on all instances in an environment named my-env:
@@ -22,10 +22,10 @@ export interface RetrieveEnvironmentInfoCommandOutput extends RetrieveEnvironmen
22
22
  }
23
23
  declare const RetrieveEnvironmentInfoCommand_base: {
24
24
  new (input: RetrieveEnvironmentInfoCommandInput): import("@smithy/smithy-client").CommandImpl<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: RetrieveEnvironmentInfoCommandInput): import("@smithy/smithy-client").CommandImpl<RetrieveEnvironmentInfoCommandInput, RetrieveEnvironmentInfoCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the compiled information from a <a>RequestEnvironmentInfo</a>
30
30
  * request.</p>
31
31
  * <p>Related Topics</p>
@@ -71,6 +71,7 @@ declare const RetrieveEnvironmentInfoCommand_base: {
71
71
  * @throws {@link ElasticBeanstalkServiceException}
72
72
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
73
73
  *
74
+ * @public
74
75
  * @example To retrieve tailed logs
75
76
  * ```javascript
76
77
  * // The following operation retrieves a link to logs from an environment named my-env:
@@ -22,10 +22,10 @@ export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const SwapEnvironmentCNAMEsCommand_base: {
24
24
  new (input: SwapEnvironmentCNAMEsCommandInput): import("@smithy/smithy-client").CommandImpl<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [SwapEnvironmentCNAMEsCommandInput]): import("@smithy/smithy-client").CommandImpl<SwapEnvironmentCNAMEsCommandInput, SwapEnvironmentCNAMEsCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Swaps the CNAMEs of two environments.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -54,6 +54,7 @@ declare const SwapEnvironmentCNAMEsCommand_base: {
54
54
  * @throws {@link ElasticBeanstalkServiceException}
55
55
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
56
56
  *
57
+ * @public
57
58
  * @example To swap environment CNAMES
58
59
  * ```javascript
59
60
  * // The following operation swaps the assigned subdomains of two environments:
@@ -22,10 +22,10 @@ export interface TerminateEnvironmentCommandOutput extends EnvironmentDescriptio
22
22
  }
23
23
  declare const TerminateEnvironmentCommand_base: {
24
24
  new (input: TerminateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [TerminateEnvironmentCommandInput]): import("@smithy/smithy-client").CommandImpl<TerminateEnvironmentCommandInput, TerminateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Terminates the specified environment.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -100,6 +100,7 @@ declare const TerminateEnvironmentCommand_base: {
100
100
  * @throws {@link ElasticBeanstalkServiceException}
101
101
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
102
102
  *
103
+ * @public
103
104
  * @example To terminate an environment
104
105
  * ```javascript
105
106
  * // The following operation terminates an Elastic Beanstalk environment named my-env:
@@ -22,10 +22,10 @@ export interface UpdateApplicationCommandOutput extends ApplicationDescriptionMe
22
22
  }
23
23
  declare const UpdateApplicationCommand_base: {
24
24
  new (input: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApplicationCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationCommandInput, UpdateApplicationCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified application to have the specified properties.</p>
30
30
  * <note>
31
31
  * <p>If a property (for example, <code>description</code>) is not provided, the value
@@ -85,6 +85,7 @@ declare const UpdateApplicationCommand_base: {
85
85
  * @throws {@link ElasticBeanstalkServiceException}
86
86
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
87
87
  *
88
+ * @public
88
89
  * @example To change an application's description
89
90
  * ```javascript
90
91
  * // The following operation updates the description of an application named my-app:
@@ -22,10 +22,10 @@ export interface UpdateApplicationResourceLifecycleCommandOutput extends Applica
22
22
  }
23
23
  declare const UpdateApplicationResourceLifecycleCommand_base: {
24
24
  new (input: UpdateApplicationResourceLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApplicationResourceLifecycleCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationResourceLifecycleCommandInput, UpdateApplicationResourceLifecycleCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Modifies lifecycle settings for an application.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -87,6 +87,7 @@ declare const UpdateApplicationResourceLifecycleCommand_base: {
87
87
  * @throws {@link ElasticBeanstalkServiceException}
88
88
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
89
89
  *
90
+ * @public
90
91
  */
91
92
  export declare class UpdateApplicationResourceLifecycleCommand extends UpdateApplicationResourceLifecycleCommand_base {
92
93
  }
@@ -22,10 +22,10 @@ export interface UpdateApplicationVersionCommandOutput extends ApplicationVersio
22
22
  }
23
23
  declare const UpdateApplicationVersionCommand_base: {
24
24
  new (input: UpdateApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateApplicationVersionCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateApplicationVersionCommandInput, UpdateApplicationVersionCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified application version to have the specified properties.</p>
30
30
  * <note>
31
31
  * <p>If a property (for example, <code>description</code>) is not provided, the value
@@ -77,6 +77,7 @@ declare const UpdateApplicationVersionCommand_base: {
77
77
  * @throws {@link ElasticBeanstalkServiceException}
78
78
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
79
79
  *
80
+ * @public
80
81
  * @example To change an application version's description
81
82
  * ```javascript
82
83
  * // The following operation updates the description of an application version named 22a0-stage-150819_185942:
@@ -22,10 +22,10 @@ export interface UpdateConfigurationTemplateCommandOutput extends ConfigurationS
22
22
  }
23
23
  declare const UpdateConfigurationTemplateCommand_base: {
24
24
  new (input: UpdateConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateConfigurationTemplateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateConfigurationTemplateCommandInput, UpdateConfigurationTemplateCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified configuration template to have the specified properties or
30
30
  * configuration option values.</p>
31
31
  * <note>
@@ -106,6 +106,7 @@ declare const UpdateConfigurationTemplateCommand_base: {
106
106
  * @throws {@link ElasticBeanstalkServiceException}
107
107
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
108
108
  *
109
+ * @public
109
110
  * @example To update a configuration template
110
111
  * ```javascript
111
112
  * // The following operation removes the configured CloudWatch custom health metrics configuration ConfigDocument from a saved configuration template named my-template:
@@ -22,10 +22,10 @@ export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription,
22
22
  }
23
23
  declare const UpdateEnvironmentCommand_base: {
24
24
  new (input: UpdateEnvironmentCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [UpdateEnvironmentCommandInput]): import("@smithy/smithy-client").CommandImpl<UpdateEnvironmentCommandInput, UpdateEnvironmentCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the environment description, deploys a new application version, updates the
30
30
  * configuration settings to an entirely new configuration template, or updates select
31
31
  * configuration option values in the running environment.</p>
@@ -136,6 +136,7 @@ declare const UpdateEnvironmentCommand_base: {
136
136
  * @throws {@link ElasticBeanstalkServiceException}
137
137
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
138
138
  *
139
+ * @public
139
140
  * @example To update an environment to a new version
140
141
  * ```javascript
141
142
  * // The following operation updates an environment named "my-env" to version "v2" of the application to which it belongs:
@@ -22,10 +22,10 @@ export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {
22
22
  }
23
23
  declare const UpdateTagsForResourceCommand_base: {
24
24
  new (input: UpdateTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateTagsForResourceCommandInput, UpdateTagsForResourceCommandOutput, ElasticBeanstalkClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Update the list of tags applied to an AWS Elastic Beanstalk resource. Two lists can be passed: <code>TagsToAdd</code>
30
30
  * for tags to add or update, and <code>TagsToRemove</code>.</p>
31
31
  * <p>Elastic Beanstalk supports tagging of all of its resources. For details about resource tagging, see
@@ -99,6 +99,7 @@ declare const UpdateTagsForResourceCommand_base: {
99
99
  * @throws {@link ElasticBeanstalkServiceException}
100
100
  * <p>Base exception class for all service exceptions from ElasticBeanstalk service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class UpdateTagsForResourceCommand extends UpdateTagsForResourceCommand_base {
104
105
  }
@@ -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: