aws-sdk-core 2.11.276 → 2.11.277

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: be61da6db76ff090cef36bc768d8eca4146d44b1
4
- data.tar.gz: d692c028b2279c92567c0d5073187529393f150e
3
+ metadata.gz: 763d3faff07e717da837478654c18d5ce1b660f3
4
+ data.tar.gz: b9fe0934a77374ff29b2a1d08a1d398f428833e4
5
5
  SHA512:
6
- metadata.gz: 4ae47f5287ca266228928d1299e1b9bcc1d83d0070f9a299f893ebc3b86ed34b4d8c8d0118b059266f811dfa5990f225aa3ecff81ce7dfcf58d111736790c810
7
- data.tar.gz: 2496f6e2c9dfbfa39be013967d09cb79a8d9ca7f1293e92cb92e3a54438bb65d7bbe20f0722ebe16947bdbf46dcd0862d379f7b5a6d0e5d2d1c4051c2733dc94
6
+ metadata.gz: aa526c4525b05fce2eab04bb987c494b66dc31a26fc8659d645a2f8b3c1aeb968f12c68774a9ae996bcdf93182a42f1cf33843563d5f2b745358d5cfee555e91
7
+ data.tar.gz: 84333dbaa84644cc46cc2ec752728e5150e01e1f10fdcdd5f10647f9b27cd157fbcb9f52e8bf6d05184557423782eedc3d5e08ae060e25c347f7602020aa1e88
@@ -170,6 +170,18 @@
170
170
  {"shape":"InvalidParameterCombinationException"}
171
171
  ]
172
172
  },
173
+ "CreateUsageReportSubscription":{
174
+ "name":"CreateUsageReportSubscription",
175
+ "http":{
176
+ "method":"POST",
177
+ "requestUri":"/"
178
+ },
179
+ "input":{"shape":"CreateUsageReportSubscriptionRequest"},
180
+ "output":{"shape":"CreateUsageReportSubscriptionResult"},
181
+ "errors":[
182
+ {"shape":"InvalidAccountStatusException"}
183
+ ]
184
+ },
173
185
  "CreateUser":{
174
186
  "name":"CreateUser",
175
187
  "http":{
@@ -269,6 +281,19 @@
269
281
  {"shape":"ConcurrentModificationException"}
270
282
  ]
271
283
  },
284
+ "DeleteUsageReportSubscription":{
285
+ "name":"DeleteUsageReportSubscription",
286
+ "http":{
287
+ "method":"POST",
288
+ "requestUri":"/"
289
+ },
290
+ "input":{"shape":"DeleteUsageReportSubscriptionRequest"},
291
+ "output":{"shape":"DeleteUsageReportSubscriptionResult"},
292
+ "errors":[
293
+ {"shape":"InvalidAccountStatusException"},
294
+ {"shape":"ResourceNotFoundException"}
295
+ ]
296
+ },
272
297
  "DeleteUser":{
273
298
  "name":"DeleteUser",
274
299
  "http":{
@@ -366,6 +391,19 @@
366
391
  {"shape":"ResourceNotFoundException"}
367
392
  ]
368
393
  },
394
+ "DescribeUsageReportSubscriptions":{
395
+ "name":"DescribeUsageReportSubscriptions",
396
+ "http":{
397
+ "method":"POST",
398
+ "requestUri":"/"
399
+ },
400
+ "input":{"shape":"DescribeUsageReportSubscriptionsRequest"},
401
+ "output":{"shape":"DescribeUsageReportSubscriptionsResult"},
402
+ "errors":[
403
+ {"shape":"ResourceNotFoundException"},
404
+ {"shape":"InvalidAccountStatusException"}
405
+ ]
406
+ },
369
407
  "DescribeUserStackAssociations":{
370
408
  "name":"DescribeUserStackAssociations",
371
409
  "http":{
@@ -619,7 +657,8 @@
619
657
  {"shape":"LimitExceededException"},
620
658
  {"shape":"InvalidAccountStatusException"},
621
659
  {"shape":"IncompatibleImageException"},
622
- {"shape":"OperationNotPermittedException"}
660
+ {"shape":"OperationNotPermittedException"},
661
+ {"shape":"ConcurrentModificationException"}
623
662
  ]
624
663
  }
625
664
  },
@@ -836,7 +875,8 @@
836
875
  "DisplayName":{"shape":"DisplayName"},
837
876
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
838
877
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
839
- "Tags":{"shape":"Tags"}
878
+ "Tags":{"shape":"Tags"},
879
+ "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"}
840
880
  }
841
881
  },
842
882
  "CreateFleetResult":{
@@ -930,6 +970,18 @@
930
970
  "Expires":{"shape":"Timestamp"}
931
971
  }
932
972
  },
973
+ "CreateUsageReportSubscriptionRequest":{
974
+ "type":"structure",
975
+ "members":{
976
+ }
977
+ },
978
+ "CreateUsageReportSubscriptionResult":{
979
+ "type":"structure",
980
+ "members":{
981
+ "S3BucketName":{"shape":"String"},
982
+ "Schedule":{"shape":"UsageReportSchedule"}
983
+ }
984
+ },
933
985
  "CreateUserRequest":{
934
986
  "type":"structure",
935
987
  "required":[
@@ -1027,6 +1079,16 @@
1027
1079
  "members":{
1028
1080
  }
1029
1081
  },
1082
+ "DeleteUsageReportSubscriptionRequest":{
1083
+ "type":"structure",
1084
+ "members":{
1085
+ }
1086
+ },
1087
+ "DeleteUsageReportSubscriptionResult":{
1088
+ "type":"structure",
1089
+ "members":{
1090
+ }
1091
+ },
1030
1092
  "DeleteUserRequest":{
1031
1093
  "type":"structure",
1032
1094
  "required":[
@@ -1164,6 +1226,20 @@
1164
1226
  "NextToken":{"shape":"String"}
1165
1227
  }
1166
1228
  },
1229
+ "DescribeUsageReportSubscriptionsRequest":{
1230
+ "type":"structure",
1231
+ "members":{
1232
+ "MaxResults":{"shape":"Integer"},
1233
+ "NextToken":{"shape":"String"}
1234
+ }
1235
+ },
1236
+ "DescribeUsageReportSubscriptionsResult":{
1237
+ "type":"structure",
1238
+ "members":{
1239
+ "UsageReportSubscriptions":{"shape":"UsageReportSubscriptionList"},
1240
+ "NextToken":{"shape":"String"}
1241
+ }
1242
+ },
1167
1243
  "DescribeUserStackAssociationsRequest":{
1168
1244
  "type":"structure",
1169
1245
  "members":{
@@ -1331,7 +1407,8 @@
1331
1407
  "CreatedTime":{"shape":"Timestamp"},
1332
1408
  "FleetErrors":{"shape":"FleetErrors"},
1333
1409
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
1334
- "DomainJoinInfo":{"shape":"DomainJoinInfo"}
1410
+ "DomainJoinInfo":{"shape":"DomainJoinInfo"},
1411
+ "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"}
1335
1412
  }
1336
1413
  },
1337
1414
  "FleetAttribute":{
@@ -1547,6 +1624,17 @@
1547
1624
  },
1548
1625
  "exception":true
1549
1626
  },
1627
+ "LastReportGenerationExecutionError":{
1628
+ "type":"structure",
1629
+ "members":{
1630
+ "ErrorCode":{"shape":"UsageReportExecutionErrorCode"},
1631
+ "ErrorMessage":{"shape":"String"}
1632
+ }
1633
+ },
1634
+ "LastReportGenerationExecutionErrors":{
1635
+ "type":"list",
1636
+ "member":{"shape":"LastReportGenerationExecutionError"}
1637
+ },
1550
1638
  "LimitExceededException":{
1551
1639
  "type":"structure",
1552
1640
  "members":{
@@ -2020,6 +2108,7 @@
2020
2108
  "DisplayName":{"shape":"DisplayName"},
2021
2109
  "EnableDefaultInternetAccess":{"shape":"BooleanObject"},
2022
2110
  "DomainJoinInfo":{"shape":"DomainJoinInfo"},
2111
+ "IdleDisconnectTimeoutInSeconds":{"shape":"Integer"},
2023
2112
  "AttributesToDelete":{"shape":"FleetAttributes"}
2024
2113
  }
2025
2114
  },
@@ -2072,6 +2161,31 @@
2072
2161
  "Stack":{"shape":"Stack"}
2073
2162
  }
2074
2163
  },
2164
+ "UsageReportExecutionErrorCode":{
2165
+ "type":"string",
2166
+ "enum":[
2167
+ "RESOURCE_NOT_FOUND",
2168
+ "ACCESS_DENIED",
2169
+ "INTERNAL_SERVICE_ERROR"
2170
+ ]
2171
+ },
2172
+ "UsageReportSchedule":{
2173
+ "type":"string",
2174
+ "enum":["DAILY"]
2175
+ },
2176
+ "UsageReportSubscription":{
2177
+ "type":"structure",
2178
+ "members":{
2179
+ "S3BucketName":{"shape":"String"},
2180
+ "Schedule":{"shape":"UsageReportSchedule"},
2181
+ "LastGeneratedReportDate":{"shape":"Timestamp"},
2182
+ "SubscriptionErrors":{"shape":"LastReportGenerationExecutionErrors"}
2183
+ }
2184
+ },
2185
+ "UsageReportSubscriptionList":{
2186
+ "type":"list",
2187
+ "member":{"shape":"UsageReportSubscription"}
2188
+ },
2075
2189
  "User":{
2076
2190
  "type":"structure",
2077
2191
  "required":["AuthenticationType"],
@@ -2153,7 +2267,9 @@
2153
2267
  },
2154
2268
  "UserStackAssociationList":{
2155
2269
  "type":"list",
2156
- "member":{"shape":"UserStackAssociation"}
2270
+ "member":{"shape":"UserStackAssociation"},
2271
+ "max":25,
2272
+ "min":1
2157
2273
  },
2158
2274
  "Username":{
2159
2275
  "type":"string",
@@ -626,6 +626,7 @@
626
626
  "ap-southeast-2" : { },
627
627
  "ca-central-1" : { },
628
628
  "eu-central-1" : { },
629
+ "eu-north-1" : { },
629
630
  "eu-west-1" : { },
630
631
  "eu-west-2" : { },
631
632
  "eu-west-3" : { },
@@ -1329,6 +1330,7 @@
1329
1330
  "ap-southeast-2" : { },
1330
1331
  "ca-central-1" : { },
1331
1332
  "eu-central-1" : { },
1333
+ "eu-north-1" : { },
1332
1334
  "eu-west-1" : { },
1333
1335
  "eu-west-2" : { },
1334
1336
  "eu-west-3" : { },
@@ -1651,11 +1653,16 @@
1651
1653
  "ap-south-1" : { },
1652
1654
  "ap-southeast-1" : { },
1653
1655
  "ap-southeast-2" : { },
1656
+ "ca-central-1" : { },
1654
1657
  "eu-central-1" : { },
1658
+ "eu-north-1" : { },
1655
1659
  "eu-west-1" : { },
1656
1660
  "eu-west-2" : { },
1661
+ "eu-west-3" : { },
1662
+ "sa-east-1" : { },
1657
1663
  "us-east-1" : { },
1658
1664
  "us-east-2" : { },
1665
+ "us-west-1" : { },
1659
1666
  "us-west-2" : { }
1660
1667
  }
1661
1668
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.276'
2
+ VERSION = '2.11.277'
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.276
4
+ version: 2.11.277
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: 2019-05-16 00:00:00.000000000 Z
11
+ date: 2019-05-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath