aws-sdk-core 2.11.494 → 2.11.495

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: 629f68d254a1c9747d9d34e6cc5b2434ac2f623b0b6a7df5838b0857887a048c
4
- data.tar.gz: c004538df00dd5a71fd6925627fd50db82d67bd684b3e2e9da85c953c73e4932
3
+ metadata.gz: 6d47642e2303a51562de16e6ad55255dca9486adf765e320ece77d089234862a
4
+ data.tar.gz: 5eaa31a1638c6460cda930eb91f5d039fdd35c256a6fe10a54389845196feb0d
5
5
  SHA512:
6
- metadata.gz: f5e5ccf230a699184ac08f6cafae2f862c54e8b335fcb8ae825986d3481dc05e3bcefd2acdd0dae51b54aef64bf9a8084ce2f801001df78d81b98b8b04cece2e
7
- data.tar.gz: 64003ddfc9bb115c8b4c241be0dca8219f1c3e2e5a603482bdb3e3532b65650acf309d3d13545e7ae542bbbe622172b94f1d6393c1b94bb6e9f93f041c9944ae
6
+ metadata.gz: 62ff5d15149ecaa8d06fdbd9496ebe1b40a2827bc7b78bb6c240359c8a65986cc0d502f5390436298059d963b7bb6648d7dba66b883b0cbb492f387a48730870
7
+ data.tar.gz: 2b1956dfa209fb0723883756e23afb8634cb05ac6ff611e20803c53aa600aad456fba2636a9224e924857e4e99124ec41967767ae0ecba406d1fad8f63142914
@@ -589,6 +589,7 @@
589
589
  "resource":{"shape":"String"},
590
590
  "resourceOwnerAccount":{"shape":"String"},
591
591
  "resourceType":{"shape":"ResourceType"},
592
+ "sources":{"shape":"FindingSourceList"},
592
593
  "status":{"shape":"FindingStatus"},
593
594
  "updatedAt":{"shape":"Timestamp"}
594
595
  }
@@ -598,6 +599,32 @@
598
599
  "type":"list",
599
600
  "member":{"shape":"FindingId"}
600
601
  },
602
+ "FindingSource":{
603
+ "type":"structure",
604
+ "required":["type"],
605
+ "members":{
606
+ "detail":{"shape":"FindingSourceDetail"},
607
+ "type":{"shape":"FindingSourceType"}
608
+ }
609
+ },
610
+ "FindingSourceDetail":{
611
+ "type":"structure",
612
+ "members":{
613
+ "accessPointArn":{"shape":"String"}
614
+ }
615
+ },
616
+ "FindingSourceList":{
617
+ "type":"list",
618
+ "member":{"shape":"FindingSource"}
619
+ },
620
+ "FindingSourceType":{
621
+ "type":"string",
622
+ "enum":[
623
+ "BUCKET_ACL",
624
+ "POLICY",
625
+ "S3_ACCESS_POINT"
626
+ ]
627
+ },
601
628
  "FindingStatus":{
602
629
  "type":"string",
603
630
  "enum":[
@@ -637,6 +664,7 @@
637
664
  "resource":{"shape":"String"},
638
665
  "resourceOwnerAccount":{"shape":"String"},
639
666
  "resourceType":{"shape":"ResourceType"},
667
+ "sources":{"shape":"FindingSourceList"},
640
668
  "status":{"shape":"FindingStatus"},
641
669
  "updatedAt":{"shape":"Timestamp"}
642
670
  }
@@ -1107,6 +1107,9 @@
1107
1107
  "DataSetId": {
1108
1108
  "shape": "Id"
1109
1109
  },
1110
+ "Encryption": {
1111
+ "shape": "ExportServerSideEncryption"
1112
+ },
1110
1113
  "RevisionId": {
1111
1114
  "shape": "Id"
1112
1115
  }
@@ -1126,6 +1129,9 @@
1126
1129
  "DataSetId": {
1127
1130
  "shape": "Id"
1128
1131
  },
1132
+ "Encryption": {
1133
+ "shape": "ExportServerSideEncryption"
1134
+ },
1129
1135
  "RevisionId": {
1130
1136
  "shape": "Id"
1131
1137
  }
@@ -1136,6 +1142,21 @@
1136
1142
  "RevisionId"
1137
1143
  ]
1138
1144
  },
