Skip to content

Commit

Permalink
Updated API models and rebuilt service gems.
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-ruby-automation committed Oct 23, 2024
1 parent 764b5d5 commit c6710fb
Show file tree
Hide file tree
Showing 62 changed files with 1,660 additions and 315 deletions.
4 changes: 2 additions & 2 deletions apis/bedrock/2023-04-20/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1393,8 +1393,8 @@
"InstructSupported": {
"base": null,
"refs": {
"GetImportedModelResponse$instructSupported": "<p>Specifies if the imported model supports fine tuning.</p>",
"ImportedModelSummary$instructSupported": "<p>Specifies if the imported model supports fine tuning.</p>"
"GetImportedModelResponse$instructSupported": "<p>Specifies if the imported model supports converse.</p>",
"ImportedModelSummary$instructSupported": "<p>Specifies if the imported model supports converse.</p>"
}
},
"InternalServerException": {
Expand Down
44 changes: 43 additions & 1 deletion apis/connect/2017-08-08/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -3222,6 +3222,23 @@
{"shape":"OutboundContactNotPermittedException"}
]
},
"StartScreenSharing":{
"name":"StartScreenSharing",
"http":{
"method":"PUT",
"requestUri":"/contact/screen-sharing"
},
"input":{"shape":"StartScreenSharingRequest"},
"output":{"shape":"StartScreenSharingResponse"},
"errors":[
{"shape":"InternalServiceException"},
{"shape":"AccessDeniedException"},
{"shape":"InvalidRequestException"},
{"shape":"InvalidParameterException"},
{"shape":"ThrottlingException"},
{"shape":"ResourceNotFoundException"}
]
},
"StartTaskContact":{
"name":"StartTaskContact",
"http":{
Expand Down Expand Up @@ -11936,7 +11953,8 @@
"ParticipantCapabilities":{
"type":"structure",
"members":{
"Video":{"shape":"VideoCapability"}
"Video":{"shape":"VideoCapability"},
"ScreenShare":{"shape":"ScreenShareCapability"}
}
},
"ParticipantDetails":{
Expand Down Expand Up @@ -13779,6 +13797,10 @@
"min":1,
"pattern":"s3://\\S+/.+|https://\\\\S+\\\\.s3\\\\.\\\\S+\\\\.amazonaws\\\\.com/\\\\S+"
},
"ScreenShareCapability":{
"type":"string",
"enum":["SEND"]
},
"SearchAgentStatusesRequest":{
"type":"structure",
"required":["InstanceId"],
Expand Down Expand Up @@ -14733,6 +14755,26 @@
"ContactId":{"shape":"ContactId"}
}
},
"StartScreenSharingRequest":{
"type":"structure",
"required":[
"InstanceId",
"ContactId"
],
"members":{
"ClientToken":{
"shape":"ClientToken",
"idempotencyToken":true
},
"InstanceId":{"shape":"InstanceId"},
"ContactId":{"shape":"ContactId"}
}
},
"StartScreenSharingResponse":{
"type":"structure",
"members":{
}
},
"StartTaskContactRequest":{
"type":"structure",
"required":[
Expand Down
48 changes: 34 additions & 14 deletions apis/connect/2017-08-08/docs-2.json

Large diffs are not rendered by default.

38 changes: 37 additions & 1 deletion apis/ec2/2016-11-15/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -29216,7 +29216,43 @@
"g6e.12xlarge",
"g6e.16xlarge",
"g6e.24xlarge",
"g6e.48xlarge"
"g6e.48xlarge",
"c8g.medium",
"c8g.large",
"c8g.xlarge",
"c8g.2xlarge",
"c8g.4xlarge",
"c8g.8xlarge",
"c8g.12xlarge",
"c8g.16xlarge",
"c8g.24xlarge",
"c8g.48xlarge",
"c8g.metal-24xl",
"c8g.metal-48xl",
"m8g.medium",
"m8g.large",
"m8g.xlarge",
"m8g.2xlarge",
"m8g.4xlarge",
"m8g.8xlarge",
"m8g.12xlarge",
"m8g.16xlarge",
"m8g.24xlarge",
"m8g.48xlarge",
"m8g.metal-24xl",
"m8g.metal-48xl",
"x8g.medium",
"x8g.large",
"x8g.xlarge",
"x8g.2xlarge",
"x8g.4xlarge",
"x8g.8xlarge",
"x8g.12xlarge",
"x8g.16xlarge",
"x8g.24xlarge",
"x8g.48xlarge",
"x8g.metal-24xl",
"x8g.metal-48xl"
]
},
"InstanceTypeHypervisor":{
Expand Down
105 changes: 105 additions & 0 deletions apis/mwaa/2020-07-01/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"version":"2.0",
"metadata":{
"apiVersion":"2020-07-01",
"auth":["aws.auth#sigv4"],
"endpointPrefix":"airflow",
"protocol":"rest-json",
"protocols":["rest-json"],
Expand Down Expand Up @@ -93,6 +94,25 @@
],
"endpoint":{"hostPrefix":"api."}
},
"InvokeRestApi":{
"name":"InvokeRestApi",
"http":{
"method":"POST",
"requestUri":"/restapi/{Name}",
"responseCode":200
},
"input":{"shape":"InvokeRestApiRequest"},
"output":{"shape":"InvokeRestApiResponse"},
"errors":[
{"shape":"RestApiClientException"},
{"shape":"AccessDeniedException"},
{"shape":"ResourceNotFoundException"},
{"shape":"ValidationException"},
{"shape":"InternalServerException"},
{"shape":"RestApiServerException"}
],
"endpoint":{"hostPrefix":"env."}
},
"ListEnvironments":{
"name":"ListEnvironments",
"http":{
Expand Down Expand Up @@ -366,6 +386,12 @@
"deprecated":true,
"deprecatedMessage":"This type is for internal use and not meant for public use. Data set for this type will be ignored."
},
"Document":{
"type":"structure",
"members":{
},
"document":true
},
"Double":{
"type":"double",
"box":true
Expand Down Expand Up @@ -504,6 +530,32 @@
"exception":true,
"fault":true
},
"InvokeRestApiRequest":{
"type":"structure",
"required":[
"Name",
"Path",
"Method"
],
"members":{
"Name":{
"shape":"EnvironmentName",
"location":"uri",
"locationName":"Name"
},
"Path":{"shape":"RestApiPath"},
"Method":{"shape":"RestApiMethod"},
"QueryParameters":{"shape":"Document"},
"Body":{"shape":"RestApiRequestBody"}
}
},
"InvokeRestApiResponse":{
"type":"structure",
"members":{
"RestApiStatusCode":{"shape":"Integer"},
"RestApiResponse":{"shape":"RestApiResponse"}
}
},
"KmsKey":{
"type":"string",
"max":1224,
Expand Down Expand Up @@ -714,6 +766,59 @@
},
"exception":true
},
"RestApiClientException":{
"type":"structure",
"members":{
"RestApiStatusCode":{"shape":"Integer"},
"RestApiResponse":{"shape":"RestApiResponse"}
},
"error":{
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"RestApiMethod":{
"type":"string",
"enum":[
"GET",
"PUT",
"POST",
"PATCH",
"DELETE"
]
},
"RestApiPath":{
"type":"string",
"max":64,
"min":1
},
"RestApiRequestBody":{
"type":"structure",
"members":{
},
"document":true,
"sensitive":true
},
"RestApiResponse":{
"type":"structure",
"members":{
},
"document":true,
"sensitive":true
},
"RestApiServerException":{
"type":"structure",
"members":{
"RestApiStatusCode":{"shape":"Integer"},
"RestApiResponse":{"shape":"RestApiResponse"}
},
"error":{
"httpStatusCode":400,
"senderFault":true
},
"exception":true
},
"S3BucketArn":{
"type":"string",
"max":1224,
Expand Down
Loading

0 comments on commit c6710fb

Please sign in to comment.