aws-sdk-core 2.11.333 → 2.11.334

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 753797edf2f081bd2608c941499314d78bfac982
4
- data.tar.gz: 0bc979b7a51f238ca256b2a78ad1668587e1119d
3
+ metadata.gz: 1af8f79656d5de32191deba96da3665f34337bbf
4
+ data.tar.gz: 138aa3d31a3dbf43b5583428860cd658cdb54d22
5
5
  SHA512:
6
- metadata.gz: 8d7a690a7d7fde306edd6e4be35128733871809264536c25f12ebe5ace3a4efa33821a23a6813ee0e752c41a9c7c5ffc00887b5cf66f08a4ad37d1dc9aee2339
7
- data.tar.gz: dfe61e1f4d5915c62299acc3740d77324463b5510b5f9769d97c221fbd48c5494c2ba01f4ecfd604588999803e736b7b7768b394542c13e4f7821f5990e5336d
6
+ metadata.gz: e42911c2e43eca07c50742e3ca9926d4efc03d0a2b03ed6efe61f5866bb4b445b03735dfffa92e1d1ff18c64deb4ff42e976ec618c8cc4f594b892d38615989d
7
+ data.tar.gz: 30ddfbe9ce2fbd02753632118f18af7b17e59068dd04d6ad1e4c9ebc6f58c8e0129d7dbc56146e146cfb000f607839802578421d08beb95f073b210422ae866d
@@ -659,6 +659,9 @@
659
659
  {
660
660
  "shape": "BadRequestException"
661
661
  },
662
+ {
663
+ "shape": "ForbiddenException"
664
+ },
662
665
  {
663
666
  "shape": "InternalServerErrorException"
664
667
  },
@@ -667,6 +670,9 @@
667
670
  },
668
671
  {
669
672
  "shape": "ServiceUnavailableException"
673
+ },
674
+ {
675
+ "shape": "TooManyRequestsException"
670
676
  }
671
677
  ]
672
678
  },
@@ -789,6 +795,9 @@
789
795
  {
790
796
  "shape": "BadRequestException"
791
797
  },
798
+ {
799
+ "shape": "ForbiddenException"
800
+ },
792
801
  {
793
802
  "shape": "InternalServerErrorException"
794
803
  },
@@ -798,6 +807,9 @@
798
807
  {
799
808
  "shape": "ServiceUnavailableException"
800
809
  },
810
+ {
811
+ "shape": "TooManyRequestsException"
812
+ },
801
813
  {
802
814
  "shape": "TooManyTagsException"
803
815
  }
@@ -821,6 +833,9 @@
821
833
  {
822
834
  "shape": "BadRequestException"
823
835
  },
836
+ {
837
+ "shape": "ForbiddenException"
838
+ },
824
839
  {
825
840
  "shape": "InternalServerErrorException"
826
841
  },
@@ -829,6 +844,9 @@
829
844
  },
830
845
  {
831
846
  "shape": "ServiceUnavailableException"
847
+ },
848
+ {
849
+ "shape": "TooManyRequestsException"
832
850
  }
833
851
  ],
834
852
  "idempotent": true
@@ -1660,6 +1678,27 @@
1660
1678
  }
1661
1679
  }
1662
1680
  },
1681
+ "Boolean": {
1682
+ "type": "boolean",
1683
+ "box": true
1684
+ },
1685
+ "HttpRouteHeader": {
1686
+ "type": "structure",
1687
+ "required": [
1688
+ "name"
1689
+ ],
1690
+ "members": {
1691
+ "invert": {
1692
+ "shape": "Boolean"
1693
+ },
1694
+ "match": {
1695
+ "shape": "HeaderMatchMethod"
1696
+ },
1697
+ "name": {
1698
+ "shape": "HeaderName"
1699
+ }
1700
+ }
1701
+ },
1663
1702
  "DescribeVirtualServiceOutput": {
1664
1703
  "type": "structure",
1665
1704
  "required": [
@@ -1902,6 +1941,21 @@
1902
1941
  }
1903
1942
  }
1904
1943
  },
1944
+ "MatchRange": {
1945
+ "type": "structure",
1946
+ "required": [
1947
+ "end",
1948
+ "start"
1949
+ ],
1950
+ "members": {
1951
+ "end": {
1952
+ "shape": "Long"
1953
+ },
1954
+ "start": {
1955
+ "shape": "Long"
1956
+ }
1957
+ }
1958
+ },
1905
1959
  "ListVirtualRoutersLimit": {
1906
1960
  "type": "integer",
1907
1961
  "box": true,
@@ -2025,6 +2079,12 @@
2025
2079
  }
2026
2080
  }
2027
2081
  },
2082
+ "RoutePriority": {
2083
+ "type": "integer",
2084
+ "box": true,
2085
+ "min": 0,
2086
+ "max": 1000
2087
+ },
2028
2088
  "ListVirtualServicesInput": {
2029
2089
  "type": "structure",
2030
2090
  "required": [
@@ -2208,6 +2268,11 @@
2208
2268
  "Timestamp": {
2209
2269
  "type": "timestamp"
2210
2270
  },
2271
+ "HeaderMatch": {
2272
+ "type": "string",
2273
+ "min": 1,
2274
+ "max": 255
2275
+ },
2211
2276
  "VirtualNodeSpec": {
2212
2277
  "type": "structure",
2213
2278
  "members": {
@@ -2247,6 +2312,20 @@
2247
2312
  "min": 1,
2248
2313
  "max": 1
2249
2314
  },
2315
+ "HttpMethod": {
2316
+ "type": "string",
2317
+ "enum": [
2318
+ "connect",
2319
+ "delete",
2320
+ "get",
2321
+ "head",
2322
+ "options",
2323
+ "patch",
2324
+ "post",
2325
+ "put",
2326
+ "trace"
2327
+ ]
2328
+ },
2250
2329
  "ConflictException": {
2251
2330
  "type": "structure",
2252
2331
  "members": {
@@ -2279,8 +2358,17 @@
2279
2358
  "prefix"
2280
2359
  ],
2281
2360
  "members": {
2361
+ "headers": {
2362
+ "shape": "HttpRouteHeaders"
2363
+ },
2364
+ "method": {
2365
+ "shape": "HttpMethod"
2366
+ },
2282
2367
  "prefix": {
2283
2368
  "shape": "String"
2369
+ },
2370
+ "scheme": {
2371
+ "shape": "HttpScheme"
2284
2372
  }
2285
2373
  }
2286
2374
  },
@@ -2590,6 +2678,11 @@
2590
2678
  "fault": true
2591
2679
  }
2592
2680
  },
2681
+ "HeaderName": {
2682
+ "type": "string",
2683
+ "min": 1,
2684
+ "max": 50
2685
+ },
2593
2686
  "TagList": {
2594
2687
  "type": "list",
2595
2688
  "member": {
@@ -2655,6 +2748,26 @@
2655
2748
  "senderFault": true
2656
2749
  }
2657
2750
  },
2751
+ "HeaderMatchMethod": {
2752
+ "type": "structure",
2753
+ "members": {
2754
+ "exact": {
2755
+ "shape": "HeaderMatch"
2756
+ },
2757
+ "prefix": {
2758
+ "shape": "HeaderMatch"
2759
+ },
2760
+ "range": {
2761
+ "shape": "MatchRange"
2762
+ },
2763
+ "regex": {
2764
+ "shape": "HeaderMatch"
2765
+ },
2766
+ "suffix": {
2767
+ "shape": "HeaderMatch"
2768
+ }
2769
+ }
2770
+ },
2658
2771
  "DeleteMeshOutput": {
2659
2772
  "type": "structure",
2660
2773
  "required": [
@@ -2741,6 +2854,14 @@
2741
2854
  "min": 1,
2742
2855
  "max": 10
2743
2856
  },
2857
+ "HttpRouteHeaders": {
2858
+ "type": "list",
2859
+ "member": {
2860
+ "shape": "HttpRouteHeader"
2861
+ },
2862
+ "min": 1,
2863
+ "max": 10
2864
+ },
2744
2865
  "VirtualServiceProvider": {
2745
2866
  "type": "structure",
2746
2867
  "members": {
@@ -2773,6 +2894,13 @@
2773
2894
  }
2774
2895
  }
2775
2896
  },
2897
+ "HttpScheme": {
2898
+ "type": "string",
2899
+ "enum": [
2900
+ "http",
2901
+ "https"
2902
+ ]
2903
+ },
2776
2904
  "UpdateVirtualServiceOutput": {
2777
2905
  "type": "structure",
2778
2906
  "required": [
@@ -2874,6 +3002,9 @@
2874
3002
  "httpRoute": {
2875
3003
  "shape": "HttpRoute"
2876
3004
  },
3005
+ "priority": {
3006
+ "shape": "RoutePriority"
3007
+ },
2877
3008
  "tcpRoute": {
2878
3009
  "shape": "TcpRoute"
2879
3010
  }
@@ -602,7 +602,7 @@
602
602
  "type":"integer",
603
603
  "box":true,
604
604
  "max":1000,
605
- "min":0
605
+ "min":1
606
606
  },
607
607
  "MaxTagsCount":{
608
608
  "type":"integer",
@@ -929,7 +929,8 @@
929
929
  "ResultConfiguration":{"shape":"ResultConfiguration"},
930
930
  "EnforceWorkGroupConfiguration":{"shape":"BoxedBoolean"},
931
931
  "PublishCloudWatchMetricsEnabled":{"shape":"BoxedBoolean"},
932
- "BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"}
932
+ "BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"},
933
+ "RequesterPaysEnabled":{"shape":"BoxedBoolean"}
933
934
  }
934
935
  },
935
936
  "WorkGroupConfigurationUpdates":{
@@ -939,7 +940,8 @@
939
940
  "ResultConfigurationUpdates":{"shape":"ResultConfigurationUpdates"},
940
941
  "PublishCloudWatchMetricsEnabled":{"shape":"BoxedBoolean"},
941
942
  "BytesScannedCutoffPerQuery":{"shape":"BytesScannedCutoffValue"},
942
- "RemoveBytesScannedCutoffPerQuery":{"shape":"BoxedBoolean"}
943
+ "RemoveBytesScannedCutoffPerQuery":{"shape":"BoxedBoolean"},
944
+ "RequesterPaysEnabled":{"shape":"BoxedBoolean"}
943
945
  }
944
946
  },
945
947
  "WorkGroupDescriptionString":{
@@ -45,6 +45,27 @@
45
45
  {"shape":"EncryptionKeyUnavailableException"}
46
46
  ]
47
47
  },
48
+ "BatchGetCommits":{
49
+ "name":"BatchGetCommits",
50
+ "http":{
51
+ "method":"POST",
52
+ "requestUri":"/"
53
+ },
54
+ "input":{"shape":"BatchGetCommitsInput"},
55
+ "output":{"shape":"BatchGetCommitsOutput"},
56
+ "errors":[
57
+ {"shape":"CommitIdsListRequiredException"},
58
+ {"shape":"CommitIdsLimitExceededException"},
59
+ {"shape":"RepositoryNameRequiredException"},
60
+ {"shape":"InvalidRepositoryNameException"},
61
+ {"shape":"RepositoryDoesNotExistException"},
62
+ {"shape":"EncryptionIntegrityChecksFailedException"},
63
+ {"shape":"EncryptionKeyAccessDeniedException"},
64
+ {"shape":"EncryptionKeyDisabledException"},
65
+ {"shape":"EncryptionKeyNotFoundException"},
66
+ {"shape":"EncryptionKeyUnavailableException"}
67
+ ]
68
+ },
48
69
  "BatchGetRepositories":{
49
70
  "name":"BatchGetRepositories",
50
71
  "http":{
@@ -1506,6 +1527,36 @@
1506
1527
  "baseCommitId":{"shape":"ObjectId"}
1507
1528
  }
1508
1529
  },
1530
+ "BatchGetCommitsError":{
1531
+ "type":"structure",
1532
+ "members":{
1533
+ "commitId":{"shape":"ObjectId"},
1534
+ "errorCode":{"shape":"ErrorCode"},
1535
+ "errorMessage":{"shape":"ErrorMessage"}
1536
+ }
1537
+ },
1538
+ "BatchGetCommitsErrorsList":{
1539
+ "type":"list",
1540
+ "member":{"shape":"BatchGetCommitsError"}
1541
+ },
1542
+ "BatchGetCommitsInput":{
1543
+ "type":"structure",
1544
+ "required":[
1545
+ "commitIds",
1546
+ "repositoryName"
1547
+ ],
1548
+ "members":{
1549
+ "commitIds":{"shape":"CommitIdsInputList"},
1550
+ "repositoryName":{"shape":"RepositoryName"}
1551
+ }
1552
+ },
1553
+ "BatchGetCommitsOutput":{
1554
+ "type":"structure",
1555
+ "members":{
1556
+ "commits":{"shape":"CommitObjectsList"},
1557
+ "errors":{"shape":"BatchGetCommitsErrorsList"}
1558
+ }
1559
+ },
1509
1560
  "BatchGetRepositoriesInput":{
1510
1561
  "type":"structure",
1511
1562
  "required":["repositoryNames"],
@@ -1722,6 +1773,22 @@
1722
1773
  },
1723
1774
  "exception":true
1724
1775
  },
1776
+ "CommitIdsInputList":{
1777
+ "type":"list",
1778
+ "member":{"shape":"ObjectId"}
1779
+ },
1780
+ "CommitIdsLimitExceededException":{
1781
+ "type":"structure",
1782
+ "members":{
1783
+ },
1784
+ "exception":true
1785
+ },
1786
+ "CommitIdsListRequiredException":{
1787
+ "type":"structure",
1788
+ "members":{
1789
+ },
1790
+ "exception":true
1791
+ },
1725
1792
  "CommitMessageLengthExceededException":{
1726
1793
  "type":"structure",
1727
1794
  "members":{
@@ -1729,6 +1796,10 @@
1729
1796
  "exception":true
1730
1797
  },
1731
1798
  "CommitName":{"type":"string"},
1799
+ "CommitObjectsList":{
1800
+ "type":"list",
1801
+ "member":{"shape":"Commit"}
1802
+ },
1732
1803
  "CommitRequiredException":{
1733
1804
  "type":"structure",
1734
1805
  "members":{
@@ -2112,6 +2183,8 @@
2112
2183
  },
2113
2184
  "exception":true
2114
2185
  },
2186
+ "ErrorCode":{"type":"string"},
2187
+ "ErrorMessage":{"type":"string"},
2115
2188
  "EventDate":{"type":"timestamp"},
2116
2189
  "ExceptionName":{"type":"string"},
2117
2190
  "File":{
@@ -2736,6 +2736,15 @@
2736
2736
  "input":{"shape":"ModifyVpnConnectionRequest"},
2737
2737
  "output":{"shape":"ModifyVpnConnectionResult"}
2738
2738
  },
2739
+ "ModifyVpnTunnelCertificate":{
2740
+ "name":"ModifyVpnTunnelCertificate",
2741
+ "http":{
2742
+ "method":"POST",
2743
+ "requestUri":"/"
2744
+ },
2745
+ "input":{"shape":"ModifyVpnTunnelCertificateRequest"},
2746
+ "output":{"shape":"ModifyVpnTunnelCertificateResult"}
2747
+ },
2739
2748
  "MonitorInstances":{
2740
2749
  "name":"MonitorInstances",
2741
2750
  "http":{
@@ -5744,7 +5753,6 @@
5744
5753
  "type":"structure",
5745
5754
  "required":[
5746
5755
  "BgpAsn",
5747
- "PublicIp",
5748
5756
  "Type"
5749
5757
  ],
5750
5758
  "members":{
@@ -5753,6 +5761,7 @@
5753
5761
  "shape":"String",
5754
5762
  "locationName":"IpAddress"
5755
5763
  },
5764
+ "CertificateArn":{"shape":"String"},
5756
5765
  "Type":{"shape":"GatewayType"},
5757
5766
  "DryRun":{
5758
5767
  "shape":"Boolean",
@@ -7149,6 +7158,10 @@
7149
7158
  "shape":"String",
7150
7159
  "locationName":"ipAddress"
7151
7160
  },
7161
+ "CertificateArn":{
7162
+ "shape":"String",
7163
+ "locationName":"certificateArn"
7164
+ },
7152
7165
  "State":{
7153
7166
  "shape":"String",
7154
7167
  "locationName":"state"
@@ -17294,6 +17307,7 @@
17294
17307
  "members":{
17295
17308
  "VpnConnectionId":{"shape":"String"},
17296
17309
  "TransitGatewayId":{"shape":"String"},
17310
+ "CustomerGatewayId":{"shape":"String"},
17297
17311
  "VpnGatewayId":{"shape":"String"},
17298
17312
  "DryRun":{"shape":"Boolean"}
17299
17313
  }
@@ -17307,6 +17321,27 @@
17307
17321
  }
17308
17322
  }
17309
17323
  },
17324
+ "ModifyVpnTunnelCertificateRequest":{
17325
+ "type":"structure",
17326
+ "required":[
17327
+ "VpnConnectionId",
17328
+ "VpnTunnelOutsideIpAddress"
17329
+ ],
17330
+ "members":{
17331
+ "VpnConnectionId":{"shape":"String"},
17332
+ "VpnTunnelOutsideIpAddress":{"shape":"String"},
17333
+ "DryRun":{"shape":"Boolean"}
17334
+ }
17335
+ },
17336
+ "ModifyVpnTunnelCertificateResult":{
17337
+ "type":"structure",
17338
+ "members":{
17339
+ "VpnConnection":{
17340
+ "shape":"VpnConnection",
17341
+ "locationName":"vpnConnection"
17342
+ }
17343
+ }
17344
+ },
17310
17345
  "MonitorInstancesRequest":{
17311
17346
  "type":"structure",
17312
17347
  "required":["InstanceIds"],
@@ -23755,6 +23790,10 @@
23755
23790
  "StatusMessage":{
23756
23791
  "shape":"String",
23757
23792
  "locationName":"statusMessage"
23793
+ },
23794
+ "CertificateArn":{
23795
+ "shape":"String",
23796
+ "locationName":"certificateArn"
23758
23797
  }
23759
23798
  }
23760
23799
  },
@@ -886,21 +886,6 @@
886
886
  {"shape":"ValidationException"}
887
887
  ]
888
888
  },
889
- "GetJobBookmarks":{
890
- "name":"GetJobBookmarks",
891
- "http":{
892
- "method":"POST",
893
- "requestUri":"/"
894
- },
895
- "input":{"shape":"GetJobBookmarksRequest"},
896
- "output":{"shape":"GetJobBookmarksResponse"},
897
- "errors":[
898
- {"shape":"InvalidInputException"},
899
- {"shape":"EntityNotFoundException"},
900
- {"shape":"InternalServiceException"},
901
- {"shape":"OperationTimeoutException"}
902
- ]
903
- },
904
889
  "GetJobRun":{
905
890
  "name":"GetJobRun",
906
891
  "http":{
@@ -3750,22 +3735,6 @@
3750
3735
  "JobBookmarkEntry":{"shape":"JobBookmarkEntry"}
3751
3736
  }
3752
3737
  },
3753
- "GetJobBookmarksRequest":{
3754
- "type":"structure",
3755
- "required":["JobName"],
3756
- "members":{
3757
- "JobName":{"shape":"JobName"},
3758
- "MaxResults":{"shape":"IntegerValue"},
3759
- "NextToken":{"shape":"IntegerValue"}
3760
- }
3761
- },
3762
- "GetJobBookmarksResponse":{
3763
- "type":"structure",
3764
- "members":{
3765
- "JobBookmarkEntries":{"shape":"JobBookmarkEntryList"},
3766
- "NextToken":{"shape":"IntegerValue"}
3767
- }
3768
- },
3769
3738
  "GetJobRequest":{
3770
3739
  "type":"structure",
3771
3740
  "required":["JobName"],
@@ -4436,10 +4405,6 @@
4436
4405
  "JobBookmark":{"shape":"JsonValue"}
4437
4406
  }
4438
4407
  },
4439
- "JobBookmarkEntryList":{
4440
- "type":"list",
4441
- "member":{"shape":"JobBookmarkEntry"}
4442
- },
4443
4408
  "JobBookmarksEncryption":{
4444
4409
  "type":"structure",
4445
4410
  "members":{
@@ -30,12 +30,6 @@
30
30
  "limit_key": "MaxResults",
31
31
  "output_token": "NextToken"
32
32
  },
33
- "GetJobBookmarks": {
34
- "input_token": "NextToken",
35
- "limit_key": "MaxResults",
36
- "output_token": "NextToken",
37
- "result_key": "JobBookmarkEntries"
38
- },
39
33
  "GetJobRuns": {
40
34
  "input_token": "NextToken",
41
35
  "limit_key": "MaxResults",
@@ -1304,7 +1304,8 @@
1304
1304
  ],
1305
1305
  "members":{
1306
1306
  "VolumeARN":{"shape":"VolumeARN"},
1307
- "SnapshotDescription":{"shape":"SnapshotDescription"}
1307
+ "SnapshotDescription":{"shape":"SnapshotDescription"},
1308
+ "Tags":{"shape":"Tags"}
1308
1309
  }
1309
1310
  },
1310
1311
  "CreateSnapshotFromVolumeRecoveryPointOutput":{
@@ -1701,7 +1702,8 @@
1701
1702
  "StartAt":{"shape":"HourOfDay"},
1702
1703
  "RecurrenceInHours":{"shape":"RecurrenceInHours"},
1703
1704
  "Description":{"shape":"Description"},
1704
- "Timezone":{"shape":"GatewayTimezone"}
1705
+ "Timezone":{"shape":"GatewayTimezone"},
1706
+ "Tags":{"shape":"Tags"}
1705
1707
  }
1706
1708
  },
1707
1709
  "DescribeStorediSCSIVolumesInput":{
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.333'
2
+ VERSION = '2.11.334'
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.333
4
+ version: 2.11.334
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: 2019-08-14 00:00:00.000000000 Z
11
+ date: 2019-08-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath