Skip to content

Commit 09e4b68

Browse files
Updated API models and rebuilt service gems.
1 parent 87f64f0 commit 09e4b68

File tree

87 files changed

+5319
-301
lines changed

Some content is hidden

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

87 files changed

+5319
-301
lines changed

apis/acm/2015-12-08/api-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"endpointPrefix":"acm",
66
"jsonVersion":"1.1",
77
"protocol":"json",
8+
"protocols":["json"],
89
"serviceAbbreviation":"ACM",
910
"serviceFullName":"AWS Certificate Manager",
1011
"serviceId":"ACM",

apis/acm/2015-12-08/endpoint-rule-set-1.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
]
4141
}
4242
],
43-
"type": "tree",
4443
"rules": [
4544
{
4645
"conditions": [
@@ -83,7 +82,8 @@
8382
},
8483
"type": "endpoint"
8584
}
86-
]
85+
],
86+
"type": "tree"
8787
},
8888
{
8989
"conditions": [
@@ -96,7 +96,6 @@
9696
]
9797
}
9898
],
99-
"type": "tree",
10099
"rules": [
101100
{
102101
"conditions": [
@@ -110,7 +109,6 @@
110109
"assign": "PartitionResult"
111110
}
112111
],
113-
"type": "tree",
114112
"rules": [
115113
{
116114
"conditions": [
@@ -133,7 +131,6 @@
133131
]
134132
}
135133
],
136-
"type": "tree",
137134
"rules": [
138135
{
139136
"conditions": [
@@ -168,7 +165,6 @@
168165
]
169166
}
170167
],
171-
"type": "tree",
172168
"rules": [
173169
{
174170
"conditions": [],
@@ -179,14 +175,16 @@
179175
},
180176
"type": "endpoint"
181177
}
182-
]
178+
],
179+
"type": "tree"
183180
},
184181
{
185182
"conditions": [],
186183
"error": "FIPS and DualStack are enabled, but this partition does not support one or both",
187184
"type": "error"
188185
}
189-
]
186+
],
187+
"type": "tree"
190188
},
191189
{
192190
"conditions": [
@@ -200,14 +198,12 @@
200198
]
201199
}
202200
],
203-
"type": "tree",
204201
"rules": [
205202
{
206203
"conditions": [
207204
{
208205
"fn": "booleanEquals",
209206
"argv": [
210-
true,
211207
{
212208
"fn": "getAttr",
213209
"argv": [
@@ -216,18 +212,17 @@
216212
},
217213
"supportsFIPS"
218214
]
219-
}
215+
},
216+
true
220217
]
221218
}
222219
],
223-
"type": "tree",
224220
"rules": [
225221
{
226222
"conditions": [
227223
{
228224
"fn": "stringEquals",
229225
"argv": [
230-
"aws-us-gov",
231226
{
232227
"fn": "getAttr",
233228
"argv": [
@@ -236,7 +231,8 @@
236231
},
237232
"name"
238233
]
239-
}
234+
},
235+
"aws-us-gov"
240236
]
241237
}
242238
],
@@ -256,14 +252,16 @@
256252
},
257253
"type": "endpoint"
258254
}
259-
]
255+
],
256+
"type": "tree"
260257
},
261258
{
262259
"conditions": [],
263260
"error": "FIPS is enabled but this partition does not support FIPS",
264261
"type": "error"
265262
}
266-
]
263+
],
264+
"type": "tree"
267265
},
268266
{
269267
"conditions": [
@@ -277,7 +275,6 @@
277275
]
278276
}
279277
],
280-
"type": "tree",
281278
"rules": [
282279
{
283280
"conditions": [
@@ -297,7 +294,6 @@
297294
]
298295
}
299296
],
300-
"type": "tree",
301297
"rules": [
302298
{
303299
"conditions": [],
@@ -308,14 +304,16 @@
308304
},
309305
"type": "endpoint"
310306
}
311-
]
307+
],
308+
"type": "tree"
312309
},
313310
{
314311
"conditions": [],
315312
"error": "DualStack is enabled but this partition does not support DualStack",
316313
"type": "error"
317314
}
318-
]
315+
],
316+
"type": "tree"
319317
},
320318
{
321319
"conditions": [],
@@ -326,9 +324,11 @@
326324
},
327325
"type": "endpoint"
328326
}
329-
]
327+
],
328+
"type": "tree"
330329
}
331-
]
330+
],
331+
"type": "tree"
332332
},
333333
{
334334
"conditions": [],

apis/acm/2015-12-08/smoke-2.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"version": 2,
3+
"testCases": [
4+
{
5+
"id": "ListCertificatesSuccess",
6+
"operationName": "ListCertificates",
7+
"input": {},
8+
"expectation": {
9+
"success": {}
10+
},
11+
"config": {
12+
"region": "us-west-2"
13+
}
14+
},
15+
{
16+
"id": "GetCertificateFailure",
17+
"operationName": "GetCertificate",
18+
"input": {
19+
"CertificateArn": "arn:aws:acm:region:123456789012:certificate\/12345678-1234-1234-1234-123456789012"
20+
},
21+
"expectation": {
22+
"failure": {}
23+
},
24+
"config": {
25+
"region": "us-west-2"
26+
}
27+
}
28+
]
29+
}

