aws-sdk-core 2.9.16 → 2.9.17
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/elasticloadbalancing/2012-06-01/api-2.json +40 -1
- data/apis/elasticloadbalancing/2012-06-01/paginators-1.json +1 -1
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +39 -0
- data/apis/lex-models/2017-04-19/api-2.json +114 -3
- data/apis/organizations/2016-11-28/api-2.json +6 -2
- data/apis/organizations/2016-11-28/examples-1.json +13 -2
- data/apis/organizations/2016-11-28/paginators-1.json +60 -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: d55eaaeacc5dd0a34c62b71498dee42985dc625e
|
4
|
+
data.tar.gz: 6c80caccdab7e5909a86d827e2906fec6a18a674
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 91a32714084811233dd75202190966c5a39ae7b24f8f9cd05a313fe6b98e39a38d98e8629921d8500611e846a68a28df8b8ac7744778505e77cf4b676f339a9c
|
7
|
+
data.tar.gz: 4c2c7d0181cbb9de3d6ab1cc9e41adca6a08f1271567b93ba7f362007f4627472e1deb9b249522d5f2568d00f3a32c02a62f7573bf6eefbc357cd7222ee33871
|
@@ -1,12 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"version":"2.0",
|
3
3
|
"metadata":{
|
4
|
-
"uid":"elasticloadbalancing-2012-06-01",
|
5
4
|
"apiVersion":"2012-06-01",
|
6
5
|
"endpointPrefix":"elasticloadbalancing",
|
7
6
|
"protocol":"query",
|
8
7
|
"serviceFullName":"Elastic Load Balancing",
|
9
8
|
"signatureVersion":"v4",
|
9
|
+
"uid":"elasticloadbalancing-2012-06-01",
|
10
10
|
"xmlNamespace":"http://elasticloadbalancing.amazonaws.com/doc/2012-06-01/"
|
11
11
|
},
|
12
12
|
"operations":{
|
@@ -235,6 +235,18 @@
|
|
235
235
|
{"shape":"InvalidEndPointException"}
|
236
236
|
]
|
237
237
|
},
|
238
|
+
"DescribeAccountLimits":{
|
239
|
+
"name":"DescribeAccountLimits",
|
240
|
+
"http":{
|
241
|
+
"method":"POST",
|
242
|
+
"requestUri":"/"
|
243
|
+
},
|
244
|
+
"input":{"shape":"DescribeAccountLimitsInput"},
|
245
|
+
"output":{
|
246
|
+
"shape":"DescribeAccountLimitsOutput",
|
247
|
+
"resultWrapper":"DescribeAccountLimitsResult"
|
248
|
+
}
|
249
|
+
},
|
238
250
|
"DescribeInstanceHealth":{
|
239
251
|
"name":"DescribeInstanceHealth",
|
240
252
|
"http":{
|
@@ -863,6 +875,20 @@
|
|
863
875
|
"NextMarker":{"shape":"Marker"}
|
864
876
|
}
|
865
877
|
},
|
878
|
+
"DescribeAccountLimitsInput":{
|
879
|
+
"type":"structure",
|
880
|
+
"members":{
|
881
|
+
"Marker":{"shape":"Marker"},
|
882
|
+
"PageSize":{"shape":"PageSize"}
|
883
|
+
}
|
884
|
+
},
|
885
|
+
"DescribeAccountLimitsOutput":{
|
886
|
+
"type":"structure",
|
887
|
+
"members":{
|
888
|
+
"Limits":{"shape":"Limits"},
|
889
|
+
"NextMarker":{"shape":"Marker"}
|
890
|
+
}
|
891
|
+
},
|
866
892
|
"DescribeEndPointStateInput":{
|
867
893
|
"type":"structure",
|
868
894
|
"required":["LoadBalancerName"],
|
@@ -1124,6 +1150,17 @@
|
|
1124
1150
|
"CookieExpirationPeriod":{"shape":"CookieExpirationPeriod"}
|
1125
1151
|
}
|
1126
1152
|
},
|
1153
|
+
"Limit":{
|
1154
|
+
"type":"structure",
|
1155
|
+
"members":{
|
1156
|
+
"Name":{"shape":"Name"},
|
1157
|
+
"Max":{"shape":"Max"}
|
1158
|
+
}
|
1159
|
+
},
|
1160
|
+
"Limits":{
|
1161
|
+
"type":"list",
|
1162
|
+
"member":{"shape":"Limit"}
|
1163
|
+
},
|
1127
1164
|
"Listener":{
|
1128
1165
|
"type":"structure",
|
1129
1166
|
"required":[
|
@@ -1223,6 +1260,7 @@
|
|
1223
1260
|
},
|
1224
1261
|
"LoadBalancerScheme":{"type":"string"},
|
1225
1262
|
"Marker":{"type":"string"},
|
1263
|
+
"Max":{"type":"string"},
|
1226
1264
|
"ModifyLoadBalancerAttributesInput":{
|
1227
1265
|
"type":"structure",
|
1228
1266
|
"required":[
|
@@ -1241,6 +1279,7 @@
|
|
1241
1279
|
"LoadBalancerAttributes":{"shape":"LoadBalancerAttributes"}
|
1242
1280
|
}
|
1243
1281
|
},
|
1282
|
+
"Name":{"type":"string"},
|
1244
1283
|
"PageSize":{
|
1245
1284
|
"type":"integer",
|
1246
1285
|
"max":400,
|
@@ -194,6 +194,18 @@
|
|
194
194
|
{"shape":"InvalidTargetException"}
|
195
195
|
]
|
196
196
|
},
|
197
|
+
"DescribeAccountLimits":{
|
198
|
+
"name":"DescribeAccountLimits",
|
199
|
+
"http":{
|
200
|
+
"method":"POST",
|
201
|
+
"requestUri":"/"
|
202
|
+
},
|
203
|
+
"input":{"shape":"DescribeAccountLimitsInput"},
|
204
|
+
"output":{
|
205
|
+
"shape":"DescribeAccountLimitsOutput",
|
206
|
+
"resultWrapper":"DescribeAccountLimitsResult"
|
207
|
+
}
|
208
|
+
},
|
197
209
|
"DescribeListeners":{
|
198
210
|
"name":"DescribeListeners",
|
199
211
|
"http":{
|
@@ -781,6 +793,20 @@
|
|
781
793
|
"members":{
|
782
794
|
}
|
783
795
|
},
|
796
|
+
"DescribeAccountLimitsInput":{
|
797
|
+
"type":"structure",
|
798
|
+
"members":{
|
799
|
+
"Marker":{"shape":"Marker"},
|
800
|
+
"PageSize":{"shape":"PageSize"}
|
801
|
+
}
|
802
|
+
},
|
803
|
+
"DescribeAccountLimitsOutput":{
|
804
|
+
"type":"structure",
|
805
|
+
"members":{
|
806
|
+
"Limits":{"shape":"Limits"},
|
807
|
+
"NextMarker":{"shape":"Marker"}
|
808
|
+
}
|
809
|
+
},
|
784
810
|
"DescribeListenersInput":{
|
785
811
|
"type":"structure",
|
786
812
|
"members":{
|
@@ -1057,6 +1083,17 @@
|
|
1057
1083
|
]
|
1058
1084
|
},
|
1059
1085
|
"IsDefault":{"type":"boolean"},
|
1086
|
+
"Limit":{
|
1087
|
+
"type":"structure",
|
1088
|
+
"members":{
|
1089
|
+
"Name":{"shape":"Name"},
|
1090
|
+
"Max":{"shape":"Max"}
|
1091
|
+
}
|
1092
|
+
},
|
1093
|
+
"Limits":{
|
1094
|
+
"type":"list",
|
1095
|
+
"member":{"shape":"Limit"}
|
1096
|
+
},
|
1060
1097
|
"ListOfString":{
|
1061
1098
|
"type":"list",
|
1062
1099
|
"member":{"shape":"StringValue"}
|
@@ -1190,6 +1227,7 @@
|
|
1190
1227
|
"HttpCode":{"shape":"HttpCode"}
|
1191
1228
|
}
|
1192
1229
|
},
|
1230
|
+
"Max":{"type":"string"},
|
1193
1231
|
"ModifyListenerInput":{
|
1194
1232
|
"type":"structure",
|
1195
1233
|
"required":["ListenerArn"],
|
@@ -1278,6 +1316,7 @@
|
|
1278
1316
|
"TargetGroups":{"shape":"TargetGroups"}
|
1279
1317
|
}
|
1280
1318
|
},
|
1319
|
+
"Name":{"type":"string"},
|
1281
1320
|
"OperationNotPermittedException":{
|
1282
1321
|
"type":"structure",
|
1283
1322
|
"members":{
|
@@ -115,6 +115,23 @@
|
|
115
115
|
{"shape":"BadRequestException"}
|
116
116
|
]
|
117
117
|
},
|
118
|
+
"DeleteBotVersion":{
|
119
|
+
"name":"DeleteBotVersion",
|
120
|
+
"http":{
|
121
|
+
"method":"DELETE",
|
122
|
+
"requestUri":"/bots/{name}/versions/{version}",
|
123
|
+
"responseCode":204
|
124
|
+
},
|
125
|
+
"input":{"shape":"DeleteBotVersionRequest"},
|
126
|
+
"errors":[
|
127
|
+
{"shape":"NotFoundException"},
|
128
|
+
{"shape":"ConflictException"},
|
129
|
+
{"shape":"LimitExceededException"},
|
130
|
+
{"shape":"InternalFailureException"},
|
131
|
+
{"shape":"BadRequestException"},
|
132
|
+
{"shape":"ResourceInUseException"}
|
133
|
+
]
|
134
|
+
},
|
118
135
|
"DeleteIntent":{
|
119
136
|
"name":"DeleteIntent",
|
120
137
|
"http":{
|
@@ -132,6 +149,23 @@
|
|
132
149
|
{"shape":"ResourceInUseException"}
|
133
150
|
]
|
134
151
|
},
|
152
|
+
"DeleteIntentVersion":{
|
153
|
+
"name":"DeleteIntentVersion",
|
154
|
+
"http":{
|
155
|
+
"method":"DELETE",
|
156
|
+
"requestUri":"/intents/{name}/versions/{version}",
|
157
|
+
"responseCode":204
|
158
|
+
},
|
159
|
+
"input":{"shape":"DeleteIntentVersionRequest"},
|
160
|
+
"errors":[
|
161
|
+
{"shape":"NotFoundException"},
|
162
|
+
{"shape":"ConflictException"},
|
163
|
+
{"shape":"LimitExceededException"},
|
164
|
+
{"shape":"InternalFailureException"},
|
165
|
+
{"shape":"BadRequestException"},
|
166
|
+
{"shape":"ResourceInUseException"}
|
167
|
+
]
|
168
|
+
},
|
135
169
|
"DeleteSlotType":{
|
136
170
|
"name":"DeleteSlotType",
|
137
171
|
"http":{
|
@@ -149,6 +183,23 @@
|
|
149
183
|
{"shape":"ResourceInUseException"}
|
150
184
|
]
|
151
185
|
},
|
186
|
+
"DeleteSlotTypeVersion":{
|
187
|
+
"name":"DeleteSlotTypeVersion",
|
188
|
+
"http":{
|
189
|
+
"method":"DELETE",
|
190
|
+
"requestUri":"/slottypes/{name}/version/{version}",
|
191
|
+
"responseCode":204
|
192
|
+
},
|
193
|
+
"input":{"shape":"DeleteSlotTypeVersionRequest"},
|
194
|
+
"errors":[
|
195
|
+
{"shape":"NotFoundException"},
|
196
|
+
{"shape":"ConflictException"},
|
197
|
+
{"shape":"LimitExceededException"},
|
198
|
+
{"shape":"InternalFailureException"},
|
199
|
+
{"shape":"BadRequestException"},
|
200
|
+
{"shape":"ResourceInUseException"}
|
201
|
+
]
|
202
|
+
},
|
152
203
|
"DeleteUtterances":{
|
153
204
|
"name":"DeleteUtterances",
|
154
205
|
"http":{
|
@@ -809,37 +860,91 @@
|
|
809
860
|
"DeleteBotRequest":{
|
810
861
|
"type":"structure",
|
811
862
|
"required":["name"],
|
863
|
+
"members":{
|
864
|
+
"name":{
|
865
|
+
"shape":"BotName",
|
866
|
+
"location":"uri",
|
867
|
+
"locationName":"name"
|
868
|
+
}
|
869
|
+
}
|
870
|
+
},
|
871
|
+
"DeleteBotVersionRequest":{
|
872
|
+
"type":"structure",
|
873
|
+
"required":[
|
874
|
+
"name",
|
875
|
+
"version"
|
876
|
+
],
|
812
877
|
"members":{
|
813
878
|
"name":{
|
814
879
|
"shape":"BotName",
|
815
880
|
"location":"uri",
|
816
881
|
"locationName":"name"
|
817
882
|
},
|
818
|
-
"version":{
|
883
|
+
"version":{
|
884
|
+
"shape":"NumericalVersion",
|
885
|
+
"location":"uri",
|
886
|
+
"locationName":"version"
|
887
|
+
}
|
819
888
|
}
|
820
889
|
},
|
821
890
|
"DeleteIntentRequest":{
|
822
891
|
"type":"structure",
|
823
892
|
"required":["name"],
|
893
|
+
"members":{
|
894
|
+
"name":{
|
895
|
+
"shape":"IntentName",
|
896
|
+
"location":"uri",
|
897
|
+
"locationName":"name"
|
898
|
+
}
|
899
|
+
}
|
900
|
+
},
|
901
|
+
"DeleteIntentVersionRequest":{
|
902
|
+
"type":"structure",
|
903
|
+
"required":[
|
904
|
+
"name",
|
905
|
+
"version"
|
906
|
+
],
|
824
907
|
"members":{
|
825
908
|
"name":{
|
826
909
|
"shape":"IntentName",
|
827
910
|
"location":"uri",
|
828
911
|
"locationName":"name"
|
829
912
|
},
|
830
|
-
"version":{
|
913
|
+
"version":{
|
914
|
+
"shape":"NumericalVersion",
|
915
|
+
"location":"uri",
|
916
|
+
"locationName":"version"
|
917
|
+
}
|
831
918
|
}
|
832
919
|
},
|
833
920
|
"DeleteSlotTypeRequest":{
|
834
921
|
"type":"structure",
|
835
922
|
"required":["name"],
|
923
|
+
"members":{
|
924
|
+
"name":{
|
925
|
+
"shape":"SlotTypeName",
|
926
|
+
"location":"uri",
|
927
|
+
"locationName":"name"
|
928
|
+
}
|
929
|
+
}
|
930
|
+
},
|
931
|
+
"DeleteSlotTypeVersionRequest":{
|
932
|
+
"type":"structure",
|
933
|
+
"required":[
|
934
|
+
"name",
|
935
|
+
"version"
|
936
|
+
],
|
836
937
|
"members":{
|
837
938
|
"name":{
|
838
939
|
"shape":"SlotTypeName",
|
839
940
|
"location":"uri",
|
840
941
|
"locationName":"name"
|
841
942
|
},
|
842
|
-
"version":{
|
943
|
+
"version":{
|
944
|
+
"shape":"NumericalVersion",
|
945
|
+
"location":"uri",
|
946
|
+
"locationName":"version"
|
947
|
+
}
|
843
948
|
}
|
844
949
|
},
|
845
950
|
"DeleteUtterancesRequest":{
|
@@ -1566,6 +1671,12 @@
|
|
1566
1671
|
"error":{"httpStatusCode":404},
|
1567
1672
|
"exception":true
|
1568
1673
|
},
|
1674
|
+
"NumericalVersion":{
|
1675
|
+
"type":"string",
|
1676
|
+
"max":64,
|
1677
|
+
"min":1,
|
1678
|
+
"pattern":"[0-9]+"
|
1679
|
+
},
|
1569
1680
|
"PreconditionFailedException":{
|
1570
1681
|
"type":"structure",
|
1571
1682
|
"members":{
|
@@ -742,6 +742,7 @@
|
|
742
742
|
"members":{
|
743
743
|
"Id":{"shape":"AccountId"},
|
744
744
|
"Arn":{"shape":"AccountArn"},
|
745
|
+
"Email":{"shape":"Email"},
|
745
746
|
"Name":{"shape":"AccountName"},
|
746
747
|
"Status":{"shape":"AccountStatus"},
|
747
748
|
"JoinedMethod":{"shape":"AccountJoinedMethod"},
|
@@ -883,7 +884,9 @@
|
|
883
884
|
"MIN_POLICY_TYPE_ATTACHMENT_LIMIT_EXCEEDED",
|
884
885
|
"ACCOUNT_CANNOT_LEAVE_ORGANIZATION",
|
885
886
|
"MASTER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
886
|
-
"
|
887
|
+
"MEMBER_ACCOUNT_PAYMENT_INSTRUMENT_REQUIRED",
|
888
|
+
"ACCOUNT_CREATION_RATE_LIMIT_EXCEEDED",
|
889
|
+
"MASTER_ACCOUNT_ADDRESS_DOES_NOT_MATCH_MARKETPLACE"
|
887
890
|
]
|
888
891
|
},
|
889
892
|
"CreateAccountFailureReason":{
|
@@ -892,6 +895,7 @@
|
|
892
895
|
"ACCOUNT_LIMIT_EXCEEDED",
|
893
896
|
"EMAIL_ALREADY_EXISTS",
|
894
897
|
"INVALID_ADDRESS",
|
898
|
+
"INVALID_EMAIL",
|
895
899
|
"INTERNAL_FAILURE"
|
896
900
|
]
|
897
901
|
},
|
@@ -1175,7 +1179,7 @@
|
|
1175
1179
|
"type":"string",
|
1176
1180
|
"max":64,
|
1177
1181
|
"min":6,
|
1178
|
-
"pattern":"[
|
1182
|
+
"pattern":"[^\\s@]+@[^\\s@]+\\.[^\\s@]+",
|
1179
1183
|
"sensitive":true
|
1180
1184
|
},
|
1181
1185
|
"EnableAllFeaturesRequest":{
|
@@ -392,6 +392,7 @@
|
|
392
392
|
"output": {
|
393
393
|
"Account": {
|
394
394
|
"Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/555555555555",
|
395
|
+
"Email": "anika@example.com",
|
395
396
|
"Id": "555555555555",
|
396
397
|
"Name": "Beta Account"
|
397
398
|
}
|
@@ -762,6 +763,7 @@
|
|
762
763
|
"Accounts": [
|
763
764
|
{
|
764
765
|
"Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/111111111111",
|
766
|
+
"Email": "bill@example.com",
|
765
767
|
"Id": "111111111111",
|
766
768
|
"JoinedMethod": "INVITED",
|
767
769
|
"JoinedTimestamp": "20161215T193015Z",
|
@@ -770,6 +772,7 @@
|
|
770
772
|
},
|
771
773
|
{
|
772
774
|
"Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/222222222222",
|
775
|
+
"Email": "alice@example.com",
|
773
776
|
"Id": "222222222222",
|
774
777
|
"JoinedMethod": "INVITED",
|
775
778
|
"JoinedTimestamp": "20161215T210221Z",
|
@@ -778,6 +781,7 @@
|
|
778
781
|
},
|
779
782
|
{
|
780
783
|
"Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333",
|
784
|
+
"Email": "juan@example.com",
|
781
785
|
"Id": "333333333333",
|
782
786
|
"JoinedMethod": "INVITED",
|
783
787
|
"JoinedTimestamp": "20161215T210347Z",
|
@@ -786,6 +790,7 @@
|
|
786
790
|
},
|
787
791
|
{
|
788
792
|
"Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/444444444444",
|
793
|
+
"Email": "anika@example.com",
|
789
794
|
"Id": "444444444444",
|
790
795
|
"JoinedMethod": "INVITED",
|
791
796
|
"JoinedTimestamp": "20161215T210332Z",
|
@@ -814,15 +819,21 @@
|
|
814
819
|
"Accounts": [
|
815
820
|
{
|
816
821
|
"Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/333333333333",
|
822
|
+
"Email": "juan@example.com",
|
817
823
|
"Id": "333333333333",
|
818
824
|
"JoinedMethod": "INVITED",
|
819
|
-
"JoinedTimestamp":
|
825
|
+
"JoinedTimestamp": 1481835795.536,
|
826
|
+
"Name": "Development Account",
|
827
|
+
"Status": "ACTIVE"
|
820
828
|
},
|
821
829
|
{
|
822
830
|
"Arn": "arn:aws:organizations::111111111111:account/o-exampleorgid/444444444444",
|
831
|
+
"Email": "anika@example.com",
|
823
832
|
"Id": "444444444444",
|
824
833
|
"JoinedMethod": "INVITED",
|
825
|
-
"JoinedTimestamp":
|
834
|
+
"JoinedTimestamp": 1481835812.143,
|
835
|
+
"Name": "Test Account",
|
836
|
+
"Status": "ACTIVE"
|
826
837
|
}
|
827
838
|
]
|
828
839
|
},
|
@@ -1,4 +1,64 @@
|
|
1
1
|
{
|
2
2
|
"pagination": {
|
3
|
+
"ListAccounts": {
|
4
|
+
"input_token": "NextToken",
|
5
|
+
"output_token": "NextToken",
|
6
|
+
"limit_key": "MaxResults"
|
7
|
+
},
|
8
|
+
"ListAccountsForParent": {
|
9
|
+
"input_token": "NextToken",
|
10
|
+
"output_token": "NextToken",
|
11
|
+
"limit_key": "MaxResults"
|
12
|
+
},
|
13
|
+
"ListChildren": {
|
14
|
+
"input_token": "NextToken",
|
15
|
+
"output_token": "NextToken",
|
16
|
+
"limit_key": "MaxResults"
|
17
|
+
},
|
18
|
+
"ListCreateAccountStatus": {
|
19
|
+
"input_token": "NextToken",
|
20
|
+
"output_token": "NextToken",
|
21
|
+
"limit_key": "MaxResults"
|
22
|
+
},
|
23
|
+
"ListHandshakesForAccount": {
|
24
|
+
"input_token": "NextToken",
|
25
|
+
"output_token": "NextToken",
|
26
|
+
"limit_key": "MaxResults"
|
27
|
+
},
|
28
|
+
"ListHandshakesForOrganization": {
|
29
|
+
"input_token": "NextToken",
|
30
|
+
"output_token": "NextToken",
|
31
|
+
"limit_key": "MaxResults"
|
32
|
+
},
|
33
|
+
"ListOrganizationalUnitsForParent": {
|
34
|
+
"input_token": "NextToken",
|
35
|
+
"output_token": "NextToken",
|
36
|
+
"limit_key": "MaxResults"
|
37
|
+
},
|
38
|
+
"ListParents": {
|
39
|
+
"input_token": "NextToken",
|
40
|
+
"output_token": "NextToken",
|
41
|
+
"limit_key": "MaxResults"
|
42
|
+
},
|
43
|
+
"ListPolicies": {
|
44
|
+
"input_token": "NextToken",
|
45
|
+
"output_token": "NextToken",
|
46
|
+
"limit_key": "MaxResults"
|
47
|
+
},
|
48
|
+
"ListPoliciesForTarget": {
|
49
|
+
"input_token": "NextToken",
|
50
|
+
"output_token": "NextToken",
|
51
|
+
"limit_key": "MaxResults"
|
52
|
+
},
|
53
|
+
"ListRoots": {
|
54
|
+
"input_token": "NextToken",
|
55
|
+
"output_token": "NextToken",
|
56
|
+
"limit_key": "MaxResults"
|
57
|
+
},
|
58
|
+
"ListTargetsForPolicy": {
|
59
|
+
"input_token": "NextToken",
|
60
|
+
"output_token": "NextToken",
|
61
|
+
"limit_key": "MaxResults"
|
62
|
+
}
|
3
63
|
}
|
4
64
|
}
|
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.9.
|
4
|
+
version: 2.9.17
|
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-05-
|
11
|
+
date: 2017-05-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|