Skip to content

Commit f1c4a66

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent fcb0410 commit f1c4a66

File tree

109 files changed

+9711
-7540
lines changed

Some content is hidden

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

109 files changed

+9711
-7540
lines changed

apis/chime-sdk-voice/2022-08-03/api-2.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,13 @@
19401940
"IsCaller":{"shape":"Boolean"}
19411941
}
19421942
},
1943+
"CallLegType":{
1944+
"type":"string",
1945+
"enum":[
1946+
"Caller",
1947+
"Callee"
1948+
]
1949+
},
19431950
"CallingName":{
19441951
"type":"string",
19451952
"pattern":"^$|^[a-zA-Z0-9 ]{2,15}$",
@@ -4010,7 +4017,8 @@
40104017
},
40114018
"TransactionId":{"shape":"NonEmptyString256"},
40124019
"VoiceProfileDomainId":{"shape":"NonEmptyString256"},
4013-
"ClientRequestToken":{"shape":"ClientRequestId"}
4020+
"ClientRequestToken":{"shape":"ClientRequestId"},
4021+
"CallLeg":{"shape":"CallLegType"}
40144022
}
40154023
},
40164024
"StartSpeakerSearchTaskResponse":{

apis/chime-sdk-voice/2022-08-03/docs-2.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,12 @@
227227
"VoiceToneAnalysisTask$CallDetails": "<p>The call details of a voice tone analysis task.</p>"
228228
}
229229
},
230+
"CallLegType": {
231+
"base": null,
232+
"refs": {
233+
"StartSpeakerSearchTaskRequest$CallLeg": "<p>Specifies which call leg to stream for speaker search.</p>"
234+
}
235+
},
230236
"CallingName": {
231237
"base": null,
232238
"refs": {

apis/glue/2017-03-31/api-2.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8466,7 +8466,8 @@
84668466
"members":{
84678467
"Name":{"shape":"GenericString"},
84688468
"ScriptLocation":{"shape":"ScriptLocationString"},
8469-
"PythonVersion":{"shape":"PythonVersionString"}
8469+
"PythonVersion":{"shape":"PythonVersionString"},
8470+
"Runtime":{"shape":"RuntimeNameString"}
84708471
}
84718472
},
84728473
"JobList":{
@@ -10271,6 +10272,11 @@
1027110272
"Id":{"shape":"IntegerValue"}
1027210273
}
1027310274
},
10275+
"RuntimeNameString":{
10276+
"type":"string",
10277+
"max":64,
10278+
"pattern":".*"
10279+
},
1027410280
"S3CatalogDeltaSource":{
1027510281
"type":"structure",
1027610282
"required":[
@@ -12470,7 +12476,8 @@
1247012476
"G.2X",
1247112477
"G.025X",
1247212478
"G.4X",
12473-
"G.8X"
12479+
"G.8X",
12480+
"Z.2X"
1247412481
]
1247512482
},
1247612483
"Workflow":{

apis/glue/2017-03-31/docs-2.json

Lines changed: 29 additions & 23 deletions
Large diffs are not rendered by default.

apis/groundstation/2019-05-23/docs-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"GetAgentConfiguration": "<note> <p> For use by AWS Ground Station Agent and shouldn't be called directly.</p> </note> <p>Gets the latest configuration information for a registered agent.</p>",
1717
"GetConfig": "<p>Returns <code>Config</code> information.</p> <p>Only one <code>Config</code> response can be returned.</p>",
1818
"GetDataflowEndpointGroup": "<p>Returns the dataflow endpoint group.</p>",
19-
"GetMinuteUsage": "<p>Returns the number of minutes used by account.</p>",
19+
"GetMinuteUsage": "<p>Returns the number of reserved minutes used by account.</p>",
2020
"GetMissionProfile": "<p>Returns a mission profile.</p>",
2121
"GetSatellite": "<p>Returns a satellite.</p>",
2222
"ListConfigs": "<p>Returns a list of <code>Config</code> objects.</p>",

0 commit comments

Comments
 (0)