Skip to content

Commit

Permalink
Update SDK models
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-rust-ci committed Feb 6, 2025
1 parent 470ca48 commit 1df600d
Show file tree
Hide file tree
Showing 800 changed files with 19,623 additions and 2,165 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[workspace]
resolver = "2"
exclude = [
"examples/examples",
"examples/cross_service",
"examples/webassembly",
"examples/lambda",
"examples/test-utils",
"tests/no-default-features",
"tests/webassembly"
"examples/examples",
"examples/lambda",
"tests/webassembly",
"tests/no-default-features"
]
members = [
"sdk/accessanalyzer",
Expand Down
1,192 changes: 1,039 additions & 153 deletions aws-models/cloudformation.json

Large diffs are not rendered by default.

935 changes: 916 additions & 19 deletions aws-models/connectcases.json

Large diffs are not rendered by default.

99 changes: 87 additions & 12 deletions aws-models/cost-optimization-hub.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,13 @@
"DELETE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Delete",
"smithy.api#tags": [
"idle"
]
"smithy.api#enumValue": "Delete"
}
},
"SCALE_IN": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "ScaleIn"
}
}
}
Expand All @@ -135,6 +138,23 @@
}
}
},
"com.amazonaws.costoptimizationhub#AllocationStrategy": {
"type": "enum",
"members": {
"PRIORITIZED": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "Prioritized"
}
},
"LOWEST_PRICE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "LowestPrice"
}
}
}
},
"com.amazonaws.costoptimizationhub#BlockStoragePerformanceConfiguration": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -965,7 +985,7 @@
"configuration": {
"target": "com.amazonaws.costoptimizationhub#EbsVolumeConfiguration",
"traits": {
"smithy.api#documentation": "<p>The Amazon Elastic Block Store volume configuration used for\n recommendations.</p>"
"smithy.api#documentation": "<p>The Amazon Elastic Block Store volume configuration used for recommendations.</p>"
}
},
"costCalculation": {
Expand All @@ -976,7 +996,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>Describes the Amazon Elastic Block Store volume configuration of the current and\n recommended resource configuration for a recommendation.</p>"
"smithy.api#documentation": "<p>Describes the Amazon Elastic Block Store volume configuration of the current and recommended\n resource configuration for a recommendation.</p>"
}
},
"com.amazonaws.costoptimizationhub#EbsVolumeConfiguration": {
Expand All @@ -1002,7 +1022,7 @@
}
},
"traits": {
"smithy.api#documentation": "<p>The Amazon Elastic Block Store volume configuration used for\n recommendations.</p>"
"smithy.api#documentation": "<p>The Amazon Elastic Block Store volume configuration used for recommendations.</p>"
}
},
"com.amazonaws.costoptimizationhub#Ec2AutoScalingGroup": {
Expand Down Expand Up @@ -1031,12 +1051,47 @@
"instance": {
"target": "com.amazonaws.costoptimizationhub#InstanceConfiguration",
"traits": {
"smithy.api#documentation": "<p>Details about the instance.</p>"
"smithy.api#documentation": "<p>Details about the instance for the EC2 Auto Scaling group with a single instance\n type.</p>"
}
},
"mixedInstances": {
"target": "com.amazonaws.costoptimizationhub#MixedInstanceConfigurationList",
"traits": {
"smithy.api#documentation": "<p>A list of instance types for an EC2 Auto Scaling group with mixed instance types.</p>"
}
},
"type": {
"target": "com.amazonaws.costoptimizationhub#Ec2AutoScalingGroupType",
"traits": {
"smithy.api#documentation": "<p>The type of EC2 Auto Scaling group, showing whether it consists of a single instance type\n or mixed instance types.</p>"
}
},
"allocationStrategy": {
"target": "com.amazonaws.costoptimizationhub#AllocationStrategy",
"traits": {
"smithy.api#documentation": "<p>The strategy used for allocating instances, based on a predefined priority order or based\n on the lowest available price.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The EC2 auto scaling group configuration used for recommendations.</p>"
"smithy.api#documentation": "<p>The EC2 Auto Scaling group configuration used for recommendations.</p>"
}
},
"com.amazonaws.costoptimizationhub#Ec2AutoScalingGroupType": {
"type": "enum",
"members": {
"SINGLE_INSTANCE_TYPE": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "SingleInstanceType"
}
},
"MIXED_INSTANCE_TYPES": {
"target": "smithy.api#Unit",
"traits": {
"smithy.api#enumValue": "MixedInstanceTypes"
}
}
}
},
"com.amazonaws.costoptimizationhub#Ec2Instance": {
Expand Down Expand Up @@ -1816,12 +1871,12 @@
"type": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>Details about the type.</p>"
"smithy.api#documentation": "<p>The instance type of the configuration.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The Instance configuration used for recommendations.</p>"
"smithy.api#documentation": "<p>The instance configuration used for recommendations.</p>"
}
},
"com.amazonaws.costoptimizationhub#InternalServerException": {
Expand Down Expand Up @@ -2211,6 +2266,26 @@
}
}
},
"com.amazonaws.costoptimizationhub#MixedInstanceConfiguration": {
"type": "structure",
"members": {
"type": {
"target": "smithy.api#String",
"traits": {
"smithy.api#documentation": "<p>The instance type of the configuration.</p>"
}
}
},
"traits": {
"smithy.api#documentation": "<p>The configuration for the EC2 Auto Scaling group with mixed instance types.</p>"
}
},
"com.amazonaws.costoptimizationhub#MixedInstanceConfigurationList": {
"type": "list",
"member": {
"target": "com.amazonaws.costoptimizationhub#MixedInstanceConfiguration"
}
},
"com.amazonaws.costoptimizationhub#OpenSearchReservedInstances": {
"type": "structure",
"members": {
Expand Down Expand Up @@ -3016,7 +3091,7 @@
"sageMakerSavingsPlans": {
"target": "com.amazonaws.costoptimizationhub#SageMakerSavingsPlans",
"traits": {
"smithy.api#documentation": "<p>The SageMaker Savings Plans recommendation details.</p>"
"smithy.api#documentation": "<p>The SageMaker AI\n Savings Plans recommendation details.</p>"
}
},
"rdsDbInstance": {
Expand Down
Loading

0 comments on commit 1df600d

Please sign in to comment.