aws-sdk-core 2.11.354 → 2.11.355

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: 6e57b5e9786f07c5fabb1f357a97286d5c0586ad
4
- data.tar.gz: 0fc2b58d7366a735d2349a50811ede28a612aa1d
3
+ metadata.gz: 36d05b45c951b9bb8654f137855d0a49d2569d22
4
+ data.tar.gz: f7afd7e3e8fb266eb0ae1d5ea6ed346e5562997c
5
5
  SHA512:
6
- metadata.gz: f98abd24d52874a678d0a64ae19e345759f43370684516c3f5dbcde3708eb7a82e8512e12b089b160af0e8a6a8dac9b0f651359fcb4ed633b25f2b6d3da0525d
7
- data.tar.gz: 82fbe7e941d0ea4a204c64a21c4988c590d3bf84b820826b7fe33599a042e897e93b2fd12c701a4b12253ff19336c270c92ef97aad9092255e2904ac875a8988
6
+ metadata.gz: 247c260eed513f9a14f0a687332564cec02c4ee93cc0194e9f79b82473631bdc6667b0642acb9f3e7757e0399a364222bfbbbc252a8ad9c486fb98d80079a56f
7
+ data.tar.gz: ab720082496a90581daa3a622af2658c197f4eae725b06a77bec5d7560fdf6a16baaa89479c8e517aadbd990707622a6a387eb7d6b99f0c91267e98cb62cbb99
@@ -691,7 +691,8 @@
691
691
  "type":"structure",
692
692
  "members":{
693
693
  "EngineExecutionTimeInMillis":{"shape":"Long"},
694
- "DataScannedInBytes":{"shape":"Long"}
694
+ "DataScannedInBytes":{"shape":"Long"},
695
+ "DataManifestLocation":{"shape":"String"}
695
696
  }
696
697
  },
697
698
  "QueryExecutionStatus":{
@@ -734,7 +734,7 @@
734
734
  "AssumeRolePolicyDocument": "<URL-encoded-JSON>",
735
735
  "CreateDate": "2013-04-18T05:01:58Z",
736
736
  "Path": "/",
737
- "RoleId": "AIDIODR4TAW7CSEXAMPLE",
737
+ "RoleId": "AROADBQP57FF2AEXAMPLE",
738
738
  "RoleName": "Test-Role"
739
739
  }
740
740
  },
@@ -73,7 +73,8 @@
73
73
  {"shape":"InvalidInputException"},
74
74
  {"shape":"ResourceNotFoundException"},
75
75
  {"shape":"ResourceAlreadyExistsException"},
76
- {"shape":"LimitExceededException"}
76
+ {"shape":"LimitExceededException"},
77
+ {"shape":"ResourceInUseException"}
77
78
  ]
78
79
  },
79
80
  "CreateEventTracker":{
@@ -495,7 +496,8 @@
495
496
  "output":{"shape":"ListSolutionVersionsResponse"},
496
497
  "errors":[
497
498
  {"shape":"InvalidInputException"},
498
- {"shape":"ResourceNotFoundException"}
499
+ {"shape":"ResourceNotFoundException"},
500
+ {"shape":"InvalidNextTokenException"}
499
501
  ],
500
502
  "idempotent":true
501
503
  },
@@ -584,6 +586,7 @@
584
586
  "type":"string",
585
587
  "max":10000
586
588
  },
589
+ "Boolean":{"type":"boolean"},
587
590
  "Campaign":{
588
591
  "type":"structure",
589
592
  "members":{
@@ -786,7 +789,7 @@
786
789
  ],
787
790
  "members":{
788
791
  "name":{"shape":"Name"},
789
- "performHPO":{"shape":"PerformHPO"},
792
+ "performHPO":{"shape":"Boolean"},
790
793
  "performAutoML":{"shape":"PerformAutoML"},
791
794
  "recipeArn":{"shape":"Arn"},
792
795
  "datasetGroupArn":{"shape":"Arn"},
@@ -1633,6 +1636,7 @@
1633
1636
  "eventType":{"shape":"EventType"},
1634
1637
  "datasetGroupArn":{"shape":"Arn"},
1635
1638
  "solutionConfig":{"shape":"SolutionConfig"},
1639
+ "trainingHours":{"shape":"TrainingHours"},
1636
1640
  "status":{"shape":"Status"},
1637
1641
  "failureReason":{"shape":"FailureReason"},
1638
1642
  "creationDateTime":{"shape":"Date"},
@@ -1667,6 +1671,10 @@
1667
1671
  "type":"string",
1668
1672
  "max":256
1669
1673
  },
1674
+ "TrainingHours":{
1675
+ "type":"double",
1676
+ "min":0
1677
+ },
1670
1678
  "TrainingInputMode":{
1671
1679
  "type":"string",
1672
1680
  "max":256
@@ -398,6 +398,7 @@
398
398
  },
399
399
  "athena" : {
400
400
  "endpoints" : {
401
+ "ap-east-1" : { },
401
402
  "ap-northeast-1" : { },
402
403
  "ap-northeast-2" : { },
403
404
  "ap-south-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.354'
2
+ VERSION = '2.11.355'
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.354
4
+ version: 2.11.355
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-09-16 00:00:00.000000000 Z
11
+ date: 2019-09-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath