Skip to content

Commit e10aac7

Browse files
Updated API models and rebuilt service gems.
1 parent 23d1c95 commit e10aac7

Some content is hidden

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

74 files changed

+3213
-1566
lines changed

apis/codebuild/2016-10-06/api-2.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2801,7 +2801,8 @@
28012801
"status":{"shape":"String"},
28022802
"durationInNanoSeconds":{"shape":"WrapperLong"},
28032803
"message":{"shape":"String"},
2804-
"expired":{"shape":"Timestamp"}
2804+
"expired":{"shape":"Timestamp"},
2805+
"testSuiteName":{"shape":"String"}
28052806
}
28062807
},
28072808
"TestCaseFilter":{

apis/codebuild/2016-10-06/docs-2.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,6 +1934,7 @@
19341934
"TestCase$name": "<p> The name of the test case. </p>",
19351935
"TestCase$status": "<p> The status returned by the test case after it was run. Valid statuses are <code>SUCCEEDED</code>, <code>FAILED</code>, <code>ERROR</code>, <code>SKIPPED</code>, and <code>UNKNOWN</code>. </p>",
19361936
"TestCase$message": "<p> A message associated with a test case. For example, an error message or stack trace. </p>",
1937+
"TestCase$testSuiteName": "<p>The name of the test suite that the test case is a part of.</p>",
19371938
"TestCaseFilter$status": "<p>The status used to filter test cases. A <code>TestCaseFilter</code> can have one status. Valid values are:</p> <ul> <li> <p> <code>SUCCEEDED</code> </p> </li> <li> <p> <code>FAILED</code> </p> </li> <li> <p> <code>ERROR</code> </p> </li> <li> <p> <code>SKIPPED</code> </p> </li> <li> <p> <code>UNKNOWN</code> </p> </li> </ul>",
19381939
"TestCaseFilter$keyword": "<p>A keyword that is used to filter on the <code>name</code> or the <code>prefix</code> of the test cases. Only test cases where the keyword is a substring of the <code>name</code> or the <code>prefix</code> will be returned.</p>",
19391940
"UpdateProjectInput$sourceVersion": "<p> A version of the build input to be built for this project. If not specified, the latest version is used. If specified, it must be one of: </p> <ul> <li> <p>For CodeCommit: the commit ID, branch, or Git tag to use.</p> </li> <li> <p>For GitHub: the commit ID, pull request ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a pull request ID is specified, it must use the format <code>pr/pull-request-ID</code> (for example <code>pr/25</code>). If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.</p> </li> <li> <p>For GitLab: the commit ID, branch, or Git tag to use.</p> </li> <li> <p>For Bitbucket: the commit ID, branch name, or tag name that corresponds to the version of the source code you want to build. If a branch name is specified, the branch's HEAD commit ID is used. If not specified, the default branch's HEAD commit ID is used.</p> </li> <li> <p>For Amazon S3: the version ID of the object that represents the build input ZIP file to use.</p> </li> </ul> <p> If <code>sourceVersion</code> is specified at the build level, then that version takes precedence over this <code>sourceVersion</code> (at the project level). </p> <p> For more information, see <a href=\"https://docs.aws.amazon.com/codebuild/latest/userguide/sample-source-version.html\">Source Version Sample with CodeBuild</a> in the <i>CodeBuild User Guide</i>. </p>",

apis/connect/2017-08-08/api-2.json

Lines changed: 142 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2238,6 +2238,22 @@
22382238
{"shape":"InternalServiceException"}
22392239
]
22402240
},
2241+
"ListAnalyticsDataLakeDataSets":{
2242+
"name":"ListAnalyticsDataLakeDataSets",
2243+
"http":{
2244+
"method":"GET",
2245+
"requestUri":"/analytics-data/instance/{InstanceId}/datasets"
2246+
},
2247+
"input":{"shape":"ListAnalyticsDataLakeDataSetsRequest"},
2248+
"output":{"shape":"ListAnalyticsDataLakeDataSetsResponse"},
2249+
"errors":[
2250+
{"shape":"InvalidRequestException"},
2251+
{"shape":"InvalidParameterException"},
2252+
{"shape":"ResourceNotFoundException"},
2253+
{"shape":"ThrottlingException"},
2254+
{"shape":"InternalServiceException"}
2255+
]
2256+
},
22412257
"ListApprovedOrigins":{
22422258
"name":"ListApprovedOrigins",
22432259
"http":{
@@ -4925,13 +4941,25 @@
49254941
"DataSetId":{"shape":"DataSetId"},
49264942
"TargetAccountId":{"shape":"AWSAccountId"},
49274943
"ResourceShareId":{"shape":"String"},
4928-
"ResourceShareArn":{"shape":"ARN"}
4944+
"ResourceShareArn":{"shape":"ARN"},
4945+
"ResourceShareStatus":{"shape":"String"}
49294946
}
49304947
},
49314948
"AnalyticsDataAssociationResults":{
49324949
"type":"list",
49334950
"member":{"shape":"AnalyticsDataAssociationResult"}
49344951
},
4952+
"AnalyticsDataSetsResult":{
4953+
"type":"structure",
4954+
"members":{
4955+
"DataSetId":{"shape":"DataSetId"},
4956+
"DataSetName":{"shape":"String"}
4957+
}
4958+
},
4959+
"AnalyticsDataSetsResults":{
4960+
"type":"list",
4961+
"member":{"shape":"AnalyticsDataSetsResult"}
4962+
},
49354963
"AnswerMachineDetectionConfig":{
49364964
"type":"structure",
49374965
"members":{
@@ -5032,7 +5060,11 @@
50325060
"location":"uri",
50335061
"locationName":"InstanceId"
50345062
},
5035-
"Origin":{"shape":"Origin"}
5063+
"Origin":{"shape":"Origin"},
5064+
"ClientToken":{
5065+
"shape":"ClientToken",
5066+
"idempotencyToken":true
5067+
}
50365068
}
50375069
},
50385070
"AssociateBotRequest":{
@@ -5045,7 +5077,11 @@
50455077
"locationName":"InstanceId"
50465078
},
50475079
"LexBot":{"shape":"LexBot"},
5048-
"LexV2Bot":{"shape":"LexV2Bot"}
5080+
"LexV2Bot":{"shape":"LexV2Bot"},
5081+
"ClientToken":{
5082+
"shape":"ClientToken",
5083+
"idempotencyToken":true
5084+
}
50495085
}
50505086
},
50515087
"AssociateDefaultVocabularyRequest":{
@@ -5111,7 +5147,11 @@
51115147
"locationName":"InstanceId"
51125148
},
51135149
"ResourceType":{"shape":"InstanceStorageResourceType"},
5114-
"StorageConfig":{"shape":"InstanceStorageConfig"}
5150+
"StorageConfig":{"shape":"InstanceStorageConfig"},
5151+
"ClientToken":{
5152+
"shape":"ClientToken",
5153+
"idempotencyToken":true
5154+
}
51155155
}
51165156
},
51175157
"AssociateInstanceStorageConfigResponse":{
@@ -5132,7 +5172,11 @@
51325172
"location":"uri",
51335173
"locationName":"InstanceId"
51345174
},
5135-
"FunctionArn":{"shape":"FunctionArn"}
5175+
"FunctionArn":{"shape":"FunctionArn"},
5176+
"ClientToken":{
5177+
"shape":"ClientToken",
5178+
"idempotencyToken":true
5179+
}
51365180
}
51375181
},
51385182
"AssociateLexBotRequest":{
@@ -5147,7 +5191,11 @@
51475191
"location":"uri",
51485192
"locationName":"InstanceId"
51495193
},
5150-
"LexBot":{"shape":"LexBot"}
5194+
"LexBot":{"shape":"LexBot"},
5195+
"ClientToken":{
5196+
"shape":"ClientToken",
5197+
"idempotencyToken":true
5198+
}
51515199
}
51525200
},
51535201
"AssociatePhoneNumberContactFlowRequest":{
@@ -5221,7 +5269,11 @@
52215269
"location":"uri",
52225270
"locationName":"InstanceId"
52235271
},
5224-
"Key":{"shape":"PEM"}
5272+
"Key":{"shape":"PEM"},
5273+
"ClientToken":{
5274+
"shape":"ClientToken",
5275+
"idempotencyToken":true
5276+
}
52255277
}
52265278
},
52275279
"AssociateSecurityKeyResponse":{
@@ -6662,7 +6714,10 @@
66626714
"OutboundCallsEnabled"
66636715
],
66646716
"members":{
6665-
"ClientToken":{"shape":"ClientToken"},
6717+
"ClientToken":{
6718+
"shape":"ClientToken",
6719+
"idempotencyToken":true
6720+
},
66666721
"IdentityManagementType":{"shape":"DirectoryType"},
66676722
"InstanceAlias":{"shape":"DirectoryAlias"},
66686723
"DirectoryId":{"shape":"DirectoryId"},
@@ -7687,6 +7742,12 @@
76877742
"shape":"InstanceId",
76887743
"location":"uri",
76897744
"locationName":"InstanceId"
7745+
},
7746+
"ClientToken":{
7747+
"shape":"ClientToken",
7748+
"idempotencyToken":true,
7749+
"location":"querystring",
7750+
"locationName":"clientToken"
76907751
}
76917752
}
76927753
},
@@ -8854,6 +8915,12 @@
88548915
"shape":"Origin",
88558916
"location":"querystring",
88568917
"locationName":"origin"
8918+
},
8919+
"ClientToken":{
8920+
"shape":"ClientToken",
8921+
"idempotencyToken":true,
8922+
"location":"querystring",
8923+
"locationName":"clientToken"
88578924
}
88588925
}
88598926
},
@@ -8867,7 +8934,11 @@
88678934
"locationName":"InstanceId"
88688935
},
88698936
"LexBot":{"shape":"LexBot"},
8870-
"LexV2Bot":{"shape":"LexV2Bot"}
8937+
"LexV2Bot":{"shape":"LexV2Bot"},
8938+
"ClientToken":{
8939+
"shape":"ClientToken",
8940+
"idempotencyToken":true
8941+
}
88718942
}
88728943
},
88738944
"DisassociateFlowRequest":{
@@ -8922,6 +8993,12 @@
89228993
"shape":"InstanceStorageResourceType",
89238994
"location":"querystring",
89248995
"locationName":"resourceType"
8996+
},
8997+
"ClientToken":{
8998+
"shape":"ClientToken",
8999+
"idempotencyToken":true,
9000+
"location":"querystring",
9001+
"locationName":"clientToken"
89259002
}
89269003
}
89279004
},
@@ -8941,6 +9018,12 @@
89419018
"shape":"FunctionArn",
89429019
"location":"querystring",
89439020
"locationName":"functionArn"
9021+
},
9022+
"ClientToken":{
9023+
"shape":"ClientToken",
9024+
"idempotencyToken":true,
9025+
"location":"querystring",
9026+
"locationName":"clientToken"
89449027
}
89459028
}
89469029
},
@@ -8966,6 +9049,12 @@
89669049
"shape":"LexRegion",
89679050
"location":"querystring",
89689051
"locationName":"lexRegion"
9052+
},
9053+
"ClientToken":{
9054+
"shape":"ClientToken",
9055+
"idempotencyToken":true,
9056+
"location":"querystring",
9057+
"locationName":"clientToken"
89699058
}
89709059
}
89719060
},
@@ -9046,6 +9135,12 @@
90469135
"shape":"AssociationId",
90479136
"location":"uri",
90489137
"locationName":"AssociationId"
9138+
},
9139+
"ClientToken":{
9140+
"shape":"ClientToken",
9141+
"idempotencyToken":true,
9142+
"location":"querystring",
9143+
"locationName":"clientToken"
90499144
}
90509145
}
90519146
},
@@ -11407,6 +11502,34 @@
1140711502
"NextToken":{"shape":"NextToken"}
1140811503
}
1140911504
},
11505+
"ListAnalyticsDataLakeDataSetsRequest":{
11506+
"type":"structure",
11507+
"required":["InstanceId"],
11508+
"members":{
11509+
"InstanceId":{
11510+
"shape":"InstanceId",
11511+
"location":"uri",
11512+
"locationName":"InstanceId"
11513+
},
11514+
"NextToken":{
11515+
"shape":"NextToken",
11516+
"location":"querystring",
11517+
"locationName":"nextToken"
11518+
},
11519+
"MaxResults":{
11520+
"shape":"MaxResult1000",
11521+
"location":"querystring",
11522+
"locationName":"maxResults"
11523+
}
11524+
}
11525+
},
11526+
"ListAnalyticsDataLakeDataSetsResponse":{
11527+
"type":"structure",
11528+
"members":{
11529+
"Results":{"shape":"AnalyticsDataSetsResults"},
11530+
"NextToken":{"shape":"NextToken"}
11531+
}
11532+
},
1141011533
"ListApprovedOriginsRequest":{
1141111534
"type":"structure",
1141211535
"required":["InstanceId"],
@@ -17786,7 +17909,11 @@
1778617909
"location":"uri",
1778717910
"locationName":"AttributeType"
1778817911
},
17789-
"Value":{"shape":"InstanceAttributeValue"}
17912+
"Value":{"shape":"InstanceAttributeValue"},
17913+
"ClientToken":{
17914+
"shape":"ClientToken",
17915+
"idempotencyToken":true
17916+
}
1779017917
}
1779117918
},
1779217919
"UpdateInstanceStorageConfigRequest":{
@@ -17813,7 +17940,11 @@
1781317940
"location":"querystring",
1781417941
"locationName":"resourceType"
1781517942
},
17816-
"StorageConfig":{"shape":"InstanceStorageConfig"}
17943+
"StorageConfig":{"shape":"InstanceStorageConfig"},
17944+
"ClientToken":{
17945+
"shape":"ClientToken",
17946+
"idempotencyToken":true
17947+
}
1781717948
}
1781817949
},
1781917950
"UpdateParticipantAuthenticationRequest":{

0 commit comments

Comments
 (0)