aws-sdk-core 2.11.102 → 2.11.103

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: 01bb4e811e4786f248ae31b46a2b67f8af7507c1
4
- data.tar.gz: 637497a397a952c0bc1d3850b8f5f21f37071b66
3
+ metadata.gz: 9230bff2c99e4e1faa090d93ab7d422bc9ba4d89
4
+ data.tar.gz: 57c8c4abc9fb122ff9084af03ccdb1ef0fae3619
5
5
  SHA512:
6
- metadata.gz: 78f7bed56b98258aeab3a7b25eddcddbd71fe44cf00c67ac7c517271b5d7ad721db6b09fd4d1830c8a4da8a02e51edd702924cd0dfb9f531ef6269fb6d0d7724
7
- data.tar.gz: d320a25060329af080e5342bbf26593fbec1aae391dfc7331776ff2ec4e0a04509ce100a2c4c6c19f6ea4ac2d33904acd79162d49d9e9c27e0685e174c0f2784
6
+ metadata.gz: 23813d7741416274c1d2f7453aa7d271952fc763cb421ee378991145dec1bc46017a9f1078869227dd38e98000f5f57516b1994e9acdae17b6ad23af6c417feb
7
+ data.tar.gz: b1d4e40ebb7ea286751f989f36214219a18de6ca6a1c361e38166dce3db245119cffe7aa48911d582309be248443e5c3071d4c292e8b25794c76d91fb9fbf911
@@ -321,6 +321,7 @@
321
321
  "location":{"shape":"String"},
322
322
  "sha256sum":{"shape":"String"},
323
323
  "md5sum":{"shape":"String"},
324
+ "overrideArtifactName":{"shape":"WrapperBoolean"},
324
325
  "encryptionDisabled":{"shape":"WrapperBoolean"}
325
326
  }
326
327
  },
@@ -700,6 +701,7 @@
700
701
  "namespaceType":{"shape":"ArtifactNamespace"},
701
702
  "name":{"shape":"String"},
702
703
  "packaging":{"shape":"ArtifactPackaging"},
704
+ "overrideArtifactName":{"shape":"WrapperBoolean"},
703
705
  "encryptionDisabled":{"shape":"WrapperBoolean"}
704
706
  }
705
707
  },
@@ -4189,13 +4189,12 @@
4189
4189
  "CreateFlowLogsRequest":{
4190
4190
  "type":"structure",
4191
4191
  "required":[
4192
- "DeliverLogsPermissionArn",
4193
- "LogGroupName",
4194
4192
  "ResourceIds",
4195
4193
  "ResourceType",
4196
4194
  "TrafficType"
4197
4195
  ],
4198
4196
  "members":{
4197
+ "DryRun":{"shape":"Boolean"},
4199
4198
  "ClientToken":{"shape":"String"},
4200
4199
  "DeliverLogsPermissionArn":{"shape":"String"},
4201
4200
  "LogGroupName":{"shape":"String"},
@@ -4204,7 +4203,9 @@
4204
4203
  "locationName":"ResourceId"
4205
4204
  },
4206
4205
  "ResourceType":{"shape":"FlowLogsResourceType"},
4207
- "TrafficType":{"shape":"TrafficType"}
4206
+ "TrafficType":{"shape":"TrafficType"},
4207
+ "LogDestinationType":{"shape":"LogDestinationType"},
4208
+ "LogDestination":{"shape":"String"}
4208
4209
  }
4209
4210
  },
4210
4211
  "CreateFlowLogsResult":{
@@ -5306,6 +5307,7 @@
5306
5307
  "type":"structure",
5307
5308
  "required":["FlowLogIds"],
5308
5309
  "members":{
5310
+ "DryRun":{"shape":"Boolean"},
5309
5311
  "FlowLogIds":{
5310
5312
  "shape":"ValueStringList",
5311
5313
  "locationName":"FlowLogId"
@@ -6226,6 +6228,7 @@
6226
6228
  "DescribeFlowLogsRequest":{
6227
6229
  "type":"structure",
6228
6230
  "members":{
6231
+ "DryRun":{"shape":"Boolean"},
6229
6232
  "Filter":{"shape":"FilterList"},
6230
6233
  "FlowLogIds":{
6231
6234
  "shape":"ValueStringList",
@@ -9398,6 +9401,14 @@
9398
9401
  "TrafficType":{
9399
9402
  "shape":"TrafficType",
9400
9403
  "locationName":"trafficType"
9404
+ },
9405
+ "LogDestinationType":{
9406
+ "shape":"LogDestinationType",
9407
+ "locationName":"logDestinationType"
9408
+ },
9409
+ "LogDestination":{
9410
+ "shape":"String",
9411
+ "locationName":"logDestination"
9401
9412
  }
9402
9413
  }
9403
9414
  },
@@ -12697,6 +12708,13 @@
12697
12708
  "UserId":{"shape":"String"}
12698
12709
  }
12699
12710
  },
12711
+ "LogDestinationType":{
12712
+ "type":"string",
12713
+ "enum":[
12714
+ "cloud-watch-logs",
12715
+ "s3"
12716
+ ]
12717
+ },
12700
12718
  "Long":{"type":"long"},
12701
12719
  "MarketType":{
12702
12720
  "type":"string",
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"Amazon CloudWatch Logs",
9
+ "serviceId":"CloudWatch Logs",
9
10
  "signatureVersion":"v4",
10
11
  "targetPrefix":"Logs_20140328",
11
12
  "uid":"logs-2014-03-28"
@@ -371,7 +372,8 @@
371
372
  {"shape":"InvalidSequenceTokenException"},
372
373
  {"shape":"DataAlreadyAcceptedException"},
373
374
  {"shape":"ResourceNotFoundException"},
374
- {"shape":"ServiceUnavailableException"}
375
+ {"shape":"ServiceUnavailableException"},
376
+ {"shape":"UnrecognizedClientException"}
375
377
  ]
376
378
  },
377
379
  "PutMetricFilter":{
@@ -1373,6 +1375,12 @@
1373
1375
  "min":0
1374
1376
  },
1375
1377
  "Token":{"type":"string"},
1378
+ "UnrecognizedClientException":{
1379
+ "type":"structure",
1380
+ "members":{
1381
+ },
1382
+ "exception":true
1383
+ },
1376
1384
  "UntagLogGroupRequest":{
1377
1385
  "type":"structure",
1378
1386
  "required":[
@@ -0,0 +1,19 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeLogGroups",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "GetLogEvents",
12
+ "input": {
13
+ "logGroupName": "fakegroup",
14
+ "logStreamName": "fakestream"
15
+ },
16
+ "errorExpectedFromService": true
17
+ }
18
+ ]
19
+ }
@@ -1442,6 +1442,33 @@
1442
1442
  "shape" : "TooManyRequestsException"
1443
1443
  } ]
1444
1444
  },
1445
+ "PutEvents" : {
1446
+ "name" : "PutEvents",
1447
+ "http" : {
1448
+ "method" : "POST",
1449
+ "requestUri" : "/v1/apps/{application-id}/events",
1450
+ "responseCode" : 202
1451
+ },
1452
+ "input" : {
1453
+ "shape" : "PutEventsRequest"
1454
+ },
1455
+ "output" : {
1456
+ "shape" : "PutEventsResponse"
1457
+ },
1458
+ "errors" : [ {
1459
+ "shape" : "BadRequestException"
1460
+ }, {
1461
+ "shape" : "InternalServerErrorException"
1462
+ }, {
1463
+ "shape" : "ForbiddenException"
1464
+ }, {
1465
+ "shape" : "NotFoundException"
1466
+ }, {
1467
+ "shape" : "MethodNotAllowedException"
1468
+ }, {
1469
+ "shape" : "TooManyRequestsException"
1470
+ } ]
1471
+ },
1445
1472
  "RemoveAttributes" : {
1446
1473
  "name" : "RemoveAttributes",
1447
1474
  "http" : {
@@ -2360,6 +2387,9 @@
2360
2387
  "members" : {
2361
2388
  "Item" : {
2362
2389
  "shape" : "ListOfActivityResponse"
2390
+ },
2391
+ "NextToken" : {
2392
+ "shape" : "__string"
2363
2393
  }
2364
2394
  },
2365
2395
  "required" : [ ]
@@ -3506,6 +3536,17 @@
3506
3536
  }
3507
3537
  }
3508
3538
  },
3539
+ "EndpointItemResponse" : {
3540
+ "type" : "structure",
3541
+ "members" : {
3542
+ "Message" : {
3543
+ "shape" : "__string"
3544
+ },
3545
+ "StatusCode" : {
3546
+ "shape" : "__integer"
3547
+ }
3548
+ }
3549
+ },
3509
3550
  "EndpointLocation" : {
3510
3551
  "type" : "structure",
3511
3552
  "members" : {
@@ -3681,6 +3722,41 @@
3681
3722
  },
3682
3723
  "required" : [ ]
3683
3724
  },
3725
+ "Event" : {
3726
+ "type" : "structure",
3727
+ "members" : {
3728
+ "Attributes" : {
3729
+ "shape" : "MapOf__string"
3730
+ },
3731
+ "ClientSdkVersion" : {
3732
+ "shape" : "__string"
3733
+ },
3734
+ "EventType" : {
3735
+ "shape" : "__string"
3736
+ },
3737
+ "Metrics" : {
3738
+ "shape" : "MapOf__double"
3739
+ },
3740
+ "Session" : {
3741
+ "shape" : "Session"
3742
+ },
3743
+ "Timestamp" : {
3744
+ "shape" : "__string"
3745
+ }
3746
+ },
3747
+ "required" : [ ]
3748
+ },
3749
+ "EventItemResponse" : {
3750
+ "type" : "structure",
3751
+ "members" : {
3752
+ "Message" : {
3753
+ "shape" : "__string"
3754
+ },
3755
+ "StatusCode" : {
3756
+ "shape" : "__integer"
3757
+ }
3758
+ }
3759
+ },
3684
3760
  "EventStream" : {
3685
3761
  "type" : "structure",
3686
3762
  "members" : {
@@ -3705,6 +3781,35 @@
3705
3781
  },
3706
3782
  "required" : [ ]
3707
3783
  },
3784
+ "EventsBatch" : {
3785
+ "type" : "structure",
3786
+ "members" : {
3787
+ "Endpoint" : {
3788
+ "shape" : "PublicEndpoint"
3789
+ },
3790
+ "Events" : {
3791
+ "shape" : "MapOfEvent"
3792
+ }
3793
+ },
3794
+ "required" : [ ]
3795
+ },
3796
+ "EventsRequest" : {
3797
+ "type" : "structure",
3798
+ "members" : {
3799
+ "BatchItem" : {
3800
+ "shape" : "MapOfEventsBatch"
3801
+ }
3802
+ },
3803
+ "required" : [ ]
3804
+ },
3805
+ "EventsResponse" : {
3806
+ "type" : "structure",
3807
+ "members" : {
3808
+ "Results" : {
3809
+ "shape" : "MapOfItemResponse"
3810
+ }
3811
+ }
3812
+ },
3708
3813
  "ExportJobRequest" : {
3709
3814
  "type" : "structure",
3710
3815
  "members" : {
@@ -4908,6 +5013,17 @@
4908
5013
  "httpStatusCode" : 500
4909
5014
  }
4910
5015
  },
5016
+ "ItemResponse" : {
5017
+ "type" : "structure",
5018
+ "members" : {
5019
+ "EndpointItemResponse" : {
5020
+ "shape" : "EndpointItemResponse"
5021
+ },
5022
+ "EventsItemResponse" : {
5023
+ "shape" : "MapOfEventItemResponse"
5024
+ }
5025
+ }
5026
+ },
4911
5027
  "JobStatus" : {
4912
5028
  "type" : "string",
4913
5029
  "enum" : [ "CREATED", "INITIALIZING", "PROCESSING", "COMPLETING", "COMPLETED", "FAILING", "FAILED" ]
@@ -5005,6 +5121,9 @@
5005
5121
  },
5006
5122
  "MessageConfiguration" : {
5007
5123
  "shape" : "DirectMessageConfiguration"
5124
+ },
5125
+ "TraceId" : {
5126
+ "shape" : "__string"
5008
5127
  }
5009
5128
  },
5010
5129
  "required" : [ ]
@@ -5175,6 +5294,44 @@
5175
5294
  "required" : [ "NumberValidateResponse" ],
5176
5295
  "payload" : "NumberValidateResponse"
5177
5296
  },
5297
+ "PublicEndpoint" : {
5298
+ "type" : "structure",
5299
+ "members" : {
5300
+ "Address" : {
5301
+ "shape" : "__string"
5302
+ },
5303
+ "Attributes" : {
5304
+ "shape" : "MapOfListOf__string"
5305
+ },
5306
+ "ChannelType" : {
5307
+ "shape" : "ChannelType"
5308
+ },
5309
+ "Demographic" : {
5310
+ "shape" : "EndpointDemographic"
5311
+ },
5312
+ "EffectiveDate" : {
5313
+ "shape" : "__string"
5314
+ },
5315
+ "EndpointStatus" : {
5316
+ "shape" : "__string"
5317
+ },
5318
+ "Location" : {
5319
+ "shape" : "EndpointLocation"
5320
+ },
5321
+ "Metrics" : {
5322
+ "shape" : "MapOf__double"
5323
+ },
5324
+ "OptOut" : {
5325
+ "shape" : "__string"
5326
+ },
5327
+ "RequestId" : {
5328
+ "shape" : "__string"
5329
+ },
5330
+ "User" : {
5331
+ "shape" : "EndpointUser"
5332
+ }
5333
+ }
5334
+ },
5178
5335
  "PutEventStreamRequest" : {
5179
5336
  "type" : "structure",
5180
5337
  "members" : {
@@ -5200,6 +5357,31 @@
5200
5357
  "required" : [ "EventStream" ],
5201
5358
  "payload" : "EventStream"
5202
5359
  },
5360
+ "PutEventsRequest" : {
5361
+ "type" : "structure",
5362
+ "members" : {
5363
+ "ApplicationId" : {
5364
+ "shape" : "__string",
5365
+ "location" : "uri",
5366
+ "locationName" : "application-id"
5367
+ },
5368
+ "EventsRequest" : {
5369
+ "shape" : "EventsRequest"
5370
+ }
5371
+ },
5372
+ "required" : [ "ApplicationId", "EventsRequest" ],
5373
+ "payload" : "EventsRequest"
5374
+ },
5375
+ "PutEventsResponse" : {
5376
+ "type" : "structure",
5377
+ "members" : {
5378
+ "EventsResponse" : {
5379
+ "shape" : "EventsResponse"
5380
+ }
5381
+ },
5382
+ "required" : [ "EventsResponse" ],
5383
+ "payload" : "EventsResponse"
5384
+ },
5203
5385
  "QuietTime" : {
5204
5386
  "type" : "structure",
5205
5387
  "members" : {
@@ -5583,6 +5765,9 @@
5583
5765
  "MessageConfiguration" : {
5584
5766
  "shape" : "DirectMessageConfiguration"
5585
5767
  },
5768
+ "TraceId" : {
5769
+ "shape" : "__string"
5770
+ },
5586
5771
  "Users" : {
5587
5772
  "shape" : "MapOfEndpointSendConfiguration"
5588
5773
  }
@@ -5629,6 +5814,24 @@
5629
5814
  "required" : [ "SendUsersMessageResponse" ],
5630
5815
  "payload" : "SendUsersMessageResponse"
5631
5816
  },
5817
+ "Session" : {
5818
+ "type" : "structure",
5819
+ "members" : {
5820
+ "Duration" : {
5821
+ "shape" : "__integer"
5822
+ },
5823
+ "Id" : {
5824
+ "shape" : "__string"
5825
+ },
5826
+ "StartTimestamp" : {
5827
+ "shape" : "__string"
5828
+ },
5829
+ "StopTimestamp" : {
5830
+ "shape" : "__string"
5831
+ }
5832
+ },
5833
+ "required" : [ ]
5834
+ },
5632
5835
  "SetDimension" : {
5633
5836
  "type" : "structure",
5634
5837
  "members" : {
@@ -5643,7 +5846,7 @@
5643
5846
  },
5644
5847
  "SourceType" : {
5645
5848
  "type" : "string",
5646
- "enum" : [ "ALL", "ANY" ]
5849
+ "enum" : [ "ALL", "ANY", "NONE" ]
5647
5850
  },
5648
5851
  "TooManyRequestsException" : {
5649
5852
  "type" : "structure",
@@ -6314,6 +6517,42 @@
6314
6517
  "shape" : "EndpointSendConfiguration"
6315
6518
  }
6316
6519
  },
6520
+ "MapOfEvent" : {
6521
+ "type" : "map",
6522
+ "key" : {
6523
+ "shape" : "__string"
6524
+ },
6525
+ "value" : {
6526
+ "shape" : "Event"
6527
+ }
6528
+ },
6529
+ "MapOfEventItemResponse" : {
6530
+ "type" : "map",
6531
+ "key" : {
6532
+ "shape" : "__string"
6533
+ },
6534
+ "value" : {
6535
+ "shape" : "EventItemResponse"
6536
+ }
6537
+ },
6538
+ "MapOfEventsBatch" : {
6539
+ "type" : "map",
6540
+ "key" : {
6541
+ "shape" : "__string"
6542
+ },
6543
+ "value" : {
6544
+ "shape" : "EventsBatch"
6545
+ }
6546
+ },
6547
+ "MapOfItemResponse" : {
6548
+ "type" : "map",
6549
+ "key" : {
6550
+ "shape" : "__string"
6551
+ },
6552
+ "value" : {
6553
+ "shape" : "ItemResponse"
6554
+ }
6555
+ },
6317
6556
  "MapOfMessageResult" : {
6318
6557
  "type" : "map",
6319
6558
  "key" : {
@@ -2194,17 +2194,20 @@
2194
2194
  "enum":[
2195
2195
  "InvokedAfter",
2196
2196
  "InvokedBefore",
2197
- "Status"
2197
+ "Status",
2198
+ "ExecutionStage",
2199
+ "DocumentName"
2198
2200
  ]
2199
2201
  },
2200
2202
  "CommandFilterList":{
2201
2203
  "type":"list",
2202
2204
  "member":{"shape":"CommandFilter"},
2203
- "max":3,
2205
+ "max":5,
2204
2206
  "min":1
2205
2207
  },
2206
2208
  "CommandFilterValue":{
2207
2209
  "type":"string",
2210
+ "max":128,
2208
2211
  "min":1
2209
2212
  },
2210
2213
  "CommandId":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.102'
2
+ VERSION = '2.11.103'
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.102
4
+ version: 2.11.103
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-08-06 00:00:00.000000000 Z
11
+ date: 2018-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -392,6 +392,7 @@ files:
392
392
  - apis/logs/2014-03-28/api-2.json
393
393
  - apis/logs/2014-03-28/examples-1.json
394
394
  - apis/logs/2014-03-28/paginators-1.json
395
+ - apis/logs/2014-03-28/smoke.json
395
396
  - apis/machinelearning/2014-12-12/api-2.json
396
397
  - apis/machinelearning/2014-12-12/examples-1.json
397
398
  - apis/machinelearning/2014-12-12/paginators-1.json