1145
+ "ExportServerSideEncryption": {
1146
+ "type": "structure",
1147
+ "members": {
1148
+ "KmsKeyArn": {
1149
+ "shape": "__string"
1150
+ },
1151
+ "Type": {
1152
+ "shape": "ServerSideEncryptionTypes"
1153
+ }
1154
+ },
1155
+ "required": [
1156
+ "Type",
1157
+ "KmsKeyArn"
1158
+ ]
1159
+ },
1139
1160
  "GetAssetRequest": {
1140
1161
  "type": "structure",
1141
1162
  "members": {
@@ -1872,6 +1893,13 @@
1872
1893
  "Size"
1873
1894
  ]
1874
1895
  },
1896
+ "ServerSideEncryptionTypes": {
1897
+ "type": "string",
1898
+ "enum": [
1899
+ "aws:kms",
1900
+ "AES256"
1901
+ ]
1902
+ },
1875
1903
  "ServiceLimitExceededException": {
1876
1904
  "type": "structure",
1877
1905
  "members": {
@@ -2239,25 +2267,7 @@
2239
2267
  "type": "string",
2240
2268
  "min": 24,
2241
2269
  "max": 24,
2242
- "pattern": "/^(?:[A-Za-z0-9+\\/]{4})*(?:[A-Za-z0-9+\\/]{2}==|[A-Za-z0-9+\\/]{3}=)?$/"
2243
- }
2244
- },
2245
- "authorizers": {
2246
- "create_job_authorizer": {
2247
- "name": "create_job_authorizer",
2248
- "type": "provided",
2249
- "placement": {
2250
- "location": "header",
2251
- "name": "Authorization"
2252
- }
2253
- },
2254
- "start_cancel_get_job_authorizer": {
2255
- "name": "start_cancel_get_job_authorizer",
2256
- "type": "provided",
2257
- "placement": {
2258
- "location": "header",
2259
- "name": "Authorization"
2260
- }
2270
+ "pattern": "/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/"
2261
2271
  }
2262
2272
  }
2263
2273
  }
@@ -801,6 +801,7 @@
801
801
  "KinesisSettings":{"shape":"KinesisSettings"},
802
802
  "KafkaSettings":{"shape":"KafkaSettings"},
803
803
  "ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
804
+ "NeptuneSettings":{"shape":"NeptuneSettings"},
804
805
  "RedshiftSettings":{"shape":"RedshiftSettings"}
805
806
  }
806
807
  },
@@ -902,7 +903,8 @@
902
903
  "CdcStartTime":{"shape":"TStamp"},
903
904
  "CdcStartPosition":{"shape":"String"},
904
905
  "CdcStopPosition":{"shape":"String"},
905
- "Tags":{"shape":"TagList"}
906
+ "Tags":{"shape":"TagList"},
907
+ "TaskData":{"shape":"String"}
906
908
  }
907
909
  },
908
910
  "CreateReplicationTaskResponse":{
@@ -1368,6 +1370,7 @@
1368
1370
  "KinesisSettings":{"shape":"KinesisSettings"},
1369
1371
  "KafkaSettings":{"shape":"KafkaSettings"},
1370
1372
  "ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
1373
+ "NeptuneSettings":{"shape":"NeptuneSettings"},
1371
1374
  "RedshiftSettings":{"shape":"RedshiftSettings"}
1372
1375
  }
1373
1376
  },
@@ -1608,6 +1611,7 @@
1608
1611
  "KinesisSettings":{"shape":"KinesisSettings"},
1609
1612
  "KafkaSettings":{"shape":"KafkaSettings"},
1610
1613
  "ElasticsearchSettings":{"shape":"ElasticsearchSettings"},
1614
+ "NeptuneSettings":{"shape":"NeptuneSettings"},
1611
1615
  "RedshiftSettings":{"shape":"RedshiftSettings"}
1612
1616
  }
1613
1617
  },
@@ -1686,7 +1690,8 @@
1686
1690
  "ReplicationTaskSettings":{"shape":"String"},
1687
1691
  "CdcStartTime":{"shape":"TStamp"},
1688
1692
  "CdcStartPosition":{"shape":"String"},
1689
- "CdcStopPosition":{"shape":"String"}
1693
+ "CdcStopPosition":{"shape":"String"},
1694
+ "TaskData":{"shape":"String"}
1690
1695
  }
1691
1696
  },
1692
1697
  "ModifyReplicationTaskResponse":{
@@ -1712,6 +1717,22 @@
1712
1717
  "KmsKeyId":{"shape":"String"}
1713
1718
  }
1714
1719
  },
1720
+ "NeptuneSettings":{
1721
+ "type":"structure",
1722
+ "required":[
1723
+ "S3BucketName",
1724
+ "S3BucketFolder"
1725
+ ],
1726
+ "members":{
1727
+ "ServiceAccessRoleArn":{"shape":"String"},
1728
+ "S3BucketName":{"shape":"String"},
1729
+ "S3BucketFolder":{"shape":"String"},
1730
+ "ErrorRetryDuration":{"shape":"IntegerOptional"},
1731
+ "MaxFileSize":{"shape":"IntegerOptional"},
1732
+ "MaxRetryCount":{"shape":"IntegerOptional"},
1733
+ "IamAuthEnabled":{"shape":"BooleanOptional"}
1734
+ }
1735
+ },
1715
1736
  "NestingLevelValue":{
1716
1737
  "type":"string",
1717
1738
  "enum":[
@@ -2001,7 +2022,8 @@
2001
2022
  "CdcStopPosition":{"shape":"String"},
2002
2023
  "RecoveryCheckpoint":{"shape":"String"},
2003
2024
  "ReplicationTaskArn":{"shape":"String"},
2004
- "ReplicationTaskStats":{"shape":"ReplicationTaskStats"}
2025
+ "ReplicationTaskStats":{"shape":"ReplicationTaskStats"},
2026
+ "TaskData":{"shape":"String"}
2005
2027
  }
2006
2028
  },
2007
2029
  "ReplicationTaskAssessmentResult":{
@@ -2217,6 +2239,7 @@
2217
2239
  "EngineName":{"shape":"String"},
2218
2240
  "SupportsCDC":{"shape":"Boolean"},
2219
2241
  "EndpointType":{"shape":"ReplicationEndpointTypeValue"},
2242
+ "ReplicationInstanceEngineMinimumVersion":{"shape":"String"},
2220
2243
  "EngineDisplayName":{"shape":"String"}
2221
2244
  }
2222
2245
  },
@@ -4433,11 +4433,6 @@
4433
4433
  "min":1,
4434
4434
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*$"
4435
4435
  },
4436
- "EnvironmentArn":{
4437
- "type":"string",
4438
- "max":256,
4439
- "pattern":"^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:environment/[a-z0-9]([-.]?[a-z0-9])*$"
4440
- },
4441
4436
  "EnvironmentKey":{
4442
4437
  "type":"string",
4443
4438
  "max":1024,
@@ -7590,7 +7585,7 @@
7590
7585
  "ResourceSpec":{
7591
7586
  "type":"structure",
7592
7587
  "members":{
7593
- "EnvironmentArn":{"shape":"EnvironmentArn"},
7588
+ "SageMakerImageArn":{"shape":"SageMakerImageArn"},
7594
7589
  "InstanceType":{"shape":"AppInstanceType"}
7595
7590
  }
7596
7591
  },
@@ -7695,6 +7690,11 @@
7695
7690
  "max":1024,
7696
7691
  "pattern":"^(https|s3)://([^/]+)/?(.*)$"
7697
7692
  },
7693
+ "SageMakerImageArn":{
7694
+ "type":"string",
7695
+ "max":256,
7696
+ "pattern":"^arn:aws(-[\\w]+)*:sagemaker:.+:[0-9]{12}:image/[a-z0-9]([-.]?[a-z0-9])*$"
7697
+ },
7698
7698
  "SamplingPercentage":{
7699
7699
  "type":"integer",
7700
7700
  "max":100,
@@ -5724,6 +5724,12 @@
5724
5724
  "cn-northwest-1" : { }
5725
5725
  }
5726
5726
  },
5727
+ "codecommit" : {
5728
+ "endpoints" : {
5729
+ "cn-north-1" : { },
5730
+ "cn-northwest-1" : { }
5731
+ }
5732
+ },
5727
5733
  "codedeploy" : {
5728
5734
  "endpoints" : {
5729
5735
  "cn-north-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.494'
2
+ VERSION = '2.11.495'
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.494
4
+ version: 2.11.495
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-04-24 00:00:00.000000000 Z
11
+ date: 2020-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath