aws-sdk-core 2.11.620 → 2.11.621

Sign up to get free protection for your applications and to get access to all the features.
@@ -1044,7 +1044,9 @@
1044
1044
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1045
1045
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1046
1046
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
1047
- "Topics":{"shape":"Topics"}
1047
+ "Topics":{"shape":"Topics"},
1048
+ "Queues":{"shape":"Queues"},
1049
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"}
1048
1050
  }
1049
1051
  },
1050
1052
  "CreateFunctionRequest":{
@@ -1336,6 +1338,8 @@
1336
1338
  "StateTransitionReason":{"shape":"String"},
1337
1339
  "DestinationConfig":{"shape":"DestinationConfig"},
1338
1340
  "Topics":{"shape":"Topics"},
1341
+ "Queues":{"shape":"Queues"},
1342
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"},
1339
1343
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
1340
1344
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
1341
1345
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"}
@@ -2546,6 +2550,18 @@
2546
2550
  "min":1,
2547
2551
  "pattern":"(|[a-zA-Z0-9$_-]+)"
2548
2552
  },
2553
+ "Queue":{
2554
+ "type":"string",
2555
+ "max":1000,
2556
+ "min":1,
2557
+ "pattern":"[\\s\\S]*"
2558
+ },
2559
+ "Queues":{
2560
+ "type":"list",
2561
+ "member":{"shape":"Queue"},
2562
+ "max":1,
2563
+ "min":1
2564
+ },
2549
2565
  "RemoveLayerVersionPermissionRequest":{
2550
2566
  "type":"structure",
2551
2567
  "required":[
@@ -2725,6 +2741,23 @@
2725
2741
  "error":{"httpStatusCode":500},
2726
2742
  "exception":true
2727
2743
  },
2744
+ "SourceAccessConfiguration":{
2745
+ "type":"structure",
2746
+ "members":{
2747
+ "Type":{"shape":"SourceAccessType"},
2748
+ "URI":{"shape":"Arn"}
2749
+ }
2750
+ },
2751
+ "SourceAccessConfigurations":{
2752
+ "type":"list",
2753
+ "member":{"shape":"SourceAccessConfiguration"},
2754
+ "max":1,
2755
+ "min":1
2756
+ },
2757
+ "SourceAccessType":{
2758
+ "type":"string",
2759
+ "enum":["BASIC_AUTH"]
2760
+ },
2728
2761
  "SourceOwner":{
2729
2762
  "type":"string",
2730
2763
  "pattern":"\\d{12}"
@@ -2935,7 +2968,8 @@
2935
2968
  "MaximumRecordAgeInSeconds":{"shape":"MaximumRecordAgeInSeconds"},
2936
2969
  "BisectBatchOnFunctionError":{"shape":"BisectBatchOnFunctionError"},
2937
2970
  "MaximumRetryAttempts":{"shape":"MaximumRetryAttemptsEventSourceMapping"},
2938
- "ParallelizationFactor":{"shape":"ParallelizationFactor"}
2971
+ "ParallelizationFactor":{"shape":"ParallelizationFactor"},
2972
+ "SourceAccessConfigurations":{"shape":"SourceAccessConfigurations"}
2939
2973
  }
2940
2974
  },
2941
2975
  "UpdateFunctionCodeRequest":{
@@ -2915,7 +2915,8 @@
2915
2915
  "DeletionProtection":{"shape":"BooleanOptional"},
2916
2916
  "Domain":{"shape":"String"},
2917
2917
  "DomainIAMRoleName":{"shape":"String"},
2918
- "ReplicaMode":{"shape":"ReplicaMode"}
2918
+ "ReplicaMode":{"shape":"ReplicaMode"},
2919
+ "MaxAllocatedStorage":{"shape":"IntegerOptional"}
2919
2920
  }
2920
2921
  },
2921
2922
  "CreateDBInstanceReadReplicaResult":{
@@ -1921,6 +1921,36 @@
1921
1921
  "eu-west-1" : { },
1922
1922
  "eu-west-2" : { },
1923
1923
  "eu-west-3" : { },
1924
+ "fips-ca-central-1" : {
1925
+ "credentialScope" : {
1926
+ "region" : "ca-central-1"
1927
+ },
1928
+ "hostname" : "ebs-fips.ca-central-1.amazonaws.com"
1929
+ },
1930
+ "fips-us-east-1" : {
1931
+ "credentialScope" : {
1932
+ "region" : "us-east-1"
1933
+ },
1934
+ "hostname" : "ebs-fips.us-east-1.amazonaws.com"
1935
+ },
1936
+ "fips-us-east-2" : {
1937
+ "credentialScope" : {
1938
+ "region" : "us-east-2"
1939
+ },
1940
+ "hostname" : "ebs-fips.us-east-2.amazonaws.com"
1941
+ },
1942
+ "fips-us-west-1" : {
1943
+ "credentialScope" : {
1944
+ "region" : "us-west-1"
1945
+ },
1946
+ "hostname" : "ebs-fips.us-west-1.amazonaws.com"
1947
+ },
1948
+ "fips-us-west-2" : {
1949
+ "credentialScope" : {
1950
+ "region" : "us-west-2"
1951
+ },
1952
+ "hostname" : "ebs-fips.us-west-2.amazonaws.com"
1953
+ },
1924
1954
  "me-south-1" : { },
1925
1955
  "sa-east-1" : { },
1926
1956
  "us-east-1" : { },
@@ -5999,7 +6029,9 @@
5999
6029
  "endpoints" : {
6000
6030
  "ap-southeast-2" : { },
6001
6031
  "ca-central-1" : { },
6032
+ "eu-central-1" : { },
6002
6033
  "eu-west-1" : { },
6034
+ "eu-west-2" : { },
6003
6035
  "us-east-1" : { },
6004
6036
  "us-east-2" : { },
6005
6037
  "us-west-2" : { }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.620'
2
+ VERSION = '2.11.621'
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.620
4
+ version: 2.11.621
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-11-04 00:00:00.000000000 Z
11
+ date: 2020-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath