Skip to content

Commit c6710fb

Browse files
Updated API models and rebuilt service gems.
1 parent 764b5d5 commit c6710fb

File tree

62 files changed

+1660
-315
lines changed

Some content is hidden

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

62 files changed

+1660
-315
lines changed

Diff for: apis/bedrock/2023-04-20/docs-2.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1393,8 +1393,8 @@
13931393
"InstructSupported": {
13941394
"base": null,
13951395
"refs": {
1396-
"GetImportedModelResponse$instructSupported": "<p>Specifies if the imported model supports fine tuning.</p>",
1397-
"ImportedModelSummary$instructSupported": "<p>Specifies if the imported model supports fine tuning.</p>"
1396+
"GetImportedModelResponse$instructSupported": "<p>Specifies if the imported model supports converse.</p>",
1397+
"ImportedModelSummary$instructSupported": "<p>Specifies if the imported model supports converse.</p>"
13981398
}
13991399
},
14001400
"InternalServerException": {

Diff for: apis/connect/2017-08-08/api-2.json

+43-1
Original file line numberDiff line numberDiff line change
@@ -3222,6 +3222,23 @@
32223222
{"shape":"OutboundContactNotPermittedException"}
32233223
]
32243224
},
3225+
"StartScreenSharing":{
3226+
"name":"StartScreenSharing",
3227+
"http":{
3228+
"method":"PUT",
3229+
"requestUri":"/contact/screen-sharing"
3230+
},
3231+
"input":{"shape":"StartScreenSharingRequest"},
3232+
"output":{"shape":"StartScreenSharingResponse"},
3233+
"errors":[
3234+
{"shape":"InternalServiceException"},
3235+
{"shape":"AccessDeniedException"},
3236+
{"shape":"InvalidRequestException"},
3237+
{"shape":"InvalidParameterException"},
3238+
{"shape":"ThrottlingException"},
3239+
{"shape":"ResourceNotFoundException"}
3240+
]
3241+
},
32253242
"StartTaskContact":{
32263243
"name":"StartTaskContact",
32273244
"http":{
@@ -11936,7 +11953,8 @@
1193611953
"ParticipantCapabilities":{
1193711954
"type":"structure",
1193811955
"members":{
11939-
"Video":{"shape":"VideoCapability"}
11956+
"Video":{"shape":"VideoCapability"},
11957+
"ScreenShare":{"shape":"ScreenShareCapability"}
1194011958
}
1194111959
},
1194211960
"ParticipantDetails":{
@@ -13779,6 +13797,10 @@
1377913797
"min":1,
1378013798
"pattern":"s3://\\S+/.+|https://\\\\S+\\\\.s3\\\\.\\\\S+\\\\.amazonaws\\\\.com/\\\\S+"
1378113799
},
13800+
"ScreenShareCapability":{
13801+
"type":"string",
13802+
"enum":["SEND"]
13803+
},
1378213804
"SearchAgentStatusesRequest":{
1378313805
"type":"structure",
1378413806
"required":["InstanceId"],
@@ -14733,6 +14755,26 @@
1473314755
"ContactId":{"shape":"ContactId"}
1473414756
}
1473514757
},
14758+
"StartScreenSharingRequest":{
14759+
"type":"structure",
14760+
"required":[
14761+
"InstanceId",
14762+
"ContactId"
14763+
],
14764+
"members":{
14765+
"ClientToken":{
14766+
"shape":"ClientToken",
14767+
"idempotencyToken":true
14768+
},
14769+
"InstanceId":{"shape":"InstanceId"},
14770+
"ContactId":{"shape":"ContactId"}
14771+
}
14772+
},
14773+
"StartScreenSharingResponse":{
14774+
"type":"structure",
14775+
"members":{
14776+
}
14777+
},
1473614778
"StartTaskContactRequest":{
1473714779
"type":"structure",
1473814780
"required":[

Diff for: apis/connect/2017-08-08/docs-2.json

+34-14
Large diffs are not rendered by default.

Diff for: apis/ec2/2016-11-15/api-2.json

+37-1
Original file line numberDiff line numberDiff line change
@@ -29216,7 +29216,43 @@
2921629216
"g6e.12xlarge",
2921729217
"g6e.16xlarge",
2921829218
"g6e.24xlarge",
29219-
"g6e.48xlarge"
29219+
"g6e.48xlarge",
29220+
"c8g.medium",
29221+
"c8g.large",
29222+
"c8g.xlarge",
29223+
"c8g.2xlarge",
29224+
"c8g.4xlarge",
29225+
"c8g.8xlarge",
29226+
"c8g.12xlarge",
29227+
"c8g.16xlarge",
29228+
"c8g.24xlarge",
29229+
"c8g.48xlarge",
29230+
"c8g.metal-24xl",
29231+
"c8g.metal-48xl",
29232+
"m8g.medium",
29233+
"m8g.large",
29234+
"m8g.xlarge",
29235+
"m8g.2xlarge",
29236+
"m8g.4xlarge",
29237+
"m8g.8xlarge",
29238+
"m8g.12xlarge",
29239+
"m8g.16xlarge",
29240+
"m8g.24xlarge",
29241+
"m8g.48xlarge",
29242+
"m8g.metal-24xl",
29243+
"m8g.metal-48xl",
29244+
"x8g.medium",
29245+
"x8g.large",
29246+
"x8g.xlarge",
29247+
"x8g.2xlarge",
29248+
"x8g.4xlarge",
29249+
"x8g.8xlarge",
29250+
"x8g.12xlarge",
29251+
"x8g.16xlarge",
29252+
"x8g.24xlarge",
29253+
"x8g.48xlarge",
29254+
"x8g.metal-24xl",
29255+
"x8g.metal-48xl"
2922029256
]
2922129257
},
2922229258
"InstanceTypeHypervisor":{

Diff for: apis/mwaa/2020-07-01/api-2.json

+105
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"version":"2.0",
33
"metadata":{
44
"apiVersion":"2020-07-01",
5+
"auth":["aws.auth#sigv4"],
56
"endpointPrefix":"airflow",
67
"protocol":"rest-json",
78
"protocols":["rest-json"],
@@ -93,6 +94,25 @@
9394
],
9495
"endpoint":{"hostPrefix":"api."}
9596
},
97+
"InvokeRestApi":{
98+
"name":"InvokeRestApi",
99+
"http":{
100+
"method":"POST",
101+
"requestUri":"/restapi/{Name}",
102+
"responseCode":200
103+
},
104+
"input":{"shape":"InvokeRestApiRequest"},
105+
"output":{"shape":"InvokeRestApiResponse"},
106+
"errors":[
107+
{"shape":"RestApiClientException"},
108+
{"shape":"AccessDeniedException"},
109+
{"shape":"ResourceNotFoundException"},
110+
{"shape":"ValidationException"},
111+
{"shape":"InternalServerException"},
112+
{"shape":"RestApiServerException"}
113+
],
114+
"endpoint":{"hostPrefix":"env."}
115+
},
96116
"ListEnvironments":{
97117
"name":"ListEnvironments",
98118
"http":{
@@ -366,6 +386,12 @@
366386
"deprecated":true,
367387
"deprecatedMessage":"This type is for internal use and not meant for public use. Data set for this type will be ignored."
368388
},
389+
"Document":{
390+
"type":"structure",
391+
"members":{
392+
},
393+
"document":true
394+
},
369395
"Double":{
370396
"type":"double",
371397
"box":true
@@ -504,6 +530,32 @@
504530
"exception":true,
505531
"fault":true
506532
},
533+
"InvokeRestApiRequest":{
534+
"type":"structure",
535+
"required":[
536+
"Name",
537+
"Path",
538+
"Method"
539+
],
540+
"members":{
541+
"Name":{
542+
"shape":"EnvironmentName",
543+
"location":"uri",
544+
"locationName":"Name"
545+
},
546+
"Path":{"shape":"RestApiPath"},
547+
"Method":{"shape":"RestApiMethod"},
548+
"QueryParameters":{"shape":"Document"},
549+
"Body":{"shape":"RestApiRequestBody"}
550+
}
551+
},
552+
"InvokeRestApiResponse":{
553+
"type":"structure",
554+
"members":{
555+
"RestApiStatusCode":{"shape":"Integer"},
556+
"RestApiResponse":{"shape":"RestApiResponse"}
557+
}
558+
},
507559
"KmsKey":{
508560
"type":"string",
509561
"max":1224,
@@ -714,6 +766,59 @@
714766
},
715767
"exception":true
716768
},
769+
"RestApiClientException":{
770+
"type":"structure",
771+
"members":{
772+
"RestApiStatusCode":{"shape":"Integer"},
773+
"RestApiResponse":{"shape":"RestApiResponse"}
774+
},
775+
"error":{
776+
"httpStatusCode":400,
777+
"senderFault":true
778+
},
779+
"exception":true
780+
},
781+
"RestApiMethod":{
782+
"type":"string",
783+
"enum":[
784+
"GET",
785+
"PUT",
786+
"POST",
787+
"PATCH",
788+
"DELETE"
789+
]
790+
},
791+
"RestApiPath":{
792+
"type":"string",
793+
"max":64,
794+
"min":1
795+
},
796+
"RestApiRequestBody":{
797+
"type":"structure",
798+
"members":{
799+
},
800+
"document":true,
801+
"sensitive":true
802+
},
803+
"RestApiResponse":{
804+
"type":"structure",
805+
"members":{
806+
},
807+
"document":true,
808+
"sensitive":true
809+
},
810+
"RestApiServerException":{
811+
"type":"structure",
812+
"members":{
813+
"RestApiStatusCode":{"shape":"Integer"},
814+
"RestApiResponse":{"shape":"RestApiResponse"}
815+
},
816+
"error":{
817+
"httpStatusCode":400,
818+
"senderFault":true
819+
},
820+
"exception":true
821+
},
717822
"S3BucketArn":{
718823
"type":"string",
719824
"max":1224,

0 commit comments

Comments
 (0)