aws-sdk-core 2.11.611 → 2.11.612
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/apis/appflow/2020-08-23/api-2.json +50 -6
- data/apis/sns/2010-03-31/api-2.json +5 -2
- data/endpoints.json +16 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 23111aa2c399bf4e6f1e22e2e545a301199ba4b257bc73401688812c9624f3fa
|
4
|
+
data.tar.gz: c2c09a5dfbd3027988dafb9dd6822f7ed8d9c0450139ac4f2c1014308a81754e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d7c3fb4745ec586a29b70a620d418085cb69f640b3b567e07a30c556948cedf10c7769f5b07a03eb079d37af17dc32d271e007c2a1b49391074625ca8b6fd04
|
7
|
+
data.tar.gz: 613afee01505f10735401d07984bfb87faf957ae54d1544ab296966e1e5c69d896eeee7f403a15791eba7e923df17f893d5b0ec85a0fee5780a31dd9b912a9de
|
@@ -385,6 +385,13 @@
|
|
385
385
|
"max":512,
|
386
386
|
"pattern":".*"
|
387
387
|
},
|
388
|
+
"ClientCredentialsArn":{
|
389
|
+
"type":"string",
|
390
|
+
"max":2048,
|
391
|
+
"min":20,
|
392
|
+
"pattern":"arn:aws:secretsmanager:.*:[0-9]+:.*",
|
393
|
+
"sensitive":true
|
394
|
+
},
|
388
395
|
"ClientId":{
|
389
396
|
"type":"string",
|
390
397
|
"max":512,
|
@@ -756,6 +763,11 @@
|
|
756
763
|
}
|
757
764
|
},
|
758
765
|
"Date":{"type":"timestamp"},
|
766
|
+
"DatetimeTypeFieldName":{
|
767
|
+
"type":"string",
|
768
|
+
"max":256,
|
769
|
+
"pattern":".*"
|
770
|
+
},
|
759
771
|
"DeleteConnectorProfileRequest":{
|
760
772
|
"type":"structure",
|
761
773
|
"required":["connectorProfileName"],
|
@@ -897,7 +909,9 @@
|
|
897
909
|
"members":{
|
898
910
|
"isCreatable":{"shape":"Boolean"},
|
899
911
|
"isNullable":{"shape":"Boolean"},
|
900
|
-
"isUpsertable":{"shape":"Boolean"}
|
912
|
+
"isUpsertable":{"shape":"Boolean"},
|
913
|
+
"isUpdatable":{"shape":"Boolean"},
|
914
|
+
"supportedWriteOperations":{"shape":"SupportedWriteOperationList"}
|
901
915
|
}
|
902
916
|
},
|
903
917
|
"DestinationFlowConfig":{
|
@@ -1171,11 +1185,23 @@
|
|
1171
1185
|
"max":128,
|
1172
1186
|
"pattern":"\\S+"
|
1173
1187
|
},
|
1188
|
+
"IdFieldNameList":{
|
1189
|
+
"type":"list",
|
1190
|
+
"member":{"shape":"Name"},
|
1191
|
+
"max":1,
|
1192
|
+
"min":0
|
1193
|
+
},
|
1174
1194
|
"Identifier":{
|
1175
1195
|
"type":"string",
|
1176
1196
|
"max":128,
|
1177
1197
|
"pattern":"\\S+"
|
1178
1198
|
},
|
1199
|
+
"IncrementalPullConfig":{
|
1200
|
+
"type":"structure",
|
1201
|
+
"members":{
|
1202
|
+
"datetimeTypeFieldName":{"shape":"DatetimeTypeFieldName"}
|
1203
|
+
}
|
1204
|
+
},
|
1179
1205
|
"InforNexusConnectorOperator":{
|
1180
1206
|
"type":"string",
|
1181
1207
|
"enum":[
|
@@ -1640,7 +1666,8 @@
|
|
1640
1666
|
"members":{
|
1641
1667
|
"accessToken":{"shape":"AccessToken"},
|
1642
1668
|
"refreshToken":{"shape":"RefreshToken"},
|
1643
|
-
"oAuthRequest":{"shape":"ConnectorOAuthRequest"}
|
1669
|
+
"oAuthRequest":{"shape":"ConnectorOAuthRequest"},
|
1670
|
+
"clientCredentialsArn":{"shape":"ClientCredentialsArn"}
|
1644
1671
|
}
|
1645
1672
|
},
|
1646
1673
|
"SalesforceConnectorProfileProperties":{
|
@@ -1655,7 +1682,9 @@
|
|
1655
1682
|
"required":["object"],
|
1656
1683
|
"members":{
|
1657
1684
|
"object":{"shape":"Object"},
|
1658
|
-
"
|
1685
|
+
"idFieldNames":{"shape":"IdFieldNameList"},
|
1686
|
+
"errorHandlingConfig":{"shape":"ErrorHandlingConfig"},
|
1687
|
+
"writeOperationType":{"shape":"WriteOperationType"}
|
1659
1688
|
}
|
1660
1689
|
},
|
1661
1690
|
"SalesforceMetadata":{
|
@@ -1960,7 +1989,8 @@
|
|
1960
1989
|
"members":{
|
1961
1990
|
"connectorType":{"shape":"ConnectorType"},
|
1962
1991
|
"connectorProfileName":{"shape":"ConnectorProfileName"},
|
1963
|
-
"sourceConnectorProperties":{"shape":"SourceConnectorProperties"}
|
1992
|
+
"sourceConnectorProperties":{"shape":"SourceConnectorProperties"},
|
1993
|
+
"incrementalPullConfig":{"shape":"IncrementalPullConfig"}
|
1964
1994
|
}
|
1965
1995
|
},
|
1966
1996
|
"Stage":{
|
@@ -1979,7 +2009,8 @@
|
|
1979
2009
|
"type":"structure",
|
1980
2010
|
"members":{
|
1981
2011
|
"flowArn":{"shape":"FlowArn"},
|
1982
|
-
"flowStatus":{"shape":"FlowStatus"}
|
2012
|
+
"flowStatus":{"shape":"FlowStatus"},
|
2013
|
+
"executionId":{"shape":"ExecutionId"}
|
1983
2014
|
}
|
1984
2015
|
},
|
1985
2016
|
"StopFlowRequest":{
|
@@ -2012,6 +2043,10 @@
|
|
2012
2043
|
"type":"list",
|
2013
2044
|
"member":{"shape":"Value"}
|
2014
2045
|
},
|
2046
|
+
"SupportedWriteOperationList":{
|
2047
|
+
"type":"list",
|
2048
|
+
"member":{"shape":"WriteOperationType"}
|
2049
|
+
},
|
2015
2050
|
"TagKey":{
|
2016
2051
|
"type":"string",
|
2017
2052
|
"max":128,
|
@@ -2093,7 +2128,8 @@
|
|
2093
2128
|
},
|
2094
2129
|
"Timezone":{
|
2095
2130
|
"type":"string",
|
2096
|
-
"max":256
|
2131
|
+
"max":256,
|
2132
|
+
"pattern":".*"
|
2097
2133
|
},
|
2098
2134
|
"TrendmicroConnectorOperator":{
|
2099
2135
|
"type":"string",
|
@@ -2322,6 +2358,14 @@
|
|
2322
2358
|
"max":512,
|
2323
2359
|
"pattern":"[\\s\\w/!@#+=.-]*"
|
2324
2360
|
},
|
2361
|
+
"WriteOperationType":{
|
2362
|
+
"type":"string",
|
2363
|
+
"enum":[
|
2364
|
+
"INSERT",
|
2365
|
+
"UPSERT",
|
2366
|
+
"UPDATE"
|
2367
|
+
]
|
2368
|
+
},
|
2325
2369
|
"ZendeskConnectorOperator":{
|
2326
2370
|
"type":"string",
|
2327
2371
|
"enum":[
|
@@ -1159,13 +1159,16 @@
|
|
1159
1159
|
"Message":{"shape":"message"},
|
1160
1160
|
"Subject":{"shape":"subject"},
|
1161
1161
|
"MessageStructure":{"shape":"messageStructure"},
|
1162
|
-
"MessageAttributes":{"shape":"MessageAttributeMap"}
|
1162
|
+
"MessageAttributes":{"shape":"MessageAttributeMap"},
|
1163
|
+
"MessageDeduplicationId":{"shape":"String"},
|
1164
|
+
"MessageGroupId":{"shape":"String"}
|
1163
1165
|
}
|
1164
1166
|
},
|
1165
1167
|
"PublishResponse":{
|
1166
1168
|
"type":"structure",
|
1167
1169
|
"members":{
|
1168
|
-
"MessageId":{"shape":"messageId"}
|
1170
|
+
"MessageId":{"shape":"messageId"},
|
1171
|
+
"SequenceNumber":{"shape":"String"}
|
1169
1172
|
}
|
1170
1173
|
},
|
1171
1174
|
"RemovePermissionInput":{
|
data/endpoints.json
CHANGED
@@ -614,6 +614,7 @@
|
|
614
614
|
"ca-central-1" : { },
|
615
615
|
"eu-central-1" : { },
|
616
616
|
"eu-north-1" : { },
|
617
|
+
"eu-south-1" : { },
|
617
618
|
"eu-west-1" : { },
|
618
619
|
"eu-west-2" : { },
|
619
620
|
"eu-west-3" : { },
|
@@ -748,6 +749,7 @@
|
|
748
749
|
},
|
749
750
|
"backup" : {
|
750
751
|
"endpoints" : {
|
752
|
+
"af-south-1" : { },
|
751
753
|
"ap-east-1" : { },
|
752
754
|
"ap-northeast-1" : { },
|
753
755
|
"ap-northeast-2" : { },
|
@@ -757,6 +759,7 @@
|
|
757
759
|
"ca-central-1" : { },
|
758
760
|
"eu-central-1" : { },
|
759
761
|
"eu-north-1" : { },
|
762
|
+
"eu-south-1" : { },
|
760
763
|
"eu-west-1" : { },
|
761
764
|
"eu-west-2" : { },
|
762
765
|
"eu-west-3" : { },
|
@@ -3296,6 +3299,7 @@
|
|
3296
3299
|
"sa-east-1" : { },
|
3297
3300
|
"us-east-1" : { },
|
3298
3301
|
"us-east-2" : { },
|
3302
|
+
"us-west-1" : { },
|
3299
3303
|
"us-west-2" : { }
|
3300
3304
|
}
|
3301
3305
|
},
|
@@ -6725,6 +6729,12 @@
|
|
6725
6729
|
"cn-northwest-1" : { }
|
6726
6730
|
}
|
6727
6731
|
},
|
6732
|
+
"fsx" : {
|
6733
|
+
"endpoints" : {
|
6734
|
+
"cn-north-1" : { },
|
6735
|
+
"cn-northwest-1" : { }
|
6736
|
+
}
|
6737
|
+
},
|
6728
6738
|
"gamelift" : {
|
6729
6739
|
"endpoints" : {
|
6730
6740
|
"cn-north-1" : { }
|
@@ -6982,6 +6992,12 @@
|
|
6982
6992
|
"cn-northwest-1" : { }
|
6983
6993
|
}
|
6984
6994
|
},
|
6995
|
+
"securityhub" : {
|
6996
|
+
"endpoints" : {
|
6997
|
+
"cn-north-1" : { },
|
6998
|
+
"cn-northwest-1" : { }
|
6999
|
+
}
|
7000
|
+
},
|
6985
7001
|
"serverlessrepo" : {
|
6986
7002
|
"defaults" : {
|
6987
7003
|
"protocols" : [ "https" ]
|
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.612
|
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-10-
|
11
|
+
date: 2020-10-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|