Skip to content

Commit 0c58120

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated API models and rebuilt service gems.
1 parent 82b1be3 commit 0c58120

File tree

117 files changed

+10297
-1342
lines changed

Some content is hidden

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

117 files changed

+10297
-1342
lines changed

apis/braket/2019-09-01/api-2.json

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

apis/braket/2019-09-01/docs-2.json

Lines changed: 343 additions & 0 deletions
Large diffs are not rendered by default.

apis/braket/2019-09-01/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"limit_key": "maxResults",
77
"result_key": "devices"
88
},
9+
"SearchJobs": {
10+
"input_token": "nextToken",
11+
"output_token": "nextToken",
12+
"limit_key": "maxResults",
13+
"result_key": "jobs"
14+
},
915
"SearchQuantumTasks": {
1016
"input_token": "nextToken",
1117
"output_token": "nextToken",

apis/chime-sdk-meetings/2021-07-15/api-2.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,12 @@
201201
"type":"list",
202202
"member":{"shape":"Attendee"}
203203
},
204+
"AudioFeatures":{
205+
"type":"structure",
206+
"members":{
207+
"EchoReduction":{"shape":"MeetingFeatureStatus"}
208+
}
209+
},
204210
"BadRequestException":{
205211
"type":"structure",
206212
"members":{
@@ -302,7 +308,8 @@
302308
"MediaRegion":{"shape":"MediaRegion"},
303309
"MeetingHostId":{"shape":"ExternalUserId"},
304310
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
305-
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"}
311+
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"},
312+
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"}
306313
}
307314
},
308315
"CreateMeetingResponse":{
@@ -327,6 +334,7 @@
327334
"MediaRegion":{"shape":"MediaRegion"},
328335
"MeetingHostId":{"shape":"ExternalUserId"},
329336
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
337+
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"},
330338
"NotificationsConfiguration":{"shape":"NotificationsConfiguration"},
331339
"Attendees":{"shape":"CreateMeetingWithAttendeesRequestItemList"}
332340
}
@@ -545,7 +553,21 @@
545553
"MeetingHostId":{"shape":"ExternalUserId"},
546554
"ExternalMeetingId":{"shape":"ExternalMeetingId"},
547555
"MediaRegion":{"shape":"MediaRegion"},
548-
"MediaPlacement":{"shape":"MediaPlacement"}
556+
"MediaPlacement":{"shape":"MediaPlacement"},
557+
"MeetingFeatures":{"shape":"MeetingFeaturesConfiguration"}
558+
}
559+
},
560+
"MeetingFeatureStatus":{
561+
"type":"string",
562+
"enum":[
563+
"AVAILABLE",
564+
"UNAVAILABLE"
565+
]
566+
},
567+
"MeetingFeaturesConfiguration":{
568+
"type":"structure",
569+
"members":{
570+
"Audio":{"shape":"AudioFeatures"}
549571
}
550572
},
551573
"NotFoundException":{

apis/chime-sdk-meetings/2021-07-15/docs-2.json

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "2.0",
3-
"service": "<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and receive meeting notifications.</p>",
3+
"service": "<p>The Amazon Chime SDK meetings APIs in this section allow software developers to create Amazon Chime SDK meetings, set the AWS Regions for meetings, create and manage users, and send and receive meeting notifications. For more information about the meeting APIs, see <a href=\"http://amazonaws.com/chime/latest/APIReference/API_Operations_Amazon_Chime_SDK_meetings\">Amazon Chime SDK meetings</a>.</p>",
44
"operations": {
55
"BatchCreateAttendee": "<p>Creates up to 100 attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>.</p>",
66
"CreateAttendee": "<p> Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see <a href=\"https://docs.aws.amazon.com/chime/latest/dg/meetings-sdk.html\">Using the Amazon Chime SDK</a> in the <i>Amazon Chime Developer Guide</i>. </p>",
@@ -39,6 +39,12 @@
3939
"ListAttendeesResponse$Attendees": "<p>The Amazon Chime SDK attendee information.</p>"
4040
}
4141
},
42+
"AudioFeatures": {
43+
"base": "<p>An optional category of meeting features that contains audio-specific configurations, such as operating parameters for Amazon Voice Focus.</p>",
44+
"refs": {
45+
"MeetingFeaturesConfiguration$Audio": "<p>The configuration settings for the audio features available to a meeting. </p>"
46+
}
47+
},
4248
"BadRequestException": {
4349
"base": "<p>The input parameters don't match the service's restrictions.</p>",
4450
"refs": {
@@ -257,6 +263,20 @@
257263
"GetMeetingResponse$Meeting": "<p>The Amazon Chime SDK meeting information.</p>"
258264
}
259265
},
266+
"MeetingFeatureStatus": {
267+
"base": null,
268+
"refs": {
269+
"AudioFeatures$EchoReduction": "<p>Makes echo reduction available to clients who connect to the meeting.</p>"
270+
}
271+
},
272+
"MeetingFeaturesConfiguration": {
273+
"base": "<p>The configuration settings of the features available to a meeting.</p>",
274+
"refs": {
275+
"CreateMeetingRequest$MeetingFeatures": "<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>",
276+
"CreateMeetingWithAttendeesRequest$MeetingFeatures": "<p>Lists the audio and video features enabled for a meeting, such as echo reduction.</p>",
277+
"Meeting$MeetingFeatures": "<p>The features available to a meeting, such as Amazon Voice Focus.</p>"
278+
}
279+
},
260280
"NotFoundException": {
261281
"base": "<p>One or more of the resources in the request does not exist in the system.</p>",
262282
"refs": {
@@ -340,13 +360,13 @@
340360
"TranscribeContentIdentificationType": {
341361
"base": null,
342362
"refs": {
343-
"EngineTranscribeSettings$ContentIdentificationType": "<p>Set this field to <code>PII</code> to identify personal health information in the transcription output.</p>"
363+
"EngineTranscribeSettings$ContentIdentificationType": "<p>Set this field to <code>PII</code> to identify personally identifiable information in the transcription output.</p>"
344364
}
345365
},
346366
"TranscribeContentRedactionType": {
347367
"base": null,
348368
"refs": {
349-
"EngineTranscribeSettings$ContentRedactionType": "<p>Set this field to <code>PII</code> to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.</p> <p>You can’t set both <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>"
369+
"EngineTranscribeSettings$ContentRedactionType": "<p>Set this field to <code>PII</code> to redact personally identifiable information in the transcription output. Content redaction is performed only upon complete transcription of the audio segments.</p> <p>You can’t set <code>ContentRedactionType</code> and <code>ContentIdentificationType</code> in the same request. If you set both, your request returns a <code>BadRequestException</code>.</p>"
350370
}
351371
},
352372
"TranscribeLanguageCode": {
@@ -400,7 +420,7 @@
400420
"TranscribePiiEntityTypes": {
401421
"base": null,
402422
"refs": {
403-
"EngineTranscribeSettings$PiiEntityTypes": "<p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p> <p> <code>PIIEntityTypes</code> must be comma-separated. The available values are: <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>, <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p> <p> <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>"
423+
"EngineTranscribeSettings$PiiEntityTypes": "<p>Lists the PII entity types you want to identify or redact. To specify entity types, you must enable <code>ContentIdentificationType</code> or <code>ContentRedactionType</code>.</p> <p>PIIEntityTypes must be comma-separated. The available values are: <code>BANK_ACCOUNT_NUMBER</code>, <code>BANK_ROUTING, CREDIT_DEBIT_NUMBER</code>, <code>CREDIT_DEBIT_CVV</code>, <code>CREDIT_DEBIT_EXPIRY</code>, <code>PIN</code>, <code>EMAIL</code>, <code>ADDRESS</code>, <code>NAME</code>, <code>PHONE</code>, <code>SSN</code>, and <code>ALL</code>.</p> <p> <code>PiiEntityTypes</code> is an optional parameter with a default value of <code>ALL</code>.</p>"
404424
}
405425
},
406426
"TranscribeRegion": {

apis/cloudformation/2010-05-15/api-2.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2052,13 +2052,12 @@
20522052
},
20532053
"ImportStacksToStackSetInput":{
20542054
"type":"structure",
2055-
"required":[
2056-
"StackSetName",
2057-
"StackIds"
2058-
],
2055+
"required":["StackSetName"],
20592056
"members":{
20602057
"StackSetName":{"shape":"StackSetNameOrId"},
20612058
"StackIds":{"shape":"StackIdList"},
2059+
"StackIdsUrl":{"shape":"StackIdsUrl"},
2060+
"OrganizationalUnitIds":{"shape":"OrganizationalUnitIdList"},
20622061
"OperationPreferences":{"shape":"StackSetOperationPreferences"},
20632062
"OperationId":{
20642063
"shape":"ClientRequestToken",
@@ -3185,6 +3184,12 @@
31853184
"type":"list",
31863185
"member":{"shape":"StackId"}
31873186
},
3187+
"StackIdsUrl":{
3188+
"type":"string",
3189+
"max":5120,
3190+
"min":1,
3191+
"pattern":"(s3://|http(s?)://).+"
3192+
},
31883193
"StackInstance":{
31893194
"type":"structure",
31903195
"members":{

apis/cloudformation/2010-05-15/docs-2.json

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"GetStackPolicy": "<p>Returns the stack policy for a specified stack. If a stack doesn't have a policy, a null value is returned.</p>",
3939
"GetTemplate": "<p>Returns the template body for a specified stack. You can get the template for running or deleted stacks.</p> <p>For deleted stacks, GetTemplate returns the template for up to 90 days after the stack has been deleted.</p> <note> <p>If the template does not exist, a <code>ValidationError</code> is returned.</p> </note>",
4040
"GetTemplateSummary": "<p>Returns information about a new or existing template. The <code>GetTemplateSummary</code> action is useful for viewing parameter information, such as default parameter values and parameter types, before you create or update a stack or stack set.</p> <p>You can use the <code>GetTemplateSummary</code> action when you submit a template, or you can get template information for a stack set, or a running or deleted stack.</p> <p>For deleted stacks, <code>GetTemplateSummary</code> returns the template information for up to 90 days after the stack has been deleted. If the template does not exist, a <code>ValidationError</code> is returned.</p>",
41-
"ImportStacksToStackSet": "<p>Import existing stacks into a new stack sets. Use the stack import operation to import up to 10 stacks into a new stack set in the same account as the source stack or in a different administrator account and Region, by specifying the stack ID of the stack you intend to import.</p> <note> <p> <code>ImportStacksToStackSet</code> is only supported by self-managed permissions.</p> </note>",
41+
"ImportStacksToStackSet": "<p>Use the stack import operations for self-managed or service-managed StackSets. For self-managed StackSets, the import operation can import stacks in the administrator account or in different target accounts and Amazon Web Services Regions. For service-managed StackSets, the import operation can import any stack in the same AWS Organizations as the management account. The import operation can import up to 10 stacks using inline stack IDs or up to 10,000 stacks using an Amazon S3 object.</p>",
4242
"ListChangeSets": "<p>Returns the ID and status of each active change set for a stack. For example, CloudFormation lists change sets that are in the <code>CREATE_IN_PROGRESS</code> or <code>CREATE_PENDING</code> state.</p>",
4343
"ListExports": "<p>Lists all exported output values in the account and Region in which you call this action. Use this action to see the exported output values that you can import into other stacks. To import values, use the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html\"> <code>Fn::ImportValue</code> </a> function.</p> <p>For more information, see <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-stack-exports.html\"> CloudFormation Export Stack Output Values</a>.</p>",
4444
"ListImports": "<p>Lists all stacks that are importing an exported output value. To modify or remove an exported output value, first use this action to see which stacks are using it. To see the exported output values in your account, see <a>ListExports</a>.</p> <p>For more information about importing an exported output value, see the <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-importvalue.html\"> <code>Fn::ImportValue</code> </a> function.</p>",
@@ -284,7 +284,7 @@
284284
"Category": {
285285
"base": null,
286286
"refs": {
287-
"TypeFilters$Category": "<p>The category of extensions to return.</p> <ul> <li> <p> <code>REGISTERED</code>: Private extensions that have been registered for this account and region.</p> </li> <li> <p> <code>ACTIVATED</code>: Public extensions that have been activated for this account and region.</p> </li> <li> <p> <code>THIRD-PARTY</code>: Extensions available for use from publishers other than Amazon. This includes:</p> <ul> <li> <p>Private extensions registered in the account.</p> </li> <li> <p>Public extensions from publishers other than Amazon, whether activated or not.</p> </li> </ul> </li> <li> <p> <code>AWS-TYPES</code>: Extensions available for use from Amazon.</p> </li> </ul>"
287+
"TypeFilters$Category": "<p>The category of extensions to return.</p> <ul> <li> <p> <code>REGISTERED</code>: Private extensions that have been registered for this account and region.</p> </li> <li> <p> <code>ACTIVATED</code>: Public extensions that have been activated for this account and region.</p> </li> <li> <p> <code>THIRD_PARTY</code>: Extensions available for use from publishers other than Amazon. This includes:</p> <ul> <li> <p>Private extensions registered in the account.</p> </li> <li> <p>Public extensions from publishers other than Amazon, whether activated or not.</p> </li> </ul> </li> <li> <p> <code>AWS_TYPES</code>: Extensions available for use from Amazon.</p> </li> </ul>"
288288
}
289289
},
290290
"CausingEntity": {
@@ -1416,6 +1416,7 @@
14161416
"base": null,
14171417
"refs": {
14181418
"DeploymentTargets$OrganizationalUnitIds": "<p>The organization root ID or organizational unit (OU) IDs to which StackSets deploys.</p>",
1419+
"ImportStacksToStackSetInput$OrganizationalUnitIds": "<p>The list of OU ID’s to which the stacks being imported has to be mapped as deployment target.</p>",
14191420
"StackSet$OrganizationalUnitIds": "<p>[Service-managed permissions] The organization root ID or organizational unit (OU) IDs that you specified for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/APIReference/API_DeploymentTargets.html\">DeploymentTargets</a>.</p>"
14201421
}
14211422
},
@@ -1485,7 +1486,7 @@
14851486
"base": null,
14861487
"refs": {
14871488
"Parameter$ParameterValue": "<p>The input value associated with the parameter.</p>",
1488-
"Parameter$ResolvedValue": "<p>Read-only. The value that corresponds to a Systems Manager parameter key. This field is returned only for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types\"> <code>SSM</code> parameter types</a> in the template.</p>",
1489+
"Parameter$ResolvedValue": "<p>Read-only. Read-only. The value that corresponds to a SSM parameter key. This field is returned only for <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/parameters-section-structure.html#aws-ssm-parameter-types\"> <code>SSM</code> </a> parameter types in the template.</p>",
14891490
"ParameterDeclaration$DefaultValue": "<p>The default value of the parameter.</p>",
14901491
"TemplateParameter$DefaultValue": "<p>The default value associated with the parameter.</p>"
14911492
}
@@ -1628,7 +1629,7 @@
16281629
"ListTypeVersionsInput$PublisherId": "<p>The publisher ID of the extension publisher.</p> <p>Extensions published by Amazon are not assigned a publisher ID.</p>",
16291630
"RegisterPublisherOutput$PublisherId": "<p>The ID assigned this account by CloudFormation for publishing extensions.</p>",
16301631
"RequiredActivatedType$PublisherId": "<p>The publisher ID of the extension publisher.</p>",
1631-
"TypeFilters$PublisherId": "<p>The id of the publisher of the extension. </p> <p>Extensions published by Amazon are not assigned a publisher ID. Use the <code>AWS-TYPES</code> category to specify a list of types published by Amazon.</p>",
1632+
"TypeFilters$PublisherId": "<p>The id of the publisher of the extension. </p> <p>Extensions published by Amazon are not assigned a publisher ID. Use the <code>AWS_TYPE</code> category to specify a list of types published by Amazon.</p>",
16321633
"TypeSummary$PublisherId": "<p>The ID of the extension publisher, if the extension is published by a third party. Extensions published by Amazon do not return a publisher ID.</p>"
16331634
}
16341635
},
@@ -2159,7 +2160,13 @@
21592160
"StackIdList": {
21602161
"base": null,
21612162
"refs": {
2162-
"ImportStacksToStackSetInput$StackIds": "<p>The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.</p>"
2163+
"ImportStacksToStackSetInput$StackIds": "<p>The IDs of the stacks you are importing into a stack set. You import up to 10 stacks per stack set at a time.</p> <p>Specify either <code>StackIds</code> or <code>StackIdsUrl</code>.</p>"
2164+
}
2165+
},
2166+
"StackIdsUrl": {
2167+
"base": null,
2168+
"refs": {
2169+
"ImportStacksToStackSetInput$StackIdsUrl": "<p>The Amazon S3 URL which contains list of stack ids to be inputted.</p> <p>Specify either <code>StackIds</code> or <code>StackIdsUrl</code>.</p>"
21632170
}
21642171
},
21652172
"StackInstance": {
@@ -2790,7 +2797,7 @@
27902797
"Type": {
27912798
"base": null,
27922799
"refs": {
2793-
"RollbackTrigger$Type": "<p>The resource type of the rollback trigger. Currently, <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\">AWS::CloudWatch::Alarm</a> is the only supported resource type.</p>"
2800+
"RollbackTrigger$Type": "<p>The resource type of the rollback trigger. Specify either <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cw-alarm.html\">AWS::CloudWatch::Alarm</a> or <a href=\"https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloudwatch-compositealarm.html\">AWS::CloudWatch::CompositeAlarm</a> resource types.</p>"
27942801
}
27952802
},
27962803
"TypeArn": {

0 commit comments

Comments
 (0)