aws-sdk-core 2.11.535 → 2.11.540

Sign up to get free protection for your applications and to get access to all the features.
@@ -804,6 +804,7 @@
804
804
  "name":{"shape":"AmiNameString"},
805
805
  "description":{"shape":"NonEmptyString"},
806
806
  "amiTags":{"shape":"TagMap"},
807
+ "kmsKeyId":{"shape":"NonEmptyString"},
807
808
  "launchPermission":{"shape":"LaunchPermissionConfiguration"}
808
809
  }
809
810
  },
@@ -1444,6 +1444,10 @@
1444
1444
  "error":{"httpStatusCode":409},
1445
1445
  "exception":true
1446
1446
  },
1447
+ "CopySourceArn":{
1448
+ "type":"string",
1449
+ "pattern":"^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+"
1450
+ },
1447
1451
  "CreateColumnsOperation":{
1448
1452
  "type":"structure",
1449
1453
  "required":["Columns"],
@@ -1809,7 +1813,8 @@
1809
1813
  ],
1810
1814
  "members":{
1811
1815
  "Username":{"shape":"Username"},
1812
- "Password":{"shape":"Password"}
1816
+ "Password":{"shape":"Password"},
1817
+ "AlternateDataSourceParameters":{"shape":"DataSourceParametersList"}
1813
1818
  }
1814
1819
  },
1815
1820
  "CustomSql":{
@@ -2075,6 +2080,7 @@
2075
2080
  "CreatedTime":{"shape":"Timestamp"},
2076
2081
  "LastUpdatedTime":{"shape":"Timestamp"},
2077
2082
  "DataSourceParameters":{"shape":"DataSourceParameters"},
2083
+ "AlternateDataSourceParameters":{"shape":"DataSourceParametersList"},
2078
2084
  "VpcConnectionProperties":{"shape":"VpcConnectionProperties"},
2079
2085
  "SslProperties":{"shape":"SslProperties"},
2080
2086
  "ErrorInfo":{"shape":"DataSourceErrorInfo"}
@@ -2083,7 +2089,8 @@
2083
2089
  "DataSourceCredentials":{
2084
2090
  "type":"structure",
2085
2091
  "members":{
2086
- "CredentialPair":{"shape":"CredentialPair"}
2092
+ "CredentialPair":{"shape":"CredentialPair"},
2093
+ "CopySourceArn":{"shape":"CopySourceArn"}
2087
2094
  },
2088
2095
  "sensitive":true
2089
2096
  },
@@ -2097,6 +2104,8 @@
2097
2104
  "DataSourceErrorInfoType":{
2098
2105
  "type":"string",
2099
2106
  "enum":[
2107
+ "ACCESS_DENIED",
2108
+ "COPY_SOURCE_NOT_FOUND",
2100
2109
  "TIMEOUT",
2101
2110
  "ENGINE_VERSION_NOT_SUPPORTED",
2102
2111
  "UNKNOWN_HOST",
@@ -2133,6 +2142,12 @@
2133
2142
  "TwitterParameters":{"shape":"TwitterParameters"}
2134
2143
  }
2135
2144
  },
2145
+ "DataSourceParametersList":{
2146
+ "type":"list",
2147
+ "member":{"shape":"DataSourceParameters"},
2148
+ "max":50,
2149
+ "min":1
2150
+ },
2136
2151
  "DataSourceType":{
2137
2152
  "type":"string",
2138
2153
  "enum":[
@@ -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":{
@@ -2994,6 +2994,7 @@
2994
2994
  "TransformJobName":{"shape":"TransformJobName"},
2995
2995
  "ModelName":{"shape":"ModelName"},
2996
2996
  "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
2997
+ "ModelClientConfig":{"shape":"ModelClientConfig"},
2997
2998
  "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
2998
2999
  "BatchStrategy":{"shape":"BatchStrategy"},
2999
3000
  "Environment":{"shape":"TransformEnvironmentMap"},
@@ -4071,6 +4072,7 @@
4071
4072
  "FailureReason":{"shape":"FailureReason"},
4072
4073
  "ModelName":{"shape":"ModelName"},
4073
4074
  "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
4075
+ "ModelClientConfig":{"shape":"ModelClientConfig"},
4074
4076
  "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
4075
4077
  "BatchStrategy":{"shape":"BatchStrategy"},
4076
4078
  "Environment":{"shape":"TransformEnvironmentMap"},
@@ -5231,6 +5233,16 @@
5231
5233
  "max":20,
5232
5234
  "min":0
5233
5235
  },
5236
+ "InvocationsMaxRetries":{
5237
+ "type":"integer",
5238
+ "max":3,
5239
+ "min":0
5240
+ },
5241
+ "InvocationsTimeoutInSeconds":{
5242
+ "type":"integer",
5243
+ "max":3600,
5244
+ "min":1
5245
+ },
5234
5246
  "JobReferenceCode":{
5235
5247
  "type":"string",
5236
5248
  "min":1,
@@ -6282,6 +6294,13 @@
6282
6294
  "S3ModelArtifacts":{"shape":"S3Uri"}
6283
6295
  }
6284
6296
  },
6297
+ "ModelClientConfig":{
6298
+ "type":"structure",
6299
+ "members":{
6300
+ "InvocationsTimeoutInSeconds":{"shape":"InvocationsTimeoutInSeconds"},
6301
+ "InvocationsMaxRetries":{"shape":"InvocationsMaxRetries"}
6302
+ }
6303
+ },
6285
6304
  "ModelName":{
6286
6305
  "type":"string",
6287
6306
  "max":63,
@@ -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":{
@@ -2804,6 +2804,11 @@
2804
2804
  "us-east-1" : { }
2805
2805
  }
2806
2806
  },
2807
+ "honeycode" : {
2808
+ "endpoints" : {
2809
+ "us-west-2" : { }
2810
+ }
2811
+ },
2807
2812
  "iam" : {
2808
2813
  "endpoints" : {
2809
2814
  "aws-global" : {
@@ -3550,6 +3555,7 @@
3550
3555
  }
3551
3556
  },
3552
3557
  "endpoints" : {
3558
+ "ap-northeast-1" : { },
3553
3559
  "ap-southeast-1" : { },
3554
3560
  "ap-southeast-2" : { },
3555
3561
  "eu-central-1" : { },
@@ -3869,9 +3875,11 @@
3869
3875
  },
3870
3876
  "outposts" : {
3871
3877
  "endpoints" : {
3878
+ "af-south-1" : { },
3872
3879
  "ap-east-1" : { },
3873
3880
  "ap-northeast-1" : { },
3874
3881
  "ap-northeast-2" : { },
3882
+ "ap-south-1" : { },
3875
3883
  "ap-southeast-1" : { },
3876
3884
  "ap-southeast-2" : { },
3877
3885
  "ca-central-1" : { },
@@ -3911,6 +3919,7 @@
3911
3919
  "hostname" : "outposts-fips.us-west-2.amazonaws.com"
3912
3920
  },
3913
3921
  "me-south-1" : { },
3922
+ "sa-east-1" : { },
3914
3923
  "us-east-1" : { },
3915
3924
  "us-east-2" : { },
3916
3925
  "us-west-1" : { },
@@ -4338,6 +4347,7 @@
4338
4347
  }
4339
4348
  },
4340
4349
  "endpoints" : {
4350
+ "ap-northeast-1" : { },
4341
4351
  "ap-southeast-1" : { },
4342
4352
  "ap-southeast-2" : { },
4343
4353
  "eu-central-1" : { },
@@ -6793,6 +6803,12 @@
6793
6803
  "us-gov-west-1" : { }
6794
6804
  }
6795
6805
  },
6806
+ "backup" : {
6807
+ "endpoints" : {
6808
+ "us-gov-east-1" : { },
6809
+ "us-gov-west-1" : { }
6810
+ }
6811
+ },
6796
6812
  "batch" : {
6797
6813
  "endpoints" : {
6798
6814
  "fips-us-gov-east-1" : {
@@ -7021,6 +7037,16 @@
7021
7037
  "us-gov-west-1" : { }
7022
7038
  }
7023
7039
  },
7040
+ "docdb" : {
7041
+ "endpoints" : {
7042
+ "us-gov-west-1" : {
7043
+ "credentialScope" : {
7044
+ "region" : "us-gov-west-1"
7045
+ },
7046
+ "hostname" : "rds.us-gov-west-1.amazonaws.com"
7047
+ }
7048
+ }
7049
+ },
7024
7050
  "ds" : {
7025
7051
  "endpoints" : {
7026
7052
  "fips-us-gov-east-1" : {
@@ -7387,6 +7413,12 @@
7387
7413
  "us-gov-west-1" : { }
7388
7414
  }
7389
7415
  },
7416
+ "kinesisanalytics" : {
7417
+ "endpoints" : {
7418
+ "us-gov-east-1" : { },
7419
+ "us-gov-west-1" : { }
7420
+ }
7421
+ },
7390
7422
  "kms" : {
7391
7423
  "endpoints" : {
7392
7424
  "ProdFips" : {