aws-sdk-core 2.11.476 → 2.11.477

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: 03abbb0552a83afef04324a098ba7c49568653fc
4
- data.tar.gz: 70db79125114bd762edcf669f2bfc19e4e9b71fb
3
+ metadata.gz: f911878f59894b9b948020d2f06c2c761381a731
4
+ data.tar.gz: 43a4828efdf1f0f154e1a2abaa8a8e3bebd4d481
5
5
  SHA512:
6
- metadata.gz: d6147c7846b8554e9c72652a6e051ddc8c8a86ce8b933ef98c5ec24a061d71f444b4445564063a5682b8341e3dbcde931ee3a6ef4c27a37a36d8f92d7ffd9015
7
- data.tar.gz: 29473ce7de9473595d2a7dceaf05bfc366cb684bf1d10e76879c54816f7abd3a33793bcc4a6f9290389de250934da3a4365efb7c9c85c7460900736bd03d4212
6
+ metadata.gz: 0f196f42c827075660eeee604acff489d03d32f9ad640d9816592a4350558373ba13ccfa428f07f97b5a509fddf5e015b42e72ee97127be65b74c6d1e17b251e
7
+ data.tar.gz: 6e93ed2fb0484da1dc52b1357db423de900ab70c144b6340a75689240c9675a27c2af043b313fdb854b9eba8b96d6f0464aece941da47cc53f966f9cff05220c
@@ -8,6 +8,7 @@
8
8
  "serviceFullName":"Amazon FSx",
9
9
  "serviceId":"FSx",
10
10
  "signatureVersion":"v4",
11
+ "signingName":"fsx",
11
12
  "targetPrefix":"AWSSimbaAPIService_v20180301",
12
13
  "uid":"fsx-2018-03-01"
13
14
  },
@@ -482,7 +483,8 @@
482
483
  "SubnetIds":{"shape":"SubnetIds"},
483
484
  "SecurityGroupIds":{"shape":"SecurityGroupIds"},
484
485
  "Tags":{"shape":"Tags"},
485
- "WindowsConfiguration":{"shape":"CreateFileSystemWindowsConfiguration"}
486
+ "WindowsConfiguration":{"shape":"CreateFileSystemWindowsConfiguration"},
487
+ "StorageType":{"shape":"StorageType"}
486
488
  }
487
489
  },
488
490
  "CreateFileSystemFromBackupResponse":{
@@ -516,6 +518,7 @@
516
518
  },
517
519
  "FileSystemType":{"shape":"FileSystemType"},
518
520
  "StorageCapacity":{"shape":"StorageCapacity"},
521
+ "StorageType":{"shape":"StorageType"},
519
522
  "SubnetIds":{"shape":"SubnetIds"},
520
523
  "SecurityGroupIds":{"shape":"SecurityGroupIds"},
521
524
  "Tags":{"shape":"Tags"},
@@ -829,6 +832,7 @@
829
832
  "Lifecycle":{"shape":"FileSystemLifecycle"},
830
833
  "FailureDetails":{"shape":"FileSystemFailureDetails"},
831
834
  "StorageCapacity":{"shape":"StorageCapacity"},
835
+ "StorageType":{"shape":"StorageType"},
832
836
  "VpcId":{"shape":"VpcId"},
833
837
  "SubnetIds":{"shape":"SubnetIds"},
834
838
  "NetworkInterfaceIds":{"shape":"NetworkInterfaceIds"},
@@ -993,7 +997,7 @@
993
997
  "type":"string",
994
998
  "max":2048,
995
999
  "min":1,
996
- "pattern":"^[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89aAbB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}|arn:aws[a-z-]{0,7}:kms:[a-z]{2}-[a-z-]{4,}-\\d+:\\d{12}:(key|alias)\\/([a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89aAbB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}|[a-zA-Z0-9:\\/_-]+)|alias\\/[a-zA-Z0-9:\\/_-]+$"
1000
+ "pattern":"^.{1,2048}$"
997
1001
  },
998
1002
  "LastUpdatedTime":{"type":"timestamp"},
999
1003
  "ListTagsForResourceRequest":{
@@ -1115,7 +1119,7 @@
1115
1119
  "type":"string",
1116
1120
  "max":512,
1117
1121
  "min":8,
1118
- "pattern":"^arn:aws[a-z-]{0,7}:[A-Za-z0-9][A-za-z0-9_/.-]{0,62}:[A-za-z0-9_/.-]{0,63}:[A-za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-za-z0-9_/.-]{0,127}$"
1122
+ "pattern":"^arn:(?=[^:]+:fsx:[^:]+:\\d{12}:)((|(?=[a-z0-9-.]{1,63})(?!\\d{1,3}(\\.\\d{1,3}){3})(?![^:]*-{2})(?![^:]*-\\.)(?![^:]*\\.-)[a-z0-9].*(?<!-)):){4}(?!/).{0,1024}$"
1119
1123
  },
1120
1124
  "ResourceDoesNotSupportTagging":{
1121
1125
  "type":"structure",
@@ -1204,6 +1208,13 @@
1204
1208
  "type":"integer",
1205
1209
  "min":0
1206
1210
  },
1211
+ "StorageType":{
1212
+ "type":"string",
1213
+ "enum":[
1214
+ "SSD",
1215
+ "HDD"
1216
+ ]
1217
+ },
1207
1218
  "SubnetId":{
1208
1219
  "type":"string",
1209
1220
  "max":24,
@@ -1348,7 +1359,8 @@
1348
1359
  "type":"string",
1349
1360
  "enum":[
1350
1361
  "MULTI_AZ_1",
1351
- "SINGLE_AZ_1"
1362
+ "SINGLE_AZ_1",
1363
+ "SINGLE_AZ_2"
1352
1364
  ]
1353
1365
  },
1354
1366
  "WindowsFileSystemConfiguration":{
@@ -2690,6 +2690,7 @@
2690
2690
  ],
2691
2691
  "members":{
2692
2692
  "FlowDefinitionName":{"shape":"FlowDefinitionName"},
2693
+ "HumanLoopRequestSource":{"shape":"HumanLoopRequestSource"},
2693
2694
  "HumanLoopActivationConfig":{"shape":"HumanLoopActivationConfig"},
2694
2695
  "HumanLoopConfig":{"shape":"HumanLoopConfig"},
2695
2696
  "OutputConfig":{"shape":"FlowDefinitionOutputConfig"},
@@ -3096,6 +3097,7 @@
3096
3097
  "CreationTime":{"type":"timestamp"},
3097
3098
  "CsvContentType":{
3098
3099
  "type":"string",
3100
+ "max":256,
3099
3101
  "min":1,
3100
3102
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*"
3101
3103
  },
@@ -3689,6 +3691,7 @@
3689
3691
  "FlowDefinitionName":{"shape":"FlowDefinitionName"},
3690
3692
  "FlowDefinitionStatus":{"shape":"FlowDefinitionStatus"},
3691
3693
  "CreationTime":{"shape":"Timestamp"},
3694
+ "HumanLoopRequestSource":{"shape":"HumanLoopRequestSource"},
3692
3695
  "HumanLoopActivationConfig":{"shape":"HumanLoopActivationConfig"},
3693
3696
  "HumanLoopConfig":{"shape":"HumanLoopConfig"},
3694
3697
  "OutputConfig":{"shape":"FlowDefinitionOutputConfig"},
@@ -4650,8 +4653,7 @@
4650
4653
  "Initializing",
4651
4654
  "Active",
4652
4655
  "Failed",
4653
- "Deleting",
4654
- "Deleted"
4656
+ "Deleting"
4655
4657
  ]
4656
4658
  },
4657
4659
  "FlowDefinitionSummaries":{
@@ -4781,12 +4783,8 @@
4781
4783
  },
4782
4784
  "HumanLoopActivationConfig":{
4783
4785
  "type":"structure",
4784
- "required":[
4785
- "HumanLoopRequestSource",
4786
- "HumanLoopActivationConditionsConfig"
4787
- ],
4786
+ "required":["HumanLoopActivationConditionsConfig"],
4788
4787
  "members":{
4789
- "HumanLoopRequestSource":{"shape":"HumanLoopRequestSource"},
4790
4788
  "HumanLoopActivationConditionsConfig":{"shape":"HumanLoopActivationConditionsConfig"}
4791
4789
  }
4792
4790
  },
@@ -5257,6 +5255,7 @@
5257
5255
  },
5258
5256
  "JsonContentType":{
5259
5257
  "type":"string",
5258
+ "max":256,
5260
5259
  "min":1,
5261
5260
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*\\/[a-zA-Z0-9](-*[a-zA-Z0-9.])*"
5262
5261
  },
@@ -6897,7 +6896,8 @@
6897
6896
  "LessThanOrEqualTo",
6898
6897
  "Contains",
6899
6898
  "Exists",
6900
- "NotExists"
6899
+ "NotExists",
6900
+ "In"
6901
6901
  ]
6902
6902
  },
6903
6903
  "OptionalDouble":{"type":"double"},
@@ -8110,6 +8110,7 @@
8110
8110
  "sbe_c",
8111
8111
  "qcs605",
8112
8112
  "qcs603",
8113
+ "sitara_am57x",
8113
8114
  "amba_cv22"
8114
8115
  ]
8115
8116
  },
@@ -1809,7 +1809,8 @@
1809
1809
  "EnableSecurityHubRequest":{
1810
1810
  "type":"structure",
1811
1811
  "members":{
1812
- "Tags":{"shape":"TagMap"}
1812
+ "Tags":{"shape":"TagMap"},
1813
+ "EnableDefaultStandards":{"shape":"Boolean"}
1813
1814
  }
1814
1815
  },
1815
1816
  "EnableSecurityHubResponse":{
@@ -2534,7 +2535,8 @@
2534
2535
  "members":{
2535
2536
  "StandardsArn":{"shape":"NonEmptyString"},
2536
2537
  "Name":{"shape":"NonEmptyString"},
2537
- "Description":{"shape":"NonEmptyString"}
2538
+ "Description":{"shape":"NonEmptyString"},
2539
+ "EnabledByDefault":{"shape":"Boolean"}
2538
2540
  }
2539
2541
  },
2540
2542
  "Standards":{
@@ -741,9 +741,33 @@
741
741
  "me-south-1" : { },
742
742
  "sa-east-1" : { },
743
743
  "us-east-1" : { },
744
+ "us-east-1-fips" : {
745
+ "credentialScope" : {
746
+ "region" : "us-east-1"
747
+ },
748
+ "hostname" : "cloudformation-fips.us-east-1.amazonaws.com"
749
+ },
744
750
  "us-east-2" : { },
751
+ "us-east-2-fips" : {
752
+ "credentialScope" : {
753
+ "region" : "us-east-2"
754
+ },
755
+ "hostname" : "cloudformation-fips.us-east-2.amazonaws.com"
756
+ },
745
757
  "us-west-1" : { },
746
- "us-west-2" : { }
758
+ "us-west-1-fips" : {
759
+ "credentialScope" : {
760
+ "region" : "us-west-1"
761
+ },
762
+ "hostname" : "cloudformation-fips.us-west-1.amazonaws.com"
763
+ },
764
+ "us-west-2" : { },
765
+ "us-west-2-fips" : {
766
+ "credentialScope" : {
767
+ "region" : "us-west-2"
768
+ },
769
+ "hostname" : "cloudformation-fips.us-west-2.amazonaws.com"
770
+ }
747
771
  }
748
772
  },
749
773
  "cloudfront" : {
@@ -3052,6 +3076,30 @@
3052
3076
  "ap-southeast-2" : { },
3053
3077
  "eu-central-1" : { },
3054
3078
  "eu-west-1" : { },
3079
+ "fips-us-east-1" : {
3080
+ "credentialScope" : {
3081
+ "region" : "us-east-1"
3082
+ },
3083
+ "hostname" : "opsworks-cm-fips.us-east-1.amazonaws.com"
3084
+ },
3085
+ "fips-us-east-2" : {
3086
+ "credentialScope" : {
3087
+ "region" : "us-east-2"
3088
+ },
3089
+ "hostname" : "opsworks-cm-fips.us-east-2.amazonaws.com"
3090
+ },
3091
+ "fips-us-west-1" : {
3092
+ "credentialScope" : {
3093
+ "region" : "us-west-1"
3094
+ },
3095
+ "hostname" : "opsworks-cm-fips.us-west-1.amazonaws.com"
3096
+ },
3097
+ "fips-us-west-2" : {
3098
+ "credentialScope" : {
3099
+ "region" : "us-west-2"
3100
+ },
3101
+ "hostname" : "opsworks-cm-fips.us-west-2.amazonaws.com"
3102
+ },
3055
3103
  "us-east-1" : { },
3056
3104
  "us-east-2" : { },
3057
3105
  "us-west-1" : { },
@@ -3406,6 +3454,8 @@
3406
3454
  "eu-west-1" : { },
3407
3455
  "eu-west-2" : { },
3408
3456
  "eu-west-3" : { },
3457
+ "me-south-1" : { },
3458
+ "sa-east-1" : { },
3409
3459
  "us-east-1" : { },
3410
3460
  "us-east-2" : { },
3411
3461
  "us-west-1" : { },
@@ -5432,6 +5482,12 @@
5432
5482
  },
5433
5483
  "codecommit" : {
5434
5484
  "endpoints" : {
5485
+ "fips" : {
5486
+ "credentialScope" : {
5487
+ "region" : "us-gov-west-1"
5488
+ },
5489
+ "hostname" : "codecommit-fips.us-gov-west-1.amazonaws.com"
5490
+ },
5435
5491
  "us-gov-east-1" : { },
5436
5492
  "us-gov-west-1" : { }
5437
5493
  }
@@ -5797,6 +5853,12 @@
5797
5853
  "isRegionalized" : false,
5798
5854
  "partitionEndpoint" : "aws-us-gov-global"
5799
5855
  },
5856
+ "outposts" : {
5857
+ "endpoints" : {
5858
+ "us-gov-east-1" : { },
5859
+ "us-gov-west-1" : { }
5860
+ }
5861
+ },
5800
5862
  "polly" : {
5801
5863
  "endpoints" : {
5802
5864
  "us-gov-west-1" : { }
@@ -5956,6 +6018,13 @@
5956
6018
  },
5957
6019
  "servicecatalog" : {
5958
6020
  "endpoints" : {
6021
+ "us-gov-east-1" : { },
6022
+ "us-gov-east-1-fips" : {
6023
+ "credentialScope" : {
6024
+ "region" : "us-gov-east-1"
6025
+ },
6026
+ "hostname" : "servicecatalog-fips.us-gov-east-1.amazonaws.com"
6027
+ },
5959
6028
  "us-gov-west-1" : { },
5960
6029
  "us-gov-west-1-fips" : {
5961
6030
  "credentialScope" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.476'
2
+ VERSION = '2.11.477'
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.476
4
+ version: 2.11.477
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: 2020-03-25 00:00:00.000000000 Z
11
+ date: 2020-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath