aws-sdk-core 2.11.537 → 2.11.542
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appsync/2017-07-25/api-2.json +9 -1
- data/apis/autoscaling/2011-01-01/examples-1.json +129 -29
- data/apis/chime/2018-05-01/api-2.json +151 -5
- data/apis/codebuild/2016-10-06/api-2.json +9 -0
- data/apis/codeguru-reviewer/2019-09-19/api-2.json +4 -2
- data/apis/codeguruprofiler/2019-07-18/api-2.json +691 -0
- data/apis/codeguruprofiler/2019-07-18/paginators-1.json +10 -0
- data/apis/codestar-connections/2019-12-01/api-2.json +207 -8
- data/apis/codestar-connections/2019-12-01/paginators-1.json +5 -0
- data/apis/comprehendmedical/2018-10-30/api-2.json +2 -1
- data/apis/ec2/2016-11-15/api-2.json +433 -2
- data/apis/ec2/2016-11-15/paginators-1.json +18 -0
- data/apis/ecr/2015-09-21/api-2.json +11 -2
- data/apis/imagebuilder/2019-12-02/api-2.json +1 -0
- data/apis/iotsitewise/2019-12-02/api-2.json +0 -4
- data/apis/quicksight/2018-04-01/api-2.json +939 -9
- data/apis/rds/2014-10-31/api-2.json +12 -2
- data/apis/securityhub/2018-10-26/api-2.json +167 -1
- data/endpoints.json +22 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -1573,7 +1573,9 @@
|
|
1573
1573
|
{"shape":"AuthorizationNotFoundFault"},
|
1574
1574
|
{"shape":"CertificateNotFoundFault"},
|
1575
1575
|
{"shape":"DomainNotFoundFault"},
|
1576
|
-
{"shape":"BackupPolicyNotFoundFault"}
|
1576
|
+
{"shape":"BackupPolicyNotFoundFault"},
|
1577
|
+
{"shape":"KMSKeyNotAccessibleFault"},
|
1578
|
+
{"shape":"InvalidDBClusterStateFault"}
|
1577
1579
|
]
|
1578
1580
|
},
|
1579
1581
|
"ModifyDBParameterGroup":{
|
@@ -6410,7 +6412,8 @@
|
|
6410
6412
|
"AvailableProcessorFeatures":{"shape":"AvailableProcessorFeatureList"},
|
6411
6413
|
"SupportedEngineModes":{"shape":"EngineModeList"},
|
6412
6414
|
"SupportsStorageAutoscaling":{"shape":"BooleanOptional"},
|
6413
|
-
"SupportsKerberosAuthentication":{"shape":"BooleanOptional"}
|
6415
|
+
"SupportsKerberosAuthentication":{"shape":"BooleanOptional"},
|
6416
|
+
"OutpostCapable":{"shape":"Boolean"}
|
6414
6417
|
},
|
6415
6418
|
"wrapper":true
|
6416
6419
|
},
|
@@ -6428,6 +6431,12 @@
|
|
6428
6431
|
"Marker":{"shape":"String"}
|
6429
6432
|
}
|
6430
6433
|
},
|
6434
|
+
"Outpost":{
|
6435
|
+
"type":"structure",
|
6436
|
+
"members":{
|
6437
|
+
"Arn":{"shape":"String"}
|
6438
|
+
}
|
6439
|
+
},
|
6431
6440
|
"Parameter":{
|
6432
6441
|
"type":"structure",
|
6433
6442
|
"members":{
|
@@ -7459,6 +7468,7 @@
|
|
7459
7468
|
"members":{
|
7460
7469
|
"SubnetIdentifier":{"shape":"String"},
|
7461
7470
|
"SubnetAvailabilityZone":{"shape":"AvailabilityZone"},
|
7471
|
+
"SubnetOutpost":{"shape":"Outpost"},
|
7462
7472
|
"SubnetStatus":{"shape":"String"}
|
7463
7473
|
}
|
7464
7474
|
},
|
@@ -733,6 +733,16 @@
|
|
733
733
|
"type":"list",
|
734
734
|
"member":{"shape":"AvailabilityZone"}
|
735
735
|
},
|
736
|
+
"AwsAutoScalingAutoScalingGroupDetails":{
|
737
|
+
"type":"structure",
|
738
|
+
"members":{
|
739
|
+
"LaunchConfigurationName":{"shape":"NonEmptyString"},
|
740
|
+
"LoadBalancerNames":{"shape":"StringList"},
|
741
|
+
"HealthCheckType":{"shape":"NonEmptyString"},
|
742
|
+
"HealthCheckGracePeriod":{"shape":"Integer"},
|
743
|
+
"CreatedTime":{"shape":"NonEmptyString"}
|
744
|
+
}
|
745
|
+
},
|
736
746
|
"AwsCloudFrontDistributionDetails":{
|
737
747
|
"type":"structure",
|
738
748
|
"members":{
|
@@ -934,6 +944,40 @@
|
|
934
944
|
"type":"list",
|
935
945
|
"member":{"shape":"AwsEc2SecurityGroupUserIdGroupPair"}
|
936
946
|
},
|
947
|
+
"AwsEc2VolumeAttachment":{
|
948
|
+
"type":"structure",
|
949
|
+
"members":{
|
950
|
+
"AttachTime":{"shape":"NonEmptyString"},
|
951
|
+
"DeleteOnTermination":{"shape":"Boolean"},
|
952
|
+
"InstanceId":{"shape":"NonEmptyString"},
|
953
|
+
"Status":{"shape":"NonEmptyString"}
|
954
|
+
}
|
955
|
+
},
|
956
|
+
"AwsEc2VolumeAttachmentList":{
|
957
|
+
"type":"list",
|
958
|
+
"member":{"shape":"AwsEc2VolumeAttachment"}
|
959
|
+
},
|
960
|
+
"AwsEc2VolumeDetails":{
|
961
|
+
"type":"structure",
|
962
|
+
"members":{
|
963
|
+
"CreateTime":{"shape":"NonEmptyString"},
|
964
|
+
"Encrypted":{"shape":"Boolean"},
|
965
|
+
"Size":{"shape":"Integer"},
|
966
|
+
"SnapshotId":{"shape":"NonEmptyString"},
|
967
|
+
"Status":{"shape":"NonEmptyString"},
|
968
|
+
"KmsKeyId":{"shape":"NonEmptyString"},
|
969
|
+
"Attachments":{"shape":"AwsEc2VolumeAttachmentList"}
|
970
|
+
}
|
971
|
+
},
|
972
|
+
"AwsEc2VpcDetails":{
|
973
|
+
"type":"structure",
|
974
|
+
"members":{
|
975
|
+
"CidrBlockAssociationSet":{"shape":"CidrBlockAssociationList"},
|
976
|
+
"Ipv6CidrBlockAssociationSet":{"shape":"Ipv6CidrBlockAssociationList"},
|
977
|
+
"DhcpOptionsId":{"shape":"NonEmptyString"},
|
978
|
+
"State":{"shape":"NonEmptyString"}
|
979
|
+
}
|
980
|
+
},
|
937
981
|
"AwsElasticsearchDomainDetails":{
|
938
982
|
"type":"structure",
|
939
983
|
"members":{
|
@@ -1265,6 +1309,7 @@
|
|
1265
1309
|
"UserDefinedFields":{"shape":"FieldMap"},
|
1266
1310
|
"Malware":{"shape":"MalwareList"},
|
1267
1311
|
"Network":{"shape":"Network"},
|
1312
|
+
"NetworkPath":{"shape":"NetworkPathList"},
|
1268
1313
|
"Process":{"shape":"ProcessDetails"},
|
1269
1314
|
"ThreatIntelIndicators":{"shape":"ThreatIntelIndicatorList"},
|
1270
1315
|
"Resources":{"shape":"ResourceList"},
|
@@ -1274,7 +1319,8 @@
|
|
1274
1319
|
"Workflow":{"shape":"Workflow"},
|
1275
1320
|
"RecordState":{"shape":"RecordState"},
|
1276
1321
|
"RelatedFindings":{"shape":"RelatedFindingList"},
|
1277
|
-
"Note":{"shape":"Note"}
|
1322
|
+
"Note":{"shape":"Note"},
|
1323
|
+
"Vulnerabilities":{"shape":"VulnerabilityList"}
|
1278
1324
|
}
|
1279
1325
|
},
|
1280
1326
|
"AwsSecurityFindingFilters":{
|
@@ -1532,6 +1578,18 @@
|
|
1532
1578
|
"type":"list",
|
1533
1579
|
"member":{"shape":"NonEmptyString"}
|
1534
1580
|
},
|
1581
|
+
"CidrBlockAssociation":{
|
1582
|
+
"type":"structure",
|
1583
|
+
"members":{
|
1584
|
+
"AssociationId":{"shape":"NonEmptyString"},
|
1585
|
+
"CidrBlock":{"shape":"NonEmptyString"},
|
1586
|
+
"CidrBlockState":{"shape":"NonEmptyString"}
|
1587
|
+
}
|
1588
|
+
},
|
1589
|
+
"CidrBlockAssociationList":{
|
1590
|
+
"type":"list",
|
1591
|
+
"member":{"shape":"CidrBlockAssociation"}
|
1592
|
+
},
|
1535
1593
|
"Compliance":{
|
1536
1594
|
"type":"structure",
|
1537
1595
|
"members":{
|
@@ -1617,6 +1675,18 @@
|
|
1617
1675
|
"UnprocessedAccounts":{"shape":"ResultList"}
|
1618
1676
|
}
|
1619
1677
|
},
|
1678
|
+
"Cvss":{
|
1679
|
+
"type":"structure",
|
1680
|
+
"members":{
|
1681
|
+
"Version":{"shape":"NonEmptyString"},
|
1682
|
+
"BaseScore":{"shape":"Double"},
|
1683
|
+
"BaseVector":{"shape":"NonEmptyString"}
|
1684
|
+
}
|
1685
|
+
},
|
1686
|
+
"CvssList":{
|
1687
|
+
"type":"list",
|
1688
|
+
"member":{"shape":"Cvss"}
|
1689
|
+
},
|
1620
1690
|
"DateFilter":{
|
1621
1691
|
"type":"structure",
|
1622
1692
|
"members":{
|
@@ -2138,6 +2208,18 @@
|
|
2138
2208
|
"type":"list",
|
2139
2209
|
"member":{"shape":"IpFilter"}
|
2140
2210
|
},
|
2211
|
+
"Ipv6CidrBlockAssociation":{
|
2212
|
+
"type":"structure",
|
2213
|
+
"members":{
|
2214
|
+
"AssociationId":{"shape":"NonEmptyString"},
|
2215
|
+
"Ipv6CidrBlock":{"shape":"NonEmptyString"},
|
2216
|
+
"CidrBlockState":{"shape":"NonEmptyString"}
|
2217
|
+
}
|
2218
|
+
},
|
2219
|
+
"Ipv6CidrBlockAssociationList":{
|
2220
|
+
"type":"list",
|
2221
|
+
"member":{"shape":"Ipv6CidrBlockAssociation"}
|
2222
|
+
},
|
2141
2223
|
"KeywordFilter":{
|
2142
2224
|
"type":"structure",
|
2143
2225
|
"members":{
|
@@ -2335,6 +2417,7 @@
|
|
2335
2417
|
"members":{
|
2336
2418
|
"Direction":{"shape":"NetworkDirection"},
|
2337
2419
|
"Protocol":{"shape":"NonEmptyString"},
|
2420
|
+
"OpenPortRange":{"shape":"PortRange"},
|
2338
2421
|
"SourceIpV4":{"shape":"NonEmptyString"},
|
2339
2422
|
"SourceIpV6":{"shape":"NonEmptyString"},
|
2340
2423
|
"SourcePort":{"shape":"Integer"},
|
@@ -2353,6 +2436,34 @@
|
|
2353
2436
|
"OUT"
|
2354
2437
|
]
|
2355
2438
|
},
|
2439
|
+
"NetworkHeader":{
|
2440
|
+
"type":"structure",
|
2441
|
+
"members":{
|
2442
|
+
"Protocol":{"shape":"NonEmptyString"},
|
2443
|
+
"Destination":{"shape":"NetworkPathComponentDetails"},
|
2444
|
+
"Source":{"shape":"NetworkPathComponentDetails"}
|
2445
|
+
}
|
2446
|
+
},
|
2447
|
+
"NetworkPathComponent":{
|
2448
|
+
"type":"structure",
|
2449
|
+
"members":{
|
2450
|
+
"ComponentId":{"shape":"NonEmptyString"},
|
2451
|
+
"ComponentType":{"shape":"NonEmptyString"},
|
2452
|
+
"Egress":{"shape":"NetworkHeader"},
|
2453
|
+
"Ingress":{"shape":"NetworkHeader"}
|
2454
|
+
}
|
2455
|
+
},
|
2456
|
+
"NetworkPathComponentDetails":{
|
2457
|
+
"type":"structure",
|
2458
|
+
"members":{
|
2459
|
+
"Address":{"shape":"StringList"},
|
2460
|
+
"PortRanges":{"shape":"PortRangeList"}
|
2461
|
+
}
|
2462
|
+
},
|
2463
|
+
"NetworkPathList":{
|
2464
|
+
"type":"list",
|
2465
|
+
"member":{"shape":"NetworkPathComponent"}
|
2466
|
+
},
|
2356
2467
|
"NextToken":{"type":"string"},
|
2357
2468
|
"NonEmptyString":{
|
2358
2469
|
"type":"string",
|
@@ -2406,6 +2517,17 @@
|
|
2406
2517
|
"aws-us-gov"
|
2407
2518
|
]
|
2408
2519
|
},
|
2520
|
+
"PortRange":{
|
2521
|
+
"type":"structure",
|
2522
|
+
"members":{
|
2523
|
+
"Begin":{"shape":"Integer"},
|
2524
|
+
"End":{"shape":"Integer"}
|
2525
|
+
}
|
2526
|
+
},
|
2527
|
+
"PortRangeList":{
|
2528
|
+
"type":"list",
|
2529
|
+
"member":{"shape":"PortRange"}
|
2530
|
+
},
|
2409
2531
|
"ProcessDetails":{
|
2410
2532
|
"type":"structure",
|
2411
2533
|
"members":{
|
@@ -2515,11 +2637,14 @@
|
|
2515
2637
|
"ResourceDetails":{
|
2516
2638
|
"type":"structure",
|
2517
2639
|
"members":{
|
2640
|
+
"AwsAutoScalingAutoScalingGroup":{"shape":"AwsAutoScalingAutoScalingGroupDetails"},
|
2518
2641
|
"AwsCodeBuildProject":{"shape":"AwsCodeBuildProjectDetails"},
|
2519
2642
|
"AwsCloudFrontDistribution":{"shape":"AwsCloudFrontDistributionDetails"},
|
2520
2643
|
"AwsEc2Instance":{"shape":"AwsEc2InstanceDetails"},
|
2521
2644
|
"AwsEc2NetworkInterface":{"shape":"AwsEc2NetworkInterfaceDetails"},
|
2522
2645
|
"AwsEc2SecurityGroup":{"shape":"AwsEc2SecurityGroupDetails"},
|
2646
|
+
"AwsEc2Volume":{"shape":"AwsEc2VolumeDetails"},
|
2647
|
+
"AwsEc2Vpc":{"shape":"AwsEc2VpcDetails"},
|
2523
2648
|
"AwsElbv2LoadBalancer":{"shape":"AwsElbv2LoadBalancerDetails"},
|
2524
2649
|
"AwsElasticsearchDomain":{"shape":"AwsElasticsearchDomainDetails"},
|
2525
2650
|
"AwsS3Bucket":{"shape":"AwsS3BucketDetails"},
|
@@ -2601,6 +2726,20 @@
|
|
2601
2726
|
"Label":{"shape":"SeverityLabel"}
|
2602
2727
|
}
|
2603
2728
|
},
|
2729
|
+
"SoftwarePackage":{
|
2730
|
+
"type":"structure",
|
2731
|
+
"members":{
|
2732
|
+
"Name":{"shape":"NonEmptyString"},
|
2733
|
+
"Version":{"shape":"NonEmptyString"},
|
2734
|
+
"Epoch":{"shape":"NonEmptyString"},
|
2735
|
+
"Release":{"shape":"NonEmptyString"},
|
2736
|
+
"Architecture":{"shape":"NonEmptyString"}
|
2737
|
+
}
|
2738
|
+
},
|
2739
|
+
"SoftwarePackageList":{
|
2740
|
+
"type":"list",
|
2741
|
+
"member":{"shape":"SoftwarePackage"}
|
2742
|
+
},
|
2604
2743
|
"SortCriteria":{
|
2605
2744
|
"type":"list",
|
2606
2745
|
"member":{"shape":"SortCriterion"}
|
@@ -2934,6 +3073,33 @@
|
|
2934
3073
|
"BENIGN_POSITIVE"
|
2935
3074
|
]
|
2936
3075
|
},
|
3076
|
+
"Vulnerability":{
|
3077
|
+
"type":"structure",
|
3078
|
+
"required":["Id"],
|
3079
|
+
"members":{
|
3080
|
+
"Id":{"shape":"NonEmptyString"},
|
3081
|
+
"VulnerablePackages":{"shape":"SoftwarePackageList"},
|
3082
|
+
"Cvss":{"shape":"CvssList"},
|
3083
|
+
"RelatedVulnerabilities":{"shape":"StringList"},
|
3084
|
+
"Vendor":{"shape":"VulnerabilityVendor"},
|
3085
|
+
"ReferenceUrls":{"shape":"StringList"}
|
3086
|
+
}
|
3087
|
+
},
|
3088
|
+
"VulnerabilityList":{
|
3089
|
+
"type":"list",
|
3090
|
+
"member":{"shape":"Vulnerability"}
|
3091
|
+
},
|
3092
|
+
"VulnerabilityVendor":{
|
3093
|
+
"type":"structure",
|
3094
|
+
"required":["Name"],
|
3095
|
+
"members":{
|
3096
|
+
"Name":{"shape":"NonEmptyString"},
|
3097
|
+
"Url":{"shape":"NonEmptyString"},
|
3098
|
+
"VendorSeverity":{"shape":"NonEmptyString"},
|
3099
|
+
"VendorCreatedAt":{"shape":"NonEmptyString"},
|
3100
|
+
"VendorUpdatedAt":{"shape":"NonEmptyString"}
|
3101
|
+
}
|
3102
|
+
},
|
2937
3103
|
"WafAction":{
|
2938
3104
|
"type":"structure",
|
2939
3105
|
"members":{
|
data/endpoints.json
CHANGED
@@ -575,11 +575,16 @@
|
|
575
575
|
"ap-south-1" : { },
|
576
576
|
"ap-southeast-1" : { },
|
577
577
|
"ap-southeast-2" : { },
|
578
|
+
"ca-central-1" : { },
|
578
579
|
"eu-central-1" : { },
|
580
|
+
"eu-north-1" : { },
|
579
581
|
"eu-west-1" : { },
|
580
582
|
"eu-west-2" : { },
|
583
|
+
"eu-west-3" : { },
|
584
|
+
"sa-east-1" : { },
|
581
585
|
"us-east-1" : { },
|
582
586
|
"us-east-2" : { },
|
587
|
+
"us-west-1" : { },
|
583
588
|
"us-west-2" : { }
|
584
589
|
}
|
585
590
|
},
|
@@ -3555,6 +3560,7 @@
|
|
3555
3560
|
}
|
3556
3561
|
},
|
3557
3562
|
"endpoints" : {
|
3563
|
+
"ap-northeast-1" : { },
|
3558
3564
|
"ap-southeast-1" : { },
|
3559
3565
|
"ap-southeast-2" : { },
|
3560
3566
|
"eu-central-1" : { },
|
@@ -3874,9 +3880,11 @@
|
|
3874
3880
|
},
|
3875
3881
|
"outposts" : {
|
3876
3882
|
"endpoints" : {
|
3883
|
+
"af-south-1" : { },
|
3877
3884
|
"ap-east-1" : { },
|
3878
3885
|
"ap-northeast-1" : { },
|
3879
3886
|
"ap-northeast-2" : { },
|
3887
|
+
"ap-south-1" : { },
|
3880
3888
|
"ap-southeast-1" : { },
|
3881
3889
|
"ap-southeast-2" : { },
|
3882
3890
|
"ca-central-1" : { },
|
@@ -3916,6 +3924,7 @@
|
|
3916
3924
|
"hostname" : "outposts-fips.us-west-2.amazonaws.com"
|
3917
3925
|
},
|
3918
3926
|
"me-south-1" : { },
|
3927
|
+
"sa-east-1" : { },
|
3919
3928
|
"us-east-1" : { },
|
3920
3929
|
"us-east-2" : { },
|
3921
3930
|
"us-west-1" : { },
|
@@ -4089,6 +4098,7 @@
|
|
4089
4098
|
},
|
4090
4099
|
"ram" : {
|
4091
4100
|
"endpoints" : {
|
4101
|
+
"af-south-1" : { },
|
4092
4102
|
"ap-east-1" : { },
|
4093
4103
|
"ap-northeast-1" : { },
|
4094
4104
|
"ap-northeast-2" : { },
|
@@ -4098,6 +4108,7 @@
|
|
4098
4108
|
"ca-central-1" : { },
|
4099
4109
|
"eu-central-1" : { },
|
4100
4110
|
"eu-north-1" : { },
|
4111
|
+
"eu-south-1" : { },
|
4101
4112
|
"eu-west-1" : { },
|
4102
4113
|
"eu-west-2" : { },
|
4103
4114
|
"eu-west-3" : { },
|
@@ -4343,6 +4354,7 @@
|
|
4343
4354
|
}
|
4344
4355
|
},
|
4345
4356
|
"endpoints" : {
|
4357
|
+
"ap-northeast-1" : { },
|
4346
4358
|
"ap-southeast-1" : { },
|
4347
4359
|
"ap-southeast-2" : { },
|
4348
4360
|
"eu-central-1" : { },
|
@@ -7032,6 +7044,16 @@
|
|
7032
7044
|
"us-gov-west-1" : { }
|
7033
7045
|
}
|
7034
7046
|
},
|
7047
|
+
"docdb" : {
|
7048
|
+
"endpoints" : {
|
7049
|
+
"us-gov-west-1" : {
|
7050
|
+
"credentialScope" : {
|
7051
|
+
"region" : "us-gov-west-1"
|
7052
|
+
},
|
7053
|
+
"hostname" : "rds.us-gov-west-1.amazonaws.com"
|
7054
|
+
}
|
7055
|
+
}
|
7056
|
+
},
|
7035
7057
|
"ds" : {
|
7036
7058
|
"endpoints" : {
|
7037
7059
|
"fips-us-gov-east-1" : {
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.
|
4
|
+
version: 2.11.542
|
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-06
|
11
|
+
date: 2020-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|