@aws-sdk/client-elastic-beanstalk 3.300.0 → 3.301.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 (45) hide show
  1. package/dist-types/commands/AbortEnvironmentUpdateCommand.d.ts +1 -1
  2. package/dist-types/commands/ApplyEnvironmentManagedActionCommand.d.ts +1 -1
  3. package/dist-types/commands/AssociateEnvironmentOperationsRoleCommand.d.ts +1 -1
  4. package/dist-types/commands/CheckDNSAvailabilityCommand.d.ts +1 -1
  5. package/dist-types/commands/ComposeEnvironmentsCommand.d.ts +2 -2
  6. package/dist-types/commands/CreateApplicationCommand.d.ts +7 -7
  7. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +6 -6
  8. package/dist-types/commands/CreateConfigurationTemplateCommand.d.ts +6 -6
  9. package/dist-types/commands/CreateEnvironmentCommand.d.ts +8 -8
  10. package/dist-types/commands/CreatePlatformVersionCommand.d.ts +6 -6
  11. package/dist-types/commands/DeleteApplicationCommand.d.ts +1 -1
  12. package/dist-types/commands/DeleteApplicationVersionCommand.d.ts +1 -1
  13. package/dist-types/commands/DeleteConfigurationTemplateCommand.d.ts +1 -1
  14. package/dist-types/commands/DeleteEnvironmentConfigurationCommand.d.ts +1 -1
  15. package/dist-types/commands/DeletePlatformVersionCommand.d.ts +1 -1
  16. package/dist-types/commands/DescribeApplicationVersionsCommand.d.ts +2 -2
  17. package/dist-types/commands/DescribeApplicationsCommand.d.ts +2 -2
  18. package/dist-types/commands/DescribeConfigurationOptionsCommand.d.ts +3 -3
  19. package/dist-types/commands/DescribeConfigurationSettingsCommand.d.ts +1 -1
  20. package/dist-types/commands/DescribeEnvironmentHealthCommand.d.ts +2 -2
  21. package/dist-types/commands/DescribeEnvironmentManagedActionHistoryCommand.d.ts +1 -1
  22. package/dist-types/commands/DescribeEnvironmentManagedActionsCommand.d.ts +1 -1
  23. package/dist-types/commands/DescribeEnvironmentResourcesCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeEnvironmentsCommand.d.ts +3 -3
  25. package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeInstancesHealthCommand.d.ts +2 -2
  27. package/dist-types/commands/DescribePlatformVersionCommand.d.ts +1 -1
  28. package/dist-types/commands/DisassociateEnvironmentOperationsRoleCommand.d.ts +1 -1
  29. package/dist-types/commands/ListPlatformBranchesCommand.d.ts +4 -4
  30. package/dist-types/commands/ListPlatformVersionsCommand.d.ts +4 -4
  31. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  32. package/dist-types/commands/RebuildEnvironmentCommand.d.ts +1 -1
  33. package/dist-types/commands/RequestEnvironmentInfoCommand.d.ts +1 -1
  34. package/dist-types/commands/RestartAppServerCommand.d.ts +1 -1
  35. package/dist-types/commands/RetrieveEnvironmentInfoCommand.d.ts +1 -1
  36. package/dist-types/commands/SwapEnvironmentCNAMEsCommand.d.ts +1 -1
  37. package/dist-types/commands/TerminateEnvironmentCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateApplicationCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateApplicationResourceLifecycleCommand.d.ts +5 -5
  40. package/dist-types/commands/UpdateApplicationVersionCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateConfigurationTemplateCommand.d.ts +5 -5
  42. package/dist-types/commands/UpdateEnvironmentCommand.d.ts +6 -6
  43. package/dist-types/commands/UpdateTagsForResourceCommand.d.ts +4 -4
  44. package/dist-types/commands/ValidateConfigurationSettingsCommand.d.ts +3 -3
  45. package/package.json +3 -3
@@ -27,7 +27,7 @@ export interface AbortEnvironmentUpdateCommandOutput extends __MetadataBearer {
27
27
  * import { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
28
28
  * // const { ElasticBeanstalkClient, AbortEnvironmentUpdateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
29
29
  * const client = new ElasticBeanstalkClient(config);
30
- * const input = {
30
+ * const input = { // AbortEnvironmentUpdateMessage
31
31
  * EnvironmentId: "STRING_VALUE",
32
32
  * EnvironmentName: "STRING_VALUE",
33
33
  * };
@@ -28,7 +28,7 @@ export interface ApplyEnvironmentManagedActionCommandOutput extends ApplyEnviron
28
28
  * import { ElasticBeanstalkClient, ApplyEnvironmentManagedActionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
29
29
  * // const { ElasticBeanstalkClient, ApplyEnvironmentManagedActionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
30
30
  * const client = new ElasticBeanstalkClient(config);
31
- * const input = {
31
+ * const input = { // ApplyEnvironmentManagedActionRequest
32
32
  * EnvironmentName: "STRING_VALUE",
33
33
  * EnvironmentId: "STRING_VALUE",
34
34
  * ActionId: "STRING_VALUE", // required
@@ -29,7 +29,7 @@ export interface AssociateEnvironmentOperationsRoleCommandOutput extends __Metad
29
29
  * import { ElasticBeanstalkClient, AssociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
30
30
  * // const { ElasticBeanstalkClient, AssociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
31
31
  * const client = new ElasticBeanstalkClient(config);
32
- * const input = {
32
+ * const input = { // AssociateEnvironmentOperationsRoleMessage
33
33
  * EnvironmentName: "STRING_VALUE", // required
34
34
  * OperationsRole: "STRING_VALUE", // required
35
35
  * };
@@ -26,7 +26,7 @@ export interface CheckDNSAvailabilityCommandOutput extends CheckDNSAvailabilityR
26
26
  * import { ElasticBeanstalkClient, CheckDNSAvailabilityCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, CheckDNSAvailabilityCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // CheckDNSAvailabilityMessage
30
30
  * CNAMEPrefix: "STRING_VALUE", // required
31
31
  * };
32
32
  * const command = new CheckDNSAvailabilityCommand(input);
@@ -31,10 +31,10 @@ export interface ComposeEnvironmentsCommandOutput extends EnvironmentDescription
31
31
  * import { ElasticBeanstalkClient, ComposeEnvironmentsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
32
32
  * // const { ElasticBeanstalkClient, ComposeEnvironmentsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
33
33
  * const client = new ElasticBeanstalkClient(config);
34
- * const input = {
34
+ * const input = { // ComposeEnvironmentsMessage
35
35
  * ApplicationName: "STRING_VALUE",
36
36
  * GroupName: "STRING_VALUE",
37
- * VersionLabels: [
37
+ * VersionLabels: [ // VersionLabels
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * };
@@ -27,26 +27,26 @@ export interface CreateApplicationCommandOutput extends ApplicationDescriptionMe
27
27
  * import { ElasticBeanstalkClient, CreateApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
28
28
  * // const { ElasticBeanstalkClient, CreateApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
29
29
  * const client = new ElasticBeanstalkClient(config);
30
- * const input = {
30
+ * const input = { // CreateApplicationMessage
31
31
  * ApplicationName: "STRING_VALUE", // required
32
32
  * Description: "STRING_VALUE",
33
- * ResourceLifecycleConfig: {
33
+ * ResourceLifecycleConfig: { // ApplicationResourceLifecycleConfig
34
34
  * ServiceRole: "STRING_VALUE",
35
- * VersionLifecycleConfig: {
36
- * MaxCountRule: {
35
+ * VersionLifecycleConfig: { // ApplicationVersionLifecycleConfig
36
+ * MaxCountRule: { // MaxCountRule
37
37
  * Enabled: true || false, // required
38
38
  * MaxCount: Number("int"),
39
39
  * DeleteSourceFromS3: true || false,
40
40
  * },
41
- * MaxAgeRule: {
41
+ * MaxAgeRule: { // MaxAgeRule
42
42
  * Enabled: true || false, // required
43
43
  * MaxAgeInDays: Number("int"),
44
44
  * DeleteSourceFromS3: true || false,
45
45
  * },
46
46
  * },
47
47
  * },
48
- * Tags: [
49
- * {
48
+ * Tags: [ // Tags
49
+ * { // Tag
50
50
  * Key: "STRING_VALUE",
51
51
  * Value: "STRING_VALUE",
52
52
  * },
@@ -42,20 +42,20 @@ export interface CreateApplicationVersionCommandOutput extends ApplicationVersio
42
42
  * import { ElasticBeanstalkClient, CreateApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
43
43
  * // const { ElasticBeanstalkClient, CreateApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
44
44
  * const client = new ElasticBeanstalkClient(config);
45
- * const input = {
45
+ * const input = { // CreateApplicationVersionMessage
46
46
  * ApplicationName: "STRING_VALUE", // required
47
47
  * VersionLabel: "STRING_VALUE", // required
48
48
  * Description: "STRING_VALUE",
49
- * SourceBuildInformation: {
49
+ * SourceBuildInformation: { // SourceBuildInformation
50
50
  * SourceType: "Git" || "Zip", // required
51
51
  * SourceRepository: "CodeCommit" || "S3", // required
52
52
  * SourceLocation: "STRING_VALUE", // required
53
53
  * },
54
- * SourceBundle: {
54
+ * SourceBundle: { // S3Location
55
55
  * S3Bucket: "STRING_VALUE",
56
56
  * S3Key: "STRING_VALUE",
57
57
  * },
58
- * BuildConfiguration: {
58
+ * BuildConfiguration: { // BuildConfiguration
59
59
  * ArtifactName: "STRING_VALUE",
60
60
  * CodeBuildServiceRole: "STRING_VALUE", // required
61
61
  * ComputeType: "BUILD_GENERAL1_SMALL" || "BUILD_GENERAL1_MEDIUM" || "BUILD_GENERAL1_LARGE",
@@ -64,8 +64,8 @@ export interface CreateApplicationVersionCommandOutput extends ApplicationVersio
64
64
  * },
65
65
  * AutoCreateApplication: true || false,
66
66
  * Process: true || false,
67
- * Tags: [
68
- * {
67
+ * Tags: [ // Tags
68
+ * { // Tag
69
69
  * Key: "STRING_VALUE",
70
70
  * Value: "STRING_VALUE",
71
71
  * },
@@ -49,27 +49,27 @@ export interface CreateConfigurationTemplateCommandOutput extends ConfigurationS
49
49
  * import { ElasticBeanstalkClient, CreateConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
50
50
  * // const { ElasticBeanstalkClient, CreateConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
51
51
  * const client = new ElasticBeanstalkClient(config);
52
- * const input = {
52
+ * const input = { // CreateConfigurationTemplateMessage
53
53
  * ApplicationName: "STRING_VALUE", // required
54
54
  * TemplateName: "STRING_VALUE", // required
55
55
  * SolutionStackName: "STRING_VALUE",
56
56
  * PlatformArn: "STRING_VALUE",
57
- * SourceConfiguration: {
57
+ * SourceConfiguration: { // SourceConfiguration
58
58
  * ApplicationName: "STRING_VALUE",
59
59
  * TemplateName: "STRING_VALUE",
60
60
  * },
61
61
  * EnvironmentId: "STRING_VALUE",
62
62
  * Description: "STRING_VALUE",
63
- * OptionSettings: [
64
- * {
63
+ * OptionSettings: [ // ConfigurationOptionSettingsList
64
+ * { // ConfigurationOptionSetting
65
65
  * ResourceName: "STRING_VALUE",
66
66
  * Namespace: "STRING_VALUE",
67
67
  * OptionName: "STRING_VALUE",
68
68
  * Value: "STRING_VALUE",
69
69
  * },
70
70
  * ],
71
- * Tags: [
72
- * {
71
+ * Tags: [ // Tags
72
+ * { // Tag
73
73
  * Key: "STRING_VALUE",
74
74
  * Value: "STRING_VALUE",
75
75
  * },
@@ -27,19 +27,19 @@ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription,
27
27
  * import { ElasticBeanstalkClient, CreateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
28
28
  * // const { ElasticBeanstalkClient, CreateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
29
29
  * const client = new ElasticBeanstalkClient(config);
30
- * const input = {
30
+ * const input = { // CreateEnvironmentMessage
31
31
  * ApplicationName: "STRING_VALUE", // required
32
32
  * EnvironmentName: "STRING_VALUE",
33
33
  * GroupName: "STRING_VALUE",
34
34
  * Description: "STRING_VALUE",
35
35
  * CNAMEPrefix: "STRING_VALUE",
36
- * Tier: {
36
+ * Tier: { // EnvironmentTier
37
37
  * Name: "STRING_VALUE",
38
38
  * Type: "STRING_VALUE",
39
39
  * Version: "STRING_VALUE",
40
40
  * },
41
- * Tags: [
42
- * {
41
+ * Tags: [ // Tags
42
+ * { // Tag
43
43
  * Key: "STRING_VALUE",
44
44
  * Value: "STRING_VALUE",
45
45
  * },
@@ -48,16 +48,16 @@ export interface CreateEnvironmentCommandOutput extends EnvironmentDescription,
48
48
  * TemplateName: "STRING_VALUE",
49
49
  * SolutionStackName: "STRING_VALUE",
50
50
  * PlatformArn: "STRING_VALUE",
51
- * OptionSettings: [
52
- * {
51
+ * OptionSettings: [ // ConfigurationOptionSettingsList
52
+ * { // ConfigurationOptionSetting
53
53
  * ResourceName: "STRING_VALUE",
54
54
  * Namespace: "STRING_VALUE",
55
55
  * OptionName: "STRING_VALUE",
56
56
  * Value: "STRING_VALUE",
57
57
  * },
58
58
  * ],
59
- * OptionsToRemove: [
60
- * {
59
+ * OptionsToRemove: [ // OptionsSpecifierList
60
+ * { // OptionSpecification
61
61
  * ResourceName: "STRING_VALUE",
62
62
  * Namespace: "STRING_VALUE",
63
63
  * OptionName: "STRING_VALUE",
@@ -26,24 +26,24 @@ export interface CreatePlatformVersionCommandOutput extends CreatePlatformVersio
26
26
  * import { ElasticBeanstalkClient, CreatePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, CreatePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // CreatePlatformVersionRequest
30
30
  * PlatformName: "STRING_VALUE", // required
31
31
  * PlatformVersion: "STRING_VALUE", // required
32
- * PlatformDefinitionBundle: {
32
+ * PlatformDefinitionBundle: { // S3Location
33
33
  * S3Bucket: "STRING_VALUE",
34
34
  * S3Key: "STRING_VALUE",
35
35
  * },
36
36
  * EnvironmentName: "STRING_VALUE",
37
- * OptionSettings: [
38
- * {
37
+ * OptionSettings: [ // ConfigurationOptionSettingsList
38
+ * { // ConfigurationOptionSetting
39
39
  * ResourceName: "STRING_VALUE",
40
40
  * Namespace: "STRING_VALUE",
41
41
  * OptionName: "STRING_VALUE",
42
42
  * Value: "STRING_VALUE",
43
43
  * },
44
44
  * ],
45
- * Tags: [
46
- * {
45
+ * Tags: [ // Tags
46
+ * { // Tag
47
47
  * Key: "STRING_VALUE",
48
48
  * Value: "STRING_VALUE",
49
49
  * },
@@ -31,7 +31,7 @@ export interface DeleteApplicationCommandOutput extends __MetadataBearer {
31
31
  * import { ElasticBeanstalkClient, DeleteApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
32
32
  * // const { ElasticBeanstalkClient, DeleteApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
33
33
  * const client = new ElasticBeanstalkClient(config);
34
- * const input = {
34
+ * const input = { // DeleteApplicationMessage
35
35
  * ApplicationName: "STRING_VALUE", // required
36
36
  * TerminateEnvByForce: true || false,
37
37
  * };
@@ -30,7 +30,7 @@ export interface DeleteApplicationVersionCommandOutput extends __MetadataBearer
30
30
  * import { ElasticBeanstalkClient, DeleteApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
31
31
  * // const { ElasticBeanstalkClient, DeleteApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
32
32
  * const client = new ElasticBeanstalkClient(config);
33
- * const input = {
33
+ * const input = { // DeleteApplicationVersionMessage
34
34
  * ApplicationName: "STRING_VALUE", // required
35
35
  * VersionLabel: "STRING_VALUE", // required
36
36
  * DeleteSourceBundle: true || false,
@@ -31,7 +31,7 @@ export interface DeleteConfigurationTemplateCommandOutput extends __MetadataBear
31
31
  * import { ElasticBeanstalkClient, DeleteConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
32
32
  * // const { ElasticBeanstalkClient, DeleteConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
33
33
  * const client = new ElasticBeanstalkClient(config);
34
- * const input = {
34
+ * const input = { // DeleteConfigurationTemplateMessage
35
35
  * ApplicationName: "STRING_VALUE", // required
36
36
  * TemplateName: "STRING_VALUE", // required
37
37
  * };
@@ -31,7 +31,7 @@ export interface DeleteEnvironmentConfigurationCommandOutput extends __MetadataB
31
31
  * import { ElasticBeanstalkClient, DeleteEnvironmentConfigurationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
32
32
  * // const { ElasticBeanstalkClient, DeleteEnvironmentConfigurationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
33
33
  * const client = new ElasticBeanstalkClient(config);
34
- * const input = {
34
+ * const input = { // DeleteEnvironmentConfigurationMessage
35
35
  * ApplicationName: "STRING_VALUE", // required
36
36
  * EnvironmentName: "STRING_VALUE", // required
37
37
  * };
@@ -26,7 +26,7 @@ export interface DeletePlatformVersionCommandOutput extends DeletePlatformVersio
26
26
  * import { ElasticBeanstalkClient, DeletePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, DeletePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // DeletePlatformVersionRequest
30
30
  * PlatformArn: "STRING_VALUE",
31
31
  * };
32
32
  * const command = new DeletePlatformVersionCommand(input);
@@ -26,9 +26,9 @@ export interface DescribeApplicationVersionsCommandOutput extends ApplicationVer
26
26
  * import { ElasticBeanstalkClient, DescribeApplicationVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, DescribeApplicationVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // DescribeApplicationVersionsMessage
30
30
  * ApplicationName: "STRING_VALUE",
31
- * VersionLabels: [
31
+ * VersionLabels: [ // VersionLabelsList
32
32
  * "STRING_VALUE",
33
33
  * ],
34
34
  * MaxRecords: Number("int"),
@@ -26,8 +26,8 @@ export interface DescribeApplicationsCommandOutput extends ApplicationDescriptio
26
26
  * import { ElasticBeanstalkClient, DescribeApplicationsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, DescribeApplicationsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
30
- * ApplicationNames: [
29
+ * const input = { // DescribeApplicationsMessage
30
+ * ApplicationNames: [ // ApplicationNamesList
31
31
  * "STRING_VALUE",
32
32
  * ],
33
33
  * };
@@ -29,14 +29,14 @@ export interface DescribeConfigurationOptionsCommandOutput extends Configuration
29
29
  * import { ElasticBeanstalkClient, DescribeConfigurationOptionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
30
30
  * // const { ElasticBeanstalkClient, DescribeConfigurationOptionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
31
31
  * const client = new ElasticBeanstalkClient(config);
32
- * const input = {
32
+ * const input = { // DescribeConfigurationOptionsMessage
33
33
  * ApplicationName: "STRING_VALUE",
34
34
  * TemplateName: "STRING_VALUE",
35
35
  * EnvironmentName: "STRING_VALUE",
36
36
  * SolutionStackName: "STRING_VALUE",
37
37
  * PlatformArn: "STRING_VALUE",
38
- * Options: [
39
- * {
38
+ * Options: [ // OptionsSpecifierList
39
+ * { // OptionSpecification
40
40
  * ResourceName: "STRING_VALUE",
41
41
  * Namespace: "STRING_VALUE",
42
42
  * OptionName: "STRING_VALUE",
@@ -40,7 +40,7 @@ export interface DescribeConfigurationSettingsCommandOutput extends Configuratio
40
40
  * import { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
41
41
  * // const { ElasticBeanstalkClient, DescribeConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
42
42
  * const client = new ElasticBeanstalkClient(config);
43
- * const input = {
43
+ * const input = { // DescribeConfigurationSettingsMessage
44
44
  * ApplicationName: "STRING_VALUE", // required
45
45
  * TemplateName: "STRING_VALUE",
46
46
  * EnvironmentName: "STRING_VALUE",
@@ -28,10 +28,10 @@ export interface DescribeEnvironmentHealthCommandOutput extends DescribeEnvironm
28
28
  * import { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
29
29
  * // const { ElasticBeanstalkClient, DescribeEnvironmentHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
30
30
  * const client = new ElasticBeanstalkClient(config);
31
- * const input = {
31
+ * const input = { // DescribeEnvironmentHealthRequest
32
32
  * EnvironmentName: "STRING_VALUE",
33
33
  * EnvironmentId: "STRING_VALUE",
34
- * AttributeNames: [
34
+ * AttributeNames: [ // EnvironmentHealthAttributes
35
35
  * "Status" || "Color" || "Causes" || "ApplicationMetrics" || "InstancesHealth" || "All" || "HealthStatus" || "RefreshedAt",
36
36
  * ],
37
37
  * };
@@ -26,7 +26,7 @@ export interface DescribeEnvironmentManagedActionHistoryCommandOutput extends De
26
26
  * import { ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, DescribeEnvironmentManagedActionHistoryCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // DescribeEnvironmentManagedActionHistoryRequest
30
30
  * EnvironmentId: "STRING_VALUE",
31
31
  * EnvironmentName: "STRING_VALUE",
32
32
  * NextToken: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface DescribeEnvironmentManagedActionsCommandOutput extends Describe
26
26
  * import { ElasticBeanstalkClient, DescribeEnvironmentManagedActionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, DescribeEnvironmentManagedActionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // DescribeEnvironmentManagedActionsRequest
30
30
  * EnvironmentName: "STRING_VALUE",
31
31
  * EnvironmentId: "STRING_VALUE",
32
32
  * Status: "Scheduled" || "Pending" || "Running" || "Unknown",
@@ -26,7 +26,7 @@ export interface DescribeEnvironmentResourcesCommandOutput extends EnvironmentRe
26
26
  * import { ElasticBeanstalkClient, DescribeEnvironmentResourcesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, DescribeEnvironmentResourcesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // DescribeEnvironmentResourcesMessage
30
30
  * EnvironmentId: "STRING_VALUE",
31
31
  * EnvironmentName: "STRING_VALUE",
32
32
  * };
@@ -26,13 +26,13 @@ export interface DescribeEnvironmentsCommandOutput extends EnvironmentDescriptio
26
26
  * import { ElasticBeanstalkClient, DescribeEnvironmentsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, DescribeEnvironmentsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // DescribeEnvironmentsMessage
30
30
  * ApplicationName: "STRING_VALUE",
31
31
  * VersionLabel: "STRING_VALUE",
32
- * EnvironmentIds: [
32
+ * EnvironmentIds: [ // EnvironmentIdList
33
33
  * "STRING_VALUE",
34
34
  * ],
35
- * EnvironmentNames: [
35
+ * EnvironmentNames: [ // EnvironmentNamesList
36
36
  * "STRING_VALUE",
37
37
  * ],
38
38
  * IncludeDeleted: true || false,
@@ -30,7 +30,7 @@ export interface DescribeEventsCommandOutput extends EventDescriptionsMessage, _
30
30
  * import { ElasticBeanstalkClient, DescribeEventsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
31
31
  * // const { ElasticBeanstalkClient, DescribeEventsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
32
32
  * const client = new ElasticBeanstalkClient(config);
33
- * const input = {
33
+ * const input = { // DescribeEventsMessage
34
34
  * ApplicationName: "STRING_VALUE",
35
35
  * VersionLabel: "STRING_VALUE",
36
36
  * TemplateName: "STRING_VALUE",
@@ -28,10 +28,10 @@ export interface DescribeInstancesHealthCommandOutput extends DescribeInstancesH
28
28
  * import { ElasticBeanstalkClient, DescribeInstancesHealthCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
29
29
  * // const { ElasticBeanstalkClient, DescribeInstancesHealthCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
30
30
  * const client = new ElasticBeanstalkClient(config);
31
- * const input = {
31
+ * const input = { // DescribeInstancesHealthRequest
32
32
  * EnvironmentName: "STRING_VALUE",
33
33
  * EnvironmentId: "STRING_VALUE",
34
- * AttributeNames: [
34
+ * AttributeNames: [ // InstancesHealthAttributes
35
35
  * "HealthStatus" || "Color" || "Causes" || "ApplicationMetrics" || "RefreshedAt" || "LaunchedAt" || "System" || "Deployment" || "AvailabilityZone" || "InstanceType" || "All",
36
36
  * ],
37
37
  * NextToken: "STRING_VALUE",
@@ -29,7 +29,7 @@ export interface DescribePlatformVersionCommandOutput extends DescribePlatformVe
29
29
  * import { ElasticBeanstalkClient, DescribePlatformVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
30
30
  * // const { ElasticBeanstalkClient, DescribePlatformVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
31
31
  * const client = new ElasticBeanstalkClient(config);
32
- * const input = {
32
+ * const input = { // DescribePlatformVersionRequest
33
33
  * PlatformArn: "STRING_VALUE",
34
34
  * };
35
35
  * const command = new DescribePlatformVersionCommand(input);
@@ -29,7 +29,7 @@ export interface DisassociateEnvironmentOperationsRoleCommandOutput extends __Me
29
29
  * import { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
30
30
  * // const { ElasticBeanstalkClient, DisassociateEnvironmentOperationsRoleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
31
31
  * const client = new ElasticBeanstalkClient(config);
32
- * const input = {
32
+ * const input = { // DisassociateEnvironmentOperationsRoleMessage
33
33
  * EnvironmentName: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new DisassociateEnvironmentOperationsRoleCommand(input);
@@ -29,12 +29,12 @@ export interface ListPlatformBranchesCommandOutput extends ListPlatformBranchesR
29
29
  * import { ElasticBeanstalkClient, ListPlatformBranchesCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
30
30
  * // const { ElasticBeanstalkClient, ListPlatformBranchesCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
31
31
  * const client = new ElasticBeanstalkClient(config);
32
- * const input = {
33
- * Filters: [
34
- * {
32
+ * const input = { // ListPlatformBranchesRequest
33
+ * Filters: [ // SearchFilters
34
+ * { // SearchFilter
35
35
  * Attribute: "STRING_VALUE",
36
36
  * Operator: "STRING_VALUE",
37
- * Values: [
37
+ * Values: [ // SearchFilterValues
38
38
  * "STRING_VALUE",
39
39
  * ],
40
40
  * },
@@ -30,12 +30,12 @@ export interface ListPlatformVersionsCommandOutput extends ListPlatformVersionsR
30
30
  * import { ElasticBeanstalkClient, ListPlatformVersionsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
31
31
  * // const { ElasticBeanstalkClient, ListPlatformVersionsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
32
32
  * const client = new ElasticBeanstalkClient(config);
33
- * const input = {
34
- * Filters: [
35
- * {
33
+ * const input = { // ListPlatformVersionsRequest
34
+ * Filters: [ // PlatformFilters
35
+ * { // PlatformFilter
36
36
  * Type: "STRING_VALUE",
37
37
  * Operator: "STRING_VALUE",
38
- * Values: [
38
+ * Values: [ // PlatformFilterValueList
39
39
  * "STRING_VALUE",
40
40
  * ],
41
41
  * },
@@ -29,7 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ResourceTagsDescriptio
29
29
  * import { ElasticBeanstalkClient, ListTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
30
30
  * // const { ElasticBeanstalkClient, ListTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
31
31
  * const client = new ElasticBeanstalkClient(config);
32
- * const input = {
32
+ * const input = { // ListTagsForResourceMessage
33
33
  * ResourceArn: "STRING_VALUE", // required
34
34
  * };
35
35
  * const command = new ListTagsForResourceCommand(input);
@@ -27,7 +27,7 @@ export interface RebuildEnvironmentCommandOutput extends __MetadataBearer {
27
27
  * import { ElasticBeanstalkClient, RebuildEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
28
28
  * // const { ElasticBeanstalkClient, RebuildEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
29
29
  * const client = new ElasticBeanstalkClient(config);
30
- * const input = {
30
+ * const input = { // RebuildEnvironmentMessage
31
31
  * EnvironmentId: "STRING_VALUE",
32
32
  * EnvironmentName: "STRING_VALUE",
33
33
  * };
@@ -41,7 +41,7 @@ export interface RequestEnvironmentInfoCommandOutput extends __MetadataBearer {
41
41
  * import { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
42
42
  * // const { ElasticBeanstalkClient, RequestEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
43
43
  * const client = new ElasticBeanstalkClient(config);
44
- * const input = {
44
+ * const input = { // RequestEnvironmentInfoMessage
45
45
  * EnvironmentId: "STRING_VALUE",
46
46
  * EnvironmentName: "STRING_VALUE",
47
47
  * InfoType: "tail" || "bundle", // required
@@ -27,7 +27,7 @@ export interface RestartAppServerCommandOutput extends __MetadataBearer {
27
27
  * import { ElasticBeanstalkClient, RestartAppServerCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
28
28
  * // const { ElasticBeanstalkClient, RestartAppServerCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
29
29
  * const client = new ElasticBeanstalkClient(config);
30
- * const input = {
30
+ * const input = { // RestartAppServerMessage
31
31
  * EnvironmentId: "STRING_VALUE",
32
32
  * EnvironmentName: "STRING_VALUE",
33
33
  * };
@@ -35,7 +35,7 @@ export interface RetrieveEnvironmentInfoCommandOutput extends RetrieveEnvironmen
35
35
  * import { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
36
36
  * // const { ElasticBeanstalkClient, RetrieveEnvironmentInfoCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
37
37
  * const client = new ElasticBeanstalkClient(config);
38
- * const input = {
38
+ * const input = { // RetrieveEnvironmentInfoMessage
39
39
  * EnvironmentId: "STRING_VALUE",
40
40
  * EnvironmentName: "STRING_VALUE",
41
41
  * InfoType: "tail" || "bundle", // required
@@ -26,7 +26,7 @@ export interface SwapEnvironmentCNAMEsCommandOutput extends __MetadataBearer {
26
26
  * import { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, SwapEnvironmentCNAMEsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // SwapEnvironmentCNAMEsMessage
30
30
  * SourceEnvironmentId: "STRING_VALUE",
31
31
  * SourceEnvironmentName: "STRING_VALUE",
32
32
  * DestinationEnvironmentId: "STRING_VALUE",
@@ -26,7 +26,7 @@ export interface TerminateEnvironmentCommandOutput extends EnvironmentDescriptio
26
26
  * import { ElasticBeanstalkClient, TerminateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, TerminateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // TerminateEnvironmentMessage
30
30
  * EnvironmentId: "STRING_VALUE",
31
31
  * EnvironmentName: "STRING_VALUE",
32
32
  * TerminateResources: true || false,
@@ -30,7 +30,7 @@ export interface UpdateApplicationCommandOutput extends ApplicationDescriptionMe
30
30
  * import { ElasticBeanstalkClient, UpdateApplicationCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
31
31
  * // const { ElasticBeanstalkClient, UpdateApplicationCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
32
32
  * const client = new ElasticBeanstalkClient(config);
33
- * const input = {
33
+ * const input = { // UpdateApplicationMessage
34
34
  * ApplicationName: "STRING_VALUE", // required
35
35
  * Description: "STRING_VALUE",
36
36
  * };
@@ -26,17 +26,17 @@ export interface UpdateApplicationResourceLifecycleCommandOutput extends Applica
26
26
  * import { ElasticBeanstalkClient, UpdateApplicationResourceLifecycleCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
27
27
  * // const { ElasticBeanstalkClient, UpdateApplicationResourceLifecycleCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
28
28
  * const client = new ElasticBeanstalkClient(config);
29
- * const input = {
29
+ * const input = { // UpdateApplicationResourceLifecycleMessage
30
30
  * ApplicationName: "STRING_VALUE", // required
31
- * ResourceLifecycleConfig: {
31
+ * ResourceLifecycleConfig: { // ApplicationResourceLifecycleConfig
32
32
  * ServiceRole: "STRING_VALUE",
33
- * VersionLifecycleConfig: {
34
- * MaxCountRule: {
33
+ * VersionLifecycleConfig: { // ApplicationVersionLifecycleConfig
34
+ * MaxCountRule: { // MaxCountRule
35
35
  * Enabled: true || false, // required
36
36
  * MaxCount: Number("int"),
37
37
  * DeleteSourceFromS3: true || false,
38
38
  * },
39
- * MaxAgeRule: {
39
+ * MaxAgeRule: { // MaxAgeRule
40
40
  * Enabled: true || false, // required
41
41
  * MaxAgeInDays: Number("int"),
42
42
  * DeleteSourceFromS3: true || false,
@@ -30,7 +30,7 @@ export interface UpdateApplicationVersionCommandOutput extends ApplicationVersio
30
30
  * import { ElasticBeanstalkClient, UpdateApplicationVersionCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
31
31
  * // const { ElasticBeanstalkClient, UpdateApplicationVersionCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
32
32
  * const client = new ElasticBeanstalkClient(config);
33
- * const input = {
33
+ * const input = { // UpdateApplicationVersionMessage
34
34
  * ApplicationName: "STRING_VALUE", // required
35
35
  * VersionLabel: "STRING_VALUE", // required
36
36
  * Description: "STRING_VALUE",
@@ -39,20 +39,20 @@ export interface UpdateConfigurationTemplateCommandOutput extends ConfigurationS
39
39
  * import { ElasticBeanstalkClient, UpdateConfigurationTemplateCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
40
40
  * // const { ElasticBeanstalkClient, UpdateConfigurationTemplateCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
41
41
  * const client = new ElasticBeanstalkClient(config);
42
- * const input = {
42
+ * const input = { // UpdateConfigurationTemplateMessage
43
43
  * ApplicationName: "STRING_VALUE", // required
44
44
  * TemplateName: "STRING_VALUE", // required
45
45
  * Description: "STRING_VALUE",
46
- * OptionSettings: [
47
- * {
46
+ * OptionSettings: [ // ConfigurationOptionSettingsList
47
+ * { // ConfigurationOptionSetting
48
48
  * ResourceName: "STRING_VALUE",
49
49
  * Namespace: "STRING_VALUE",
50
50
  * OptionName: "STRING_VALUE",
51
51
  * Value: "STRING_VALUE",
52
52
  * },
53
53
  * ],
54
- * OptionsToRemove: [
55
- * {
54
+ * OptionsToRemove: [ // OptionsSpecifierList
55
+ * { // OptionSpecification
56
56
  * ResourceName: "STRING_VALUE",
57
57
  * Namespace: "STRING_VALUE",
58
58
  * OptionName: "STRING_VALUE",
@@ -34,13 +34,13 @@ export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription,
34
34
  * import { ElasticBeanstalkClient, UpdateEnvironmentCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
35
35
  * // const { ElasticBeanstalkClient, UpdateEnvironmentCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
36
36
  * const client = new ElasticBeanstalkClient(config);
37
- * const input = {
37
+ * const input = { // UpdateEnvironmentMessage
38
38
  * ApplicationName: "STRING_VALUE",
39
39
  * EnvironmentId: "STRING_VALUE",
40
40
  * EnvironmentName: "STRING_VALUE",
41
41
  * GroupName: "STRING_VALUE",
42
42
  * Description: "STRING_VALUE",
43
- * Tier: {
43
+ * Tier: { // EnvironmentTier
44
44
  * Name: "STRING_VALUE",
45
45
  * Type: "STRING_VALUE",
46
46
  * Version: "STRING_VALUE",
@@ -49,16 +49,16 @@ export interface UpdateEnvironmentCommandOutput extends EnvironmentDescription,
49
49
  * TemplateName: "STRING_VALUE",
50
50
  * SolutionStackName: "STRING_VALUE",
51
51
  * PlatformArn: "STRING_VALUE",
52
- * OptionSettings: [
53
- * {
52
+ * OptionSettings: [ // ConfigurationOptionSettingsList
53
+ * { // ConfigurationOptionSetting
54
54
  * ResourceName: "STRING_VALUE",
55
55
  * Namespace: "STRING_VALUE",
56
56
  * OptionName: "STRING_VALUE",
57
57
  * Value: "STRING_VALUE",
58
58
  * },
59
59
  * ],
60
- * OptionsToRemove: [
61
- * {
60
+ * OptionsToRemove: [ // OptionsSpecifierList
61
+ * { // OptionSpecification
62
62
  * ResourceName: "STRING_VALUE",
63
63
  * Namespace: "STRING_VALUE",
64
64
  * OptionName: "STRING_VALUE",
@@ -45,15 +45,15 @@ export interface UpdateTagsForResourceCommandOutput extends __MetadataBearer {
45
45
  * import { ElasticBeanstalkClient, UpdateTagsForResourceCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
46
46
  * // const { ElasticBeanstalkClient, UpdateTagsForResourceCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
47
47
  * const client = new ElasticBeanstalkClient(config);
48
- * const input = {
48
+ * const input = { // UpdateTagsForResourceMessage
49
49
  * ResourceArn: "STRING_VALUE", // required
50
- * TagsToAdd: [
51
- * {
50
+ * TagsToAdd: [ // TagList
51
+ * { // Tag
52
52
  * Key: "STRING_VALUE",
53
53
  * Value: "STRING_VALUE",
54
54
  * },
55
55
  * ],
56
- * TagsToRemove: [
56
+ * TagsToRemove: [ // TagKeyList
57
57
  * "STRING_VALUE",
58
58
  * ],
59
59
  * };
@@ -29,12 +29,12 @@ export interface ValidateConfigurationSettingsCommandOutput extends Configuratio
29
29
  * import { ElasticBeanstalkClient, ValidateConfigurationSettingsCommand } from "@aws-sdk/client-elastic-beanstalk"; // ES Modules import
30
30
  * // const { ElasticBeanstalkClient, ValidateConfigurationSettingsCommand } = require("@aws-sdk/client-elastic-beanstalk"); // CommonJS import
31
31
  * const client = new ElasticBeanstalkClient(config);
32
- * const input = {
32
+ * const input = { // ValidateConfigurationSettingsMessage
33
33
  * ApplicationName: "STRING_VALUE", // required
34
34
  * TemplateName: "STRING_VALUE",
35
35
  * EnvironmentName: "STRING_VALUE",
36
- * OptionSettings: [ // required
37
- * {
36
+ * OptionSettings: [ // ConfigurationOptionSettingsList // required
37
+ * { // ConfigurationOptionSetting
38
38
  * ResourceName: "STRING_VALUE",
39
39
  * Namespace: "STRING_VALUE",
40
40
  * OptionName: "STRING_VALUE",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-beanstalk",
3
3
  "description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",