diff --git a/.changes/next-release/api-change-codebuild-16009.json b/.changes/next-release/api-change-codebuild-16009.json new file mode 100644 index 0000000000..5d0ee6905e --- /dev/null +++ b/.changes/next-release/api-change-codebuild-16009.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``codebuild``", + "description": "AWS CodeBuild Now Supports BuildBatch in Reserved Capacity and Lambda" +} diff --git a/.changes/next-release/api-change-computeoptimizer-12500.json b/.changes/next-release/api-change-computeoptimizer-12500.json new file mode 100644 index 0000000000..99e541cedb --- /dev/null +++ b/.changes/next-release/api-change-computeoptimizer-12500.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``compute-optimizer``", + "description": "This release expands AWS Compute Optimizer rightsizing recommendation support for Amazon EC2 Auto Scaling groups to include those with scaling policies and multiple instance types." +} diff --git a/.changes/next-release/api-change-fms-69507.json b/.changes/next-release/api-change-fms-69507.json new file mode 100644 index 0000000000..14827288af --- /dev/null +++ b/.changes/next-release/api-change-fms-69507.json @@ -0,0 +1,5 @@ +{ + "type": "api-change", + "category": "``fms``", + "description": "AWS Firewall Manager now lets you combine multiple resource tags using the logical AND operator or the logical OR operator." +} diff --git a/botocore/data/codebuild/2016-10-06/service-2.json b/botocore/data/codebuild/2016-10-06/service-2.json index e2db6f59ad..5f031e8d55 100644 --- a/botocore/data/codebuild/2016-10-06/service-2.json +++ b/botocore/data/codebuild/2016-10-06/service-2.json @@ -939,6 +939,10 @@ "computeTypesAllowed":{ "shape":"ComputeTypesAllowed", "documentation":"
An array of strings that specify the compute types that are allowed for the batch build. See Build environment compute types in the CodeBuild User Guide for these values.
" + }, + "fleetsAllowed":{ + "shape":"FleetsAllowed", + "documentation":"An array of strings that specify the fleets that are allowed for the batch build. See Run builds on reserved capacity fleets in the CodeBuild User Guide for more information.
" } }, "documentation":"Specifies restrictions for the batch build.
" @@ -2466,6 +2470,10 @@ "max":100, "min":1 }, + "FleetsAllowed":{ + "type":"list", + "member":{"shape":"NonEmptyString"} + }, "GetReportGroupTrendInput":{ "type":"structure", "required":[ @@ -3549,7 +3557,7 @@ }, "reportBuildStatus":{ "shape":"WrapperBoolean", - "documentation":" Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket. If this is set and you use a different source provider, an invalidInputException
is thrown.
To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.
The status of a build triggered by a webhook is always reported to your source provider.
If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.
" + "documentation":" Set to true to report the status of a build's start and finish to your source provider. This option is valid only when your source provider is GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, GitLab, GitLab Self Managed, or Bitbucket. If this is set and you use a different source provider, an invalidInputException
is thrown.
To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.
The status of a build triggered by a webhook is always reported to your source provider.
If your project's builds are triggered by a webhook, you must push a new commit to the repo for a change to this property to take effect.
" }, "buildStatusConfig":{ "shape":"BuildStatusConfig", @@ -4412,7 +4420,7 @@ }, "reportBuildStatusOverride":{ "shape":"WrapperBoolean", - "documentation":" Set to true to report to your source provider the status of a build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, or Bitbucket, an invalidInputException
is thrown.
To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.
The status of a build triggered by a webhook is always reported to your source provider.
Set to true to report to your source provider the status of a build's start and completion. If you use this option with a source provider other than GitHub, GitHub Enterprise, GitLab, GitLab Self Managed, or Bitbucket, an invalidInputException
is thrown.
To be able to report the build status to the source provider, the user associated with the source provider must have write access to the repo. If the user does not have write access, the build status cannot be updated. For more information, see Source provider access in the CodeBuild User Guide.
The status of a build triggered by a webhook is always reported to your source provider.
The desired capacity, or number of instances, for the Auto Scaling group.
" + "documentation":"The desired capacity, or number of instances, for the EC2 Auto Scaling group.
" }, "minSize":{ "shape":"MinSize", - "documentation":"The minimum size, or minimum number of instances, for the Auto Scaling group.
" + "documentation":"The minimum size, or minimum number of instances, for the EC2 Auto Scaling group.
" }, "maxSize":{ "shape":"MaxSize", - "documentation":"The maximum size, or maximum number of instances, for the Auto Scaling group.
" + "documentation":"The maximum size, or maximum number of instances, for the EC2 Auto Scaling group.
" }, "instanceType":{ - "shape":"InstanceType", - "documentation":"The instance type for the Auto Scaling group.
" + "shape":"NullableInstanceType", + "documentation":"The instance type for the EC2 Auto Scaling group.
" + }, + "allocationStrategy":{ + "shape":"AllocationStrategy", + "documentation":"Describes the allocation strategy that the EC2 Auto Scaling group uses. This field is only available for EC2 Auto Scaling groups with mixed instance types.
" + }, + "estimatedInstanceHourReductionPercentage":{ + "shape":"NullableEstimatedInstanceHourReductionPercentage", + "documentation":"Describes the projected percentage reduction in instance hours after adopting the recommended configuration. This field is only available for EC2 Auto Scaling groups with scaling policies.
" + }, + "type":{ + "shape":"AsgType", + "documentation":"Describes whether the EC2 Auto Scaling group has a single instance type or a mixed instance type configuration.
" + }, + "mixedInstanceTypes":{ + "shape":"MixedInstanceTypes", + "documentation":"List the instance types within an EC2 Auto Scaling group that has mixed instance types.
" } }, - "documentation":"Describes the configuration of an Auto Scaling group.
" + "documentation":"Describes the configuration of an EC2 Auto Scaling group.
" }, "AutoScalingGroupEstimatedMonthlySavings":{ "type":"structure", @@ -1905,6 +1935,9 @@ "CurrentConfigurationDesiredCapacity", "CurrentConfigurationMinSize", "CurrentConfigurationMaxSize", + "CurrentConfigurationAllocationStrategy", + "CurrentConfigurationMixedInstanceTypes", + "CurrentConfigurationType", "CurrentOnDemandPrice", "CurrentStandardOneYearNoUpfrontReservedPrice", "CurrentStandardThreeYearNoUpfrontReservedPrice", @@ -1916,6 +1949,10 @@ "RecommendationOptionsConfigurationDesiredCapacity", "RecommendationOptionsConfigurationMinSize", "RecommendationOptionsConfigurationMaxSize", + "RecommendationOptionsConfigurationEstimatedInstanceHourReductionPercentage", + "RecommendationOptionsConfigurationAllocationStrategy", + "RecommendationOptionsConfigurationMixedInstanceTypes", + "RecommendationOptionsConfigurationType", "RecommendationOptionsProjectedUtilizationMetricsCpuMaximum", "RecommendationOptionsProjectedUtilizationMetricsMemoryMaximum", "RecommendationOptionsPerformanceRisk", @@ -4223,9 +4260,16 @@ "exception":true, "synthetic":true }, + "MixedInstanceType":{"type":"string"}, + "MixedInstanceTypes":{ + "type":"list", + "member":{"shape":"MixedInstanceType"} + }, "NextToken":{"type":"string"}, "NullableCpu":{"type":"integer"}, + "NullableEstimatedInstanceHourReductionPercentage":{"type":"double"}, "NullableIOPS":{"type":"integer"}, + "NullableInstanceType":{"type":"string"}, "NullableMaxAllocatedStorage":{"type":"integer"}, "NullableMemory":{"type":"integer"}, "NullableMemoryReservation":{"type":"integer"}, diff --git a/botocore/data/fms/2018-01-01/service-2.json b/botocore/data/fms/2018-01-01/service-2.json index 8dbb9fdef9..70a0bae6c6 100644 --- a/botocore/data/fms/2018-01-01/service-2.json +++ b/botocore/data/fms/2018-01-01/service-2.json @@ -3211,6 +3211,10 @@ "PolicyStatus":{ "shape":"CustomerPolicyStatus", "documentation":"Indicates whether the policy is in or out of an admin's policy or Region scope.
ACTIVE
- The administrator can manage and delete the policy.
OUT_OF_ADMIN_SCOPE
- The administrator can view the policy, but they can't edit or delete the policy. Existing policy protections stay in place. Any new resources that come into scope of the policy won't be protected.
Specifies whether to combine multiple resource tags with AND, so that a resource must have all tags to be included or excluded, or OR, so that a resource must have at least one tag.
Default: AND
An Firewall Manager policy.
" @@ -3925,18 +3929,25 @@ "documentation":"The resource tag value. To specify an empty string value, either don't provide this or specify it as \"\".
" } }, - "documentation":"The resource tags that Firewall Manager uses to determine if a particular resource should be included or excluded from the Firewall Manager policy. Tags enable you to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. Firewall Manager combines the tags with \"AND\" so that, if you add more than one tag to a policy scope, a resource must have all the specified tags to be included or excluded. For more information, see Working with Tag Editor.
Every resource tag must have a string value, either a non-empty string or an empty string. If you don't provide a value for a resource tag, Firewall Manager saves the value as an empty string: \"\". When Firewall Manager compares tags, it only matches two tags if they have the same key and the same value. A tag with an empty string value only matches with tags that also have an empty string value.
" + "documentation":"The resource tags that Firewall Manager uses to determine if a particular resource should be included or excluded from the Firewall Manager policy. Tags enable you to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. Each tag consists of a key and an optional value. If you add more than one tag to a policy, you can specify whether to combine them using the logical AND operator or the logical OR operator. For more information, see Working with Tag Editor.
Every resource tag must have a string value, either a non-empty string or an empty string. If you don't provide a value for a resource tag, Firewall Manager saves the value as an empty string: \"\". When Firewall Manager compares tags, it only matches two tags if they have the same key and the same value. A tag with an empty string value only matches with tags that also have an empty string value.
" }, "ResourceTagKey":{ "type":"string", "max":128, "min":1, - "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@*\\\\]*)$" + }, + "ResourceTagLogicalOperator":{ + "type":"string", + "enum":[ + "AND", + "OR" + ] }, "ResourceTagValue":{ "type":"string", "max":256, - "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:/=+\\-@]*)$" + "pattern":"^([\\p{L}\\p{Z}\\p{N}_.:\\/=+\\-@*\\\\]*)$" }, "ResourceTags":{ "type":"list",