aws-sdk-core 2.11.579 → 2.11.584

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: 760bc3990e966b31e94d51a50379977a29175d62f642005f3afb885535d9346c
4
- data.tar.gz: ccc7471fb0ab97159194466f7ce8ced9b520bef9727c263e5feec476f19ac29d
3
+ metadata.gz: c1a8d101700a6b8624438a79e66139a6b0ad6f5fe68a208b1f9543d28e1b7916
4
+ data.tar.gz: 001f5ae1d6d5bb7d9f5b94a91aa40b05eaaa412f26d42b68d65ab981e1ab6203
5
5
  SHA512:
6
- metadata.gz: 448064d17a43dca96f8b7a169fc8ceb156bc787f5552e9854668d71170ca6c7efa573b34663644f423318d1c15976a182f1824190f5c22b02d616daa224ccc46
7
- data.tar.gz: e79b09222ed3b9bf9bf12bb574d5b1034441fc523d6fa200b69fb04ae68e02eb85cf47326591a8c0c140910529e9fa559ded0f1f2f650243cb9d1f625d4f042b
6
+ metadata.gz: 1194cbe414f00de509f101e477c06417278db63d5ea819d0b31dfea531a628520fff9c64f7d3e3bc38294cfdcf8d3e039f54216acdee443701568cb99b65ee32
7
+ data.tar.gz: 58fac72ee2e54a11c2fcac4eef101abd3c7f1882e142ea7e9ed735f01ec30c3bb784f0e5e777f1acb378a5fe6281686d3a919e035d41d12e747561582b5a7077
@@ -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
  },
@@ -4286,6 +4286,7 @@
4286
4286
  ],
4287
4287
  "members":{
4288
4288
  "EnableAcceptEncodingGzip":{"shape":"boolean"},
4289
+ "EnableAcceptEncodingBrotli":{"shape":"boolean"},
4289
4290
  "HeadersConfig":{"shape":"CachePolicyHeadersConfig"},
4290
4291
  "CookiesConfig":{"shape":"CachePolicyCookiesConfig"},
4291
4292
  "QueryStringsConfig":{"shape":"CachePolicyQueryStringsConfig"}
@@ -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,
@@ -1086,6 +1086,22 @@
1086
1086
  {"shape":"GlueEncryptionException"}
1087
1087
  ]
1088
1088
  },
1089
+ "GetPartitionIndexes":{
1090
+ "name":"GetPartitionIndexes",
1091
+ "http":{
1092
+ "method":"POST",
1093
+ "requestUri":"/"
1094
+ },
1095
+ "input":{"shape":"GetPartitionIndexesRequest"},
1096
+ "output":{"shape":"GetPartitionIndexesResponse"},
1097
+ "errors":[
1098
+ {"shape":"InternalServiceException"},
1099
+ {"shape":"OperationTimeoutException"},
1100
+ {"shape":"InvalidInputException"},
1101
+ {"shape":"EntityNotFoundException"},
1102
+ {"shape":"ConflictException"}
1103
+ ]
1104
+ },
1089
1105
  "GetPartitions":{
1090
1106
  "name":"GetPartitions",
1091
1107
  "http":{
@@ -2681,6 +2697,13 @@
2681
2697
  "type":"list",
2682
2698
  "member":{"shape":"Condition"}
2683
2699
  },
2700
+ "ConflictException":{
2701
+ "type":"structure",
2702
+ "members":{
2703
+ "Message":{"shape":"MessageString"}
2704
+ },
2705
+ "exception":true
2706
+ },
2684
2707
  "ConfusionMatrix":{
2685
2708
  "type":"structure",
2686
2709
  "members":{
@@ -3188,7 +3211,8 @@
3188
3211
  "members":{
3189
3212
  "CatalogId":{"shape":"CatalogIdString"},
3190
3213
  "DatabaseName":{"shape":"NameString"},
3191
- "TableInput":{"shape":"TableInput"}
3214
+ "TableInput":{"shape":"TableInput"},
3215
+ "PartitionIndexes":{"shape":"PartitionIndexList"}
3192
3216
  }
3193
3217
  },
3194
3218
  "CreateTableResponse":{
@@ -4337,6 +4361,26 @@
4337
4361
  "Mapping":{"shape":"MappingList"}
4338
4362
  }
4339
4363
  },
4364
+ "GetPartitionIndexesRequest":{
4365
+ "type":"structure",
4366
+ "required":[
4367
+ "DatabaseName",
4368
+ "TableName"
4369
+ ],
4370
+ "members":{
4371
+ "CatalogId":{"shape":"CatalogIdString"},
4372
+ "DatabaseName":{"shape":"NameString"},
4373
+ "TableName":{"shape":"NameString"},
4374
+ "NextToken":{"shape":"Token"}
4375
+ }
4376
+ },
4377
+ "GetPartitionIndexesResponse":{
4378
+ "type":"structure",
4379
+ "members":{
4380
+ "PartitionIndexDescriptorList":{"shape":"PartitionIndexDescriptorList"},
4381
+ "NextToken":{"shape":"Token"}
4382
+ }
4383
+ },
4340
4384
  "GetPartitionRequest":{
4341
4385
  "type":"structure",
4342
4386
  "required":[
@@ -4999,6 +5043,27 @@
4999
5043
  },
5000
5044
  "JsonPath":{"type":"string"},
5001
5045
  "JsonValue":{"type":"string"},
5046
+ "KeyList":{
5047
+ "type":"list",
5048
+ "member":{"shape":"NameString"},
5049
+ "min":1
5050
+ },
5051
+ "KeySchemaElement":{
5052
+ "type":"structure",
5053
+ "required":[
5054
+ "Name",
5055
+ "Type"
5056
+ ],
5057
+ "members":{
5058
+ "Name":{"shape":"NameString"},
5059
+ "Type":{"shape":"ColumnTypeString"}
5060
+ }
5061
+ },
5062
+ "KeySchemaElementList":{
5063
+ "type":"list",
5064
+ "member":{"shape":"KeySchemaElement"},
5065
+ "min":1
5066
+ },
5002
5067
  "KeyString":{
5003
5068
  "type":"string",
5004
5069
  "max":255,
@@ -5404,6 +5469,43 @@
5404
5469
  "type":"list",
5405
5470
  "member":{"shape":"PartitionError"}
5406
5471
  },
5472
+ "PartitionIndex":{
5473
+ "type":"structure",
5474
+ "required":[
5475
+ "Keys",
5476
+ "IndexName"
5477
+ ],
5478
+ "members":{
5479
+ "Keys":{"shape":"KeyList"},
5480
+ "IndexName":{"shape":"NameString"}
5481
+ }
5482
+ },
5483
+ "PartitionIndexDescriptor":{
5484
+ "type":"structure",
5485
+ "required":[
5486
+ "IndexName",
5487
+ "Keys",
5488
+ "IndexStatus"
5489
+ ],
5490
+ "members":{
5491
+ "IndexName":{"shape":"NameString"},
5492
+ "Keys":{"shape":"KeySchemaElementList"},
5493
+ "IndexStatus":{"shape":"PartitionIndexStatus"}
5494
+ }
5495
+ },
5496
+ "PartitionIndexDescriptorList":{
5497
+ "type":"list",
5498
+ "member":{"shape":"PartitionIndexDescriptor"}
5499
+ },
5500
+ "PartitionIndexList":{
5501
+ "type":"list",
5502
+ "member":{"shape":"PartitionIndex"},
5503
+ "max":3
5504
+ },
5505
+ "PartitionIndexStatus":{
5506
+ "type":"string",
5507
+ "enum":["ACTIVE"]
5508
+ },
5407
5509
  "PartitionInput":{
5408
5510
  "type":"structure",
5409
5511
  "members":{
@@ -50,6 +50,11 @@
50
50
  "limit_key": "MaxResults",
51
51
  "output_token": "NextToken"
52
52
  },
53
+ "GetPartitionIndexes": {
54
+ "input_token": "NextToken",
55
+ "output_token": "NextToken",
56
+ "result_key": "PartitionIndexDescriptorList"
57
+ },
53
58
  "GetPartitions": {
54
59
  "input_token": "NextToken",
55
60
  "limit_key": "MaxResults",
@@ -108,7 +108,8 @@
108
108
  {"shape":"ResourceNotFoundException"},
109
109
  {"shape":"ResourceInUseException"},
110
110
  {"shape":"InvalidArgumentException"},
111
- {"shape":"ConcurrentModificationException"}
111
+ {"shape":"ConcurrentModificationException"},
112
+ {"shape":"InvalidApplicationConfigurationException"}
112
113
  ]
113
114
  },
114
115
  "CreateApplication":{
@@ -143,7 +144,8 @@
143
144
  {"shape":"LimitExceededException"},
144
145
  {"shape":"InvalidArgumentException"},
145
146
  {"shape":"UnsupportedOperationException"},
146
- {"shape":"InvalidRequestException"}
147
+ {"shape":"InvalidRequestException"},
148
+ {"shape":"InvalidApplicationConfigurationException"}
147
149
  ]
148
150
  },
149
151
  "DeleteApplication":{
@@ -256,7 +258,8 @@
256
258
  {"shape":"ResourceNotFoundException"},
257
259
  {"shape":"ResourceInUseException"},
258
260
  {"shape":"InvalidArgumentException"},
259
- {"shape":"ConcurrentModificationException"}
261
+ {"shape":"ConcurrentModificationException"},
262
+ {"shape":"InvalidApplicationConfigurationException"}
260
263
  ]
261
264
  },
262
265
  "DescribeApplication":{
@@ -692,7 +695,8 @@
692
695
  "STOPPING",
693
696
  "READY",
694
697
  "RUNNING",
695
- "UPDATING"
698
+ "UPDATING",
699
+ "AUTOSCALING"
696
700
  ]
697
701
  },
698
702
  "ApplicationSummaries":{
@@ -1171,7 +1175,8 @@
1171
1175
  "InAppStreamName":{
1172
1176
  "type":"string",
1173
1177
  "max":32,
1174
- "min":1
1178
+ "min":1,
1179
+ "pattern":"[^-\\s<>&]*"
1175
1180
  },
1176
1181
  "InAppStreamNames":{
1177
1182
  "type":"list",
@@ -1351,7 +1356,7 @@
1351
1356
  "type":"string",
1352
1357
  "max":2048,
1353
1358
  "min":1,
1354
- "pattern":"arn:aws:kinesisanalytics:[a-z]{2}-[a-z]+-\\d{1}+:\\d{12}+:application/[a-zA-Z0-9_.-]{1,128}"
1359
+ "pattern":"arn:.*"
1355
1360
  },
1356
1361
  "KinesisFirehoseInput":{
1357
1362
  "type":"structure",
@@ -1589,7 +1594,11 @@
1589
1594
  "max":512,
1590
1595
  "min":1
1591
1596
  },
1592
- "ObjectVersion":{"type":"string"},
1597
+ "ObjectVersion":{
1598
+ "type":"string",
1599
+ "max":1024,
1600
+ "min":0
1601
+ },
1593
1602
  "Output":{
1594
1603
  "type":"structure",
1595
1604
  "required":[
@@ -1742,12 +1751,23 @@
1742
1751
  },
1743
1752
  "RecordColumnDelimiter":{
1744
1753
  "type":"string",
1754
+ "max":1024,
1745
1755
  "min":1
1746
1756
  },
1747
- "RecordColumnMapping":{"type":"string"},
1748
- "RecordColumnName":{"type":"string"},
1757
+ "RecordColumnMapping":{
1758
+ "type":"string",
1759
+ "max":65535,
1760
+ "min":0
1761
+ },
1762
+ "RecordColumnName":{
1763
+ "type":"string",
1764
+ "max":256,
1765
+ "min":1,
1766
+ "pattern":"[^-\\s<>&]*"
1767
+ },
1749
1768
  "RecordColumnSqlType":{
1750
1769
  "type":"string",
1770
+ "max":100,
1751
1771
  "min":1
1752
1772
  },
1753
1773
  "RecordColumns":{
@@ -1758,6 +1778,8 @@
1758
1778
  },
1759
1779
  "RecordEncoding":{
1760
1780
  "type":"string",
1781
+ "max":5,
1782
+ "min":5,
1761
1783
  "pattern":"UTF-8"
1762
1784
  },
1763
1785
  "RecordFormat":{
@@ -1777,11 +1799,14 @@
1777
1799
  },
1778
1800
  "RecordRowDelimiter":{
1779
1801
  "type":"string",
1802
+ "max":1024,
1780
1803
  "min":1
1781
1804
  },
1782
1805
  "RecordRowPath":{
1783
1806
  "type":"string",
1784
- "min":1
1807
+ "max":65535,
1808
+ "min":1,
1809
+ "pattern":"^(?=^\\$)(?=^\\S+$).*$"
1785
1810
  },
1786
1811
  "ReferenceDataSource":{
1787
1812
  "type":"structure",
@@ -1862,7 +1887,7 @@
1862
1887
  "type":"string",
1863
1888
  "max":2048,
1864
1889
  "min":1,
1865
- "pattern":"arn:aws:iam::\\d{12}:role/?[a-zA-Z_0-9+=,.@\\-_/]+"
1890
+ "pattern":"arn:.*"
1866
1891
  },
1867
1892
  "RunConfiguration":{
1868
1893
  "type":"structure",
@@ -1875,7 +1900,8 @@
1875
1900
  "RunConfigurationDescription":{
1876
1901
  "type":"structure",
1877
1902
  "members":{
1878
- "ApplicationRestoreConfigurationDescription":{"shape":"ApplicationRestoreConfiguration"}
1903
+ "ApplicationRestoreConfigurationDescription":{"shape":"ApplicationRestoreConfiguration"},
1904
+ "FlinkRunConfigurationDescription":{"shape":"FlinkRunConfiguration"}
1879
1905
  }
1880
1906
  },
1881
1907
  "RunConfigurationUpdate":{