aws-sdk-core 2.11.576 → 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: 75abe54bdef9cfef873fbfaebcc3243fb0e1a48ee9095b2d537ccc2bdc7094b1
4
- data.tar.gz: 9248b1aef5bf9116ea3de3e019b98feff83ecc796a814730219e2e8be15bc0d6
3
+ metadata.gz: '084f142d3216a0d07f13af9888f42439079066a0ae8fa076745cd4a025f16f9a'
4
+ data.tar.gz: 54146eb75babace65d7c3c07350ef9b0fb67d13214665d64fc5e36783d2e0cfe
5
5
  SHA512:
6
- metadata.gz: c868aee58b56cae7ef2ce443767adce3e037358773596bbf80877420e5e8a416f528f2fbc3ace1e7c0c9e2ce805aee7d89e819fa5be99d75098e74e4f6cca20f
7
- data.tar.gz: dc274c337dfba9d0be61ddcc4475560884f49086c9f533c0b68625a790aa876581681338248b9cc65589c6e7afacd0215a0d0cc21215d51592c8a28b9adffe69
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":{
@@ -29,6 +29,23 @@
29
29
  {"shape":"ThrottlingException"}
30
30
  ]
31
31
  },
32
+ "CreateCodeReview":{
33
+ "name":"CreateCodeReview",
34
+ "http":{
35
+ "method":"POST",
36
+ "requestUri":"/codereviews"
37
+ },
38
+ "input":{"shape":"CreateCodeReviewRequest"},
39
+ "output":{"shape":"CreateCodeReviewResponse"},
40
+ "errors":[
41
+ {"shape":"ResourceNotFoundException"},
42
+ {"shape":"InternalServerException"},
43
+ {"shape":"ValidationException"},
44
+ {"shape":"ConflictException"},
45
+ {"shape":"AccessDeniedException"},
46
+ {"shape":"ThrottlingException"}
47
+ ]
48
+ },
32
49
  "DescribeCodeReview":{
33
50
  "name":"DescribeCodeReview",
34
51
  "http":{
@@ -209,6 +226,11 @@
209
226
  "max":64,
210
227
  "min":1
211
228
  },
229
+ "BranchName":{
230
+ "type":"string",
231
+ "max":256,
232
+ "min":1
233
+ },
212
234
  "ClientRequestToken":{
213
235
  "type":"string",
214
236
  "max":64,
@@ -240,6 +262,12 @@
240
262
  "Metrics":{"shape":"Metrics"}
241
263
  }
242
264
  },
265
+ "CodeReviewName":{
266
+ "type":"string",
267
+ "max":100,
268
+ "min":1,
269
+ "pattern":"[a-zA-Z0-9-_]*"
270
+ },
243
271
  "CodeReviewSummaries":{
244
272
  "type":"list",
245
273
  "member":{"shape":"CodeReviewSummary"}
@@ -260,6 +288,13 @@
260
288
  "MetricsSummary":{"shape":"MetricsSummary"}
261
289
  }
262
290
  },
291
+ "CodeReviewType":{
292
+ "type":"structure",
293
+ "required":["RepositoryAnalysis"],
294
+ "members":{
295
+ "RepositoryAnalysis":{"shape":"RepositoryAnalysis"}
296
+ }
297
+ },
263
298
  "CommitDiffSourceCodeType":{
264
299
  "type":"structure",
265
300
  "members":{
@@ -286,6 +321,29 @@
286
321
  "min":0,
287
322
  "pattern":"arn:aws(-[\\w]+)*:.+:.+:[0-9]{12}:.+"
288
323
  },
324
+ "CreateCodeReviewRequest":{
325
+ "type":"structure",
326
+ "required":[
327
+ "Name",
328
+ "RepositoryAssociationArn",
329
+ "Type"
330
+ ],
331
+ "members":{
332
+ "Name":{"shape":"CodeReviewName"},
333
+ "RepositoryAssociationArn":{"shape":"Arn"},
334
+ "Type":{"shape":"CodeReviewType"},
335
+ "ClientRequestToken":{
336
+ "shape":"ClientRequestToken",
337
+ "idempotencyToken":true
338
+ }
339
+ }
340
+ },
341
+ "CreateCodeReviewResponse":{
342
+ "type":"structure",
343
+ "members":{
344
+ "CodeReview":{"shape":"CodeReview"}
345
+ }
346
+ },
289
347
  "DescribeCodeReviewRequest":{
290
348
  "type":"structure",
291
349
  "required":["CodeReviewArn"],
@@ -719,6 +777,13 @@
719
777
  "GitHubEnterpriseServer":{"shape":"ThirdPartySourceRepository"}
720
778
  }
721
779
  },
780
+ "RepositoryAnalysis":{
781
+ "type":"structure",
782
+ "required":["RepositoryHead"],
783
+ "members":{
784
+ "RepositoryHead":{"shape":"RepositoryHeadSourceCodeType"}
785
+ }
786
+ },
722
787
  "RepositoryAssociation":{
723
788
  "type":"structure",
724
789
  "members":{
@@ -766,6 +831,13 @@
766
831
  "State":{"shape":"RepositoryAssociationState"}
767
832
  }
768
833
  },
834
+ "RepositoryHeadSourceCodeType":{
835
+ "type":"structure",
836
+ "required":["BranchName"],
837
+ "members":{
838
+ "BranchName":{"shape":"BranchName"}
839
+ }
840
+ },
769
841
  "RepositoryNames":{
770
842
  "type":"list",
771
843
  "member":{"shape":"Name"},
@@ -783,7 +855,8 @@
783
855
  "SourceCodeType":{
784
856
  "type":"structure",
785
857
  "members":{
786
- "CommitDiff":{"shape":"CommitDiffSourceCodeType"}
858
+ "CommitDiff":{"shape":"CommitDiffSourceCodeType"},
859
+ "RepositoryHead":{"shape":"RepositoryHeadSourceCodeType"}
787
860
  }
788
861
  },
789
862
  "StateReason":{
@@ -820,7 +893,10 @@
820
893
  "TimeStamp":{"type":"timestamp"},
821
894
  "Type":{
822
895
  "type":"string",
823
- "enum":["PullRequest"]
896
+ "enum":[
897
+ "PullRequest",
898
+ "RepositoryAnalysis"
899
+ ]
824
900
  },
825
901
  "UserId":{
826
902
  "type":"string",
@@ -28468,6 +28468,7 @@
28468
28468
  "vpc",
28469
28469
  "vpn",
28470
28470
  "direct-connect-gateway",
28471
+ "peering",
28471
28472
  "tgw-peering"
28472
28473
  ]
28473
28474
  },
@@ -28475,6 +28476,7 @@
28475
28476
  "type":"string",
28476
28477
  "enum":[
28477
28478
  "initiating",
28479
+ "initiatingRequest",
28478
28480
  "pendingAcceptance",
28479
28481
  "rollingBack",
28480
28482
  "pending",
@@ -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,
@@ -1022,6 +1022,10 @@
1022
1022
  "shape":"DomainDetails",
1023
1023
  "locationName":"domainDetails"
1024
1024
  },
1025
+ "ErrorCode":{
1026
+ "shape":"String",
1027
+ "locationName":"errorCode"
1028
+ },
1025
1029
  "RemoteIpDetails":{
1026
1030
  "shape":"RemoteIpDetails",
1027
1031
  "locationName":"remoteIpDetails"
@@ -751,7 +751,7 @@
751
751
  },
752
752
  "DataSourceInclusionsExclusionsStringsMember":{
753
753
  "type":"string",
754
- "max":150,
754
+ "max":50,
755
755
  "min":1
756
756
  },
757
757
  "DataSourceName":{
@@ -1596,7 +1596,8 @@
1596
1596
  "DocumentTitle":{"shape":"TextWithHighlights"},
1597
1597
  "DocumentExcerpt":{"shape":"TextWithHighlights"},
1598
1598
  "DocumentURI":{"shape":"Url"},
1599
- "DocumentAttributes":{"shape":"DocumentAttributeList"}
1599
+ "DocumentAttributes":{"shape":"DocumentAttributeList"},
1600
+ "ScoreAttributes":{"shape":"ScoreAttributes"}
1600
1601
  }
1601
1602
  },
1602
1603
  "QueryResultItemList":{
@@ -1875,6 +1876,20 @@
1875
1876
  ]
1876
1877
  },
1877
1878
  "ScanSchedule":{"type":"string"},
1879
+ "ScoreAttributes":{
1880
+ "type":"structure",
1881
+ "members":{
1882
+ "ScoreConfidence":{"shape":"ScoreConfidence"}
1883
+ }
1884
+ },
1885
+ "ScoreConfidence":{
1886
+ "type":"string",
1887
+ "enum":[
1888
+ "VERY_HIGH",
1889
+ "HIGH",
1890
+ "MEDIUM"
1891
+ ]
1892
+ },
1878
1893
  "Search":{
1879
1894
  "type":"structure",
1880
1895
  "members":{
@@ -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":{
@@ -2200,6 +2200,10 @@
2200
2200
  "shape": "__long",
2201
2201
  "locationName": "classifiableObjectCount"
2202
2202
  },
2203
+ "classifiableSizeInBytes": {
2204
+ "shape": "__long",
2205
+ "locationName": "classifiableSizeInBytes"
2206
+ },
2203
2207
  "lastUpdated": {
2204
2208
  "shape": "__timestampIso8601",
2205
2209
  "locationName": "lastUpdated"
@@ -2240,6 +2244,14 @@
2240
2244
  "shape": "__listOfKeyValuePair",
2241
2245
  "locationName": "tags"
2242
2246
  },
2247
+ "unclassifiableObjectCount": {
2248
+ "shape": "ObjectLevelStatistics",
2249
+ "locationName": "unclassifiableObjectCount"
2250
+ },
2251
+ "unclassifiableObjectSizeInBytes": {
2252
+ "shape": "ObjectLevelStatistics",
2253
+ "locationName": "unclassifiableObjectSizeInBytes"
2254
+ },
2243
2255
  "versioning": {
2244
2256
  "shape": "__boolean",
2245
2257
  "locationName": "versioning"
@@ -3040,7 +3052,8 @@
3040
3052
  "type": "string",
3041
3053
  "enum": [
3042
3054
  "PUBLIC",
3043
- "NOT_PUBLIC"
3055
+ "NOT_PUBLIC",
3056
+ "UNKNOWN"
3044
3057
  ]
3045
3058
  },
3046
3059
  "Empty": {
@@ -3367,6 +3380,10 @@
3367
3380
  "shape": "__long",
3368
3381
  "locationName": "classifiableObjectCount"
3369
3382
  },
3383
+ "classifiableSizeInBytes": {
3384
+ "shape": "__long",
3385
+ "locationName": "classifiableSizeInBytes"
3386
+ },
3370
3387
  "lastUpdated": {
3371
3388
  "shape": "__timestampIso8601",
3372
3389
  "locationName": "lastUpdated"
@@ -3382,6 +3399,14 @@
3382
3399
  "sizeInBytesCompressed": {
3383
3400
  "shape": "__long",
3384
3401
  "locationName": "sizeInBytesCompressed"
3402
+ },
3403
+ "unclassifiableObjectCount": {
3404
+ "shape": "ObjectLevelStatistics",
3405
+ "locationName": "unclassifiableObjectCount"
3406
+ },
3407
+ "unclassifiableObjectSizeInBytes": {
3408
+ "shape": "ObjectLevelStatistics",
3409
+ "locationName": "unclassifiableObjectSizeInBytes"
3385
3410
  }
3386
3411
  }
3387
3412
  },
@@ -4367,6 +4392,23 @@
4367
4392
  }
4368
4393
  }
4369
4394
  },
4395
+ "ObjectLevelStatistics": {
4396
+ "type": "structure",
4397
+ "members": {
4398
+ "fileType": {
4399
+ "shape": "__long",
4400
+ "locationName": "fileType"
4401
+ },
4402
+ "storageClass": {
4403
+ "shape": "__long",
4404
+ "locationName": "storageClass"
4405
+ },
4406
+ "total": {
4407
+ "shape": "__long",
4408
+ "locationName": "total"
4409
+ }
4410
+ }
4411
+ },
4370
4412
  "OrderBy": {
4371
4413
  "type": "string",
4372
4414
  "enum": [
@@ -4787,7 +4829,8 @@
4787
4829
  "enum": [
4788
4830
  "EXTERNAL",
4789
4831
  "INTERNAL",
4790
- "NOT_SHARED"
4832
+ "NOT_SHARED",
4833
+ "UNKNOWN"
4791
4834
  ]
4792
4835
  },
4793
4836
  "SimpleScopeTerm": {
@@ -1060,6 +1060,14 @@
1060
1060
  "SuggestedPresentationDelaySeconds": {
1061
1061
  "locationName": "suggestedPresentationDelaySeconds",
1062
1062
  "shape": "__integer"
1063
+ },
1064
+ "UtcTiming": {
1065
+ "locationName": "utcTiming",
1066
+ "shape": "UtcTiming"
1067
+ },
1068
+ "UtcTimingUri": {
1069
+ "locationName": "utcTimingUri",
1070
+ "shape": "__string"
1063
1071
  }
1064
1072
  },
1065
1073
  "type": "structure"
@@ -2422,6 +2430,14 @@
2422
2430
  },
2423
2431
  "type": "structure"
2424
2432
  },
2433
+ "UtcTiming": {
2434
+ "enum": [
2435
+ "NONE",
2436
+ "HTTP-HEAD",
2437
+ "HTTP-ISO"
2438
+ ],
2439
+ "type": "string"
2440
+ },
2425
2441
  "__AdTriggersElement": {
2426
2442
  "enum": [
2427
2443
  "SPLICE_INSERT",
@@ -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"},
@@ -1883,7 +1883,8 @@
1883
1883
  "RecordState":{"shape":"RecordState"},
1884
1884
  "RelatedFindings":{"shape":"RelatedFindingList"},
1885
1885
  "Note":{"shape":"Note"},
1886
- "Vulnerabilities":{"shape":"VulnerabilityList"}
1886
+ "Vulnerabilities":{"shape":"VulnerabilityList"},
1887
+ "PatchSummary":{"shape":"PatchSummary"}
1887
1888
  }
1888
1889
  },
1889
1890
  "AwsSecurityFindingFilters":{
@@ -3084,6 +3085,23 @@
3084
3085
  "aws-us-gov"
3085
3086
  ]
3086
3087
  },
3088
+ "PatchSummary":{
3089
+ "type":"structure",
3090
+ "required":["Id"],
3091
+ "members":{
3092
+ "Id":{"shape":"NonEmptyString"},
3093
+ "InstalledCount":{"shape":"Integer"},
3094
+ "MissingCount":{"shape":"Integer"},
3095
+ "FailedCount":{"shape":"Integer"},
3096
+ "InstalledOtherCount":{"shape":"Integer"},
3097
+ "InstalledRejectedCount":{"shape":"Integer"},
3098
+ "InstalledPendingReboot":{"shape":"Integer"},
3099
+ "OperationStartTime":{"shape":"NonEmptyString"},
3100
+ "OperationEndTime":{"shape":"NonEmptyString"},
3101
+ "RebootOption":{"shape":"NonEmptyString"},
3102
+ "Operation":{"shape":"NonEmptyString"}
3103
+ }
3104
+ },
3087
3105
  "PortRange":{
3088
3106
  "type":"structure",
3089
3107
  "members":{
@@ -378,6 +378,7 @@
378
378
  "members":{
379
379
  "resource":{"shape":"Arn"},
380
380
  "input":{"shape":"SensitiveData"},
381
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
381
382
  "timeoutInSeconds":{
382
383
  "shape":"TimeoutInSeconds",
383
384
  "box":true
@@ -397,7 +398,8 @@
397
398
  "ActivitySucceededEventDetails":{
398
399
  "type":"structure",
399
400
  "members":{
400
- "output":{"shape":"SensitiveData"}
401
+ "output":{"shape":"SensitiveData"},
402
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
401
403
  }
402
404
  },
403
405
  "ActivityTimedOutEventDetails":{
@@ -419,6 +421,12 @@
419
421
  "max":256,
420
422
  "min":1
421
423
  },
424
+ "CloudWatchEventsExecutionDataDetails":{
425
+ "type":"structure",
426
+ "members":{
427
+ "included":{"shape":"included"}
428
+ }
429
+ },
422
430
  "CloudWatchLogsLogGroup":{
423
431
  "type":"structure",
424
432
  "members":{
@@ -427,7 +435,7 @@
427
435
  },
428
436
  "ConnectorParameters":{
429
437
  "type":"string",
430
- "max":32768,
438
+ "max":262144,
431
439
  "min":0,
432
440
  "sensitive":true
433
441
  },
@@ -540,8 +548,7 @@
540
548
  "executionArn",
541
549
  "stateMachineArn",
542
550
  "status",
543
- "startDate",
544
- "input"
551
+ "startDate"
545
552
  ],
546
553
  "members":{
547
554
  "executionArn":{"shape":"Arn"},
@@ -551,7 +558,9 @@
551
558
  "startDate":{"shape":"Timestamp"},
552
559
  "stopDate":{"shape":"Timestamp"},
553
560
  "input":{"shape":"SensitiveData"},
554
- "output":{"shape":"SensitiveData"}
561
+ "inputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"},
562
+ "output":{"shape":"SensitiveData"},
563
+ "outputDetails":{"shape":"CloudWatchEventsExecutionDataDetails"}
555
564
  }
556
565
  },
557
566
  "DescribeStateMachineForExecutionInput":{
@@ -670,6 +679,7 @@
670
679
  "type":"structure",
671
680
  "members":{
672
681
  "input":{"shape":"SensitiveData"},
682
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
673
683
  "roleArn":{"shape":"Arn"}
674
684
  }
675
685
  },
@@ -686,7 +696,8 @@
686
696
  "ExecutionSucceededEventDetails":{
687
697
  "type":"structure",
688
698
  "members":{
689
- "output":{"shape":"SensitiveData"}
699
+ "output":{"shape":"SensitiveData"},
700
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
690
701
  }
691
702
  },
692
703
  "ExecutionTimedOutEventDetails":{
@@ -718,7 +729,8 @@
718
729
  "executionArn":{"shape":"Arn"},
719
730
  "maxResults":{"shape":"PageSize"},
720
731
  "reverseOrder":{"shape":"ReverseOrder"},
721
- "nextToken":{"shape":"PageToken"}
732
+ "nextToken":{"shape":"PageToken"},
733
+ "includeExecutionData":{"shape":"IncludeExecutionDataGetExecutionHistory"}
722
734
  }
723
735
  },
724
736
  "GetExecutionHistoryOutput":{
@@ -775,6 +787,12 @@
775
787
  "stateExitedEventDetails":{"shape":"StateExitedEventDetails"}
776
788
  }
777
789
  },
790
+ "HistoryEventExecutionDataDetails":{
791
+ "type":"structure",
792
+ "members":{
793
+ "truncated":{"shape":"truncated"}
794
+ }
795
+ },
778
796
  "HistoryEventList":{
779
797
  "type":"list",
780
798
  "member":{"shape":"HistoryEvent"}
@@ -844,6 +862,10 @@
844
862
  "max":256
845
863
  },
846
864
  "IncludeExecutionData":{"type":"boolean"},
865
+ "IncludeExecutionDataGetExecutionHistory":{
866
+ "type":"boolean",
867
+ "box":true
868
+ },
847
869
  "InvalidArn":{
848
870
  "type":"structure",
849
871
  "members":{
@@ -913,6 +935,7 @@
913
935
  "members":{
914
936
  "resource":{"shape":"Arn"},
915
937
  "input":{"shape":"SensitiveData"},
938
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"},
916
939
  "timeoutInSeconds":{
917
940
  "shape":"TimeoutInSeconds",
918
941
  "box":true
@@ -929,7 +952,8 @@
929
952
  "LambdaFunctionSucceededEventDetails":{
930
953
  "type":"structure",
931
954
  "members":{
932
- "output":{"shape":"SensitiveData"}
955
+ "output":{"shape":"SensitiveData"},
956
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
933
957
  }
934
958
  },
935
959
  "LambdaFunctionTimedOutEventDetails":{
@@ -1126,12 +1150,12 @@
1126
1150
  },
1127
1151
  "SensitiveData":{
1128
1152
  "type":"string",
1129
- "max":32768,
1153
+ "max":262144,
1130
1154
  "sensitive":true
1131
1155
  },
1132
1156
  "SensitiveDataJobInput":{
1133
1157
  "type":"string",
1134
- "max":65536,
1158
+ "max":262144,
1135
1159
  "sensitive":true
1136
1160
  },
1137
1161
  "SensitiveError":{
@@ -1165,7 +1189,8 @@
1165
1189
  "required":["name"],
1166
1190
  "members":{
1167
1191
  "name":{"shape":"Name"},
1168
- "input":{"shape":"SensitiveData"}
1192
+ "input":{"shape":"SensitiveData"},
1193
+ "inputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1169
1194
  }
1170
1195
  },
1171
1196
  "StateExitedEventDetails":{
@@ -1173,7 +1198,8 @@
1173
1198
  "required":["name"],
1174
1199
  "members":{
1175
1200
  "name":{"shape":"Name"},
1176
- "output":{"shape":"SensitiveData"}
1201
+ "output":{"shape":"SensitiveData"},
1202
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1177
1203
  }
1178
1204
  },
1179
1205
  "StateMachineAlreadyExists":{
@@ -1337,6 +1363,10 @@
1337
1363
  "timeoutInSeconds":{
1338
1364
  "shape":"TimeoutInSeconds",
1339
1365
  "box":true
1366
+ },
1367
+ "heartbeatInSeconds":{
1368
+ "shape":"TimeoutInSeconds",
1369
+ "box":true
1340
1370
  }
1341
1371
  }
1342
1372
  },
@@ -1386,7 +1416,8 @@
1386
1416
  "members":{
1387
1417
  "resourceType":{"shape":"Name"},
1388
1418
  "resource":{"shape":"Name"},
1389
- "output":{"shape":"SensitiveData"}
1419
+ "output":{"shape":"SensitiveData"},
1420
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1390
1421
  }
1391
1422
  },
1392
1423
  "TaskSucceededEventDetails":{
@@ -1398,7 +1429,8 @@
1398
1429
  "members":{
1399
1430
  "resourceType":{"shape":"Name"},
1400
1431
  "resource":{"shape":"Name"},
1401
- "output":{"shape":"SensitiveData"}
1432
+ "output":{"shape":"SensitiveData"},
1433
+ "outputDetails":{"shape":"HistoryEventExecutionDataDetails"}
1402
1434
  }
1403
1435
  },
1404
1436
  "TaskTimedOut":{
@@ -1472,6 +1504,8 @@
1472
1504
  "members":{
1473
1505
  "updateDate":{"shape":"Timestamp"}
1474
1506
  }
1475
- }
1507
+ },
1508
+ "included":{"type":"boolean"},
1509
+ "truncated":{"type":"boolean"}
1476
1510
  }
1477
1511
  }
@@ -643,6 +643,19 @@
643
643
  "member":{"shape":"AccountModification"}
644
644
  },
645
645
  "Alias":{"type":"string"},
646
+ "Application":{
647
+ "type":"string",
648
+ "enum":[
649
+ "Microsoft_Office_2016",
650
+ "Microsoft_Office_2019"
651
+ ]
652
+ },
653
+ "ApplicationList":{
654
+ "type":"list",
655
+ "member":{"shape":"Application"},
656
+ "max":5,
657
+ "min":1
658
+ },
646
659
  "AssociateIpGroupsRequest":{
647
660
  "type":"structure",
648
661
  "required":[
@@ -1186,7 +1199,8 @@
1186
1199
  "IngestionProcess":{"shape":"WorkspaceImageIngestionProcess"},
1187
1200
  "ImageName":{"shape":"WorkspaceImageName"},
1188
1201
  "ImageDescription":{"shape":"WorkspaceImageDescription"},
1189
- "Tags":{"shape":"TagList"}
1202
+ "Tags":{"shape":"TagList"},
1203
+ "Applications":{"shape":"ApplicationList"}
1190
1204
  }
1191
1205
  },
1192
1206
  "ImportWorkspaceImageResult":{
@@ -416,6 +416,7 @@
416
416
  "members":{
417
417
  "GroupName":{"shape":"GroupName"},
418
418
  "FilterExpression":{"shape":"FilterExpression"},
419
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"},
419
420
  "Tags":{"shape":"TagList"}
420
421
  }
421
422
  },
@@ -800,7 +801,8 @@
800
801
  "members":{
801
802
  "GroupName":{"shape":"String"},
802
803
  "GroupARN":{"shape":"String"},
803
- "FilterExpression":{"shape":"String"}
804
+ "FilterExpression":{"shape":"String"},
805
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
804
806
  }
805
807
  },
806
808
  "GroupARN":{
@@ -818,7 +820,8 @@
818
820
  "members":{
819
821
  "GroupName":{"shape":"String"},
820
822
  "GroupARN":{"shape":"String"},
821
- "FilterExpression":{"shape":"String"}
823
+ "FilterExpression":{"shape":"String"},
824
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
822
825
  }
823
826
  },
824
827
  "GroupSummaryList":{
@@ -858,6 +861,12 @@
858
861
  "ClientIp":{"shape":"String"}
859
862
  }
860
863
  },
864
+ "InsightsConfiguration":{
865
+ "type":"structure",
866
+ "members":{
867
+ "InsightsEnabled":{"shape":"NullableBoolean"}
868
+ }
869
+ },
861
870
  "InstanceIdDetail":{
862
871
  "type":"structure",
863
872
  "members":{
@@ -1462,7 +1471,8 @@
1462
1471
  "members":{
1463
1472
  "GroupName":{"shape":"GroupName"},
1464
1473
  "GroupARN":{"shape":"GroupARN"},
1465
- "FilterExpression":{"shape":"FilterExpression"}
1474
+ "FilterExpression":{"shape":"FilterExpression"},
1475
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
1466
1476
  }
1467
1477
  },
1468
1478
  "UpdateGroupResult":{
@@ -247,6 +247,7 @@
247
247
  "protocols" : [ "https" ]
248
248
  },
249
249
  "endpoints" : {
250
+ "ap-east-1" : { },
250
251
  "ap-northeast-1" : { },
251
252
  "ap-northeast-2" : { },
252
253
  "ap-south-1" : { },
@@ -258,6 +259,7 @@
258
259
  "eu-west-1" : { },
259
260
  "eu-west-2" : { },
260
261
  "eu-west-3" : { },
262
+ "me-south-1" : { },
261
263
  "sa-east-1" : { },
262
264
  "us-east-1" : { },
263
265
  "us-east-2" : { },
@@ -3551,6 +3553,7 @@
3551
3553
  "ap-northeast-2" : { },
3552
3554
  "ap-southeast-1" : { },
3553
3555
  "eu-west-1" : { },
3556
+ "eu-west-2" : { },
3554
3557
  "us-east-1" : { }
3555
3558
  }
3556
3559
  },
@@ -4151,6 +4154,7 @@
4151
4154
  }
4152
4155
  },
4153
4156
  "endpoints" : {
4157
+ "ap-northeast-1" : { },
4154
4158
  "ap-northeast-2" : { },
4155
4159
  "ap-south-1" : { },
4156
4160
  "ap-southeast-2" : { },
@@ -5256,6 +5260,7 @@
5256
5260
  },
5257
5261
  "snowball" : {
5258
5262
  "endpoints" : {
5263
+ "ap-east-1" : { },
5259
5264
  "ap-northeast-1" : { },
5260
5265
  "ap-northeast-2" : { },
5261
5266
  "ap-south-1" : { },
@@ -5263,6 +5268,7 @@
5263
5268
  "ap-southeast-2" : { },
5264
5269
  "ca-central-1" : { },
5265
5270
  "eu-central-1" : { },
5271
+ "eu-north-1" : { },
5266
5272
  "eu-west-1" : { },
5267
5273
  "eu-west-2" : { },
5268
5274
  "eu-west-3" : { },
@@ -5989,6 +5995,12 @@
5989
5995
  },
5990
5996
  "waf-regional" : {
5991
5997
  "endpoints" : {
5998
+ "af-south-1" : {
5999
+ "credentialScope" : {
6000
+ "region" : "af-south-1"
6001
+ },
6002
+ "hostname" : "waf-regional.af-south-1.amazonaws.com"
6003
+ },
5992
6004
  "ap-east-1" : {
5993
6005
  "credentialScope" : {
5994
6006
  "region" : "ap-east-1"
@@ -6043,6 +6055,12 @@
6043
6055
  },
6044
6056
  "hostname" : "waf-regional.eu-north-1.amazonaws.com"
6045
6057
  },
6058
+ "eu-south-1" : {
6059
+ "credentialScope" : {
6060
+ "region" : "eu-south-1"
6061
+ },
6062
+ "hostname" : "waf-regional.eu-south-1.amazonaws.com"
6063
+ },
6046
6064
  "eu-west-1" : {
6047
6065
  "credentialScope" : {
6048
6066
  "region" : "eu-west-1"
@@ -6061,6 +6079,12 @@
6061
6079
  },
6062
6080
  "hostname" : "waf-regional.eu-west-3.amazonaws.com"
6063
6081
  },
6082
+ "fips-af-south-1" : {
6083
+ "credentialScope" : {
6084
+ "region" : "af-south-1"
6085
+ },
6086
+ "hostname" : "waf-regional-fips.af-south-1.amazonaws.com"
6087
+ },
6064
6088
  "fips-ap-east-1" : {
6065
6089
  "credentialScope" : {
6066
6090
  "region" : "ap-east-1"
@@ -6115,6 +6139,12 @@
6115
6139
  },
6116
6140
  "hostname" : "waf-regional-fips.eu-north-1.amazonaws.com"
6117
6141
  },
6142
+ "fips-eu-south-1" : {
6143
+ "credentialScope" : {
6144
+ "region" : "eu-south-1"
6145
+ },
6146
+ "hostname" : "waf-regional-fips.eu-south-1.amazonaws.com"
6147
+ },
6118
6148
  "fips-eu-west-1" : {
6119
6149
  "credentialScope" : {
6120
6150
  "region" : "eu-west-1"
@@ -7768,20 +7798,18 @@
7768
7798
  },
7769
7799
  "kinesis" : {
7770
7800
  "endpoints" : {
7771
- "fips-us-gov-east-1" : {
7801
+ "us-gov-east-1" : {
7772
7802
  "credentialScope" : {
7773
7803
  "region" : "us-gov-east-1"
7774
7804
  },
7775
- "hostname" : "kinesis-fips.us-gov-east-1.amazonaws.com"
7805
+ "hostname" : "kinesis.us-gov-east-1.amazonaws.com"
7776
7806
  },
7777
- "fips-us-gov-west-1" : {
7807
+ "us-gov-west-1" : {
7778
7808
  "credentialScope" : {
7779
7809
  "region" : "us-gov-west-1"
7780
7810
  },
7781
- "hostname" : "kinesis-fips.us-gov-west-1.amazonaws.com"
7782
- },
7783
- "us-gov-east-1" : { },
7784
- "us-gov-west-1" : { }
7811
+ "hostname" : "kinesis.us-gov-west-1.amazonaws.com"
7812
+ }
7785
7813
  }
7786
7814
  },
7787
7815
  "kinesisanalytics" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.576'
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.576
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-08-31 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