aws-sdk-core 2.11.194 → 2.11.195

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c228eaa51033d7110af5ae92d95d02047acee4aa
4
- data.tar.gz: eec78fb0f4d4aa2823364f260874885b4d90cffa
3
+ metadata.gz: 94cd75099776e26c0e58f3fbb337db72bc0dc841
4
+ data.tar.gz: 2374c0497d484b076a251671a727b6ff92127aa0
5
5
  SHA512:
6
- metadata.gz: c3d68bbfe22bfc316a4e4bb35b8ba56128c3564dea0fbfec733375a8acb38bd7a3e3a093fbf9f7c6d66cd68de8161ea76cd191c950e7e3ca649f9b75269832af
7
- data.tar.gz: 7e665aa512815e4c5d2cb17b7eba06072d04adb7b9b66f0f9c441afacc7ab359a99f81f5593dc65643a4afc83c50f7c1df4d6a5f9bdff3c00c88a5b4e3a4d7b1
6
+ metadata.gz: aafc3667310c5a0d43692f64cf23fe8139bf9c4abe80def7e4f3089e0df5dd4e02db52cdec4c8dff756b72eb6df9530cd0b2c2f26e2620d5b8fbdaa11e7066c3
7
+ data.tar.gz: 4f6ff12326b0afabd23b840e781600df25d7f1e6cd95c6ab91dedea28e8a6ea18750fd4c346059a815893fcd57696d7c6f0db63350ee2082061b5baab59e315b
@@ -6032,10 +6032,6 @@
6032
6032
  },
6033
6033
  "CreatePlacementGroupRequest":{
6034
6034
  "type":"structure",
6035
- "required":[
6036
- "GroupName",
6037
- "Strategy"
6038
- ],
6039
6035
  "members":{
6040
6036
  "DryRun":{
6041
6037
  "shape":"Boolean",
@@ -6048,7 +6044,8 @@
6048
6044
  "Strategy":{
6049
6045
  "shape":"PlacementStrategy",
6050
6046
  "locationName":"strategy"
6051
- }
6047
+ },
6048
+ "PartitionCount":{"shape":"Integer"}
6052
6049
  }
6053
6050
  },
6054
6051
  "CreateReservedInstancesListingRequest":{
@@ -15732,7 +15729,8 @@
15732
15729
  "Tenancy":{
15733
15730
  "shape":"HostTenancy",
15734
15731
  "locationName":"tenancy"
15735
- }
15732
+ },
15733
+ "PartitionNumber":{"shape":"Integer"}
15736
15734
  }
15737
15735
  },
15738
15736
  "ModifyInstancePlacementResult":{
@@ -16873,6 +16871,10 @@
16873
16871
  "shape":"String",
16874
16872
  "locationName":"groupName"
16875
16873
  },
16874
+ "PartitionNumber":{
16875
+ "shape":"Integer",
16876
+ "locationName":"partitionNumber"
16877
+ },
16876
16878
  "HostId":{
16877
16879
  "shape":"String",
16878
16880
  "locationName":"hostId"
@@ -16901,6 +16903,10 @@
16901
16903
  "Strategy":{
16902
16904
  "shape":"PlacementStrategy",
16903
16905
  "locationName":"strategy"
16906
+ },
16907
+ "PartitionCount":{
16908
+ "shape":"Integer",
16909
+ "locationName":"partitionCount"
16904
16910
  }
16905
16911
  }
16906
16912
  },
@@ -16937,7 +16943,8 @@
16937
16943
  "type":"string",
16938
16944
  "enum":[
16939
16945
  "cluster",
16940
- "spread"
16946
+ "spread",
16947
+ "partition"
16941
16948
  ]
16942
16949
  },
16943
16950
  "PlatformValues":{
@@ -1156,6 +1156,7 @@
1156
1156
  "CompilationJobName":{"shape":"EntityName"},
1157
1157
  "CompilationJobArn":{"shape":"CompilationJobArn"},
1158
1158
  "CreationTime":{"shape":"CreationTime"},
1159
+ "CompilationStartTime":{"shape":"Timestamp"},
1159
1160
  "CompilationEndTime":{"shape":"Timestamp"},
1160
1161
  "CompilationTargetDevice":{"shape":"TargetDevice"},
1161
1162
  "LastModifiedTime":{"shape":"LastModifiedTime"},
@@ -2367,7 +2368,7 @@
2367
2368
  "type":"structure",
2368
2369
  "required":["RepositoryUrl"],
2369
2370
  "members":{
2370
- "RepositoryUrl":{"shape":"Url"},
2371
+ "RepositoryUrl":{"shape":"GitConfigUrl"},
2371
2372
  "Branch":{"shape":"Branch"},
2372
2373
  "SecretArn":{"shape":"SecretArn"}
2373
2374
  }
@@ -2378,6 +2379,10 @@
2378
2379
  "SecretArn":{"shape":"SecretArn"}
2379
2380
  }
2380
2381
  },
2382
+ "GitConfigUrl":{
2383
+ "type":"string",
2384
+ "pattern":"^https://([^/]+)/?(.*)$"
2385
+ },
2381
2386
  "HumanTaskConfig":{
2382
2387
  "type":"structure",
2383
2388
  "required":[
@@ -2973,7 +2978,9 @@
2973
2978
  "LastModifiedTimeAfter":{"shape":"LastModifiedTime"},
2974
2979
  "LastModifiedTimeBefore":{"shape":"LastModifiedTime"},
2975
2980
  "NameContains":{"shape":"NameContains"},
2976
- "StatusEquals":{"shape":"CompilationJobStatus"}
2981
+ "StatusEquals":{"shape":"CompilationJobStatus"},
2982
+ "SortBy":{"shape":"ListCompilationJobsSortBy"},
2983
+ "SortOrder":{"shape":"SortOrder"}
2977
2984
  }
2978
2985
  },
2979
2986
  "ListCompilationJobsResponse":{
@@ -2984,6 +2991,14 @@
2984
2991
  "NextToken":{"shape":"NextToken"}
2985
2992
  }
2986
2993
  },
2994
+ "ListCompilationJobsSortBy":{
2995
+ "type":"string",
2996
+ "enum":[
2997
+ "Name",
2998
+ "CreationTime",
2999
+ "Status"
3000
+ ]
3001
+ },
2987
3002
  "ListEndpointConfigsInput":{
2988
3003
  "type":"structure",
2989
3004
  "members":{
@@ -4301,7 +4316,8 @@
4301
4316
  "enum":[
4302
4317
  "None",
4303
4318
  "Line",
4304
- "RecordIO"
4319
+ "RecordIO",
4320
+ "TFRecord"
4305
4321
  ]
4306
4322
  },
4307
4323
  "StartNotebookInstanceInput":{
@@ -1223,7 +1223,8 @@
1223
1223
  "RuleId":{"shape":"ResourceId"},
1224
1224
  "Action":{"shape":"WafAction"},
1225
1225
  "OverrideAction":{"shape":"WafOverrideAction"},
1226
- "Type":{"shape":"WafRuleType"}
1226
+ "Type":{"shape":"WafRuleType"},
1227
+ "ExcludedRules":{"shape":"ExcludedRules"}
1227
1228
  }
1228
1229
  },
1229
1230
  "ActivatedRules":{
@@ -1810,6 +1811,17 @@
1810
1811
  "members":{
1811
1812
  }
1812
1813
  },
1814
+ "ExcludedRule":{
1815
+ "type":"structure",
1816
+ "required":["RuleId"],
1817
+ "members":{
1818
+ "RuleId":{"shape":"ResourceId"}
1819
+ }
1820
+ },
1821
+ "ExcludedRules":{
1822
+ "type":"list",
1823
+ "member":{"shape":"ExcludedRule"}
1824
+ },
1813
1825
  "FieldToMatch":{
1814
1826
  "type":"structure",
1815
1827
  "required":["Type"],
@@ -2782,7 +2794,8 @@
2782
2794
  "GEO_MATCH_LOCATION_VALUE",
2783
2795
  "RATE_KEY",
2784
2796
  "RULE_TYPE",
2785
- "NEXT_MARKER"
2797
+ "NEXT_MARKER",
2798
+ "RESOURCE_ARN"
2786
2799
  ]
2787
2800
  },
2788
2801
  "ParameterExceptionParameter":{
@@ -2793,7 +2806,8 @@
2793
2806
  "type":"string",
2794
2807
  "enum":[
2795
2808
  "INVALID_OPTION",
2796
- "ILLEGAL_COMBINATION"
2809
+ "ILLEGAL_COMBINATION",
2810
+ "ILLEGAL_ARGUMENT"
2797
2811
  ]
2798
2812
  },
2799
2813
  "PolicyString":{
@@ -894,7 +894,8 @@
894
894
  "errors":[
895
895
  {"shape":"WAFInternalErrorException"},
896
896
  {"shape":"WAFNonexistentItemException"},
897
- {"shape":"WAFStaleDataException"}
897
+ {"shape":"WAFStaleDataException"},
898
+ {"shape":"WAFServiceLinkedRoleErrorException"}
898
899
  ]
899
900
  },
900
901
  "PutPermissionPolicy":{
@@ -1160,7 +1161,8 @@
1160
1161
  "RuleId":{"shape":"ResourceId"},
1161
1162
  "Action":{"shape":"WafAction"},
1162
1163
  "OverrideAction":{"shape":"WafOverrideAction"},
1163
- "Type":{"shape":"WafRuleType"}
1164
+ "Type":{"shape":"WafRuleType"},
1165
+ "ExcludedRules":{"shape":"ExcludedRules"}
1164
1166
  }
1165
1167
  },
1166
1168
  "ActivatedRules":{
@@ -1719,6 +1721,17 @@
1719
1721
  "ChangeToken":{"shape":"ChangeToken"}
1720
1722
  }
1721
1723
  },
1724
+ "ExcludedRule":{
1725
+ "type":"structure",
1726
+ "required":["RuleId"],
1727
+ "members":{
1728
+ "RuleId":{"shape":"ResourceId"}
1729
+ }
1730
+ },
1731
+ "ExcludedRules":{
1732
+ "type":"list",
1733
+ "member":{"shape":"ExcludedRule"}
1734
+ },
1722
1735
  "FieldToMatch":{
1723
1736
  "type":"structure",
1724
1737
  "required":["Type"],
@@ -2664,7 +2677,8 @@
2664
2677
  "GEO_MATCH_LOCATION_VALUE",
2665
2678
  "RATE_KEY",
2666
2679
  "RULE_TYPE",
2667
- "NEXT_MARKER"
2680
+ "NEXT_MARKER",
2681
+ "RESOURCE_ARN"
2668
2682
  ]
2669
2683
  },
2670
2684
  "ParameterExceptionParameter":{
@@ -2675,7 +2689,8 @@
2675
2689
  "type":"string",
2676
2690
  "enum":[
2677
2691
  "INVALID_OPTION",
2678
- "ILLEGAL_COMBINATION"
2692
+ "ILLEGAL_COMBINATION",
2693
+ "ILLEGAL_ARGUMENT"
2679
2694
  ]
2680
2695
  },
2681
2696
  "PolicyString":{
@@ -3492,6 +3507,13 @@
3492
3507
  },
3493
3508
  "exception":true
3494
3509
  },
3510
+ "WAFServiceLinkedRoleErrorException":{
3511
+ "type":"structure",
3512
+ "members":{
3513
+ "message":{"shape":"errorMessage"}
3514
+ },
3515
+ "exception":true
3516
+ },
3495
3517
  "WAFStaleDataException":{
3496
3518
  "type":"structure",
3497
3519
  "members":{
@@ -3555,7 +3577,8 @@
3555
3577
  "Name":{"shape":"ResourceName"},
3556
3578
  "MetricName":{"shape":"MetricName"},
3557
3579
  "DefaultAction":{"shape":"WafAction"},
3558
- "Rules":{"shape":"ActivatedRules"}
3580
+ "Rules":{"shape":"ActivatedRules"},
3581
+ "WebACLArn":{"shape":"ResourceArn"}
3559
3582
  }
3560
3583
  },
3561
3584
  "WebACLSummaries":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.194'
2
+ VERSION = '2.11.195'
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.194
4
+ version: 2.11.195
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-12-18 00:00:00.000000000 Z
11
+ date: 2018-12-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath