Skip to content

Commit 26e4020

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent c1a48d8 commit 26e4020

File tree

10 files changed

+140
-23
lines changed

10 files changed

+140
-23
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::Chime - Updated the API, and documentation for Amazon Chime.
5+
6+
* Feature - Aws::EC2 - Updated the API, and documentation for Amazon Elastic Compute Cloud.
7+
8+
* Feature - Aws::Health - Updated the API, and documentation for AWS Health APIs and Notifications.
9+
10+
* Feature - Aws::TranscribeService - Updated the documentation for Amazon Transcribe Service.
11+
412
2.11.510 (2020-05-18)
513
------------------
614

aws-sdk-core/apis/chime/2018-05-01/api-2.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4264,6 +4264,14 @@
42644264
"error":{"httpStatusCode":404},
42654265
"exception":true
42664266
},
4267+
"NotificationTarget":{
4268+
"type":"string",
4269+
"enum":[
4270+
"EventBridge",
4271+
"SNS",
4272+
"SQS"
4273+
]
4274+
},
42674275
"NullableBoolean":{"type":"boolean"},
42684276
"NumberSelectionBehavior":{
42694277
"type":"string",
@@ -4947,9 +4955,23 @@
49474955
"required":["DataRetentionInHours"],
49484956
"members":{
49494957
"DataRetentionInHours":{"shape":"DataRetentionInHours"},
4950-
"Disabled":{"shape":"Boolean"}
4958+
"Disabled":{"shape":"Boolean"},
4959+
"StreamingNotificationTargets":{"shape":"StreamingNotificationTargetList"}
4960+
}
4961+
},
4962+
"StreamingNotificationTarget":{
4963+
"type":"structure",
4964+
"required":["NotificationTarget"],
4965+
"members":{
4966+
"NotificationTarget":{"shape":"NotificationTarget"}
49514967
}
49524968
},
4969+
"StreamingNotificationTargetList":{
4970+
"type":"list",
4971+
"member":{"shape":"StreamingNotificationTarget"},
4972+
"max":3,
4973+
"min":1
4974+
},
49534975
"String":{"type":"string"},
49544976
"String128":{
49554977
"type":"string",

aws-sdk-core/apis/chime/2018-05-01/docs-2.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1550,6 +1550,12 @@
15501550
"refs": {
15511551
}
15521552
},
1553+
"NotificationTarget": {
1554+
"base": null,
1555+
"refs": {
1556+
"StreamingNotificationTarget$NotificationTarget": "<p>The streaming notification target.</p>"
1557+
}
1558+
},
15531559
"NullableBoolean": {
15541560
"base": null,
15551561
"refs": {
@@ -2060,6 +2066,18 @@
20602066
"PutVoiceConnectorStreamingConfigurationResponse$StreamingConfiguration": "<p>The updated streaming configuration details.</p>"
20612067
}
20622068
},
2069+
"StreamingNotificationTarget": {
2070+
"base": "<p>The targeted recipient for a streaming configuration notification.</p>",
2071+
"refs": {
2072+
"StreamingNotificationTargetList$member": null
2073+
}
2074+
},
2075+
"StreamingNotificationTargetList": {
2076+
"base": null,
2077+
"refs": {
2078+
"StreamingConfiguration$StreamingNotificationTargets": "<p>The streaming notification targets.</p>"
2079+
}
2080+
},
20632081
"String": {
20642082
"base": null,
20652083
"refs": {

aws-sdk-core/apis/ec2/2016-11-15/api-2.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5639,6 +5639,10 @@
56395639
"MutualAuthentication":{
56405640
"shape":"CertificateAuthentication",
56415641
"locationName":"mutualAuthentication"
5642+
},
5643+
"FederatedAuthentication":{
5644+
"shape":"FederatedAuthentication",
5645+
"locationName":"federatedAuthentication"
56425646
}
56435647
}
56445648
},
@@ -5654,7 +5658,8 @@
56545658
"members":{
56555659
"Type":{"shape":"ClientVpnAuthenticationType"},
56565660
"ActiveDirectory":{"shape":"DirectoryServiceAuthenticationRequest"},
5657-
"MutualAuthentication":{"shape":"CertificateAuthenticationRequest"}
5661+
"MutualAuthentication":{"shape":"CertificateAuthenticationRequest"},
5662+
"FederatedAuthentication":{"shape":"FederatedAuthenticationRequest"}
56585663
}
56595664
},
56605665
"ClientVpnAuthenticationRequestList":{
@@ -5665,7 +5670,8 @@
56655670
"type":"string",
56665671
"enum":[
56675672
"certificate-authentication",
5668-
"directory-service-authentication"
5673+
"directory-service-authentication",
5674+
"federated-authentication"
56695675
]
56705676
},
56715677
"ClientVpnAuthorizationRuleStatus":{
@@ -14409,6 +14415,21 @@
1440914415
"disabled"
1441014416
]
1441114417
},
14418+
"FederatedAuthentication":{
14419+
"type":"structure",
14420+
"members":{
14421+
"SamlProviderArn":{
14422+
"shape":"String",
14423+
"locationName":"samlProviderArn"
14424+
}
14425+
}
14426+
},
14427+
"FederatedAuthenticationRequest":{
14428+
"type":"structure",
14429+
"members":{
14430+
"SAMLProviderArn":{"shape":"String"}
14431+
}
14432+
},
1441214433
"Filter":{
1441314434
"type":"structure",
1441414435
"members":{

aws-sdk-core/apis/ec2/2016-11-15/docs-2.json

Lines changed: 20 additions & 6 deletions
Large diffs are not rendered by default.

aws-sdk-core/apis/health/2016-08-04/api-2.json

Lines changed: 20 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
"type":"structure",
219219
"members":{
220220
"affectedAccounts":{"shape":"affectedAccountsList"},
221+
"eventScopeCode":{"shape":"eventScopeCode"},
221222
"nextToken":{"shape":"nextToken"}
222223
}
223224
},
@@ -428,15 +429,13 @@
428429
"startTime":{"shape":"timestamp"},
429430
"endTime":{"shape":"timestamp"},
430431
"lastUpdatedTime":{"shape":"timestamp"},
431-
"statusCode":{"shape":"eventStatusCode"}
432+
"statusCode":{"shape":"eventStatusCode"},
433+
"eventScopeCode":{"shape":"eventScopeCode"}
432434
}
433435
},
434436
"EventAccountFilter":{
435437
"type":"structure",
436-
"required":[
437-
"eventArn",
438-
"awsAccountId"
439-
],
438+
"required":["eventArn"],
440439
"members":{
441440
"eventArn":{"shape":"eventArn"},
442441
"awsAccountId":{"shape":"accountId"}
@@ -564,6 +563,7 @@
564563
"service":{"shape":"service"},
565564
"eventTypeCode":{"shape":"eventTypeCode"},
566565
"eventTypeCategory":{"shape":"eventTypeCategory"},
566+
"eventScopeCode":{"shape":"eventScopeCode"},
567567
"region":{"shape":"region"},
568568
"startTime":{"shape":"timestamp"},
569569
"endTime":{"shape":"timestamp"},
@@ -683,8 +683,8 @@
683683
"entityUrl":{"type":"string"},
684684
"entityValue":{
685685
"type":"string",
686-
"max":256,
687-
"pattern":".{0,256}"
686+
"max":1224,
687+
"pattern":".{0,1224}"
688688
},
689689
"entityValueList":{
690690
"type":"list",
@@ -713,6 +713,14 @@
713713
"key":{"shape":"metadataKey"},
714714
"value":{"shape":"metadataValue"}
715715
},
716+
"eventScopeCode":{
717+
"type":"string",
718+
"enum":[
719+
"PUBLIC",
720+
"ACCOUNT_SPECIFIC",
721+
"NONE"
722+
]
723+
},
716724
"eventStatusCode":{
717725
"type":"string",
718726
"enum":[
@@ -774,10 +782,13 @@
774782
"max":100,
775783
"min":10
776784
},
777-
"metadataKey":{"type":"string"},
785+
"metadataKey":{
786+
"type":"string",
787+
"max":32766
788+
},
778789
"metadataValue":{
779790
"type":"string",
780-
"max":10240
791+
"max":32766
781792
},
782793
"nextToken":{
783794
"type":"string",

aws-sdk-core/apis/health/2016-08-04/docs-2.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,14 @@
501501
"OrganizationEventDetails$eventMetadata": "<p>Additional metadata about the event.</p>"
502502
}
503503
},
504+
"eventScopeCode": {
505+
"base": null,
506+
"refs": {
507+
"DescribeAffectedAccountsForOrganizationResponse$eventScopeCode": null,
508+
"Event$eventScopeCode": null,
509+
"OrganizationEvent$eventScopeCode": null
510+
}
511+
},
504512
"eventStatusCode": {
505513
"base": null,
506514
"refs": {

aws-sdk-core/apis/health/2016-08-04/paginators-1.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"DescribeAffectedAccountsForOrganization": {
44
"input_token": "nextToken",
55
"limit_key": "maxResults",
6+
"non_aggregate_keys": [
7+
"eventScopeCode"
8+
],
69
"output_token": "nextToken",
710
"result_key": "affectedAccounts"
811
},

aws-sdk-core/apis/transcribe/2017-10-26/docs-2.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -593,19 +593,19 @@
593593
"Uri": {
594594
"base": null,
595595
"refs": {
596-
"CreateMedicalVocabularyRequest$VocabularyFileUri": "<p>The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your <code>VocabularyFileUri</code> in the following format:</p> <p> <code> https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; </code> </p> <p>This is an example of a vocabulary file uri location in Amazon S3:</p> <p> <code>https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p> <p>For more information about custom vocabularies, see <a href=\"http://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary-med\">Medical Custom Vocabularies</a>.</p>",
596+
"CreateMedicalVocabularyRequest$VocabularyFileUri": "<p>The Amazon S3 location of the text file you use to define your custom vocabulary. The URI must be in the same AWS region as the API endpoint you're calling. Enter information about your <code>VocabularyFileUri</code> in the following format:</p> <p> <code> https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; </code> </p> <p>This is an example of a vocabulary file uri location in Amazon S3:</p> <p> <code>https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p> <p>For more information about custom vocabularies, see <a href=\"http://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary-med\">Medical Custom Vocabularies</a>.</p>",
597597
"CreateVocabularyFilterRequest$VocabularyFilterFileUri": "<p>The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/how-vocabulary.html#charsets\">Character Sets for Custom Vocabularies</a>.</p> <p>The specified file must be less than 50 KB of UTF-8 characters.</p> <p>If you provide the location of a list of words in the <code>VocabularyFilterFileUri</code> parameter, you can't use the <code>Words</code> parameter.</p>",
598-
"CreateVocabularyRequest$VocabularyFileUri": "<p>The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is </p> <p> <code> https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; </code> </p> <p>For example:</p> <p> <code>https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p> <p>For more information about custom vocabularies, see <a href=\"http://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary\">Custom Vocabularies</a>.</p>",
598+
"CreateVocabularyRequest$VocabularyFileUri": "<p>The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p> <p>For more information about custom vocabularies, see <a href=\"http://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary\">Custom Vocabularies</a>.</p>",
599599
"GetMedicalVocabularyResponse$DownloadUri": "<p>The Amazon S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. You can download your vocabulary from the URI for a limited time.</p>",
600600
"GetVocabularyFilterResponse$DownloadUri": "<p>The URI of the list of words in the vocabulary filter. You can use this URI to get the list of words.</p>",
601601
"GetVocabularyResponse$DownloadUri": "<p>The S3 location where the vocabulary is stored. Use this URI to get the contents of the vocabulary. The URI is available for a limited time.</p>",
602-
"Media$MediaFileUri": "<p>The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:</p> <p> <code> s3://&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; </code> </p> <p>For example:</p> <p> <code>s3://examplebucket/example.mp4</code> </p> <p> <code>s3://examplebucket/mediadocs/example.mp4</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p>",
602+
"Media$MediaFileUri": "<p>The S3 object location of the input media file. The URI must be in the same region as the API endpoint that you are calling. The general form is:</p> <p>For example:</p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p>",
603603
"MedicalTranscript$TranscriptFileUri": "<p>The S3 object location of the medical transcript.</p> <p>Use this URI to access the medical transcript. This URI points to the S3 bucket you created to store the medical transcript.</p>",
604604
"Transcript$TranscriptFileUri": "<p>The S3 object location of the the transcript.</p> <p>Use this URI to access the transcript. If you specified an S3 bucket in the <code>OutputBucketName</code> field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.</p>",
605605
"Transcript$RedactedTranscriptFileUri": "<p>The S3 object location of the redacted transcript.</p> <p>Use this URI to access the redacated transcript. If you specified an S3 bucket in the <code>OutputBucketName</code> field when you created the job, this is the URI of that bucket. If you chose to store the transcript in Amazon Transcribe, this is a shareable URL that provides secure access to that location.</p>",
606-
"UpdateMedicalVocabularyRequest$VocabularyFileUri": "<p>The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:</p> <p> <code> https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; </code> </p> <p>For example:</p> <p> <code>https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p> <p>For more information about custom vocabularies in Amazon Transcribe Medical, see <a href=\"http://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary\">Medical Custom Vocabularies</a>.</p>",
606+
"UpdateMedicalVocabularyRequest$VocabularyFileUri": "<p>The Amazon S3 location of the text file containing the definition of the custom vocabulary. The URI must be in the same AWS region as the API endpoint you are calling. You can see the fields you need to enter for you Amazon S3 location in the example URI here:</p> <p> <code> https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; </code> </p> <p>For example:</p> <p> <code>https://s3.us-east-1.amazonaws.com/AWSDOC-EXAMPLE-BUCKET/vocab.txt</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p> <p>For more information about custom vocabularies in Amazon Transcribe Medical, see <a href=\"http://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary\">Medical Custom Vocabularies</a>.</p>",
607607
"UpdateVocabularyFilterRequest$VocabularyFilterFileUri": "<p>The Amazon S3 location of a text file used as input to create the vocabulary filter. Only use characters from the character set defined for custom vocabularies. For a list of character sets, see <a href=\"https://docs.aws.amazon.com/transcribe/latest/dg/how-vocabulary.html#charsets\">Character Sets for Custom Vocabularies</a>.</p> <p>The specified file must be less than 50 KB of UTF-8 characters.</p> <p>If you provide the location of a list of words in the <code>VocabularyFilterFileUri</code> parameter, you can't use the <code>Words</code> parameter.</p>",
608-
"UpdateVocabularyRequest$VocabularyFileUri": "<p>The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is </p> <p> <code> https://s3.&lt;aws-region&gt;.amazonaws.com/&lt;bucket-name&gt;/&lt;keyprefix&gt;/&lt;objectkey&gt; </code> </p> <p>For example:</p> <p> <code>https://s3.us-east-1.amazonaws.com/examplebucket/vocab.txt</code> </p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p> <p>For more information about custom vocabularies, see <a href=\"http://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary\">Custom Vocabularies</a>.</p>"
608+
"UpdateVocabularyRequest$VocabularyFileUri": "<p>The S3 location of the text file that contains the definition of the custom vocabulary. The URI must be in the same region as the API endpoint that you are calling. The general form is </p> <p>For example:</p> <p>For more information about S3 object names, see <a href=\"http://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#object-keys\">Object Keys</a> in the <i>Amazon S3 Developer Guide</i>.</p> <p>For more information about custom vocabularies, see <a href=\"http://docs.aws.amazon.com/transcribe/latest/dg/how-it-works.html#how-vocabulary\">Custom Vocabularies</a>.</p>"
609609
}
610610
},
611611
"Vocabularies": {

aws-sdk-core/endpoints.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4516,10 +4516,22 @@
45164516
},
45174517
"schemas" : {
45184518
"endpoints" : {
4519+
"ap-east-1" : { },
45194520
"ap-northeast-1" : { },
4521+
"ap-northeast-2" : { },
4522+
"ap-south-1" : { },
4523+
"ap-southeast-1" : { },
4524+
"ap-southeast-2" : { },
4525+
"ca-central-1" : { },
4526+
"eu-central-1" : { },
4527+
"eu-north-1" : { },
45204528
"eu-west-1" : { },
4529+
"eu-west-2" : { },
4530+
"eu-west-3" : { },
4531+
"sa-east-1" : { },
45214532
"us-east-1" : { },
45224533
"us-east-2" : { },
4534+
"us-west-1" : { },
45234535
"us-west-2" : { }
45244536
}
45254537
},

0 commit comments

Comments
 (0)