aws-sdk-core 2.10.128 → 2.10.129
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/apis/ec2/2016-11-15/api-2.json +91 -2
- data/apis/lex-models/2017-04-19/api-2.json +14 -4
- data/apis/runtime.lex/2016-11-28/api-2.json +16 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f73560f277666b82d24ee20be84bf95372400ad7
|
|
4
|
+
data.tar.gz: 50a78beca509908080c3e9092e2fd3871b8d657d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4c9194795e03c63032e15d510b3911e7bdff8aef24db189ffe612d33208ef181e323ed50ed414ac51c3a45c335e436933841dc431e386cf2e8ae66dea004970f
|
|
7
|
+
data.tar.gz: 7eb23776c7b5897904dec213f90d9529e2ad78872b2e3a3a653f20d5b0b3134f85b31615f60e509af24283edf25d2a146a812fa1ff7eed9def1d574fde6164fc
|
|
@@ -898,6 +898,15 @@
|
|
|
898
898
|
"input":{"shape":"DescribeAddressesRequest"},
|
|
899
899
|
"output":{"shape":"DescribeAddressesResult"}
|
|
900
900
|
},
|
|
901
|
+
"DescribeAggregateIdFormat":{
|
|
902
|
+
"name":"DescribeAggregateIdFormat",
|
|
903
|
+
"http":{
|
|
904
|
+
"method":"POST",
|
|
905
|
+
"requestUri":"/"
|
|
906
|
+
},
|
|
907
|
+
"input":{"shape":"DescribeAggregateIdFormatRequest"},
|
|
908
|
+
"output":{"shape":"DescribeAggregateIdFormatResult"}
|
|
909
|
+
},
|
|
901
910
|
"DescribeAvailabilityZones":{
|
|
902
911
|
"name":"DescribeAvailabilityZones",
|
|
903
912
|
"http":{
|
|
@@ -1240,6 +1249,15 @@
|
|
|
1240
1249
|
"input":{"shape":"DescribePrefixListsRequest"},
|
|
1241
1250
|
"output":{"shape":"DescribePrefixListsResult"}
|
|
1242
1251
|
},
|
|
1252
|
+
"DescribePrincipalIdFormat":{
|
|
1253
|
+
"name":"DescribePrincipalIdFormat",
|
|
1254
|
+
"http":{
|
|
1255
|
+
"method":"POST",
|
|
1256
|
+
"requestUri":"/"
|
|
1257
|
+
},
|
|
1258
|
+
"input":{"shape":"DescribePrincipalIdFormatRequest"},
|
|
1259
|
+
"output":{"shape":"DescribePrincipalIdFormatResult"}
|
|
1260
|
+
},
|
|
1243
1261
|
"DescribeRegions":{
|
|
1244
1262
|
"name":"DescribeRegions",
|
|
1245
1263
|
"http":{
|
|
@@ -5630,6 +5648,25 @@
|
|
|
5630
5648
|
}
|
|
5631
5649
|
}
|
|
5632
5650
|
},
|
|
5651
|
+
"DescribeAggregateIdFormatRequest":{
|
|
5652
|
+
"type":"structure",
|
|
5653
|
+
"members":{
|
|
5654
|
+
"DryRun":{"shape":"Boolean"}
|
|
5655
|
+
}
|
|
5656
|
+
},
|
|
5657
|
+
"DescribeAggregateIdFormatResult":{
|
|
5658
|
+
"type":"structure",
|
|
5659
|
+
"members":{
|
|
5660
|
+
"UseLongIdsAggregated":{
|
|
5661
|
+
"shape":"Boolean",
|
|
5662
|
+
"locationName":"useLongIdsAggregated"
|
|
5663
|
+
},
|
|
5664
|
+
"Statuses":{
|
|
5665
|
+
"shape":"IdFormatList",
|
|
5666
|
+
"locationName":"statusSet"
|
|
5667
|
+
}
|
|
5668
|
+
}
|
|
5669
|
+
},
|
|
5633
5670
|
"DescribeAvailabilityZonesRequest":{
|
|
5634
5671
|
"type":"structure",
|
|
5635
5672
|
"members":{
|
|
@@ -6686,6 +6723,31 @@
|
|
|
6686
6723
|
}
|
|
6687
6724
|
}
|
|
6688
6725
|
},
|
|
6726
|
+
"DescribePrincipalIdFormatRequest":{
|
|
6727
|
+
"type":"structure",
|
|
6728
|
+
"members":{
|
|
6729
|
+
"DryRun":{"shape":"Boolean"},
|
|
6730
|
+
"Resources":{
|
|
6731
|
+
"shape":"ResourceList",
|
|
6732
|
+
"locationName":"Resource"
|
|
6733
|
+
},
|
|
6734
|
+
"MaxResults":{"shape":"Integer"},
|
|
6735
|
+
"NextToken":{"shape":"String"}
|
|
6736
|
+
}
|
|
6737
|
+
},
|
|
6738
|
+
"DescribePrincipalIdFormatResult":{
|
|
6739
|
+
"type":"structure",
|
|
6740
|
+
"members":{
|
|
6741
|
+
"Principals":{
|
|
6742
|
+
"shape":"PrincipalIdFormatList",
|
|
6743
|
+
"locationName":"principalSet"
|
|
6744
|
+
},
|
|
6745
|
+
"NextToken":{
|
|
6746
|
+
"shape":"String",
|
|
6747
|
+
"locationName":"nextToken"
|
|
6748
|
+
}
|
|
6749
|
+
}
|
|
6750
|
+
},
|
|
6689
6751
|
"DescribeRegionsRequest":{
|
|
6690
6752
|
"type":"structure",
|
|
6691
6753
|
"members":{
|
|
@@ -12524,11 +12586,11 @@
|
|
|
12524
12586
|
"AcceptanceRequired":{"shape":"Boolean"},
|
|
12525
12587
|
"AddNetworkLoadBalancerArns":{
|
|
12526
12588
|
"shape":"ValueStringList",
|
|
12527
|
-
"locationName":"
|
|
12589
|
+
"locationName":"AddNetworkLoadBalancerArn"
|
|
12528
12590
|
},
|
|
12529
12591
|
"RemoveNetworkLoadBalancerArns":{
|
|
12530
12592
|
"shape":"ValueStringList",
|
|
12531
|
-
"locationName":"
|
|
12593
|
+
"locationName":"RemoveNetworkLoadBalancerArn"
|
|
12532
12594
|
}
|
|
12533
12595
|
}
|
|
12534
12596
|
},
|
|
@@ -13528,6 +13590,26 @@
|
|
|
13528
13590
|
"locationName":"item"
|
|
13529
13591
|
}
|
|
13530
13592
|
},
|
|
13593
|
+
"PrincipalIdFormat":{
|
|
13594
|
+
"type":"structure",
|
|
13595
|
+
"members":{
|
|
13596
|
+
"Arn":{
|
|
13597
|
+
"shape":"String",
|
|
13598
|
+
"locationName":"arn"
|
|
13599
|
+
},
|
|
13600
|
+
"Statuses":{
|
|
13601
|
+
"shape":"IdFormatList",
|
|
13602
|
+
"locationName":"statusSet"
|
|
13603
|
+
}
|
|
13604
|
+
}
|
|
13605
|
+
},
|
|
13606
|
+
"PrincipalIdFormatList":{
|
|
13607
|
+
"type":"list",
|
|
13608
|
+
"member":{
|
|
13609
|
+
"shape":"PrincipalIdFormat",
|
|
13610
|
+
"locationName":"item"
|
|
13611
|
+
}
|
|
13612
|
+
},
|
|
13531
13613
|
"PrincipalType":{
|
|
13532
13614
|
"type":"string",
|
|
13533
13615
|
"enum":[
|
|
@@ -15038,6 +15120,13 @@
|
|
|
15038
15120
|
"type":"list",
|
|
15039
15121
|
"member":{"shape":"String"}
|
|
15040
15122
|
},
|
|
15123
|
+
"ResourceList":{
|
|
15124
|
+
"type":"list",
|
|
15125
|
+
"member":{
|
|
15126
|
+
"shape":"String",
|
|
15127
|
+
"locationName":"item"
|
|
15128
|
+
}
|
|
15129
|
+
},
|
|
15041
15130
|
"ResourceType":{
|
|
15042
15131
|
"type":"string",
|
|
15043
15132
|
"enum":[
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"jsonVersion":"1.1",
|
|
7
7
|
"protocol":"rest-json",
|
|
8
8
|
"serviceFullName":"Amazon Lex Model Building Service",
|
|
9
|
+
"serviceId":"Lex Model Building Service",
|
|
9
10
|
"signatureVersion":"v4",
|
|
10
11
|
"signingName":"lex",
|
|
11
12
|
"uid":"lex-models-2017-04-19"
|
|
@@ -711,7 +712,8 @@
|
|
|
711
712
|
"enum":[
|
|
712
713
|
"Facebook",
|
|
713
714
|
"Slack",
|
|
714
|
-
"Twilio-Sms"
|
|
715
|
+
"Twilio-Sms",
|
|
716
|
+
"Kik"
|
|
715
717
|
]
|
|
716
718
|
},
|
|
717
719
|
"CodeHook":{
|
|
@@ -742,7 +744,8 @@
|
|
|
742
744
|
"type":"string",
|
|
743
745
|
"enum":[
|
|
744
746
|
"PlainText",
|
|
745
|
-
"SSML"
|
|
747
|
+
"SSML",
|
|
748
|
+
"CustomPayload"
|
|
746
749
|
]
|
|
747
750
|
},
|
|
748
751
|
"Count":{"type":"integer"},
|
|
@@ -1628,6 +1631,12 @@
|
|
|
1628
1631
|
"utterances":{"shape":"ListsOfUtterances"}
|
|
1629
1632
|
}
|
|
1630
1633
|
},
|
|
1634
|
+
"GroupNumber":{
|
|
1635
|
+
"type":"integer",
|
|
1636
|
+
"box":true,
|
|
1637
|
+
"max":5,
|
|
1638
|
+
"min":1
|
|
1639
|
+
},
|
|
1631
1640
|
"Intent":{
|
|
1632
1641
|
"type":"structure",
|
|
1633
1642
|
"required":[
|
|
@@ -1727,13 +1736,14 @@
|
|
|
1727
1736
|
],
|
|
1728
1737
|
"members":{
|
|
1729
1738
|
"contentType":{"shape":"ContentType"},
|
|
1730
|
-
"content":{"shape":"ContentString"}
|
|
1739
|
+
"content":{"shape":"ContentString"},
|
|
1740
|
+
"groupNumber":{"shape":"GroupNumber"}
|
|
1731
1741
|
}
|
|
1732
1742
|
},
|
|
1733
1743
|
"MessageList":{
|
|
1734
1744
|
"type":"list",
|
|
1735
1745
|
"member":{"shape":"Message"},
|
|
1736
|
-
"max":
|
|
1746
|
+
"max":15,
|
|
1737
1747
|
"min":1
|
|
1738
1748
|
},
|
|
1739
1749
|
"MessageVersion":{
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
"jsonVersion":"1.1",
|
|
7
7
|
"protocol":"rest-json",
|
|
8
8
|
"serviceFullName":"Amazon Lex Runtime Service",
|
|
9
|
+
"serviceId":"Lex Runtime Service",
|
|
9
10
|
"signatureVersion":"v4",
|
|
10
11
|
"signingName":"lex",
|
|
11
12
|
"uid":"runtime.lex-2016-11-28"
|
|
@@ -177,6 +178,15 @@
|
|
|
177
178
|
"error":{"httpStatusCode":508},
|
|
178
179
|
"exception":true
|
|
179
180
|
},
|
|
181
|
+
"MessageFormatType":{
|
|
182
|
+
"type":"string",
|
|
183
|
+
"enum":[
|
|
184
|
+
"PlainText",
|
|
185
|
+
"CustomPayload",
|
|
186
|
+
"SSML",
|
|
187
|
+
"Composite"
|
|
188
|
+
]
|
|
189
|
+
},
|
|
180
190
|
"NotAcceptableException":{
|
|
181
191
|
"type":"structure",
|
|
182
192
|
"members":{
|
|
@@ -274,6 +284,11 @@
|
|
|
274
284
|
"location":"header",
|
|
275
285
|
"locationName":"x-amz-lex-message"
|
|
276
286
|
},
|
|
287
|
+
"messageFormat":{
|
|
288
|
+
"shape":"MessageFormatType",
|
|
289
|
+
"location":"header",
|
|
290
|
+
"locationName":"x-amz-lex-message-format"
|
|
291
|
+
},
|
|
277
292
|
"dialogState":{
|
|
278
293
|
"shape":"DialogState",
|
|
279
294
|
"location":"header",
|
|
@@ -329,6 +344,7 @@
|
|
|
329
344
|
"slots":{"shape":"StringMap"},
|
|
330
345
|
"sessionAttributes":{"shape":"StringMap"},
|
|
331
346
|
"message":{"shape":"Text"},
|
|
347
|
+
"messageFormat":{"shape":"MessageFormatType"},
|
|
332
348
|
"dialogState":{"shape":"DialogState"},
|
|
333
349
|
"slotToElicit":{"shape":"String"},
|
|
334
350
|
"responseCard":{"shape":"ResponseCard"}
|
data/lib/aws-sdk-core/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.10.
|
|
4
|
+
version: 2.10.129
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-02-
|
|
11
|
+
date: 2018-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jmespath
|