aws-sdk-core 2.11.580 → 2.11.581

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
  SHA256:
3
- metadata.gz: 0302e62eb6094778d8647e026a973984335f43e12320dc9ebe052fb9120b7635
4
- data.tar.gz: 78eb9cb340cfe753afbb0a994c7bd2ee29f10808e8f9d030452910424d9bf9fb
3
+ metadata.gz: '084f142d3216a0d07f13af9888f42439079066a0ae8fa076745cd4a025f16f9a'
4
+ data.tar.gz: 54146eb75babace65d7c3c07350ef9b0fb67d13214665d64fc5e36783d2e0cfe
5
5
  SHA512:
6
- metadata.gz: 6ad90c3c65fe6206b07ca5743dfcf9345f21d89c9dd058bb903df64bf968c5d8c373850c17ebb0184ee9501232520ac5757f9e6045816f38267e9e57e1ce52ba
7
- data.tar.gz: 128d28c7ed0c32bf908338fabf6ba4ff86da2bc6236f1ce8d87c065719f0760d3ead149579f5890004f0423d17725b8589d0e08d1f3b5720c78f531957632226
6
+ metadata.gz: 15f99ea986909afa5e7ca6715ef91d0938f4536fbfb751900cff7b5b68058a738abe3e6486b29725097c3d1662f03ebb6acc526b72e9d0718140a5dec3711217
7
+ data.tar.gz: c6a2768527931008e14a6c76309ade1d3f2a7c34431031393c4550f43d4ecec99e0f36e8aa02f90255b81c1b8add077d828f257cca833c9a83712ba093c3f13f
@@ -567,6 +567,22 @@
567
567
  "shape" : "BadRequestException"
568
568
  } ]
569
569
  },
570
+ "ResetAuthorizersCache" : {
571
+ "name" : "ResetAuthorizersCache",
572
+ "http" : {
573
+ "method" : "DELETE",
574
+ "requestUri" : "/v2/apis/{apiId}/stages/{stageName}/cache/authorizers",
575
+ "responseCode" : 204
576
+ },
577
+ "input" : {
578
+ "shape" : "ResetAuthorizersCacheRequest"
579
+ },
580
+ "errors" : [ {
581
+ "shape" : "NotFoundException"
582
+ }, {
583
+ "shape" : "TooManyRequestsException"
584
+ } ]
585
+ },
570
586
  "GetApi" : {
571
587
  "name" : "GetApi",
572
588
  "http" : {
@@ -1645,6 +1661,14 @@
1645
1661
  "Name" : {
1646
1662
  "shape" : "StringWithLengthBetween1And128",
1647
1663
  "locationName" : "name"
1664
+ },
1665
+ "AuthorizerPayloadFormatVersion": {
1666
+ "shape": "StringWithLengthBetween1And64",
1667
+ "locationName": "authorizerPayloadFormatVersion"
1668
+ },
1669
+ "EnableSimpleResponses": {
1670
+ "shape": "__boolean",
1671
+ "locationName": "enableSimpleResponses"
1648
1672
  }
1649
1673
  },
1650
1674
  "required" : [ "Name" ]
@@ -2016,6 +2040,14 @@
2016
2040
  "Name" : {
2017
2041
  "shape" : "StringWithLengthBetween1And128",
2018
2042
  "locationName" : "name"
2043
+ },
2044
+ "AuthorizerPayloadFormatVersion": {
2045
+ "shape": "StringWithLengthBetween1And64",
2046
+ "locationName": "authorizerPayloadFormatVersion"
2047
+ },
2048
+ "EnableSimpleResponses": {
2049
+ "shape": "__boolean",
2050
+ "locationName": "enableSimpleResponses"
2019
2051
  }
2020
2052
  },
2021
2053
  "required" : [ "AuthorizerType", "IdentitySource", "Name" ]
@@ -2059,6 +2091,14 @@
2059
2091
  "Name" : {
2060
2092
  "shape" : "StringWithLengthBetween1And128",
2061
2093
  "locationName" : "name"
2094
+ },
2095
+ "AuthorizerPayloadFormatVersion": {
2096
+ "shape": "StringWithLengthBetween1And64",
2097
+ "locationName": "authorizerPayloadFormatVersion"
2098
+ },
2099
+ "EnableSimpleResponses": {
2100
+ "shape": "__boolean",
2101
+ "locationName": "enableSimpleResponses"
2062
2102
  }
2063
2103
  },
2064
2104
  "required" : [ "ApiId", "AuthorizerType", "IdentitySource", "Name" ]
@@ -2101,6 +2141,14 @@
2101
2141
  "Name" : {
2102
2142
  "shape" : "StringWithLengthBetween1And128",
2103
2143
  "locationName" : "name"
2144
+ },
2145
+ "AuthorizerPayloadFormatVersion": {
2146
+ "shape": "StringWithLengthBetween1And64",
2147
+ "locationName": "authorizerPayloadFormatVersion"
2148
+ },
2149
+ "EnableSimpleResponses": {
2150
+ "shape": "__boolean",
2151
+ "locationName": "enableSimpleResponses"
2104
2152
  }
2105
2153
  }
2106
2154
  },
@@ -3543,6 +3591,22 @@
3543
3591
  "ExportedApi" : {
3544
3592
  "type" : "blob"
3545
3593
  },
3594
+ "ResetAuthorizersCacheRequest" : {
3595
+ "type" : "structure",
3596
+ "members" : {
3597
+ "ApiId" : {
3598
+ "shape" : "__string",
3599
+ "location" : "uri",
3600
+ "locationName" : "apiId"
3601
+ },
3602
+ "StageName" : {
3603
+ "shape" : "__string",
3604
+ "location" : "uri",
3605
+ "locationName" : "stageName"
3606
+ }
3607
+ },
3608
+ "required" : [ "StageName", "ApiId" ]
3609
+ },
3546
3610
  "GetApiMappingRequest" : {
3547
3611
  "type" : "structure",
3548
3612
  "members" : {
@@ -3772,6 +3836,14 @@
3772
3836
  "Name" : {
3773
3837
  "shape" : "StringWithLengthBetween1And128",
3774
3838
  "locationName" : "name"
3839
+ },
3840
+ "AuthorizerPayloadFormatVersion": {
3841
+ "shape": "StringWithLengthBetween1And64",
3842
+ "locationName": "authorizerPayloadFormatVersion"
3843
+ },
3844
+ "EnableSimpleResponses": {
3845
+ "shape": "__boolean",
3846
+ "locationName": "enableSimpleResponses"
3775
3847
  }
3776
3848
  }
3777
3849
  },
@@ -5808,6 +5880,14 @@
5808
5880
  "Name" : {
5809
5881
  "shape" : "StringWithLengthBetween1And128",
5810
5882
  "locationName" : "name"
5883
+ },
5884
+ "AuthorizerPayloadFormatVersion": {
5885
+ "shape": "StringWithLengthBetween1And64",
5886
+ "locationName": "authorizerPayloadFormatVersion"
5887
+ },
5888
+ "EnableSimpleResponses": {
5889
+ "shape": "__boolean",
5890
+ "locationName": "enableSimpleResponses"
5811
5891
  }
5812
5892
  }
5813
5893
  },
@@ -5855,6 +5935,14 @@
5855
5935
  "Name" : {
5856
5936
  "shape" : "StringWithLengthBetween1And128",
5857
5937
  "locationName" : "name"
5938
+ },
5939
+ "AuthorizerPayloadFormatVersion": {
5940
+ "shape": "StringWithLengthBetween1And64",
5941
+ "locationName": "authorizerPayloadFormatVersion"
5942
+ },
5943
+ "EnableSimpleResponses": {
5944
+ "shape": "__boolean",
5945
+ "locationName": "enableSimpleResponses"
5858
5946
  }
5859
5947
  },
5860
5948
  "required" : [ "AuthorizerId", "ApiId" ]
@@ -5897,6 +5985,14 @@
5897
5985
  "Name" : {
5898
5986
  "shape" : "StringWithLengthBetween1And128",
5899
5987
  "locationName" : "name"
5988
+ },
5989
+ "AuthorizerPayloadFormatVersion": {
5990
+ "shape": "StringWithLengthBetween1And64",
5991
+ "locationName": "authorizerPayloadFormatVersion"
5992
+ },
5993
+ "EnableSimpleResponses": {
5994
+ "shape": "__boolean",
5995
+ "locationName": "enableSimpleResponses"
5900
5996
  }
5901
5997
  }
5902
5998
  },
@@ -1094,7 +1094,8 @@
1094
1094
  "type":"structure",
1095
1095
  "required":["arn"],
1096
1096
  "members":{
1097
- "arn":{"shape":"NonEmptyString"}
1097
+ "arn":{"shape":"NonEmptyString"},
1098
+ "deleteReports":{"shape":"Boolean"}
1098
1099
  }
1099
1100
  },
1100
1101
  "DeleteReportGroupOutput":{
@@ -2275,7 +2276,8 @@
2275
2276
  "TestCaseFilter":{
2276
2277
  "type":"structure",
2277
2278
  "members":{
2278
- "status":{"shape":"String"}
2279
+ "status":{"shape":"String"},
2280
+ "keyword":{"shape":"String"}
2279
2281
  }
2280
2282
  },
2281
2283
  "TestCases":{
@@ -818,6 +818,7 @@
818
818
  "members":{
819
819
  "ZoneName":{"shape":"ZoneName"},
820
820
  "SubnetId":{"shape":"SubnetId"},
821
+ "OutpostId":{"shape":"OutpostId"},
821
822
  "LoadBalancerAddresses":{"shape":"LoadBalancerAddresses"}
822
823
  }
823
824
  },
@@ -912,7 +913,8 @@
912
913
  "Scheme":{"shape":"LoadBalancerSchemeEnum"},
913
914
  "Tags":{"shape":"TagList"},
914
915
  "Type":{"shape":"LoadBalancerTypeEnum"},
915
- "IpAddressType":{"shape":"IpAddressType"}
916
+ "IpAddressType":{"shape":"IpAddressType"},
917
+ "CustomerOwnedIpv4Pool":{"shape":"CustomerOwnedIpv4Pool"}
916
918
  }
917
919
  },
918
920
  "CreateLoadBalancerOutput":{
@@ -969,6 +971,11 @@
969
971
  }
970
972
  },
971
973
  "CreatedTime":{"type":"timestamp"},
974
+ "CustomerOwnedIpv4Pool":{
975
+ "type":"string",
976
+ "max":256,
977
+ "pattern":"^(ipv4pool-coip-)[a-zA-Z0-9]+$"
978
+ },
972
979
  "DNSName":{"type":"string"},
973
980
  "Default":{"type":"boolean"},
974
981
  "DeleteListenerInput":{
@@ -1469,7 +1476,8 @@
1469
1476
  "Type":{"shape":"LoadBalancerTypeEnum"},
1470
1477
  "AvailabilityZones":{"shape":"AvailabilityZones"},
1471
1478
  "SecurityGroups":{"shape":"SecurityGroups"},
1472
- "IpAddressType":{"shape":"IpAddressType"}
1479
+ "IpAddressType":{"shape":"IpAddressType"},
1480
+ "CustomerOwnedIpv4Pool":{"shape":"CustomerOwnedIpv4Pool"}
1473
1481
  }
1474
1482
  },
1475
1483
  "LoadBalancerAddress":{
@@ -1671,6 +1679,7 @@
1671
1679
  },
1672
1680
  "exception":true
1673
1681
  },
1682
+ "OutpostId":{"type":"string"},
1674
1683
  "PageSize":{
1675
1684
  "type":"integer",
1676
1685
  "max":400,
@@ -1930,7 +1930,8 @@
1930
1930
  "enum":[
1931
1931
  "en-US",
1932
1932
  "en-GB",
1933
- "de-DE"
1933
+ "de-DE",
1934
+ "en-AU"
1934
1935
  ]
1935
1936
  },
1936
1937
  "LocaleList":{
@@ -2189,12 +2189,14 @@
2189
2189
  "location":"querystring",
2190
2190
  "locationName":"namespace"
2191
2191
  },
2192
- "AccountCustomization":{"shape":"AccountCustomization"}
2192
+ "AccountCustomization":{"shape":"AccountCustomization"},
2193
+ "Tags":{"shape":"TagList"}
2193
2194
  }
2194
2195
  },
2195
2196
  "CreateAccountCustomizationResponse":{
2196
2197
  "type":"structure",
2197
2198
  "members":{
2199
+ "Arn":{"shape":"Arn"},
2198
2200
  "AwsAccountId":{"shape":"AwsAccountId"},
2199
2201
  "Namespace":{"shape":"Namespace"},
2200
2202
  "AccountCustomization":{"shape":"AccountCustomization"},
@@ -3685,6 +3687,7 @@
3685
3687
  "DescribeAccountCustomizationResponse":{
3686
3688
  "type":"structure",
3687
3689
  "members":{
3690
+ "Arn":{"shape":"Arn"},
3688
3691
  "AwsAccountId":{"shape":"AwsAccountId"},
3689
3692
  "Namespace":{"shape":"Namespace"},
3690
3693
  "AccountCustomization":{"shape":"AccountCustomization"},
@@ -6905,6 +6908,7 @@
6905
6908
  "UpdateAccountCustomizationResponse":{
6906
6909
  "type":"structure",
6907
6910
  "members":{
6911
+ "Arn":{"shape":"Arn"},
6908
6912
  "AwsAccountId":{"shape":"AwsAccountId"},
6909
6913
  "Namespace":{"shape":"Namespace"},
6910
6914
  "AccountCustomization":{"shape":"AccountCustomization"},
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.580'
2
+ VERSION = '2.11.581'
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.580
4
+ version: 2.11.581
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-09-04 00:00:00.000000000 Z
11
+ date: 2020-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath