Skip to content

Commit 42106df

Browse files
Update SDK models
1 parent db5bd5f commit 42106df

File tree

232 files changed

+3192
-834
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

232 files changed

+3192
-834
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
resolver = "2"
33
exclude = [
4+
"examples/webassembly",
45
"examples/test-utils",
6+
"examples/lambda",
57
"examples/cross_service",
6-
"examples/webassembly",
78
"examples/examples",
8-
"examples/lambda",
99
"tests/webassembly",
1010
"tests/no-default-features",
1111
"tests/telemetry"

aws-models/cloudfront.json

Lines changed: 671 additions & 378 deletions
Large diffs are not rendered by default.

aws-models/deadline.json

Lines changed: 86 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2467,7 +2467,10 @@
24672467
"deadline:TagResource",
24682468
"iam:PassRole",
24692469
"identitystore:ListGroupMembershipsForMember",
2470-
"logs:CreateLogGroup"
2470+
"logs:CreateLogGroup",
2471+
"vpc-lattice:GetResourceConfiguration",
2472+
"vpc-lattice:GetResourceGateway",
2473+
"ec2:CreateVpcEndpoint"
24712474
]
24722475
},
24732476
"smithy.api#documentation": "<p>Creates a fleet. Fleets gather information relating to compute, or capacity, for renders within your farms. You can choose to manage your own capacity or opt to have fleets fully managed by Deadline Cloud.</p>",
@@ -3028,6 +3031,7 @@
30283031
"name": "CreateMonitor",
30293032
"documentation": "Grants permission to create a monitor",
30303033
"requiredActions": [
3034+
"deadline:TagResource",
30313035
"sso:CreateApplication",
30323036
"sso:PutApplicationAssignmentConfiguration",
30333037
"sso:PutApplicationAuthenticationMethod",
@@ -11595,6 +11599,18 @@
1159511599
"smithy.api#documentation": "<p>The date and time the resource started running.</p>"
1159611600
}
1159711601
},
11602+
"updatedAt": {
11603+
"target": "com.amazonaws.deadline#UpdatedAt",
11604+
"traits": {
11605+
"smithy.api#documentation": "<p>The date and time the resource was updated.</p>"
11606+
}
11607+
},
11608+
"updatedBy": {
11609+
"target": "com.amazonaws.deadline#UpdatedBy",
11610+
"traits": {
11611+
"smithy.api#documentation": "<p>The user or system that updated this resource.</p>"
11612+
}
11613+
},
1159811614
"jobParameters": {
1159911615
"target": "com.amazonaws.deadline#JobParameters",
1160011616
"traits": {
@@ -17645,6 +17661,12 @@
1764517661
"smithy.api#required": {}
1764617662
}
1764717663
},
17664+
"vpcConfiguration": {
17665+
"target": "com.amazonaws.deadline#VpcConfiguration",
17666+
"traits": {
17667+
"smithy.api#documentation": "<p>The VPC configuration details for a service managed Amazon EC2 fleet.</p>"
17668+
}
17669+
},
1764817670
"storageProfileId": {
1764917671
"target": "com.amazonaws.deadline#StorageProfileId",
1765017672
"traits": {
@@ -19020,6 +19042,12 @@
1902019042
"smithy.api#documentation": "<p>The date and time the resource was created.</p>"
1902119043
}
1902219044
},
19045+
"createdBy": {
19046+
"target": "com.amazonaws.deadline#CreatedBy",
19047+
"traits": {
19048+
"smithy.api#documentation": "<p>The user or system that created this resource.</p>"
19049+
}
19050+
},
1902319051
"startedAt": {
1902419052
"target": "com.amazonaws.deadline#StartedAt",
1902519053
"traits": {
@@ -19032,6 +19060,18 @@
1903219060
"smithy.api#documentation": "<p>The date and time the resource ended running.</p>"
1903319061
}
1903419062
},
19063+
"updatedAt": {
19064+
"target": "com.amazonaws.deadline#UpdatedAt",
19065+
"traits": {
19066+
"smithy.api#documentation": "<p>The date and time the resource was updated.</p>"
19067+
}
19068+
},
19069+
"updatedBy": {
19070+
"target": "com.amazonaws.deadline#UpdatedBy",
19071+
"traits": {
19072+
"smithy.api#documentation": "<p>The user or system that updated this resource.</p>"
19073+
}
19074+
},
1903519075
"parameterSpace": {
1903619076
"target": "com.amazonaws.deadline#ParameterSpace",
1903719077
"traits": {
@@ -19869,6 +19909,18 @@
1986919909
"traits": {
1987019910
"smithy.api#documentation": "<p>The date and time the resource ended running.</p>"
1987119911
}
19912+
},
19913+
"updatedAt": {
19914+
"target": "com.amazonaws.deadline#UpdatedAt",
19915+
"traits": {
19916+
"smithy.api#documentation": "<p>The date and time the resource was updated.</p>"
19917+
}
19918+
},
19919+
"updatedBy": {
19920+
"target": "com.amazonaws.deadline#UpdatedBy",
19921+
"traits": {
19922+
"smithy.api#documentation": "<p>The user or system that updated this resource.</p>"
19923+
}
1987219924
}
1987319925
},
1987419926
"traits": {
@@ -20456,7 +20508,10 @@
2045620508
"documentation": "Grants permission to update a fleet",
2045720509
"requiredActions": [
2045820510
"identitystore:ListGroupMembershipsForMember",
20459-
"iam:PassRole"
20511+
"iam:PassRole",
20512+
"vpc-lattice:GetResourceConfiguration",
20513+
"vpc-lattice:GetResourceGateway",
20514+
"ec2:CreateVpcEndpoint"
2046020515
]
2046120516
},
2046220517
"smithy.api#documentation": "<p>Updates a fleet.</p>",
@@ -22458,6 +22513,20 @@
2245822513
}
2245922514
}
2246022515
},
22516+
"com.amazonaws.deadline#VpcConfiguration": {
22517+
"type": "structure",
22518+
"members": {
22519+
"resourceConfigurationArns": {
22520+
"target": "com.amazonaws.deadline#VpcResourceConfigurationArns",
22521+
"traits": {
22522+
"smithy.api#documentation": "<p>The ARNs of the VPC Lattice resource configurations attached to the fleet.</p>"
22523+
}
22524+
}
22525+
},
22526+
"traits": {
22527+
"smithy.api#documentation": "<p>The configuration options for a service managed fleet's VPC.</p>"
22528+
}
22529+
},
2246122530
"com.amazonaws.deadline#VpcId": {
2246222531
"type": "string",
2246322532
"traits": {
@@ -22468,6 +22537,21 @@
2246822537
"smithy.api#pattern": "^vpc-[\\w]{1,120}$"
2246922538
}
2247022539
},
22540+
"com.amazonaws.deadline#VpcResourceConfigurationArn": {
22541+
"type": "string",
22542+
"traits": {
22543+
"smithy.api#length": {
22544+
"min": 1,
22545+
"max": 2048
22546+
}
22547+
}
22548+
},
22549+
"com.amazonaws.deadline#VpcResourceConfigurationArns": {
22550+
"type": "list",
22551+
"member": {
22552+
"target": "com.amazonaws.deadline#VpcResourceConfigurationArn"
22553+
}
22554+
},
2247122555
"com.amazonaws.deadline#WindowsUser": {
2247222556
"type": "structure",
2247322557
"members": {

aws-models/ec2.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73981,6 +73981,90 @@
7398173981
"traits": {
7398273982
"smithy.api#enumValue": "r8gd.metal-48xl"
7398373983
}
73984+
},
73985+
"c8gn_medium": {
73986+
"target": "smithy.api#Unit",
73987+
"traits": {
73988+
"smithy.api#enumValue": "c8gn.medium"
73989+
}
73990+
},
73991+
"c8gn_large": {
73992+
"target": "smithy.api#Unit",
73993+
"traits": {
73994+
"smithy.api#enumValue": "c8gn.large"
73995+
}
73996+
},
73997+
"c8gn_xlarge": {
73998+
"target": "smithy.api#Unit",
73999+
"traits": {
74000+
"smithy.api#enumValue": "c8gn.xlarge"
74001+
}
74002+
},
74003+
"c8gn_2xlarge": {
74004+
"target": "smithy.api#Unit",
74005+
"traits": {
74006+
"smithy.api#enumValue": "c8gn.2xlarge"
74007+
}
74008+
},
74009+
"c8gn_4xlarge": {
74010+
"target": "smithy.api#Unit",
74011+
"traits": {
74012+
"smithy.api#enumValue": "c8gn.4xlarge"
74013+
}
74014+
},
74015+
"c8gn_8xlarge": {
74016+
"target": "smithy.api#Unit",
74017+
"traits": {
74018+
"smithy.api#enumValue": "c8gn.8xlarge"
74019+
}
74020+
},
74021+
"c8gn_12xlarge": {
74022+
"target": "smithy.api#Unit",
74023+
"traits": {
74024+
"smithy.api#enumValue": "c8gn.12xlarge"
74025+
}
74026+
},
74027+
"c8gn_16xlarge": {
74028+
"target": "smithy.api#Unit",
74029+
"traits": {
74030+
"smithy.api#enumValue": "c8gn.16xlarge"
74031+
}
74032+
},
74033+
"c8gn_24xlarge": {
74034+
"target": "smithy.api#Unit",
74035+
"traits": {
74036+
"smithy.api#enumValue": "c8gn.24xlarge"
74037+
}
74038+
},
74039+
"c8gn_48xlarge": {
74040+
"target": "smithy.api#Unit",
74041+
"traits": {
74042+
"smithy.api#enumValue": "c8gn.48xlarge"
74043+
}
74044+
},
74045+
"c8gn_metal_24xl": {
74046+
"target": "smithy.api#Unit",
74047+
"traits": {
74048+
"smithy.api#enumValue": "c8gn.metal-24xl"
74049+
}
74050+
},
74051+
"c8gn_metal_48xl": {
74052+
"target": "smithy.api#Unit",
74053+
"traits": {
74054+
"smithy.api#enumValue": "c8gn.metal-48xl"
74055+
}
74056+
},
74057+
"f2_6xlarge": {
74058+
"target": "smithy.api#Unit",
74059+
"traits": {
74060+
"smithy.api#enumValue": "f2.6xlarge"
74061+
}
74062+
},
74063+
"p6e_gb200_36xlarge": {
74064+
"target": "smithy.api#Unit",
74065+
"traits": {
74066+
"smithy.api#enumValue": "p6e-gb200.36xlarge"
74067+
}
7398474068
}
7398574069
}
7398674070
},

aws-models/sagemaker.json

Lines changed: 106 additions & 12 deletions
Large diffs are not rendered by default.

aws-models/sdk-endpoints.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5835,6 +5835,7 @@
58355835
"tags" : [ "dualstack" ]
58365836
} ]
58375837
},
5838+
"mx-central-1" : { },
58385839
"sa-east-1" : {
58395840
"variants" : [ {
58405841
"hostname" : "cognito-identity.sa-east-1.amazonaws.com",
@@ -6071,6 +6072,7 @@
60716072
"tags" : [ "dualstack" ]
60726073
} ]
60736074
},
6075+
"mx-central-1" : { },
60746076
"sa-east-1" : {
60756077
"variants" : [ {
60766078
"hostname" : "cognito-idp.sa-east-1.amazonaws.com",

aws-models/timestream-influxdb.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,6 +1919,12 @@
19191919
"traits": {
19201920
"smithy.api#enumValue": "db.influx.16xlarge"
19211921
}
1922+
},
1923+
"DB_INFLUX_24XLARGE": {
1924+
"target": "smithy.api#Unit",
1925+
"traits": {
1926+
"smithy.api#enumValue": "db.influx.24xlarge"
1927+
}
19221928
}
19231929
}
19241930
},

examples/examples/auto-scaling/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tracing = "0.1.37"
1212
tokio-stream = "0.1.14"
1313
aws-config= { version = "1.8.2", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1414
aws-sdk-autoscaling= { version = "1.86.0", path = "../../../sdk/autoscaling" }
15-
aws-sdk-ec2= { version = "1.148.0", path = "../../../sdk/ec2" }
15+
aws-sdk-ec2= { version = "1.149.0", path = "../../../sdk/ec2" }
1616
aws-types= { version = "1.3.7", path = "../../../sdk/aws-types" }
1717

1818
[dependencies.tokio]

examples/examples/ebs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ base64 = "0.13.0"
1111
sha2 = "0.9.5"
1212
aws-config= { version = "1.8.2", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
1313
aws-sdk-ebs= { version = "1.76.0", path = "../../../sdk/ebs" }
14-
aws-sdk-ec2= { version = "1.148.0", path = "../../../sdk/ec2" }
14+
aws-sdk-ec2= { version = "1.149.0", path = "../../../sdk/ec2" }
1515

1616
[dependencies.tokio]
1717
version = "1.20.1"

examples/examples/ec2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ aws-smithy-runtime-api= { version = "1.8.3", path = "../../../sdk/aws-smithy-run
1515
aws-sdk-ssm= { version = "1.85.1", path = "../../../sdk/ssm" }
1616
aws-smithy-async= { version = "1.2.5", path = "../../../sdk/aws-smithy-async" }
1717
aws-config= { version = "1.8.2", path = "../../../sdk/aws-config", features = ["behavior-version-latest"] }
18-
aws-sdk-ec2= { version = "1.148.0", path = "../../../sdk/ec2" }
18+
aws-sdk-ec2= { version = "1.149.0", path = "../../../sdk/ec2" }
1919
aws-types= { version = "1.3.7", path = "../../../sdk/aws-types" }
2020

2121
[dependencies.tokio]

0 commit comments

Comments
 (0)