Skip to content

Commit b87d373

Browse files
author
aws-sdk-release-automation-prod
committed
Release Model Changes:
ad83ccf5-28ff-4efd-84fd-d5bbac2b68e8 33cc7064-9467-4989-bccc-5869717fc105 cdc3154b-70f0-4d38-a154-692d243ffaaf 8552c4b0-4349-4ed0-bf78-7425e3d4493e
1 parent 2122db6 commit b87d373

File tree

5 files changed

+483
-158
lines changed

5 files changed

+483
-158
lines changed

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.4
1+
model.all.version=1.0.5
22
model.accessanalyzer.version=1.0.0
33
model.account.version=1.0.0
44
model.acm.version=1.0.0
@@ -37,7 +37,7 @@ model.backup-gateway.version=1.0.0
3737
model.backupsearch.version=1.0.0
3838
model.batch.version=1.0.0
3939
model.bcm-data-exports.version=1.0.0
40-
model.bcm-pricing-calculator.version=1.0.0
40+
model.bcm-pricing-calculator.version=1.0.1
4141
model.bedrock.version=1.0.0
4242
model.bedrock-agent.version=1.0.1
4343
model.bedrock-agent-runtime.version=1.0.0
@@ -60,7 +60,7 @@ model.cleanroomsml.version=1.0.0
6060
model.cloud9.version=1.0.0
6161
model.cloudcontrol.version=1.0.0
6262
model.clouddirectory.version=1.0.0
63-
model.cloudformation.version=1.0.0
63+
model.cloudformation.version=1.0.1
6464
model.cloudfront.version=1.0.0
6565
model.cloudfront-keyvaluestore.version=1.0.0
6666
model.cloudhsm.version=1.0.0
@@ -209,7 +209,7 @@ model.kinesis-video-archived-media.version=1.0.0
209209
model.kinesis-video-media.version=1.0.0
210210
model.kinesis-video-signaling.version=1.0.0
211211
model.kinesis-video-webrtc-storage.version=1.0.0
212-
model.kms.version=1.0.0
212+
model.kms.version=1.0.1
213213
model.lakeformation.version=1.0.0
214214
model.lambda.version=1.0.0
215215
model.launch-wizard.version=1.0.0
@@ -393,7 +393,7 @@ model.voice-id.version=1.0.0
393393
model.vpc-lattice.version=1.0.0
394394
model.waf.version=1.0.0
395395
model.waf-regional.version=1.0.0
396-
model.wafv2.version=1.0.0
396+
model.wafv2.version=1.0.1
397397
model.wellarchitected.version=1.0.0
398398
model.wisdom.version=1.0.0
399399
model.workdocs.version=1.0.0

models/bcm-pricing-calculator/service/2024-06-19/bcm-pricing-calculator-2024-06-19.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5693,7 +5693,7 @@
56935693
"type": "integer",
56945694
"traits": {
56955695
"smithy.api#range": {
5696-
"min": 0,
5696+
"min": 1,
56975697
"max": 25
56985698
}
56995699
}
@@ -5794,7 +5794,7 @@
57945794
"traits": {
57955795
"smithy.api#length": {
57965796
"min": 1,
5797-
"max": 2
5797+
"max": 3
57985798
}
57995799
}
58005800
},
@@ -7131,7 +7131,7 @@
71317131
"type": "integer",
71327132
"traits": {
71337133
"smithy.api#range": {
7134-
"min": 0,
7134+
"min": 1,
71357135
"max": 300
71367136
}
71377137
}

models/cloudformation/service/2010-05-15/cloudformation-2010-05-15.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11853,7 +11853,7 @@
1185311853
"Types": {
1185411854
"target": "com.amazonaws.cloudformation#ResourceTypeFilters",
1185511855
"traits": {
11856-
"smithy.api#documentation": "<p>An array of strings where each string represents an Amazon Web Services resource type you want to scan.\n Each string defines the resource type using the format\n <code>AWS::ServiceName::ResourceType</code>, for example, <code>AWS::DynamoDB::Table</code>. For\n the full list of supported resource types, see the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html\">Resource type\n support</a> table in the <i>CloudFormation User Guide</i>.</p>\n <p>To scan all resource types within a service, you can use a wildcard, represented by an\n asterisk (<code>*</code>). You can place a asterisk at only the end of the string, for example,\n <code>AWS::S3::*</code>.</p>"
11856+
"smithy.api#documentation": "<p>An array of strings where each string represents an Amazon Web Services resource type you want to scan.\n Each string defines the resource type using the format\n <code>AWS::ServiceName::ResourceType</code>, for example, <code>AWS::DynamoDB::Table</code>. For\n the full list of supported resource types, see the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/resource-import-supported-resources.html\">Resource type\n support</a> table in the <i>CloudFormation User Guide</i>.</p>\n <p>To scan all resource types within a service, you can use a wildcard, represented by an\n asterisk (<code>*</code>). You can place an asterisk at only the end of the string, for example,\n <code>AWS::S3::*</code>.</p>"
1185711857
}
1185811858
}
1185911859
},
@@ -16731,6 +16731,12 @@
1673116731
"traits": {
1673216732
"smithy.api#enumValue": "MUTUALLY_EXCLUSIVE_TYPES"
1673316733
}
16734+
},
16735+
"EXCLUDED_PROPERTIES": {
16736+
"target": "smithy.api#Unit",
16737+
"traits": {
16738+
"smithy.api#enumValue": "EXCLUDED_PROPERTIES"
16739+
}
1673416740
}
1673516741
}
1673616742
},

0 commit comments

Comments
 (0)