apis/bedrock-agent/2023-06-05/api-2.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,12 @@
11561156
"min":20,
11571157
"pattern":"^(arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:(([0-9]{12}:custom-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}/[a-z0-9]{12})|(:foundation-model/[a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|([0-9]{12}:provisioned-model/[a-z0-9]{12})))|([a-z0-9-]{1,63}[.]{1}[a-z0-9-]{1,63}([.:]?[a-z0-9-]{1,63}))|(([0-9a-zA-Z][_-]?)+)$"
11581158
},
1159+
"BedrockEmbeddingModelConfiguration":{
1160+
"type":"structure",
1161+
"members":{
1162+
"dimensions":{"shape":"Dimensions"}
1163+
}
1164+
},
11591165
"Boolean":{
11601166
"type":"boolean",
11611167
"box":true
@@ -1638,6 +1644,12 @@
16381644
"max":200,
16391645
"min":1
16401646
},
1647+
"Dimensions":{
1648+
"type":"integer",
1649+
"box":true,
1650+
"max":4096,
1651+
"min":0
1652+
},
16411653
"DisassociateAgentKnowledgeBaseRequest":{
16421654
"type":"structure",
16431655
"required":[
@@ -1674,6 +1686,12 @@
16741686
"min":5,
16751687
"pattern":"^DRAFT$"
16761688
},
1689+
"EmbeddingModelConfiguration":{
1690+
"type":"structure",
1691+
"members":{
1692+
"bedrockEmbeddingModelConfiguration":{"shape":"BedrockEmbeddingModelConfiguration"}
1693+
}
1694+
},
16771695
"FailureReason":{
16781696
"type":"string",
16791697
"max":2048,
@@ -3288,7 +3306,8 @@
32883306
"type":"structure",
32893307
"required":["embeddingModelArn"],
32903308
"members":{
3291-
"embeddingModelArn":{"shape":"BedrockEmbeddingModelArn"}
3309+
"embeddingModelArn":{"shape":"BedrockEmbeddingModelArn"},
3310+
"embeddingModelConfiguration":{"shape":"EmbeddingModelConfiguration"}
32923311
}
32933312
},
32943313
"Version":{

apis/bedrock-agent/2023-06-05/docs-2.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,12 @@
283283
"VectorKnowledgeBaseConfiguration$embeddingModelArn": "<p>The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.</p>"
284284
}
285285
},
286+
"BedrockEmbeddingModelConfiguration": {
287+
"base": "<p>The vector configuration details for the Bedrock embeddings model.</p>",
288+
"refs": {
289+
"EmbeddingModelConfiguration$bedrockEmbeddingModelConfiguration": "<p>The vector configuration details on the Bedrock embeddings model.</p>"
290+
}
291+
},
286292
"Boolean": {
287293
"base": null,
288294
"refs": {
@@ -581,6 +587,12 @@
581587
"UpdateKnowledgeBaseRequest$description": "<p>Specifies a new description for the knowledge base.</p>"
582588
}
583589
},
590+
"Dimensions": {
591+
"base": null,
592+
"refs": {
593+
"BedrockEmbeddingModelConfiguration$dimensions": "<p>The dimensions details for the vector configuration used on the Bedrock embeddings model.</p>"
594+
}
595+
},
584596
"DisassociateAgentKnowledgeBaseRequest": {
585597
"base": null,
586598
"refs": {
@@ -603,6 +615,12 @@
603615
"UpdateAgentKnowledgeBaseRequest$agentVersion": "<p>The version of the agent associated with the knowledge base that you want to update.</p>"
604616
}
605617
},
618+
"EmbeddingModelConfiguration": {
619+
"base": "<p>The configuration details for the embeddings model.</p>",
620+
"refs": {
621+
"VectorKnowledgeBaseConfiguration$embeddingModelConfiguration": "<p>The embeddings model configuration details for the vector model used in Knowledge Base.</p>"
622+
}
623+
},
606624
"FailureReason": {
607625
"base": null,
608626
"refs": {

0 commit comments

Comments
 (0)