aws-sdk-core 2.11.133 → 2.11.134

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: ba55ab866a1bae344d7c91c34f71f0af1b564497
4
- data.tar.gz: 569b4519d272ba2cf186313deb126179e67c6e2b
3
+ metadata.gz: b7b4e60cecacc0fbcfa4a874eb76be47ff752f1a
4
+ data.tar.gz: 6a17b4978a60ea1b7a366fe24c38a776108ced22
5
5
  SHA512:
6
- metadata.gz: f0c839b6393d3683cbe4b590a6fc60acb952f6ba6e6173e61f532c4bb772dd03f1a3e76bd9249468eab68822ff3ad8286965e3debdc532fa840c94f3eb8d0c88
7
- data.tar.gz: 2f9103687a0d409a600efeacff54e54cd9a1ea42e1f40de9c7090b6e9b0699ef8810c0183d4f7b05bcaabe392958c1be3df95f0107bb9280432fc3422d7273a9
6
+ metadata.gz: 1b405c75d2466907adf10ec432fb639d7b2206d508d86a39ee86e7d0aafc1f752935758f0c6f79f394fb1f84148000f7f46ebc4ac69cde8022565141d04241d7
7
+ data.tar.gz: cd6f28bc6ebb45c80d5e2dc09b2309845dc3257ff6de1dfc93425abdf99ca28fd367cae76781babcdde50f9675c1085fcb045f3a189fc93c58a0710058eebb7f
@@ -144,6 +144,23 @@
144
144
  {"shape":"ServiceException"}
145
145
  ]
146
146
  },
147
+ "CreateLogSubscription":{
148
+ "name":"CreateLogSubscription",
149
+ "http":{
150
+ "method":"POST",
151
+ "requestUri":"/"
152
+ },
153
+ "input":{"shape":"CreateLogSubscriptionRequest"},
154
+ "output":{"shape":"CreateLogSubscriptionResult"},
155
+ "errors":[
156
+ {"shape":"EntityAlreadyExistsException"},
157
+ {"shape":"EntityDoesNotExistException"},
158
+ {"shape":"UnsupportedOperationException"},
159
+ {"shape":"InsufficientPermissionsException"},
160
+ {"shape":"ClientException"},
161
+ {"shape":"ServiceException"}
162
+ ]
163
+ },
147
164
  "CreateMicrosoftAD":{
148
165
  "name":"CreateMicrosoftAD",
149
166
  "http":{
@@ -224,6 +241,21 @@
224
241
  {"shape":"ServiceException"}
225
242
  ]
226
243
  },
244
+ "DeleteLogSubscription":{
245
+ "name":"DeleteLogSubscription",
246
+ "http":{
247
+ "method":"POST",
248
+ "requestUri":"/"
249
+ },
250
+ "input":{"shape":"DeleteLogSubscriptionRequest"},
251
+ "output":{"shape":"DeleteLogSubscriptionResult"},
252
+ "errors":[
253
+ {"shape":"EntityDoesNotExistException"},
254
+ {"shape":"UnsupportedOperationException"},
255
+ {"shape":"ClientException"},
256
+ {"shape":"ServiceException"}
257
+ ]
258
+ },
227
259
  "DeleteSnapshot":{
228
260
  "name":"DeleteSnapshot",
229
261
  "http":{
@@ -474,6 +506,21 @@
474
506
  {"shape":"ServiceException"}
475
507
  ]
476
508
  },
509
+ "ListLogSubscriptions":{
510
+ "name":"ListLogSubscriptions",
511
+ "http":{
512
+ "method":"POST",
513
+ "requestUri":"/"
514
+ },
515
+ "input":{"shape":"ListLogSubscriptionsRequest"},
516
+ "output":{"shape":"ListLogSubscriptionsResult"},
517
+ "errors":[
518
+ {"shape":"EntityDoesNotExistException"},
519
+ {"shape":"InvalidNextTokenException"},
520
+ {"shape":"ClientException"},
521
+ {"shape":"ServiceException"}
522
+ ]
523
+ },
477
524
  "ListSchemaExtensions":{
478
525
  "name":"ListSchemaExtensions",
479
526
  "http":{
@@ -917,6 +964,22 @@
917
964
  "DirectoryId":{"shape":"DirectoryId"}
918
965
  }
919
966
  },
967
+ "CreateLogSubscriptionRequest":{
968
+ "type":"structure",
969
+ "required":[
970
+ "DirectoryId",
971
+ "LogGroupName"
972
+ ],
973
+ "members":{
974
+ "DirectoryId":{"shape":"DirectoryId"},
975
+ "LogGroupName":{"shape":"LogGroupName"}
976
+ }
977
+ },
978
+ "CreateLogSubscriptionResult":{
979
+ "type":"structure",
980
+ "members":{
981
+ }
982
+ },
920
983
  "CreateMicrosoftADRequest":{
921
984
  "type":"structure",
922
985
  "required":[
@@ -1014,6 +1077,18 @@
1014
1077
  "DirectoryId":{"shape":"DirectoryId"}
1015
1078
  }
1016
1079
  },
1080
+ "DeleteLogSubscriptionRequest":{
1081
+ "type":"structure",
1082
+ "required":["DirectoryId"],
1083
+ "members":{
1084
+ "DirectoryId":{"shape":"DirectoryId"}
1085
+ }
1086
+ },
1087
+ "DeleteLogSubscriptionResult":{
1088
+ "type":"structure",
1089
+ "members":{
1090
+ }
1091
+ },
1017
1092
  "DeleteSnapshotRequest":{
1018
1093
  "type":"structure",
1019
1094
  "required":["SnapshotId"],
@@ -1594,6 +1669,21 @@
1594
1669
  "NextToken":{"shape":"NextToken"}
1595
1670
  }
1596
1671
  },
1672
+ "ListLogSubscriptionsRequest":{
1673
+ "type":"structure",
1674
+ "members":{
1675
+ "DirectoryId":{"shape":"DirectoryId"},
1676
+ "NextToken":{"shape":"NextToken"},
1677
+ "Limit":{"shape":"Limit"}
1678
+ }
1679
+ },
1680
+ "ListLogSubscriptionsResult":{
1681
+ "type":"structure",
1682
+ "members":{
1683
+ "LogSubscriptions":{"shape":"LogSubscriptions"},
1684
+ "NextToken":{"shape":"NextToken"}
1685
+ }
1686
+ },
1597
1687
  "ListSchemaExtensionsRequest":{
1598
1688
  "type":"structure",
1599
1689
  "required":["DirectoryId"],
@@ -1626,6 +1716,24 @@
1626
1716
  "NextToken":{"shape":"NextToken"}
1627
1717
  }
1628
1718
  },
1719
+ "LogGroupName":{
1720
+ "type":"string",
1721
+ "max":512,
1722
+ "min":1,
1723
+ "pattern":"[-._/#A-Za-z0-9]+"
1724
+ },
1725
+ "LogSubscription":{
1726
+ "type":"structure",
1727
+ "members":{
1728
+ "DirectoryId":{"shape":"DirectoryId"},
1729
+ "LogGroupName":{"shape":"LogGroupName"},
1730
+ "SubscriptionCreatedDateTime":{"shape":"SubscriptionCreatedDateTime"}
1731
+ }
1732
+ },
1733
+ "LogSubscriptions":{
1734
+ "type":"list",
1735
+ "member":{"shape":"LogSubscription"}
1736
+ },
1629
1737
  "ManualSnapshotsLimitReached":{"type":"boolean"},
1630
1738
  "NextToken":{"type":"string"},
1631
1739
  "OrganizationalUnitDN":{
@@ -1949,6 +2057,7 @@
1949
2057
  "type":"list",
1950
2058
  "member":{"shape":"SubnetId"}
1951
2059
  },
2060
+ "SubscriptionCreatedDateTime":{"type":"timestamp"},
1952
2061
  "Tag":{
1953
2062
  "type":"structure",
1954
2063
  "required":[
@@ -0,0 +1,20 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeDirectories",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "CreateDirectory",
12
+ "input": {
13
+ "Name": "",
14
+ "Password": "",
15
+ "Size": ""
16
+ },
17
+ "errorExpectedFromService": true
18
+ }
19
+ ]
20
+ }
@@ -11786,6 +11786,7 @@
11786
11786
  "d2.4xlarge",
11787
11787
  "d2.8xlarge",
11788
11788
  "f1.2xlarge",
11789
+ "f1.4xlarge",
11789
11790
  "f1.16xlarge",
11790
11791
  "m5.large",
11791
11792
  "m5.xlarge",
@@ -67,7 +67,9 @@
67
67
  "resultWrapper":"ApplyPendingMaintenanceActionResult"
68
68
  },
69
69
  "errors":[
70
- {"shape":"ResourceNotFoundFault"}
70
+ {"shape":"ResourceNotFoundFault"},
71
+ {"shape":"InvalidDBClusterStateFault"},
72
+ {"shape":"InvalidDBInstanceStateFault"}
71
73
  ]
72
74
  },
73
75
  "AuthorizeDBSecurityGroupIngress":{
@@ -1607,6 +1609,23 @@
1607
1609
  {"shape":"InvalidDBSecurityGroupStateFault"}
1608
1610
  ]
1609
1611
  },
1612
+ "StartDBCluster":{
1613
+ "name":"StartDBCluster",
1614
+ "http":{
1615
+ "method":"POST",
1616
+ "requestUri":"/"
1617
+ },
1618
+ "input":{"shape":"StartDBClusterMessage"},
1619
+ "output":{
1620
+ "shape":"StartDBClusterResult",
1621
+ "resultWrapper":"StartDBClusterResult"
1622
+ },
1623
+ "errors":[
1624
+ {"shape":"DBClusterNotFoundFault"},
1625
+ {"shape":"InvalidDBClusterStateFault"},
1626
+ {"shape":"InvalidDBInstanceStateFault"}
1627
+ ]
1628
+ },
1610
1629
  "StartDBInstance":{
1611
1630
  "name":"StartDBInstance",
1612
1631
  "http":{
@@ -1632,6 +1651,23 @@
1632
1651
  {"shape":"KMSKeyNotAccessibleFault"}
1633
1652
  ]
1634
1653
  },
1654
+ "StopDBCluster":{
1655
+ "name":"StopDBCluster",
1656
+ "http":{
1657
+ "method":"POST",
1658
+ "requestUri":"/"
1659
+ },
1660
+ "input":{"shape":"StopDBClusterMessage"},
1661
+ "output":{
1662
+ "shape":"StopDBClusterResult",
1663
+ "resultWrapper":"StopDBClusterResult"
1664
+ },
1665
+ "errors":[
1666
+ {"shape":"DBClusterNotFoundFault"},
1667
+ {"shape":"InvalidDBClusterStateFault"},
1668
+ {"shape":"InvalidDBInstanceStateFault"}
1669
+ ]
1670
+ },
1635
1671
  "StopDBInstance":{
1636
1672
  "name":"StopDBInstance",
1637
1673
  "http":{
@@ -5444,6 +5480,19 @@
5444
5480
  "db-cluster-snapshot"
5445
5481
  ]
5446
5482
  },
5483
+ "StartDBClusterMessage":{
5484
+ "type":"structure",
5485
+ "required":["DBClusterIdentifier"],
5486
+ "members":{
5487
+ "DBClusterIdentifier":{"shape":"String"}
5488
+ }
5489
+ },
5490
+ "StartDBClusterResult":{
5491
+ "type":"structure",
5492
+ "members":{
5493
+ "DBCluster":{"shape":"DBCluster"}
5494
+ }
5495
+ },
5447
5496
  "StartDBInstanceMessage":{
5448
5497
  "type":"structure",
5449
5498
  "required":["DBInstanceIdentifier"],
@@ -5457,6 +5506,19 @@
5457
5506
  "DBInstance":{"shape":"DBInstance"}
5458
5507
  }
5459
5508
  },
5509
+ "StopDBClusterMessage":{
5510
+ "type":"structure",
5511
+ "required":["DBClusterIdentifier"],
5512
+ "members":{
5513
+ "DBClusterIdentifier":{"shape":"String"}
5514
+ }
5515
+ },
5516
+ "StopDBClusterResult":{
5517
+ "type":"structure",
5518
+ "members":{
5519
+ "DBCluster":{"shape":"DBCluster"}
5520
+ }
5521
+ },
5460
5522
  "StopDBInstanceMessage":{
5461
5523
  "type":"structure",
5462
5524
  "required":["DBInstanceIdentifier"],
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.133'
2
+ VERSION = '2.11.134'
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.11.133
4
+ version: 2.11.134
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-09-19 00:00:00.000000000 Z
11
+ date: 2018-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -228,6 +228,7 @@ files:
228
228
  - apis/ds/2015-04-16/api-2.json
229
229
  - apis/ds/2015-04-16/examples-1.json
230
230
  - apis/ds/2015-04-16/paginators-1.json
231
+ - apis/ds/2015-04-16/smoke.json
231
232
  - apis/dynamodb/2011-12-05/api-2.json
232
233
  - apis/dynamodb/2011-12-05/examples-1.json
233
234
  - apis/dynamodb/2011-12-05/paginators-1.json