Skip to content

Commit b88bff6

Browse files
Update SDK models
1 parent cfd6f36 commit b88bff6

File tree

252 files changed

+12170
-1192
lines changed

Some content is hidden

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

252 files changed

+12170
-1192
lines changed

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[workspace]
22
exclude = [
33
"examples/test-utils",
4-
"examples/lambda",
54
"examples/cross_service",
65
"examples/examples",
7-
"tests/webassembly",
8-
"tests/no-default-features"
6+
"examples/lambda",
7+
"tests/no-default-features",
8+
"tests/webassembly"
99
]
1010
members = [
1111
"sdk/accessanalyzer",

aws-models/docdb-elastic.json

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

aws-models/eks.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,18 @@
103103
"traits": {
104104
"smithy.api#enumValue": "WINDOWS_FULL_2022_x86_64"
105105
}
106+
},
107+
"AL2023_x86_64_STANDARD": {
108+
"target": "smithy.api#Unit",
109+
"traits": {
110+
"smithy.api#enumValue": "AL2023_x86_64_STANDARD"
111+
}
112+
},
113+
"AL2023_ARM_64_STANDARD": {
114+
"target": "smithy.api#Unit",
115+
"traits": {
116+
"smithy.api#enumValue": "AL2023_ARM_64_STANDARD"
117+
}
106118
}
107119
}
108120
},

aws-models/lex-models-v2.json

Lines changed: 238 additions & 2 deletions
Large diffs are not rendered by default.

aws-models/migrationhuborchestrator.json

Lines changed: 401 additions & 13 deletions
Large diffs are not rendered by default.

aws-models/quicksight.json

Lines changed: 37 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5091,7 +5091,7 @@
50915091
"traits": {
50925092
"smithy.api#length": {
50935093
"min": 0,
5094-
"max": 200
5094+
"max": 2000
50955095
}
50965096
}
50975097
},
@@ -5593,6 +5593,12 @@
55935593
"traits": {
55945594
"smithy.api#documentation": "<p>The aggregation function of the column tooltip item.</p>"
55955595
}
5596+
},
5597+
"TooltipTarget": {
5598+
"target": "com.amazonaws.quicksight#TooltipTarget",
5599+
"traits": {
5600+
"smithy.api#documentation": "<p>Determines the target of the column tooltip item in a combo chart visual.</p>"
5601+
}
55965602
}
55975603
},
55985604
"traits": {
@@ -21404,6 +21410,12 @@
2140421410
"traits": {
2140521411
"smithy.api#documentation": "<p>The visibility of the tooltip item.</p>"
2140621412
}
21413+
},
21414+
"TooltipTarget": {
21415+
"target": "com.amazonaws.quicksight#TooltipTarget",
21416+
"traits": {
21417+
"smithy.api#documentation": "<p>Determines the target of the field tooltip item in a combo chart visual.</p>"
21418+
}
2140721419
}
2140821420
},
2140921421
"traits": {
@@ -23788,7 +23800,7 @@
2378823800
"AuthorizedResourceArns": {
2378923801
"target": "com.amazonaws.quicksight#ArnList",
2379023802
"traits": {
23791-
"smithy.api#documentation": "<p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user\n is authorized to access during the lifetime of the session. If you choose\n <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the\n account that you want the user to be able to view. Currently, you can pass up to 25\n dashboard ARNs in each API call.</p>",
23803+
"smithy.api#documentation": "<p>The Amazon Resource Names (ARNs) for the Amazon QuickSight resources that the user\n is authorized to access during the lifetime of the session.</p>\n <p>If you choose <code>Dashboard</code> embedding experience, pass the list of dashboard ARNs in the\n account that you want the user to be able to view.</p>\n <p>Currently, you can pass up to 25\n dashboard ARNs in each API call.</p>",
2379223804
"smithy.api#required": {}
2379323805
}
2379423806
},
@@ -45992,6 +46004,29 @@
4599246004
"smithy.api#documentation": "<p>The display options for the visual tooltip.</p>"
4599346005
}
4599446006
},
46007+
"com.amazonaws.quicksight#TooltipTarget": {
46008+
"type": "enum",
46009+
"members": {
46010+
"BOTH": {
46011+
"target": "smithy.api#Unit",
46012+
"traits": {
46013+
"smithy.api#enumValue": "BOTH"
46014+
}
46015+
},
46016+
"BAR": {
46017+
"target": "smithy.api#Unit",
46018+
"traits": {
46019+
"smithy.api#enumValue": "BAR"
46020+
}
46021+
},
46022+
"LINE": {
46023+
"target": "smithy.api#Unit",
46024+
"traits": {
46025+
"smithy.api#enumValue": "LINE"
46026+
}
46027+
}
46028+
}
46029+
},
4599546030
"com.amazonaws.quicksight#TooltipTitleType": {
4599646031
"type": "enum",
4599746032
"members": {

aws-models/sagemaker.json

Lines changed: 63 additions & 11 deletions
Large diffs are not rendered by default.

aws-models/sdk-endpoints.json

Lines changed: 184 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -7195,6 +7195,7 @@
71957195
"eu-central-1" : { },
71967196
"eu-north-1" : { },
71977197
"eu-south-1" : { },
7198+
"eu-south-2" : { },
71987199
"eu-west-1" : { },
71997200
"eu-west-2" : { },
72007201
"eu-west-3" : { },
@@ -8408,6 +8409,7 @@
84088409
"ap-southeast-3" : { },
84098410
"ap-southeast-4" : { },
84108411
"ca-central-1" : { },
8412+
"ca-west-1" : { },
84118413
"eu-central-1" : { },
84128414
"eu-central-2" : { },
84138415
"eu-north-1" : { },
@@ -11242,27 +11244,152 @@
1124211244
},
1124311245
"logs" : {
1124411246
"endpoints" : {
11245-
"af-south-1" : { },
11246-
"ap-east-1" : { },
11247-
"ap-northeast-1" : { },
11248-
"ap-northeast-2" : { },
11249-
"ap-northeast-3" : { },
11250-
"ap-south-1" : { },
11251-
"ap-south-2" : { },
11252-
"ap-southeast-1" : { },
11253-
"ap-southeast-2" : { },
11254-
"ap-southeast-3" : { },
11255-
"ap-southeast-4" : { },
11256-
"ca-central-1" : { },
11257-
"ca-west-1" : { },
11258-
"eu-central-1" : { },
11259-
"eu-central-2" : { },
11260-
"eu-north-1" : { },
11261-
"eu-south-1" : { },
11262-
"eu-south-2" : { },
11263-
"eu-west-1" : { },
11264-
"eu-west-2" : { },
11265-
"eu-west-3" : { },
11247+
"af-south-1" : {
11248+
"variants" : [ {
11249+
"hostname" : "logs.af-south-1.api.aws",
11250+
"tags" : [ "dualstack" ]
11251+
} ]
11252+
},
11253+
"ap-east-1" : {
11254+
"variants" : [ {
11255+
"hostname" : "logs.ap-east-1.api.aws",
11256+
"tags" : [ "dualstack" ]
11257+
} ]
11258+
},
11259+
"ap-northeast-1" : {
11260+
"variants" : [ {
11261+
"hostname" : "logs.ap-northeast-1.api.aws",
11262+
"tags" : [ "dualstack" ]
11263+
} ]
11264+
},
11265+
"ap-northeast-2" : {
11266+
"variants" : [ {
11267+
"hostname" : "logs.ap-northeast-2.api.aws",
11268+
"tags" : [ "dualstack" ]
11269+
} ]
11270+
},
11271+
"ap-northeast-3" : {
11272+
"variants" : [ {
11273+
"hostname" : "logs.ap-northeast-3.api.aws",
11274+
"tags" : [ "dualstack" ]
11275+
} ]
11276+
},
11277+
"ap-south-1" : {
11278+
"variants" : [ {
11279+
"hostname" : "logs.ap-south-1.api.aws",
11280+
"tags" : [ "dualstack" ]
11281+
} ]
11282+
},
11283+
"ap-south-2" : {
11284+
"variants" : [ {
11285+
"hostname" : "logs.ap-south-2.api.aws",
11286+
"tags" : [ "dualstack" ]
11287+
} ]
11288+
},
11289+
"ap-southeast-1" : {
11290+
"variants" : [ {
11291+
"hostname" : "logs.ap-southeast-1.api.aws",
11292+
"tags" : [ "dualstack" ]
11293+
} ]
11294+
},
11295+
"ap-southeast-2" : {
11296+
"variants" : [ {
11297+
"hostname" : "logs.ap-southeast-2.api.aws",
11298+
"tags" : [ "dualstack" ]
11299+
} ]
11300+
},
11301+
"ap-southeast-3" : {
11302+
"variants" : [ {
11303+
"hostname" : "logs.ap-southeast-3.api.aws",
11304+
"tags" : [ "dualstack" ]
11305+
} ]
11306+
},
11307+
"ap-southeast-4" : {
11308+
"variants" : [ {
11309+
"hostname" : "logs.ap-southeast-4.api.aws",
11310+
"tags" : [ "dualstack" ]
11311+
} ]
11312+
},
11313+
"ca-central-1" : {
11314+
"variants" : [ {
11315+
"hostname" : "logs-fips.ca-central-1.amazonaws.com",
11316+
"tags" : [ "fips" ]
11317+
}, {
11318+
"hostname" : "logs.ca-central-1.api.aws",
11319+
"tags" : [ "dualstack" ]
11320+
} ]
11321+
},
11322+
"ca-west-1" : {
11323+
"variants" : [ {
11324+
"hostname" : "logs-fips.ca-west-1.amazonaws.com",
11325+
"tags" : [ "fips" ]
11326+
}, {
11327+
"hostname" : "logs.ca-west-1.api.aws",
11328+
"tags" : [ "dualstack" ]
11329+
} ]
11330+
},
11331+
"eu-central-1" : {
11332+
"variants" : [ {
11333+
"hostname" : "logs.eu-central-1.api.aws",
11334+
"tags" : [ "dualstack" ]
11335+
} ]
11336+
},
11337+
"eu-central-2" : {
11338+
"variants" : [ {
11339+
"hostname" : "logs.eu-central-2.api.aws",
11340+
"tags" : [ "dualstack" ]
11341+
} ]
11342+
},
11343+
"eu-north-1" : {
11344+
"variants" : [ {
11345+
"hostname" : "logs.eu-north-1.api.aws",
11346+
"tags" : [ "dualstack" ]
11347+
} ]
11348+
},
11349+
"eu-south-1" : {
11350+
"variants" : [ {
11351+
"hostname" : "logs.eu-south-1.api.aws",
11352+
"tags" : [ "dualstack" ]
11353+
} ]
11354+
},
11355+
"eu-south-2" : {
11356+
"variants" : [ {
11357+
"hostname" : "logs.eu-south-2.api.aws",
11358+
"tags" : [ "dualstack" ]
11359+
} ]
11360+
},
11361+
"eu-west-1" : {
11362+
"variants" : [ {
11363+
"hostname" : "logs.eu-west-1.api.aws",
11364+
"tags" : [ "dualstack" ]
11365+
} ]
11366+
},
11367+
"eu-west-2" : {
11368+
"variants" : [ {
11369+
"hostname" : "logs.eu-west-2.api.aws",
11370+
"tags" : [ "dualstack" ]
11371+
} ]
11372+
},
11373+
"eu-west-3" : {
11374+
"variants" : [ {
11375+
"hostname" : "logs.eu-west-3.api.aws",
11376+
"tags" : [ "dualstack" ]
11377+
} ]
11378+
},
11379+
"fips-ca-central-1" : {
11380+
"credentialScope" : {
11381+
"region" : "ca-central-1"
11382+
},
11383+
"deprecated" : true,
11384+
"hostname" : "logs-fips.ca-central-1.amazonaws.com"
11385+
},
11386+
"fips-ca-west-1" : {
11387+
"credentialScope" : {
11388+
"region" : "ca-west-1"
11389+
},
11390+
"deprecated" : true,
11391+
"hostname" : "logs-fips.ca-west-1.amazonaws.com"
11392+
},
1126611393
"fips-us-east-1" : {
1126711394
"credentialScope" : {
1126811395
"region" : "us-east-1"
@@ -11291,32 +11418,64 @@
1129111418
"deprecated" : true,
1129211419
"hostname" : "logs-fips.us-west-2.amazonaws.com"
1129311420
},
11294-
"il-central-1" : { },
11295-
"me-central-1" : { },
11296-
"me-south-1" : { },
11297-
"sa-east-1" : { },
11421+
"il-central-1" : {
11422+
"variants" : [ {
11423+
"hostname" : "logs.il-central-1.api.aws",
11424+
"tags" : [ "dualstack" ]
11425+
} ]
11426+
},
11427+
"me-central-1" : {
11428+
"variants" : [ {
11429+
"hostname" : "logs.me-central-1.api.aws",
11430+
"tags" : [ "dualstack" ]
11431+
} ]
11432+
},
11433+
"me-south-1" : {
11434+
"variants" : [ {
11435+
"hostname" : "logs.me-south-1.api.aws",
11436+
"tags" : [ "dualstack" ]
11437+
} ]
11438+
},
11439+
"sa-east-1" : {
11440+
"variants" : [ {
11441+
"hostname" : "logs.sa-east-1.api.aws",
11442+
"tags" : [ "dualstack" ]
11443+
} ]
11444+
},
1129811445
"us-east-1" : {
1129911446
"variants" : [ {
1130011447
"hostname" : "logs-fips.us-east-1.amazonaws.com",
1130111448
"tags" : [ "fips" ]
11449+
}, {
11450+
"hostname" : "logs.us-east-1.api.aws",
11451+
"tags" : [ "dualstack" ]
1130211452
} ]
1130311453
},
1130411454
"us-east-2" : {
1130511455
"variants" : [ {
1130611456
"hostname" : "logs-fips.us-east-2.amazonaws.com",
1130711457
"tags" : [ "fips" ]
11458+
}, {
11459+
"hostname" : "logs.us-east-2.api.aws",
11460+
"tags" : [ "dualstack" ]
1130811461
} ]
1130911462
},
1131011463
"us-west-1" : {
1131111464
"variants" : [ {
1131211465
"hostname" : "logs-fips.us-west-1.amazonaws.com",
1131311466
"tags" : [ "fips" ]
11467+
}, {
11468+
"hostname" : "logs.us-west-1.api.aws",
11469+
"tags" : [ "dualstack" ]
1131411470
} ]
1131511471
},
1131611472
"us-west-2" : {
1131711473
"variants" : [ {
1131811474
"hostname" : "logs-fips.us-west-2.amazonaws.com",
1131911475
"tags" : [ "fips" ]
11476+
}, {
11477+
"hostname" : "logs.us-west-2.api.aws",
11478+
"tags" : [ "dualstack" ]
1132011479
} ]
1132111480
}
1132211481
}

0 commit comments

Comments
 (0)