aws-sdk-core 2.10.100 → 2.10.101

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f52c94de7958742d4f66ca7d59f0d1ec63a51f61
4
- data.tar.gz: 71743ee32940324477306b8b58b9d5c51a86a905
3
+ metadata.gz: 573b641b512d9b64c0249f956e813ba07805bab5
4
+ data.tar.gz: 43b5c180b0b74ae2c50691d2c079ebaa16806376
5
5
  SHA512:
6
- metadata.gz: 5be103cf147d88932250d7c7737d71c143b460860bd44f8f3d9c21644e7e5d5e32a42da0f6ddd8fd7a0a1be1936cc5153160cc1c0d57fdad2c2d17907b1f5156
7
- data.tar.gz: 2957bc09f0cf9cd12ed4f7440820f32e98cf18fc076134b6723858b10db35e106a79b3d317a7d1ef63a6d946661fc6208a2e6b2fcbc4314e2b9043c26b02bd83
6
+ metadata.gz: f31e1f55ef0967f1b9e4f074c17064de109cc595093bb6f03d01d1bf436be84eb542c6a279831476338e7ba3ef6c94ea2e5a9a51cb5b3142aa6b6d855928da43
7
+ data.tar.gz: af78cec1b9a2468101f7cca5fe823ab87648d5bb22989ed7c18ec054cc312028dd395c6d45761b6ed8a41fd5d7904ad6623763dafd96c3f4d6f693cc26185715
@@ -4989,6 +4989,7 @@
4989
4989
  "UserPoolTags":{"shape":"UserPoolTagsType"},
4990
4990
  "SmsConfigurationFailure":{"shape":"StringType"},
4991
4991
  "EmailConfigurationFailure":{"shape":"StringType"},
4992
+ "Domain":{"shape":"DomainType"},
4992
4993
  "AdminCreateUserConfig":{"shape":"AdminCreateUserConfigType"},
4993
4994
  "UserPoolAddOns":{"shape":"UserPoolAddOnsType"}
4994
4995
  }
@@ -572,13 +572,13 @@
572
572
  "type":"string",
573
573
  "max":100,
574
574
  "min":1,
575
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
575
+ "pattern":"^([A-Za-z]_?)+$"
576
576
  },
577
577
  "AliasNameOrListAll":{
578
578
  "type":"string",
579
579
  "max":100,
580
580
  "min":1,
581
- "pattern":"^(-|^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*))$"
581
+ "pattern":"^(-|^([A-Za-z]_?)+$)$"
582
582
  },
583
583
  "BadRequestException":{
584
584
  "type":"structure",
@@ -614,7 +614,9 @@
614
614
  "botName":{"shape":"BotName"},
615
615
  "createdDate":{"shape":"Timestamp"},
616
616
  "type":{"shape":"ChannelType"},
617
- "botConfiguration":{"shape":"ChannelConfigurationMap"}
617
+ "botConfiguration":{"shape":"ChannelConfigurationMap"},
618
+ "status":{"shape":"ChannelStatus"},
619
+ "failureReason":{"shape":"String"}
618
620
  }
619
621
  },
620
622
  "BotChannelAssociationList":{
@@ -625,7 +627,7 @@
625
627
  "type":"string",
626
628
  "max":100,
627
629
  "min":1,
628
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
630
+ "pattern":"^([A-Za-z]_?)+$"
629
631
  },
630
632
  "BotMetadata":{
631
633
  "type":"structure",
@@ -646,7 +648,7 @@
646
648
  "type":"string",
647
649
  "max":50,
648
650
  "min":2,
649
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
651
+ "pattern":"^([A-Za-z]_?)+$"
650
652
  },
651
653
  "BotVersions":{
652
654
  "type":"list",
@@ -696,6 +698,14 @@
696
698
  "min":1,
697
699
  "sensitive":true
698
700
  },
701
+ "ChannelStatus":{
702
+ "type":"string",
703
+ "enum":[
704
+ "IN_PROGRESS",
705
+ "CREATED",
706
+ "FAILED"
707
+ ]
708
+ },
699
709
  "ChannelType":{
700
710
  "type":"string",
701
711
  "enum":[
@@ -829,7 +839,7 @@
829
839
  "type":"string",
830
840
  "max":100,
831
841
  "min":1,
832
- "pattern":"^([a-zA-Z]|AMAZON.)+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
842
+ "pattern":"^((AMAZON\\.)_?|[A-Za-z]_?)+"
833
843
  },
834
844
  "DeleteBotAliasRequest":{
835
845
  "type":"structure",
@@ -1139,7 +1149,9 @@
1139
1149
  "botName":{"shape":"BotName"},
1140
1150
  "createdDate":{"shape":"Timestamp"},
1141
1151
  "type":{"shape":"ChannelType"},
1142
- "botConfiguration":{"shape":"ChannelConfigurationMap"}
1152
+ "botConfiguration":{"shape":"ChannelConfigurationMap"},
1153
+ "status":{"shape":"ChannelStatus"},
1154
+ "failureReason":{"shape":"String"}
1143
1155
  }
1144
1156
  },
1145
1157
  "GetBotChannelAssociationsRequest":{
@@ -1649,7 +1661,7 @@
1649
1661
  "type":"string",
1650
1662
  "max":100,
1651
1663
  "min":1,
1652
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
1664
+ "pattern":"^([A-Za-z]_?)+$"
1653
1665
  },
1654
1666
  "IntentUtteranceList":{
1655
1667
  "type":"list",
@@ -2011,7 +2023,7 @@
2011
2023
  "type":"string",
2012
2024
  "max":100,
2013
2025
  "min":1,
2014
- "pattern":"^[a-zA-Z]+(((_|.)[a-zA-Z]+)*|([a-zA-Z]+(_|.))*|(_|.))"
2026
+ "pattern":"^([A-Za-z](-|_|.)?)+$"
2015
2027
  },
2016
2028
  "SlotTypeMetadata":{
2017
2029
  "type":"structure",
@@ -2031,7 +2043,7 @@
2031
2043
  "type":"string",
2032
2044
  "max":100,
2033
2045
  "min":1,
2034
- "pattern":"^[a-zA-Z]+((_[a-zA-Z]+)*|([a-zA-Z]+_)*|_)"
2046
+ "pattern":"^([A-Za-z]_?)+$"
2035
2047
  },
2036
2048
  "SlotUtteranceList":{
2037
2049
  "type":"list",
@@ -428,7 +428,8 @@
428
428
  "type":"structure",
429
429
  "required":[
430
430
  "ModelName",
431
- "PrimaryContainer"
431
+ "PrimaryContainer",
432
+ "ExecutionRoleArn"
432
433
  ],
433
434
  "members":{
434
435
  "ModelName":{"shape":"ModelName"},
@@ -1676,7 +1676,8 @@
1676
1676
  "protocols" : [ "http", "https" ]
1677
1677
  },
1678
1678
  "endpoints" : {
1679
- "cn-north-1" : { }
1679
+ "cn-north-1" : { },
1680
+ "cn-northwest-1" : { }
1680
1681
  }
1681
1682
  },
1682
1683
  "autoscaling" : {
@@ -1684,22 +1685,26 @@
1684
1685
  "protocols" : [ "http", "https" ]
1685
1686
  },
1686
1687
  "endpoints" : {
1687
- "cn-north-1" : { }
1688
+ "cn-north-1" : { },
1689
+ "cn-northwest-1" : { }
1688
1690
  }
1689
1691
  },
1690
1692
  "cloudformation" : {
1691
1693
  "endpoints" : {
1692
- "cn-north-1" : { }
1694
+ "cn-north-1" : { },
1695
+ "cn-northwest-1" : { }
1693
1696
  }
1694
1697
  },
1695
1698
  "cloudtrail" : {
1696
1699
  "endpoints" : {
1697
- "cn-north-1" : { }
1700
+ "cn-north-1" : { },
1701
+ "cn-northwest-1" : { }
1698
1702
  }
1699
1703
  },
1700
1704
  "codedeploy" : {
1701
1705
  "endpoints" : {
1702
- "cn-north-1" : { }
1706
+ "cn-north-1" : { },
1707
+ "cn-northwest-1" : { }
1703
1708
  }
1704
1709
  },
1705
1710
  "cognito-identity" : {
@@ -1709,12 +1714,14 @@
1709
1714
  },
1710
1715
  "config" : {
1711
1716
  "endpoints" : {
1712
- "cn-north-1" : { }
1717
+ "cn-north-1" : { },
1718
+ "cn-northwest-1" : { }
1713
1719
  }
1714
1720
  },
1715
1721
  "directconnect" : {
1716
1722
  "endpoints" : {
1717
- "cn-north-1" : { }
1723
+ "cn-north-1" : { },
1724
+ "cn-northwest-1" : { }
1718
1725
  }
1719
1726
  },
1720
1727
  "dynamodb" : {
@@ -1722,7 +1729,8 @@
1722
1729
  "protocols" : [ "http", "https" ]
1723
1730
  },
1724
1731
  "endpoints" : {
1725
- "cn-north-1" : { }
1732
+ "cn-north-1" : { },
1733
+ "cn-northwest-1" : { }
1726
1734
  }
1727
1735
  },
1728
1736
  "ec2" : {
@@ -1730,7 +1738,8 @@
1730
1738
  "protocols" : [ "http", "https" ]
1731
1739
  },
1732
1740
  "endpoints" : {
1733
- "cn-north-1" : { }
1741
+ "cn-north-1" : { },
1742
+ "cn-northwest-1" : { }
1734
1743
  }
1735
1744
  },
1736
1745
  "ecr" : {
@@ -1745,12 +1754,14 @@
1745
1754
  },
1746
1755
  "elasticache" : {
1747
1756
  "endpoints" : {
1748
- "cn-north-1" : { }
1757
+ "cn-north-1" : { },
1758
+ "cn-northwest-1" : { }
1749
1759
  }
1750
1760
  },
1751
1761
  "elasticbeanstalk" : {
1752
1762
  "endpoints" : {
1753
- "cn-north-1" : { }
1763
+ "cn-north-1" : { },
1764
+ "cn-northwest-1" : { }
1754
1765
  }
1755
1766
  },
1756
1767
  "elasticloadbalancing" : {
@@ -1758,7 +1769,8 @@
1758
1769
  "protocols" : [ "https" ]
1759
1770
  },
1760
1771
  "endpoints" : {
1761
- "cn-north-1" : { }
1772
+ "cn-north-1" : { },
1773
+ "cn-northwest-1" : { }
1762
1774
  }
1763
1775
  },
1764
1776
  "elasticmapreduce" : {
@@ -1766,13 +1778,19 @@
1766
1778
  "protocols" : [ "http", "https" ]
1767
1779
  },
1768
1780
  "endpoints" : {
1769
- "cn-north-1" : { }
1781
+ "cn-north-1" : { },
1782
+ "cn-northwest-1" : { }
1783
+ }
1784
+ },
1785
+ "es" : {
1786
+ "endpoints" : {
1787
+ "cn-northwest-1" : { }
1770
1788
  }
1771
1789
  },
1772
- "es" : { },
1773
1790
  "events" : {
1774
1791
  "endpoints" : {
1775
- "cn-north-1" : { }
1792
+ "cn-north-1" : { },
1793
+ "cn-northwest-1" : { }
1776
1794
  }
1777
1795
  },
1778
1796
  "glacier" : {
@@ -1780,7 +1798,8 @@
1780
1798
  "protocols" : [ "http", "https" ]
1781
1799
  },
1782
1800
  "endpoints" : {
1783
- "cn-north-1" : { }
1801
+ "cn-north-1" : { },
1802
+ "cn-northwest-1" : { }
1784
1803
  }
1785
1804
  },
1786
1805
  "iam" : {
@@ -1807,7 +1826,8 @@
1807
1826
  },
1808
1827
  "kinesis" : {
1809
1828
  "endpoints" : {
1810
- "cn-north-1" : { }
1829
+ "cn-north-1" : { },
1830
+ "cn-northwest-1" : { }
1811
1831
  }
1812
1832
  },
1813
1833
  "lambda" : {
@@ -1817,7 +1837,8 @@
1817
1837
  },
1818
1838
  "logs" : {
1819
1839
  "endpoints" : {
1820
- "cn-north-1" : { }
1840
+ "cn-north-1" : { },
1841
+ "cn-northwest-1" : { }
1821
1842
  }
1822
1843
  },
1823
1844
  "monitoring" : {
@@ -1825,17 +1846,20 @@
1825
1846
  "protocols" : [ "http", "https" ]
1826
1847
  },
1827
1848
  "endpoints" : {
1828
- "cn-north-1" : { }
1849
+ "cn-north-1" : { },
1850
+ "cn-northwest-1" : { }
1829
1851
  }
1830
1852
  },
1831
1853
  "rds" : {
1832
1854
  "endpoints" : {
1833
- "cn-north-1" : { }
1855
+ "cn-north-1" : { },
1856
+ "cn-northwest-1" : { }
1834
1857
  }
1835
1858
  },
1836
1859
  "redshift" : {
1837
1860
  "endpoints" : {
1838
- "cn-north-1" : { }
1861
+ "cn-north-1" : { },
1862
+ "cn-northwest-1" : { }
1839
1863
  }
1840
1864
  },
1841
1865
  "s3" : {
@@ -1844,7 +1868,8 @@
1844
1868
  "signatureVersions" : [ "s3v4" ]
1845
1869
  },
1846
1870
  "endpoints" : {
1847
- "cn-north-1" : { }
1871
+ "cn-north-1" : { },
1872
+ "cn-northwest-1" : { }
1848
1873
  }
1849
1874
  },
1850
1875
  "snowball" : {
@@ -1857,7 +1882,8 @@
1857
1882
  "protocols" : [ "http", "https" ]
1858
1883
  },
1859
1884
  "endpoints" : {
1860
- "cn-north-1" : { }
1885
+ "cn-north-1" : { },
1886
+ "cn-northwest-1" : { }
1861
1887
  }
1862
1888
  },
1863
1889
  "sqs" : {
@@ -1866,12 +1892,14 @@
1866
1892
  "sslCommonName" : "{region}.queue.{dnsSuffix}"
1867
1893
  },
1868
1894
  "endpoints" : {
1869
- "cn-north-1" : { }
1895
+ "cn-north-1" : { },
1896
+ "cn-northwest-1" : { }
1870
1897
  }
1871
1898
  },
1872
1899
  "ssm" : {
1873
1900
  "endpoints" : {
1874
- "cn-north-1" : { }
1901
+ "cn-north-1" : { },
1902
+ "cn-northwest-1" : { }
1875
1903
  }
1876
1904
  },
1877
1905
  "storagegateway" : {
@@ -1887,17 +1915,20 @@
1887
1915
  "protocols" : [ "http", "https" ]
1888
1916
  },
1889
1917
  "endpoints" : {
1890
- "cn-north-1" : { }
1918
+ "cn-north-1" : { },
1919
+ "cn-northwest-1" : { }
1891
1920
  }
1892
1921
  },
1893
1922
  "sts" : {
1894
1923
  "endpoints" : {
1895
- "cn-north-1" : { }
1924
+ "cn-north-1" : { },
1925
+ "cn-northwest-1" : { }
1896
1926
  }
1897
1927
  },
1898
1928
  "swf" : {
1899
1929
  "endpoints" : {
1900
- "cn-north-1" : { }
1930
+ "cn-north-1" : { },
1931
+ "cn-northwest-1" : { }
1901
1932
  }
1902
1933
  },
1903
1934
  "tagging" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.10.100'
2
+ VERSION = '2.10.101'
3
3
  end
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.100
4
+ version: 2.10.101
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: 2017-12-08 00:00:00.000000000 Z
11
+ date: 2017-12-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath