aws-sdk-core 2.11.158 → 2.11.159

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: 692c3174bc5f29986f01c761975bd5b71123cba9
4
- data.tar.gz: 2765065b8acd0f1251333df40a2d2e6f880de441
3
+ metadata.gz: a92f4180484488b2e8895559995fe562961bc484
4
+ data.tar.gz: fd151f2a79b6a4410c106d967309c9f81aead945
5
5
  SHA512:
6
- metadata.gz: 6e0bf99be09f0f372123675550fa5212b9eaac708857cad2a894768f9f7ef1c87db786de11321a61cb7d2228aaea9255181772f67d948f7c13b127f0e34dc73b
7
- data.tar.gz: 874f3a6b3eb32f0ea77277b1ada4c114fcebbf6c2d96e7b52ea41e3a7c0436e965029aa9d9cc4ed7957e85b6dc270c239b227ed8b7ba3bc7abff2d3cdedfa3ce
6
+ metadata.gz: 4be9c05011212eb46e38f1eb2fd9625730d1fe57246dd47e8451d1d8c1c3f295f0c4666520cdb302250ad8f31c3771adbde23e6e7cebf9c508de448a427b77f5
7
+ data.tar.gz: 657e9b0bd3b351ab6da7ecf75c037ba48e485953c9db5765b68b8b1eb84e7b7c599fddb7ce586888afeb764d1f70cf7ee9461225d7f92c528cd07ee60ac72348
@@ -534,7 +534,8 @@
534
534
  "DataSource":{"shape":"DataSource"},
535
535
  "ContentType":{"shape":"ContentType"},
536
536
  "CompressionType":{"shape":"CompressionType"},
537
- "RecordWrapperType":{"shape":"RecordWrapper"}
537
+ "RecordWrapperType":{"shape":"RecordWrapper"},
538
+ "InputMode":{"shape":"TrainingInputMode"}
538
539
  }
539
540
  },
540
541
  "ChannelName":{
@@ -686,7 +687,8 @@
686
687
  "KmsKeyId":{"shape":"KmsKeyId"},
687
688
  "Tags":{"shape":"TagList"},
688
689
  "LifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
689
- "DirectInternetAccess":{"shape":"DirectInternetAccess"}
690
+ "DirectInternetAccess":{"shape":"DirectInternetAccess"},
691
+ "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"}
690
692
  }
691
693
  },
692
694
  "CreateNotebookInstanceLifecycleConfigInput":{
@@ -730,7 +732,6 @@
730
732
  "TrainingJobName",
731
733
  "AlgorithmSpecification",
732
734
  "RoleArn",
733
- "InputDataConfig",
734
735
  "OutputDataConfig",
735
736
  "ResourceConfig",
736
737
  "StoppingCondition"
@@ -1007,7 +1008,8 @@
1007
1008
  "LastModifiedTime":{"shape":"LastModifiedTime"},
1008
1009
  "CreationTime":{"shape":"CreationTime"},
1009
1010
  "NotebookInstanceLifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
1010
- "DirectInternetAccess":{"shape":"DirectInternetAccess"}
1011
+ "DirectInternetAccess":{"shape":"DirectInternetAccess"},
1012
+ "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"}
1011
1013
  }
1012
1014
  },
1013
1015
  "DescribeTrainingJobRequest":{
@@ -1026,7 +1028,6 @@
1026
1028
  "TrainingJobStatus",
1027
1029
  "SecondaryStatus",
1028
1030
  "AlgorithmSpecification",
1029
- "InputDataConfig",
1030
1031
  "ResourceConfig",
1031
1032
  "StoppingCondition",
1032
1033
  "CreationTime"
@@ -1908,6 +1909,11 @@
1908
1909
  "member":{"shape":"NotebookInstanceSummary"}
1909
1910
  },
1910
1911
  "NotebookInstanceUrl":{"type":"string"},
1912
+ "NotebookInstanceVolumeSizeInGB":{
1913
+ "type":"integer",
1914
+ "max":16384,
1915
+ "min":5
1916
+ },
1911
1917
  "ObjectiveStatus":{
1912
1918
  "type":"string",
1913
1919
  "enum":[
@@ -2595,7 +2601,8 @@
2595
2601
  "InstanceType":{"shape":"InstanceType"},
2596
2602
  "RoleArn":{"shape":"RoleArn"},
2597
2603
  "LifecycleConfigName":{"shape":"NotebookInstanceLifecycleConfigName"},
2598
- "DisassociateLifecycleConfig":{"shape":"DisassociateNotebookInstanceLifecycleConfig"}
2604
+ "DisassociateLifecycleConfig":{"shape":"DisassociateNotebookInstanceLifecycleConfig"},
2605
+ "VolumeSizeInGB":{"shape":"NotebookInstanceVolumeSizeInGB"}
2599
2606
  }
2600
2607
  },
2601
2608
  "UpdateNotebookInstanceLifecycleConfigInput":{
@@ -1743,6 +1743,16 @@
1743
1743
  },
1744
1744
  "exception":true
1745
1745
  },
1746
+ "AssociationComplianceSeverity":{
1747
+ "type":"string",
1748
+ "enum":[
1749
+ "CRITICAL",
1750
+ "HIGH",
1751
+ "MEDIUM",
1752
+ "LOW",
1753
+ "UNSPECIFIED"
1754
+ ]
1755
+ },
1746
1756
  "AssociationDescription":{
1747
1757
  "type":"structure",
1748
1758
  "members":{
@@ -1763,7 +1773,8 @@
1763
1773
  "LastSuccessfulExecutionDate":{"shape":"DateTime"},
1764
1774
  "AssociationName":{"shape":"AssociationName"},
1765
1775
  "MaxErrors":{"shape":"MaxErrors"},
1766
- "MaxConcurrency":{"shape":"MaxConcurrency"}
1776
+ "MaxConcurrency":{"shape":"MaxConcurrency"},
1777
+ "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
1767
1778
  }
1768
1779
  },
1769
1780
  "AssociationDescriptionList":{
@@ -2008,7 +2019,8 @@
2008
2019
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2009
2020
  "AssociationName":{"shape":"AssociationName"},
2010
2021
  "MaxErrors":{"shape":"MaxErrors"},
2011
- "MaxConcurrency":{"shape":"MaxConcurrency"}
2022
+ "MaxConcurrency":{"shape":"MaxConcurrency"},
2023
+ "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
2012
2024
  }
2013
2025
  },
2014
2026
  "AssociationVersionLimitExceeded":{
@@ -2680,7 +2692,8 @@
2680
2692
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2681
2693
  "AssociationName":{"shape":"AssociationName"},
2682
2694
  "MaxErrors":{"shape":"MaxErrors"},
2683
- "MaxConcurrency":{"shape":"MaxConcurrency"}
2695
+ "MaxConcurrency":{"shape":"MaxConcurrency"},
2696
+ "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
2684
2697
  }
2685
2698
  },
2686
2699
  "CreateAssociationBatchResult":{
@@ -2703,7 +2716,8 @@
2703
2716
  "OutputLocation":{"shape":"InstanceAssociationOutputLocation"},
2704
2717
  "AssociationName":{"shape":"AssociationName"},
2705
2718
  "MaxErrors":{"shape":"MaxErrors"},
2706
- "MaxConcurrency":{"shape":"MaxConcurrency"}
2719
+ "MaxConcurrency":{"shape":"MaxConcurrency"},
2720
+ "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
2707
2721
  }
2708
2722
  },
2709
2723
  "CreateAssociationResult":{
@@ -7674,7 +7688,8 @@
7674
7688
  "AssociationName":{"shape":"AssociationName"},
7675
7689
  "AssociationVersion":{"shape":"AssociationVersion"},
7676
7690
  "MaxErrors":{"shape":"MaxErrors"},
7677
- "MaxConcurrency":{"shape":"MaxConcurrency"}
7691
+ "MaxConcurrency":{"shape":"MaxConcurrency"},
7692
+ "ComplianceSeverity":{"shape":"AssociationComplianceSeverity"}
7678
7693
  }
7679
7694
  },
7680
7695
  "UpdateAssociationResult":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.158'
2
+ VERSION = '2.11.159'
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.158
4
+ version: 2.11.159
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-10-25 00:00:00.000000000 Z
11
+ date: 2018-10-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath