aws-sdk-core 2.11.293 → 2.11.294

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
  SHA1:
3
- metadata.gz: 6b9272cd56a32602ed98c483d79ece949126c611
4
- data.tar.gz: 8993e166cdd1fcb8de18b24796d6bc36fcca043c
3
+ metadata.gz: 678b0d63a9cce1b71b9ce6677583160186d236af
4
+ data.tar.gz: feb857bbcb330c109c97bb6b06f5d4dd1b0a58e6
5
5
  SHA512:
6
- metadata.gz: 81221f213789773c1c10b1bb2c56856a8f37732b5a8c00c10563b4815d45e914d595a5c7db920bcff96697c42c28bb332c00504024b20e95a90dadef35050df4
7
- data.tar.gz: ba86f5b78fb685e41bb7442e27594dd81c349720f355e2c9d455ffdd610081d121371e9d1d8da8b4aba2dcb6f8fad244ff83d42bdf66052990992d9b827a3b0e
6
+ metadata.gz: 533aa87956236820664189f945832d22a1521c50d40b34a3d244f178ec73da32608fabc9ad27c708f521073080577319c58aef03aaa64007c79e3c80050e43d3
7
+ data.tar.gz: ea0f8656116e0a94e73643a971554405154eec81e86df257726d8a51cd47761adac3ed346ba61ffd3124b9b0110d38cf317b52ecce68727f7ba0a402663d98cd
@@ -1677,6 +1677,12 @@
1677
1677
  "min": 1,
1678
1678
  "max": 255
1679
1679
  },
1680
+ "AwsCloudMapInstanceAttributes": {
1681
+ "type": "list",
1682
+ "member": {
1683
+ "shape": "AwsCloudMapInstanceAttribute"
1684
+ }
1685
+ },
1680
1686
  "VirtualNodeRef": {
1681
1687
  "type": "structure",
1682
1688
  "required": [
@@ -1729,6 +1735,12 @@
1729
1735
  },
1730
1736
  "payload": "virtualNode"
1731
1737
  },
1738
+ "AwsCloudMapName": {
1739
+ "type": "string",
1740
+ "min": 1,
1741
+ "max": 1024,
1742
+ "pattern": "((?=^.{1,127}$)^([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9])(.([a-zA-Z0-9_][a-zA-Z0-9-_]{0,61}[a-zA-Z0-9_]|[a-zA-Z0-9]))*$)|(^.$)"
1743
+ },
1732
1744
  "LimitExceededException": {
1733
1745
  "type": "structure",
1734
1746
  "members": {
@@ -1859,6 +1871,21 @@
1859
1871
  "type": "structure",
1860
1872
  "members": { }
1861
1873
  },
1874
+ "AwsCloudMapInstanceAttribute": {
1875
+ "type": "structure",
1876
+ "required": [
1877
+ "key",
1878
+ "value"
1879
+ ],
1880
+ "members": {
1881
+ "key": {
1882
+ "shape": "AwsCloudMapInstanceAttributeKey"
1883
+ },
1884
+ "value": {
1885
+ "shape": "AwsCloudMapInstanceAttributeValue"
1886
+ }
1887
+ }
1888
+ },
1862
1889
  "VirtualServiceSpec": {
1863
1890
  "type": "structure",
1864
1891
  "members": {
@@ -2150,11 +2177,14 @@
2150
2177
  "min": 1,
2151
2178
  "max": 255
2152
2179
  },
2180
+ "AwsCloudMapInstanceAttributeKey": {
2181
+ "type": "string",
2182
+ "min": 1,
2183
+ "max": 255,
2184
+ "pattern": "^[a-zA-Z0-9!-~]+$"
2185
+ },
2153
2186
  "VirtualRouterSpec": {
2154
2187
  "type": "structure",
2155
- "required": [
2156
- "listeners"
2157
- ],
2158
2188
  "members": {
2159
2189
  "listeners": {
2160
2190
  "shape": "VirtualRouterListeners"
@@ -2360,6 +2390,12 @@
2360
2390
  }
2361
2391
  }
2362
2392
  },
2393
+ "AwsCloudMapInstanceAttributeValue": {
2394
+ "type": "string",
2395
+ "min": 1,
2396
+ "max": 1024,
2397
+ "pattern": "^([a-zA-Z0-9!-~][ ta-zA-Z0-9!-~]*){0,1}[a-zA-Z0-9!-~]{0,1}$"
2398
+ },
2363
2399
  "WeightedTarget": {
2364
2400
  "type": "structure",
2365
2401
  "required": [
@@ -2719,6 +2755,24 @@
2719
2755
  "String": {
2720
2756
  "type": "string"
2721
2757
  },
2758
+ "AwsCloudMapServiceDiscovery": {
2759
+ "type": "structure",
2760
+ "required": [
2761
+ "namespaceName",
2762
+ "serviceName"
2763
+ ],
2764
+ "members": {
2765
+ "attributes": {
2766
+ "shape": "AwsCloudMapInstanceAttributes"
2767
+ },
2768
+ "namespaceName": {
2769
+ "shape": "AwsCloudMapName"
2770
+ },
2771
+ "serviceName": {
2772
+ "shape": "AwsCloudMapName"
2773
+ }
2774
+ }
2775
+ },
2722
2776
  "UpdateVirtualServiceOutput": {
2723
2777
  "type": "structure",
2724
2778
  "required": [
@@ -2931,6 +2985,9 @@
2931
2985
  "ServiceDiscovery": {
2932
2986
  "type": "structure",
2933
2987
  "members": {
2988
+ "awsCloudMap": {
2989
+ "shape": "AwsCloudMapServiceDiscovery"
2990
+ },
2934
2991
  "dns": {
2935
2992
  "shape": "DnsServiceDiscovery"
2936
2993
  }
@@ -14659,6 +14659,13 @@
14659
14659
  "g3.8xlarge",
14660
14660
  "g3.16xlarge",
14661
14661
  "g3s.xlarge",
14662
+ "g4dn.xlarge",
14663
+ "g4dn.2xlarge",
14664
+ "g4dn.4xlarge",
14665
+ "g4dn.8xlarge",
14666
+ "g4dn.12xlarge",
14667
+ "g4dn.16xlarge",
14668
+ "g4dn.metal",
14662
14669
  "cg1.4xlarge",
14663
14670
  "p2.xlarge",
14664
14671
  "p2.8xlarge",
@@ -2181,6 +2181,7 @@
2181
2181
  "NodeGroupId":{"shape":"String"},
2182
2182
  "Status":{"shape":"String"},
2183
2183
  "PrimaryEndpoint":{"shape":"Endpoint"},
2184
+ "ReaderEndpoint":{"shape":"Endpoint"},
2184
2185
  "Slots":{"shape":"String"},
2185
2186
  "NodeGroupMembers":{"shape":"NodeGroupMemberList"}
2186
2187
  }
@@ -474,6 +474,20 @@
474
474
  {"shape":"InternalServerErrorException"}
475
475
  ]
476
476
  },
477
+ "ListTagsForResource":{
478
+ "name":"ListTagsForResource",
479
+ "http":{
480
+ "method":"GET",
481
+ "requestUri":"/tags/{resourceArn}",
482
+ "responseCode":200
483
+ },
484
+ "input":{"shape":"ListTagsForResourceRequest"},
485
+ "output":{"shape":"ListTagsForResourceResponse"},
486
+ "errors":[
487
+ {"shape":"BadRequestException"},
488
+ {"shape":"InternalServerErrorException"}
489
+ ]
490
+ },
477
491
  "ListThreatIntelSets":{
478
492
  "name":"ListThreatIntelSets",
479
493
  "http":{
@@ -516,6 +530,20 @@
516
530
  {"shape":"InternalServerErrorException"}
517
531
  ]
518
532
  },
533
+ "TagResource":{
534
+ "name":"TagResource",
535
+ "http":{
536
+ "method":"POST",
537
+ "requestUri":"/tags/{resourceArn}",
538
+ "responseCode":204
539
+ },
540
+ "input":{"shape":"TagResourceRequest"},
541
+ "output":{"shape":"TagResourceResponse"},
542
+ "errors":[
543
+ {"shape":"BadRequestException"},
544
+ {"shape":"InternalServerErrorException"}
545
+ ]
546
+ },
519
547
  "UnarchiveFindings":{
520
548
  "name":"UnarchiveFindings",
521
549
  "http":{
@@ -530,6 +558,20 @@
530
558
  {"shape":"InternalServerErrorException"}
531
559
  ]
532
560
  },
561
+ "UntagResource":{
562
+ "name":"UntagResource",
563
+ "http":{
564
+ "method":"DELETE",
565
+ "requestUri":"/tags/{resourceArn}",
566
+ "responseCode":204
567
+ },
568
+ "input":{"shape":"UntagResourceRequest"},
569
+ "output":{"shape":"UntagResourceResponse"},
570
+ "errors":[
571
+ {"shape":"BadRequestException"},
572
+ {"shape":"InternalServerErrorException"}
573
+ ]
574
+ },
533
575
  "UpdateDetector":{
534
576
  "name":"UpdateDetector",
535
577
  "http":{
@@ -881,6 +923,10 @@
881
923
  "FindingPublishingFrequency":{
882
924
  "shape":"FindingPublishingFrequency",
883
925
  "locationName":"findingPublishingFrequency"
926
+ },
927
+ "Tags":{
928
+ "shape":"TagMap",
929
+ "locationName":"tags"
884
930
  }
885
931
  }
886
932
  },
@@ -930,6 +976,10 @@
930
976
  "shape":"ClientToken",
931
977
  "idempotencyToken":true,
932
978
  "locationName":"clientToken"
979
+ },
980
+ "Tags":{
981
+ "shape":"TagMap",
982
+ "locationName":"tags"
933
983
  }
934
984
  }
935
985
  },
@@ -978,6 +1028,10 @@
978
1028
  "shape":"ClientToken",
979
1029
  "idempotencyToken":true,
980
1030
  "locationName":"clientToken"
1031
+ },
1032
+ "Tags":{
1033
+ "shape":"TagMap",
1034
+ "locationName":"tags"
981
1035
  }
982
1036
  }
983
1037
  },
@@ -1074,6 +1128,10 @@
1074
1128
  "shape":"ClientToken",
1075
1129
  "idempotencyToken":true,
1076
1130
  "locationName":"clientToken"
1131
+ },
1132
+ "Tags":{
1133
+ "shape":"TagMap",
1134
+ "locationName":"tags"
1077
1135
  }
1078
1136
  }
1079
1137
  },
@@ -1572,6 +1630,10 @@
1572
1630
  "UpdatedAt":{
1573
1631
  "shape":"String",
1574
1632
  "locationName":"updatedAt"
1633
+ },
1634
+ "Tags":{
1635
+ "shape":"TagMap",
1636
+ "locationName":"tags"
1575
1637
  }
1576
1638
  }
1577
1639
  },
@@ -1621,6 +1683,10 @@
1621
1683
  "FindingCriteria":{
1622
1684
  "shape":"FindingCriteria",
1623
1685
  "locationName":"findingCriteria"
1686
+ },
1687
+ "Tags":{
1688
+ "shape":"TagMap",
1689
+ "locationName":"tags"
1624
1690
  }
1625
1691
  }
1626
1692
  },
@@ -1731,6 +1797,10 @@
1731
1797
  "Status":{
1732
1798
  "shape":"IpSetStatus",
1733
1799
  "locationName":"status"
1800
+ },
1801
+ "Tags":{
1802
+ "shape":"TagMap",
1803
+ "locationName":"tags"
1734
1804
  }
1735
1805
  }
1736
1806
  },
@@ -1847,9 +1917,17 @@
1847
1917
  "Status":{
1848
1918
  "shape":"ThreatIntelSetStatus",
1849
1919
  "locationName":"status"
1920
+ },
1921
+ "Tags":{
1922
+ "shape":"TagMap",
1923
+ "locationName":"tags"
1850
1924
  }
1851
1925
  }
1852
1926
  },
1927
+ "GuardDutyArn":{
1928
+ "type":"string",
1929
+ "pattern":"^arn:[A-Za-z_.-]{1,20}:guardduty:[A-Za-z0-9_/.-]{0,63}:\\d+:detector/[A-Za-z0-9_/.-]{32,264}$"
1930
+ },
1853
1931
  "IamInstanceProfile":{
1854
1932
  "type":"structure",
1855
1933
  "members":{
@@ -2239,6 +2317,26 @@
2239
2317
  }
2240
2318
  }
2241
2319
  },
2320
+ "ListTagsForResourceRequest":{
2321
+ "type":"structure",
2322
+ "required":["ResourceArn"],
2323
+ "members":{
2324
+ "ResourceArn":{
2325
+ "shape":"GuardDutyArn",
2326
+ "location":"uri",
2327
+ "locationName":"resourceArn"
2328
+ }
2329
+ }
2330
+ },
2331
+ "ListTagsForResourceResponse":{
2332
+ "type":"structure",
2333
+ "members":{
2334
+ "Tags":{
2335
+ "shape":"TagMap",
2336
+ "locationName":"tags"
2337
+ }
2338
+ }
2339
+ },
2242
2340
  "ListThreatIntelSetsRequest":{
2243
2341
  "type":"structure",
2244
2342
  "required":["DetectorId"],
@@ -2744,6 +2842,52 @@
2744
2842
  }
2745
2843
  }
2746
2844
  },
2845
+ "TagKey":{
2846
+ "type":"string",
2847
+ "max":128,
2848
+ "min":1,
2849
+ "pattern":"^(?!aws:)[a-zA-Z+-=._:/]+$"
2850
+ },
2851
+ "TagKeyList":{
2852
+ "type":"list",
2853
+ "member":{"shape":"TagKey"},
2854
+ "max":200,
2855
+ "min":1
2856
+ },
2857
+ "TagMap":{
2858
+ "type":"map",
2859
+ "key":{"shape":"TagKey"},
2860
+ "value":{"shape":"TagValue"},
2861
+ "max":200,
2862
+ "min":1
2863
+ },
2864
+ "TagResourceRequest":{
2865
+ "type":"structure",
2866
+ "required":[
2867
+ "ResourceArn",
2868
+ "Tags"
2869
+ ],
2870
+ "members":{
2871
+ "ResourceArn":{
2872
+ "shape":"GuardDutyArn",
2873
+ "location":"uri",
2874
+ "locationName":"resourceArn"
2875
+ },
2876
+ "Tags":{
2877
+ "shape":"TagMap",
2878
+ "locationName":"tags"
2879
+ }
2880
+ }
2881
+ },
2882
+ "TagResourceResponse":{
2883
+ "type":"structure",
2884
+ "members":{
2885
+ }
2886
+ },
2887
+ "TagValue":{
2888
+ "type":"string",
2889
+ "max":256
2890
+ },
2747
2891
  "Tags":{
2748
2892
  "type":"list",
2749
2893
  "member":{"shape":"Tag"}
@@ -2827,6 +2971,30 @@
2827
2971
  "max":50,
2828
2972
  "min":0
2829
2973
  },
2974
+ "UntagResourceRequest":{
2975
+ "type":"structure",
2976
+ "required":[
2977
+ "ResourceArn",
2978
+ "TagKeys"
2979
+ ],
2980
+ "members":{
2981
+ "ResourceArn":{
2982
+ "shape":"GuardDutyArn",
2983
+ "location":"uri",
2984
+ "locationName":"resourceArn"
2985
+ },
2986
+ "TagKeys":{
2987
+ "shape":"TagKeyList",
2988
+ "location":"querystring",
2989
+ "locationName":"tagKeys"
2990
+ }
2991
+ }
2992
+ },
2993
+ "UntagResourceResponse":{
2994
+ "type":"structure",
2995
+ "members":{
2996
+ }
2997
+ },
2830
2998
  "UpdateDetectorRequest":{
2831
2999
  "type":"structure",
2832
3000
  "required":["DetectorId"],
@@ -3,37 +3,44 @@
3
3
  "ListDetectors": {
4
4
  "input_token": "NextToken",
5
5
  "output_token": "NextToken",
6
- "limit_key": "MaxResults"
6
+ "limit_key": "MaxResults",
7
+ "result_key": "DetectorIds"
7
8
  },
8
9
  "ListFilters": {
9
10
  "input_token": "NextToken",
10
11
  "output_token": "NextToken",
11
- "limit_key": "MaxResults"
12
+ "limit_key": "MaxResults",
13
+ "result_key": "FilterNames"
12
14
  },
13
15
  "ListFindings": {
14
16
  "input_token": "NextToken",
15
17
  "output_token": "NextToken",
16
- "limit_key": "MaxResults"
18
+ "limit_key": "MaxResults",
19
+ "result_key": "FindingIds"
17
20
  },
18
21
  "ListIPSets": {
19
22
  "input_token": "NextToken",
20
23
  "output_token": "NextToken",
21
- "limit_key": "MaxResults"
24
+ "limit_key": "MaxResults",
25
+ "result_key": "IpSetIds"
22
26
  },
23
27
  "ListInvitations": {
24
28
  "input_token": "NextToken",
25
29
  "output_token": "NextToken",
26
- "limit_key": "MaxResults"
30
+ "limit_key": "MaxResults",
31
+ "result_key": "Invitations"
27
32
  },
28
33
  "ListMembers": {
29
34
  "input_token": "NextToken",
30
35
  "output_token": "NextToken",
31
- "limit_key": "MaxResults"
36
+ "limit_key": "MaxResults",
37
+ "result_key": "Members"
32
38
  },
33
39
  "ListThreatIntelSets": {
34
40
  "input_token": "NextToken",
35
41
  "output_token": "NextToken",
36
- "limit_key": "MaxResults"
42
+ "limit_key": "MaxResults",
43
+ "result_key": "ThreatIntelSetIds"
37
44
  }
38
45
  }
39
46
  }
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.293'
2
+ VERSION = '2.11.294'
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.293
4
+ version: 2.11.294
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-06-12 00:00:00.000000000 Z
11
+ date: 2019-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath