aws-sdk-core 2.2.32 → 2.2.33
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/ds/2015-04-16/api-2.json +163 -3
- data/apis/elasticbeanstalk/2010-12-01/api-2.json +19 -2
- data/apis/lambda/2015-03-31/api-2.json +12 -2
- 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: a9e61ba6eaae44724070f7250a69204b2bfab975
|
4
|
+
data.tar.gz: 09a406a64f98367c2b496f533ecb8c3653540dcf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cff54030e6ae199f4bf98383e97b3cfefe639f4dae41533560d127dc5432767dc3ac8440b51b127b013799ee743d0b31cccd6b4b136bfbc851250059b87828d
|
7
|
+
data.tar.gz: af4099185a9c65aa990d6c049d57c977891d76732d70a8c499d53ffdd6157f1b145012925ee2a9fb93d2f955c425beed5a53b62a19c7ccdbf1e7f3850ec93985
|
@@ -61,6 +61,24 @@
|
|
61
61
|
{"shape":"ServiceException"}
|
62
62
|
]
|
63
63
|
},
|
64
|
+
"CreateConditionalForwarder":{
|
65
|
+
"name":"CreateConditionalForwarder",
|
66
|
+
"http":{
|
67
|
+
"method":"POST",
|
68
|
+
"requestUri":"/"
|
69
|
+
},
|
70
|
+
"input":{"shape":"CreateConditionalForwarderRequest"},
|
71
|
+
"output":{"shape":"CreateConditionalForwarderResult"},
|
72
|
+
"errors":[
|
73
|
+
{"shape":"EntityAlreadyExistsException"},
|
74
|
+
{"shape":"EntityDoesNotExistException"},
|
75
|
+
{"shape":"DirectoryUnavailableException"},
|
76
|
+
{"shape":"InvalidParameterException"},
|
77
|
+
{"shape":"UnsupportedOperationException"},
|
78
|
+
{"shape":"ClientException"},
|
79
|
+
{"shape":"ServiceException"}
|
80
|
+
]
|
81
|
+
},
|
64
82
|
"CreateDirectory":{
|
65
83
|
"name":"CreateDirectory",
|
66
84
|
"http":{
|
@@ -125,6 +143,23 @@
|
|
125
143
|
{"shape":"UnsupportedOperationException"}
|
126
144
|
]
|
127
145
|
},
|
146
|
+
"DeleteConditionalForwarder":{
|
147
|
+
"name":"DeleteConditionalForwarder",
|
148
|
+
"http":{
|
149
|
+
"method":"POST",
|
150
|
+
"requestUri":"/"
|
151
|
+
},
|
152
|
+
"input":{"shape":"DeleteConditionalForwarderRequest"},
|
153
|
+
"output":{"shape":"DeleteConditionalForwarderResult"},
|
154
|
+
"errors":[
|
155
|
+
{"shape":"EntityDoesNotExistException"},
|
156
|
+
{"shape":"DirectoryUnavailableException"},
|
157
|
+
{"shape":"InvalidParameterException"},
|
158
|
+
{"shape":"UnsupportedOperationException"},
|
159
|
+
{"shape":"ClientException"},
|
160
|
+
{"shape":"ServiceException"}
|
161
|
+
]
|
162
|
+
},
|
128
163
|
"DeleteDirectory":{
|
129
164
|
"name":"DeleteDirectory",
|
130
165
|
"http":{
|
@@ -185,6 +220,23 @@
|
|
185
220
|
{"shape":"ServiceException"}
|
186
221
|
]
|
187
222
|
},
|
223
|
+
"DescribeConditionalForwarders":{
|
224
|
+
"name":"DescribeConditionalForwarders",
|
225
|
+
"http":{
|
226
|
+
"method":"POST",
|
227
|
+
"requestUri":"/"
|
228
|
+
},
|
229
|
+
"input":{"shape":"DescribeConditionalForwardersRequest"},
|
230
|
+
"output":{"shape":"DescribeConditionalForwardersResult"},
|
231
|
+
"errors":[
|
232
|
+
{"shape":"EntityDoesNotExistException"},
|
233
|
+
{"shape":"DirectoryUnavailableException"},
|
234
|
+
{"shape":"InvalidParameterException"},
|
235
|
+
{"shape":"UnsupportedOperationException"},
|
236
|
+
{"shape":"ClientException"},
|
237
|
+
{"shape":"ServiceException"}
|
238
|
+
]
|
239
|
+
},
|
188
240
|
"DescribeDirectories":{
|
189
241
|
"name":"DescribeDirectories",
|
190
242
|
"http":{
|
@@ -369,6 +421,23 @@
|
|
369
421
|
{"shape":"ServiceException"}
|
370
422
|
]
|
371
423
|
},
|
424
|
+
"UpdateConditionalForwarder":{
|
425
|
+
"name":"UpdateConditionalForwarder",
|
426
|
+
"http":{
|
427
|
+
"method":"POST",
|
428
|
+
"requestUri":"/"
|
429
|
+
},
|
430
|
+
"input":{"shape":"UpdateConditionalForwarderRequest"},
|
431
|
+
"output":{"shape":"UpdateConditionalForwarderResult"},
|
432
|
+
"errors":[
|
433
|
+
{"shape":"EntityDoesNotExistException"},
|
434
|
+
{"shape":"DirectoryUnavailableException"},
|
435
|
+
{"shape":"InvalidParameterException"},
|
436
|
+
{"shape":"UnsupportedOperationException"},
|
437
|
+
{"shape":"ClientException"},
|
438
|
+
{"shape":"ServiceException"}
|
439
|
+
]
|
440
|
+
},
|
372
441
|
"UpdateRadius":{
|
373
442
|
"name":"UpdateRadius",
|
374
443
|
"http":{
|
@@ -471,6 +540,18 @@
|
|
471
540
|
"pattern":"[\\u0020-\\u00FF]+",
|
472
541
|
"sensitive":true
|
473
542
|
},
|
543
|
+
"ConditionalForwarder":{
|
544
|
+
"type":"structure",
|
545
|
+
"members":{
|
546
|
+
"RemoteDomainName":{"shape":"RemoteDomainName"},
|
547
|
+
"DnsIpAddrs":{"shape":"DnsIpAddrs"},
|
548
|
+
"ReplicationScope":{"shape":"ReplicationScope"}
|
549
|
+
}
|
550
|
+
},
|
551
|
+
"ConditionalForwarders":{
|
552
|
+
"type":"list",
|
553
|
+
"member":{"shape":"ConditionalForwarder"}
|
554
|
+
},
|
474
555
|
"ConnectDirectoryRequest":{
|
475
556
|
"type":"structure",
|
476
557
|
"required":[
|
@@ -540,6 +621,24 @@
|
|
540
621
|
"Computer":{"shape":"Computer"}
|
541
622
|
}
|
542
623
|
},
|
624
|
+
"CreateConditionalForwarderRequest":{
|
625
|
+
"type":"structure",
|
626
|
+
"required":[
|
627
|
+
"DirectoryId",
|
628
|
+
"RemoteDomainName",
|
629
|
+
"DnsIpAddrs"
|
630
|
+
],
|
631
|
+
"members":{
|
632
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
633
|
+
"RemoteDomainName":{"shape":"RemoteDomainName"},
|
634
|
+
"DnsIpAddrs":{"shape":"DnsIpAddrs"}
|
635
|
+
}
|
636
|
+
},
|
637
|
+
"CreateConditionalForwarderResult":{
|
638
|
+
"type":"structure",
|
639
|
+
"members":{
|
640
|
+
}
|
641
|
+
},
|
543
642
|
"CreateDirectoryRequest":{
|
544
643
|
"type":"structure",
|
545
644
|
"required":[
|
@@ -610,7 +709,8 @@
|
|
610
709
|
"RemoteDomainName":{"shape":"RemoteDomainName"},
|
611
710
|
"TrustPassword":{"shape":"TrustPassword"},
|
612
711
|
"TrustDirection":{"shape":"TrustDirection"},
|
613
|
-
"TrustType":{"shape":"TrustType"}
|
712
|
+
"TrustType":{"shape":"TrustType"},
|
713
|
+
"ConditionalForwarderIpAddrs":{"shape":"DnsIpAddrs"}
|
614
714
|
}
|
615
715
|
},
|
616
716
|
"CreateTrustResult":{
|
@@ -620,6 +720,23 @@
|
|
620
720
|
}
|
621
721
|
},
|
622
722
|
"CreatedDateTime":{"type":"timestamp"},
|
723
|
+
"DeleteAssociatedConditionalForwarder":{"type":"boolean"},
|
724
|
+
"DeleteConditionalForwarderRequest":{
|
725
|
+
"type":"structure",
|
726
|
+
"required":[
|
727
|
+
"DirectoryId",
|
728
|
+
"RemoteDomainName"
|
729
|
+
],
|
730
|
+
"members":{
|
731
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
732
|
+
"RemoteDomainName":{"shape":"RemoteDomainName"}
|
733
|
+
}
|
734
|
+
},
|
735
|
+
"DeleteConditionalForwarderResult":{
|
736
|
+
"type":"structure",
|
737
|
+
"members":{
|
738
|
+
}
|
739
|
+
},
|
623
740
|
"DeleteDirectoryRequest":{
|
624
741
|
"type":"structure",
|
625
742
|
"required":["DirectoryId"],
|
@@ -650,7 +767,8 @@
|
|
650
767
|
"type":"structure",
|
651
768
|
"required":["TrustId"],
|
652
769
|
"members":{
|
653
|
-
"TrustId":{"shape":"TrustId"}
|
770
|
+
"TrustId":{"shape":"TrustId"},
|
771
|
+
"DeleteAssociatedConditionalForwarder":{"shape":"DeleteAssociatedConditionalForwarder"}
|
654
772
|
}
|
655
773
|
},
|
656
774
|
"DeleteTrustResult":{
|
@@ -675,6 +793,20 @@
|
|
675
793
|
"members":{
|
676
794
|
}
|
677
795
|
},
|
796
|
+
"DescribeConditionalForwardersRequest":{
|
797
|
+
"type":"structure",
|
798
|
+
"required":["DirectoryId"],
|
799
|
+
"members":{
|
800
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
801
|
+
"RemoteDomainNames":{"shape":"RemoteDomainNames"}
|
802
|
+
}
|
803
|
+
},
|
804
|
+
"DescribeConditionalForwardersResult":{
|
805
|
+
"type":"structure",
|
806
|
+
"members":{
|
807
|
+
"ConditionalForwarders":{"shape":"ConditionalForwarders"}
|
808
|
+
}
|
809
|
+
},
|
678
810
|
"DescribeDirectoriesRequest":{
|
679
811
|
"type":"structure",
|
680
812
|
"members":{
|
@@ -1132,6 +1264,14 @@
|
|
1132
1264
|
"type":"string",
|
1133
1265
|
"pattern":"^([a-zA-Z0-9]+[\\\\.-])+([a-zA-Z0-9])+[.]?$"
|
1134
1266
|
},
|
1267
|
+
"RemoteDomainNames":{
|
1268
|
+
"type":"list",
|
1269
|
+
"member":{"shape":"RemoteDomainName"}
|
1270
|
+
},
|
1271
|
+
"ReplicationScope":{
|
1272
|
+
"type":"string",
|
1273
|
+
"enum":["Domain"]
|
1274
|
+
},
|
1135
1275
|
"RequestId":{
|
1136
1276
|
"type":"string",
|
1137
1277
|
"pattern":"^([A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12})$"
|
@@ -1279,7 +1419,8 @@
|
|
1279
1419
|
"TrustState":{"shape":"TrustState"},
|
1280
1420
|
"CreatedDateTime":{"shape":"CreatedDateTime"},
|
1281
1421
|
"LastUpdatedDateTime":{"shape":"LastUpdatedDateTime"},
|
1282
|
-
"StateLastUpdatedDateTime":{"shape":"StateLastUpdatedDateTime"}
|
1422
|
+
"StateLastUpdatedDateTime":{"shape":"StateLastUpdatedDateTime"},
|
1423
|
+
"TrustStateReason":{"shape":"TrustStateReason"}
|
1283
1424
|
}
|
1284
1425
|
},
|
1285
1426
|
"TrustDirection":{
|
@@ -1317,6 +1458,7 @@
|
|
1317
1458
|
"Failed"
|
1318
1459
|
]
|
1319
1460
|
},
|
1461
|
+
"TrustStateReason":{"type":"string"},
|
1320
1462
|
"TrustType":{
|
1321
1463
|
"type":"string",
|
1322
1464
|
"enum":["Forest"]
|
@@ -1333,6 +1475,24 @@
|
|
1333
1475
|
},
|
1334
1476
|
"exception":true
|
1335
1477
|
},
|
1478
|
+
"UpdateConditionalForwarderRequest":{
|
1479
|
+
"type":"structure",
|
1480
|
+
"required":[
|
1481
|
+
"DirectoryId",
|
1482
|
+
"RemoteDomainName",
|
1483
|
+
"DnsIpAddrs"
|
1484
|
+
],
|
1485
|
+
"members":{
|
1486
|
+
"DirectoryId":{"shape":"DirectoryId"},
|
1487
|
+
"RemoteDomainName":{"shape":"RemoteDomainName"},
|
1488
|
+
"DnsIpAddrs":{"shape":"DnsIpAddrs"}
|
1489
|
+
}
|
1490
|
+
},
|
1491
|
+
"UpdateConditionalForwarderResult":{
|
1492
|
+
"type":"structure",
|
1493
|
+
"members":{
|
1494
|
+
}
|
1495
|
+
},
|
1336
1496
|
"UpdateRadiusRequest":{
|
1337
1497
|
"type":"structure",
|
1338
1498
|
"required":[
|
@@ -811,6 +811,16 @@
|
|
811
811
|
}
|
812
812
|
},
|
813
813
|
"DeleteSourceBundle":{"type":"boolean"},
|
814
|
+
"Deployment":{
|
815
|
+
"type":"structure",
|
816
|
+
"members":{
|
817
|
+
"VersionLabel":{"shape":"String"},
|
818
|
+
"DeploymentId":{"shape":"NullableLong"},
|
819
|
+
"Status":{"shape":"String"},
|
820
|
+
"DeploymentTime":{"shape":"DeploymentTimestamp"}
|
821
|
+
}
|
822
|
+
},
|
823
|
+
"DeploymentTimestamp":{"type":"timestamp"},
|
814
824
|
"DescribeApplicationVersionsMessage":{
|
815
825
|
"type":"structure",
|
816
826
|
"members":{
|
@@ -1038,7 +1048,7 @@
|
|
1038
1048
|
},
|
1039
1049
|
"EnvironmentName":{
|
1040
1050
|
"type":"string",
|
1041
|
-
"max":
|
1051
|
+
"max":40,
|
1042
1052
|
"min":4
|
1043
1053
|
},
|
1044
1054
|
"EnvironmentNamesList":{
|
@@ -1180,6 +1190,9 @@
|
|
1180
1190
|
"RefreshedAt",
|
1181
1191
|
"LaunchedAt",
|
1182
1192
|
"System",
|
1193
|
+
"Deployment",
|
1194
|
+
"AvailabilityZone",
|
1195
|
+
"InstanceType",
|
1183
1196
|
"All"
|
1184
1197
|
]
|
1185
1198
|
},
|
@@ -1288,6 +1301,7 @@
|
|
1288
1301
|
},
|
1289
1302
|
"NullableDouble":{"type":"double"},
|
1290
1303
|
"NullableInteger":{"type":"integer"},
|
1304
|
+
"NullableLong":{"type":"long"},
|
1291
1305
|
"OperationInProgressException":{
|
1292
1306
|
"type":"structure",
|
1293
1307
|
"members":{
|
@@ -1429,7 +1443,10 @@
|
|
1429
1443
|
"Causes":{"shape":"Causes"},
|
1430
1444
|
"LaunchedAt":{"shape":"LaunchedAt"},
|
1431
1445
|
"ApplicationMetrics":{"shape":"ApplicationMetrics"},
|
1432
|
-
"System":{"shape":"SystemStatus"}
|
1446
|
+
"System":{"shape":"SystemStatus"},
|
1447
|
+
"Deployment":{"shape":"Deployment"},
|
1448
|
+
"AvailabilityZone":{"shape":"String"},
|
1449
|
+
"InstanceType":{"shape":"String"}
|
1433
1450
|
}
|
1434
1451
|
},
|
1435
1452
|
"SolutionStackDescription":{
|
@@ -56,7 +56,8 @@
|
|
56
56
|
{"shape":"ServiceException"},
|
57
57
|
{"shape":"InvalidParameterValueException"},
|
58
58
|
{"shape":"ResourceConflictException"},
|
59
|
-
{"shape":"TooManyRequestsException"}
|
59
|
+
{"shape":"TooManyRequestsException"},
|
60
|
+
{"shape":"ResourceNotFoundException"}
|
60
61
|
]
|
61
62
|
},
|
62
63
|
"CreateFunction":{
|
@@ -429,6 +430,7 @@
|
|
429
430
|
"Principal":{"shape":"Principal"},
|
430
431
|
"SourceArn":{"shape":"Arn"},
|
431
432
|
"SourceAccount":{"shape":"SourceOwner"},
|
433
|
+
"EventSourceToken":{"shape":"EventSourceToken"},
|
432
434
|
"Qualifier":{
|
433
435
|
"shape":"Qualifier",
|
434
436
|
"location":"querystring",
|
@@ -654,6 +656,12 @@
|
|
654
656
|
"LATEST"
|
655
657
|
]
|
656
658
|
},
|
659
|
+
"EventSourceToken":{
|
660
|
+
"type":"string",
|
661
|
+
"max":256,
|
662
|
+
"min":0,
|
663
|
+
"pattern":"[a-zA-Z0-9._\\-]+"
|
664
|
+
},
|
657
665
|
"FunctionArn":{
|
658
666
|
"type":"string",
|
659
667
|
"pattern":"arn:aws:lambda:[a-z]{2}-[a-z]+-\\d{1}:\\d{12}:function:[a-zA-Z0-9-_]+(:(\\$LATEST|[a-zA-Z0-9-_]+))?"
|
@@ -1149,6 +1157,7 @@
|
|
1149
1157
|
"type":"string",
|
1150
1158
|
"enum":[
|
1151
1159
|
"nodejs",
|
1160
|
+
"nodejs4.3",
|
1152
1161
|
"java8",
|
1153
1162
|
"python2.7"
|
1154
1163
|
]
|
@@ -1303,7 +1312,8 @@
|
|
1303
1312
|
"Description":{"shape":"Description"},
|
1304
1313
|
"Timeout":{"shape":"Timeout"},
|
1305
1314
|
"MemorySize":{"shape":"MemorySize"},
|
1306
|
-
"VpcConfig":{"shape":"VpcConfig"}
|
1315
|
+
"VpcConfig":{"shape":"VpcConfig"},
|
1316
|
+
"Runtime":{"shape":"Runtime"}
|
1307
1317
|
}
|
1308
1318
|
},
|
1309
1319
|
"Version":{
|
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.2.
|
4
|
+
version: 2.2.33
|
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: 2016-04-
|
11
|
+
date: 2016-04-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|