Skip to content

Commit bb61ed0

Browse files
AWS SDK for RubyNobody
AWS SDK for Ruby
authored and
Nobody
committed
Updated API models and rebuilt service gems.
1 parent e26577d commit bb61ed0

File tree

734 files changed

+4613
-904
lines changed

Some content is hidden

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

734 files changed

+4613
-904
lines changed

apis/chime/2018-05-01/api-2.json

+382
Large diffs are not rendered by default.

apis/chime/2018-05-01/docs-2.json

+155-3
Large diffs are not rendered by default.

apis/comprehend/2017-11-27/api-2.json

+67-16
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,8 @@
928928
"idempotencyToken":true
929929
},
930930
"LanguageCode":{"shape":"LanguageCode"},
931-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
931+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
932+
"VpcConfig":{"shape":"VpcConfig"}
932933
}
933934
},
934935
"CreateDocumentClassifierResponse":{
@@ -955,7 +956,8 @@
955956
"idempotencyToken":true
956957
},
957958
"LanguageCode":{"shape":"LanguageCode"},
958-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
959+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
960+
"VpcConfig":{"shape":"VpcConfig"}
959961
}
960962
},
961963
"CreateEntityRecognizerResponse":{
@@ -1196,7 +1198,8 @@
11961198
"InputDataConfig":{"shape":"InputDataConfig"},
11971199
"OutputDataConfig":{"shape":"OutputDataConfig"},
11981200
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1199-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1201+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1202+
"VpcConfig":{"shape":"VpcConfig"}
12001203
}
12011204
},
12021205
"DocumentClassificationJobPropertiesList":{
@@ -1245,7 +1248,8 @@
12451248
"OutputDataConfig":{"shape":"DocumentClassifierOutputDataConfig"},
12461249
"ClassifierMetadata":{"shape":"ClassifierMetadata"},
12471250
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1248-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1251+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1252+
"VpcConfig":{"shape":"VpcConfig"}
12491253
}
12501254
},
12511255
"DocumentClassifierPropertiesList":{
@@ -1280,7 +1284,8 @@
12801284
"InputDataConfig":{"shape":"InputDataConfig"},
12811285
"OutputDataConfig":{"shape":"OutputDataConfig"},
12821286
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1283-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1287+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1288+
"VpcConfig":{"shape":"VpcConfig"}
12841289
}
12851290
},
12861291
"DominantLanguageDetectionJobPropertiesList":{
@@ -1311,7 +1316,8 @@
13111316
"OutputDataConfig":{"shape":"OutputDataConfig"},
13121317
"LanguageCode":{"shape":"LanguageCode"},
13131318
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1314-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1319+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1320+
"VpcConfig":{"shape":"VpcConfig"}
13151321
}
13161322
},
13171323
"EntitiesDetectionJobPropertiesList":{
@@ -1416,7 +1422,8 @@
14161422
"InputDataConfig":{"shape":"EntityRecognizerInputDataConfig"},
14171423
"RecognizerMetadata":{"shape":"EntityRecognizerMetadata"},
14181424
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1419-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1425+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1426+
"VpcConfig":{"shape":"VpcConfig"}
14201427
}
14211428
},
14221429
"EntityRecognizerPropertiesList":{
@@ -1559,7 +1566,8 @@
15591566
"OutputDataConfig":{"shape":"OutputDataConfig"},
15601567
"LanguageCode":{"shape":"LanguageCode"},
15611568
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1562-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1569+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1570+
"VpcConfig":{"shape":"VpcConfig"}
15631571
}
15641572
},
15651573
"KeyPhrasesDetectionJobPropertiesList":{
@@ -1851,6 +1859,18 @@
18511859
"max":1024,
18521860
"pattern":"s3://[a-z0-9][\\.\\-a-z0-9]{1,61}[a-z0-9](/.*)?"
18531861
},
1862+
"SecurityGroupId":{
1863+
"type":"string",
1864+
"max":32,
1865+
"min":1,
1866+
"pattern":"[-0-9a-zA-Z]+"
1867+
},
1868+
"SecurityGroupIds":{
1869+
"type":"list",
1870+
"member":{"shape":"SecurityGroupId"},
1871+
"max":5,
1872+
"min":1
1873+
},
18541874
"SentimentDetectionJobFilter":{
18551875
"type":"structure",
18561876
"members":{
@@ -1873,7 +1893,8 @@
18731893
"OutputDataConfig":{"shape":"OutputDataConfig"},
18741894
"LanguageCode":{"shape":"LanguageCode"},
18751895
"DataAccessRoleArn":{"shape":"IamRoleArn"},
1876-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1896+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1897+
"VpcConfig":{"shape":"VpcConfig"}
18771898
}
18781899
},
18791900
"SentimentDetectionJobPropertiesList":{
@@ -1916,7 +1937,8 @@
19161937
"shape":"ClientRequestTokenString",
19171938
"idempotencyToken":true
19181939
},
1919-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1940+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1941+
"VpcConfig":{"shape":"VpcConfig"}
19201942
}
19211943
},
19221944
"StartDocumentClassificationJobResponse":{
@@ -1942,7 +1964,8 @@
19421964
"shape":"ClientRequestTokenString",
19431965
"idempotencyToken":true
19441966
},
1945-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1967+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1968+
"VpcConfig":{"shape":"VpcConfig"}
19461969
}
19471970
},
19481971
"StartDominantLanguageDetectionJobResponse":{
@@ -1971,7 +1994,8 @@
19711994
"shape":"ClientRequestTokenString",
19721995
"idempotencyToken":true
19731996
},
1974-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
1997+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
1998+
"VpcConfig":{"shape":"VpcConfig"}
19751999
}
19762000
},
19772001
"StartEntitiesDetectionJobResponse":{
@@ -1999,7 +2023,8 @@
19992023
"shape":"ClientRequestTokenString",
20002024
"idempotencyToken":true
20012025
},
2002-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
2026+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
2027+
"VpcConfig":{"shape":"VpcConfig"}
20032028
}
20042029
},
20052030
"StartKeyPhrasesDetectionJobResponse":{
@@ -2027,7 +2052,8 @@
20272052
"shape":"ClientRequestTokenString",
20282053
"idempotencyToken":true
20292054
},
2030-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
2055+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
2056+
"VpcConfig":{"shape":"VpcConfig"}
20312057
}
20322058
},
20332059
"StartSentimentDetectionJobResponse":{
@@ -2054,7 +2080,8 @@
20542080
"shape":"ClientRequestTokenString",
20552081
"idempotencyToken":true
20562082
},
2057-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
2083+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
2084+
"VpcConfig":{"shape":"VpcConfig"}
20582085
}
20592086
},
20602087
"StartTopicsDetectionJobResponse":{
@@ -2152,6 +2179,18 @@
21522179
"type":"list",
21532180
"member":{"shape":"String"}
21542181
},
2182+
"SubnetId":{
2183+
"type":"string",
2184+
"max":32,
2185+
"min":1,
2186+
"pattern":"[-0-9a-zA-Z]+"
2187+
},
2188+
"Subnets":{
2189+
"type":"list",
2190+
"member":{"shape":"SubnetId"},
2191+
"max":16,
2192+
"min":1
2193+
},
21552194
"SyntaxLanguageCode":{
21562195
"type":"string",
21572196
"enum":[
@@ -2266,7 +2305,8 @@
22662305
"OutputDataConfig":{"shape":"OutputDataConfig"},
22672306
"NumberOfTopics":{"shape":"Integer"},
22682307
"DataAccessRoleArn":{"shape":"IamRoleArn"},
2269-
"VolumeKmsKeyId":{"shape":"KmsKeyId"}
2308+
"VolumeKmsKeyId":{"shape":"KmsKeyId"},
2309+
"VpcConfig":{"shape":"VpcConfig"}
22702310
}
22712311
},
22722312
"TopicsDetectionJobPropertiesList":{
@@ -2295,6 +2335,17 @@
22952335
"type":"structure",
22962336
"members":{
22972337
}
2338+
},
2339+
"VpcConfig":{
2340+
"type":"structure",
2341+
"required":[
2342+
"SecurityGroupIds",
2343+
"Subnets"
2344+
],
2345+
"members":{
2346+
"SecurityGroupIds":{"shape":"SecurityGroupIds"},
2347+
"Subnets":{"shape":"Subnets"}
2348+
}
22982349
}
22992350
}
23002351
}

apis/comprehend/2017-11-27/docs-2.json

+45
Original file line numberDiff line numberDiff line change
@@ -1103,6 +1103,18 @@
11031103
"OutputDataConfig$S3Uri": "<p>When you use the <code>OutputDataConfig</code> object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. The URI must be in the same region as the API endpoint that you are calling. The location is used as the prefix for the actual location of the output file.</p> <p>When the topic detection job is finished, the service creates an output file in a directory specific to the job. The <code>S3Uri</code> field contains the location of the output file, called <code>output.tar.gz</code>. It is a compressed archive that contains the ouput of the operation.</p>"
11041104
}
11051105
},
1106+
"SecurityGroupId": {
1107+
"base": null,
1108+
"refs": {
1109+
"SecurityGroupIds$member": null
1110+
}
1111+
},
1112+
"SecurityGroupIds": {
1113+
"base": null,
1114+
"refs": {
1115+
"VpcConfig$SecurityGroupIds": "<p>The ID number for a security group on an instance of your private VPC. Security groups on your VPC function serve as a virtual firewall to control inbound and outbound traffic and provides security for the resources that you’ll be accessing on the VPC. This ID number is preceded by \"sg-\", for instance: \"sg-03b388029b0a285ea\". For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html\">Security Groups for your VPC</a>. </p>"
1116+
}
1117+
},
11061118
"SentimentDetectionJobFilter": {
11071119
"base": "<p>Provides information for filtering a list of dominant language detection jobs. For more information, see the operation.</p>",
11081120
"refs": {
@@ -1315,6 +1327,18 @@
13151327
"BatchDetectSyntaxRequest$TextList": "<p>A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters.</p>"
13161328
}
13171329
},
1330+
"SubnetId": {
1331+
"base": null,
1332+
"refs": {
1333+
"Subnets$member": null
1334+
}
1335+
},
1336+
"Subnets": {
1337+
"base": null,
1338+
"refs": {
1339+
"VpcConfig$Subnets": "<p>The ID for each subnet being used in your private VPC. This subnet is a subset of the a range of IPv4 addresses used by the VPC and is specific to a given availability zone in the VPC’s region. This ID number is preceded by \"subnet-\", for instance: \"subnet-04ccf456919e69055\". For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html\">VPCs and Subnets</a>. </p>"
1340+
}
1341+
},
13181342
"SyntaxLanguageCode": {
13191343
"base": null,
13201344
"refs": {
@@ -1466,6 +1490,27 @@
14661490
"base": null,
14671491
"refs": {
14681492
}
1493+
},
1494+
"VpcConfig": {
1495+
"base": "<p> Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job. For For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1496+
"refs": {
1497+
"CreateDocumentClassifierRequest$VpcConfig": "<p>Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1498+
"CreateEntityRecognizerRequest$VpcConfig": "<p>Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1499+
"DocumentClassificationJobProperties$VpcConfig": "<p> Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1500+
"DocumentClassifierProperties$VpcConfig": "<p> Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom classifier. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1501+
"DominantLanguageDetectionJobProperties$VpcConfig": "<p> Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1502+
"EntitiesDetectionJobProperties$VpcConfig": "<p> Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1503+
"EntityRecognizerProperties$VpcConfig": "<p> Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your custom entity recognizer. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1504+
"KeyPhrasesDetectionJobProperties$VpcConfig": "<p> Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1505+
"SentimentDetectionJobProperties$VpcConfig": "<p> Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1506+
"StartDocumentClassificationJobRequest$VpcConfig": "<p>Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your document classification job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1507+
"StartDominantLanguageDetectionJobRequest$VpcConfig": "<p>Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your dominant language detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1508+
"StartEntitiesDetectionJobRequest$VpcConfig": "<p>Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your entity detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1509+
"StartKeyPhrasesDetectionJobRequest$VpcConfig": "<p> Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your key phrases detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1510+
"StartSentimentDetectionJobRequest$VpcConfig": "<p>Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your sentiment detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1511+
"StartTopicsDetectionJobRequest$VpcConfig": "<p>Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>",
1512+
"TopicsDetectionJobProperties$VpcConfig": "<p>Configuration parameters for a private Virtual Private Cloud (VPC) containing the resources you are using for your topic detection job. For more information, see <a href=\"https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html\">Amazon VPC</a>. </p>"
1513+
}
14691514
}
14701515
}
14711516
}

apis/comprehend/2017-11-27/paginators-1.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"pagination": {
3+
"ListDocumentClassificationJobs": {
4+
"input_token": "NextToken",
5+
"output_token": "NextToken",
6+
"limit_key": "MaxResults"
7+
},
8+
"ListDocumentClassifiers": {
9+
"input_token": "NextToken",
10+
"output_token": "NextToken",
11+
"limit_key": "MaxResults"
12+
},
313
"ListDominantLanguageDetectionJobs": {
414
"input_token": "NextToken",
515
"output_token": "NextToken",
@@ -10,6 +20,11 @@
1020
"output_token": "NextToken",
1121
"limit_key": "MaxResults"
1222
},
23+
"ListEntityRecognizers": {
24+
"input_token": "NextToken",
25+
"output_token": "NextToken",
26+
"limit_key": "MaxResults"
27+
},
1328
"ListKeyPhrasesDetectionJobs": {
1429
"input_token": "NextToken",
1530
"output_token": "NextToken",

apis/ec2/2016-11-15/api-2.json

+24-2
Original file line numberDiff line numberDiff line change
@@ -7946,6 +7946,11 @@
79467946
}
79477947
}
79487948
},
7949+
"DescribeDhcpOptionsMaxResults":{
7950+
"type":"integer",
7951+
"max":1000,
7952+
"min":5
7953+
},
79497954
"DescribeDhcpOptionsRequest":{
79507955
"type":"structure",
79517956
"members":{
@@ -7960,7 +7965,9 @@
79607965
"DryRun":{
79617966
"shape":"Boolean",
79627967
"locationName":"dryRun"
7963-
}
7968+
},
7969+
"NextToken":{"shape":"String"},
7970+
"MaxResults":{"shape":"DescribeDhcpOptionsMaxResults"}
79647971
}
79657972
},
79667973
"DescribeDhcpOptionsResult":{
@@ -7969,6 +7976,10 @@
79697976
"DhcpOptions":{
79707977
"shape":"DhcpOptionsList",
79717978
"locationName":"dhcpOptionsSet"
7979+
},
7980+
"NextToken":{
7981+
"shape":"String",
7982+
"locationName":"nextToken"
79727983
}
79737984
}
79747985
},
@@ -9750,6 +9761,11 @@
97509761
}
97519762
}
97529763
},
9764+
"DescribeSubnetsMaxResults":{
9765+
"type":"integer",
9766+
"max":1000,
9767+
"min":5
9768+
},
97539769
"DescribeSubnetsRequest":{
97549770
"type":"structure",
97559771
"members":{
@@ -9764,7 +9780,9 @@
97649780
"DryRun":{
97659781
"shape":"Boolean",
97669782
"locationName":"dryRun"
9767-
}
9783+
},
9784+
"NextToken":{"shape":"String"},
9785+
"MaxResults":{"shape":"DescribeSubnetsMaxResults"}
97689786
}
97699787
},
97709788
"DescribeSubnetsResult":{
@@ -9773,6 +9791,10 @@
97739791
"Subnets":{
97749792
"shape":"SubnetList",
97759793
"locationName":"subnetSet"
9794+
},
9795+
"NextToken":{
9796+
"shape":"String",
9797+
"locationName":"nextToken"
97769798
}
97779799
}
97789800
},

0 commit comments

Comments
 (0)