aws-sdk-core 2.11.438 → 2.11.439

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: '090070536e5af229a63e80ae3d2143d0220cdffc'
4
- data.tar.gz: 3278c074346ab77d3cf5d0347c44a436746b5155
3
+ metadata.gz: 8cb7291b1cc0dfc81f2ccdfb15d182de91255775
4
+ data.tar.gz: 4fdb13600e09a7caccb8a5c6beb2ce713bac56ba
5
5
  SHA512:
6
- metadata.gz: 0ee181efdf53d4efabd9938c17afffa62a42d3fb028e8083f56f8fef040419b9a6f9cf82bb45d50d238af6022b6fc6d8fcb9f6a9c65a8322bf7a141822db558e
7
- data.tar.gz: 7f92b5ff1190f64861082fa18f4dd585f1ca1a5c147ba401f0071f2786edb5e8d574e90a3786749a290597561c6ec7655922fd117ce7e304ba0ddc7074a26b1e
6
+ metadata.gz: 944499166b84acacb549b169541e1e0292bc289321646a33490dd197c0b5e973458b05e69936f141e478dd011c2b8a956ec42f617a0d715aea27dec8bf9fb282
7
+ data.tar.gz: ba526121b360057a98bc388d4668319825b1ec37f3b42b10b11cad12dd5b469f222e621d8c22b363f37eef5c88778effdb63c50c01772a03e7a844077a3e8399
@@ -961,7 +961,8 @@
961
961
  "userPoolConfig":{"shape":"UserPoolConfig"},
962
962
  "openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
963
963
  "tags":{"shape":"TagMap"},
964
- "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
964
+ "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
965
+ "xrayEnabled":{"shape":"Boolean"}
965
966
  }
966
967
  },
967
968
  "CreateGraphqlApiResponse":{
@@ -1517,7 +1518,8 @@
1517
1518
  "arn":{"shape":"String"},
1518
1519
  "uris":{"shape":"MapOfStringToString"},
1519
1520
  "tags":{"shape":"TagMap"},
1520
- "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
1521
+ "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
1522
+ "xrayEnabled":{"shape":"Boolean"}
1521
1523
  }
1522
1524
  },
1523
1525
  "GraphqlApis":{
@@ -2191,7 +2193,8 @@
2191
2193
  "authenticationType":{"shape":"AuthenticationType"},
2192
2194
  "userPoolConfig":{"shape":"UserPoolConfig"},
2193
2195
  "openIDConnectConfig":{"shape":"OpenIDConnectConfig"},
2194
- "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"}
2196
+ "additionalAuthenticationProviders":{"shape":"AdditionalAuthenticationProviders"},
2197
+ "xrayEnabled":{"shape":"Boolean"}
2195
2198
  }
2196
2199
  },
2197
2200
  "UpdateGraphqlApiResponse":{
@@ -579,7 +579,8 @@
579
579
  "networkInterface":{"shape":"NetworkInterface"},
580
580
  "encryptionKey":{"shape":"NonEmptyString"},
581
581
  "exportedEnvironmentVariables":{"shape":"ExportedEnvironmentVariables"},
582
- "reportArns":{"shape":"BuildReportArns"}
582
+ "reportArns":{"shape":"BuildReportArns"},
583
+ "fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
583
584
  }
584
585
  },
585
586
  "BuildArtifacts":{
@@ -716,7 +717,8 @@
716
717
  "tags":{"shape":"TagList"},
717
718
  "vpcConfig":{"shape":"VpcConfig"},
718
719
  "badgeEnabled":{"shape":"WrapperBoolean"},
719
- "logsConfig":{"shape":"LogsConfig"}
720
+ "logsConfig":{"shape":"LogsConfig"},
721
+ "fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
720
722
  }
721
723
  },
722
724
  "CreateProjectOutput":{
@@ -931,6 +933,10 @@
931
933
  "type":"list",
932
934
  "member":{"shape":"ExportedEnvironmentVariable"}
933
935
  },
936
+ "FileSystemType":{
937
+ "type":"string",
938
+ "enum":["EFS"]
939
+ },
934
940
  "FilterGroup":{
935
941
  "type":"list",
936
942
  "member":{"shape":"WebhookFilter"}
@@ -1276,7 +1282,8 @@
1276
1282
  "webhook":{"shape":"Webhook"},
1277
1283
  "vpcConfig":{"shape":"VpcConfig"},
1278
1284
  "badge":{"shape":"ProjectBadge"},
1279
- "logsConfig":{"shape":"LogsConfig"}
1285
+ "logsConfig":{"shape":"LogsConfig"},
1286
+ "fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
1280
1287
  }
1281
1288
  },
1282
1289
  "ProjectArns":{
@@ -1349,6 +1356,20 @@
1349
1356
  "imagePullCredentialsType":{"shape":"ImagePullCredentialsType"}
1350
1357
  }
1351
1358
  },
1359
+ "ProjectFileSystemLocation":{
1360
+ "type":"structure",
1361
+ "members":{
1362
+ "type":{"shape":"FileSystemType"},
1363
+ "location":{"shape":"String"},
1364
+ "mountPoint":{"shape":"String"},
1365
+ "identifier":{"shape":"String"},
1366
+ "mountOptions":{"shape":"String"}
1367
+ }
1368
+ },
1369
+ "ProjectFileSystemLocations":{
1370
+ "type":"list",
1371
+ "member":{"shape":"ProjectFileSystemLocation"}
1372
+ },
1352
1373
  "ProjectName":{
1353
1374
  "type":"string",
1354
1375
  "max":255,
@@ -1795,7 +1816,8 @@
1795
1816
  "tags":{"shape":"TagList"},
1796
1817
  "vpcConfig":{"shape":"VpcConfig"},
1797
1818
  "badgeEnabled":{"shape":"WrapperBoolean"},
1798
- "logsConfig":{"shape":"LogsConfig"}
1819
+ "logsConfig":{"shape":"LogsConfig"},
1820
+ "fileSystemLocations":{"shape":"ProjectFileSystemLocations"}
1799
1821
  }
1800
1822
  },
1801
1823
  "UpdateProjectOutput":{
@@ -15856,6 +15856,14 @@
15856
15856
  "shape":"PlatformValues",
15857
15857
  "locationName":"platform"
15858
15858
  },
15859
+ "PlatformDetails":{
15860
+ "shape":"String",
15861
+ "locationName":"platformDetails"
15862
+ },
15863
+ "UsageOperation":{
15864
+ "shape":"String",
15865
+ "locationName":"usageOperation"
15866
+ },
15859
15867
  "ProductCodes":{
15860
15868
  "shape":"ProductCodeList",
15861
15869
  "locationName":"productCodes"
@@ -887,7 +887,9 @@
887
887
  "createdDate":{"shape":"Timestamp"},
888
888
  "version":{"shape":"Version"},
889
889
  "checksum":{"shape":"String"},
890
- "valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"}
890
+ "valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"},
891
+ "parentSlotTypeSignature":{"shape":"CustomOrBuiltinSlotTypeName"},
892
+ "slotTypeConfigurations":{"shape":"SlotTypeConfigurations"}
891
893
  }
892
894
  },
893
895
  "CustomOrBuiltinSlotTypeName":{
@@ -1073,7 +1075,7 @@
1073
1075
  "type":"list",
1074
1076
  "member":{"shape":"EnumerationValue"},
1075
1077
  "max":10000,
1076
- "min":1
1078
+ "min":0
1077
1079
  },
1078
1080
  "ExportStatus":{
1079
1081
  "type":"string",
@@ -1628,7 +1630,9 @@
1628
1630
  "createdDate":{"shape":"Timestamp"},
1629
1631
  "version":{"shape":"Version"},
1630
1632
  "checksum":{"shape":"String"},
1631
- "valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"}
1633
+ "valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"},
1634
+ "parentSlotTypeSignature":{"shape":"CustomOrBuiltinSlotTypeName"},
1635
+ "slotTypeConfigurations":{"shape":"SlotTypeConfigurations"}
1632
1636
  }
1633
1637
  },
1634
1638
  "GetSlotTypeVersionsRequest":{
@@ -2116,7 +2120,9 @@
2116
2120
  "enumerationValues":{"shape":"EnumerationValues"},
2117
2121
  "checksum":{"shape":"String"},
2118
2122
  "valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"},
2119
- "createVersion":{"shape":"Boolean"}
2123
+ "createVersion":{"shape":"Boolean"},
2124
+ "parentSlotTypeSignature":{"shape":"CustomOrBuiltinSlotTypeName"},
2125
+ "slotTypeConfigurations":{"shape":"SlotTypeConfigurations"}
2120
2126
  }
2121
2127
  },
2122
2128
  "PutSlotTypeResponse":{
@@ -2130,7 +2136,9 @@
2130
2136
  "version":{"shape":"Version"},
2131
2137
  "checksum":{"shape":"String"},
2132
2138
  "valueSelectionStrategy":{"shape":"SlotValueSelectionStrategy"},
2133
- "createVersion":{"shape":"Boolean"}
2139
+ "createVersion":{"shape":"Boolean"},
2140
+ "parentSlotTypeSignature":{"shape":"CustomOrBuiltinSlotTypeName"},
2141
+ "slotTypeConfigurations":{"shape":"SlotTypeConfigurations"}
2134
2142
  }
2135
2143
  },
2136
2144
  "ReferenceType":{
@@ -2142,6 +2150,11 @@
2142
2150
  "BotChannel"
2143
2151
  ]
2144
2152
  },
2153
+ "RegexPattern":{
2154
+ "type":"string",
2155
+ "max":100,
2156
+ "min":1
2157
+ },
2145
2158
  "ResourceArn":{
2146
2159
  "type":"string",
2147
2160
  "max":2048,
@@ -2224,6 +2237,18 @@
2224
2237
  "min":1,
2225
2238
  "pattern":"^([A-Za-z](-|_|.)?)+$"
2226
2239
  },
2240
+ "SlotTypeConfiguration":{
2241
+ "type":"structure",
2242
+ "members":{
2243
+ "regexConfiguration":{"shape":"SlotTypeRegexConfiguration"}
2244
+ }
2245
+ },
2246
+ "SlotTypeConfigurations":{
2247
+ "type":"list",
2248
+ "member":{"shape":"SlotTypeConfiguration"},
2249
+ "max":10,
2250
+ "min":0
2251
+ },
2227
2252
  "SlotTypeMetadata":{
2228
2253
  "type":"structure",
2229
2254
  "members":{
@@ -2244,6 +2269,13 @@
2244
2269
  "min":1,
2245
2270
  "pattern":"^([A-Za-z]_?)+$"
2246
2271
  },
2272
+ "SlotTypeRegexConfiguration":{
2273
+ "type":"structure",
2274
+ "required":["pattern"],
2275
+ "members":{
2276
+ "pattern":{"shape":"RegexPattern"}
2277
+ }
2278
+ },
2247
2279
  "SlotUtteranceList":{
2248
2280
  "type":"list",
2249
2281
  "member":{"shape":"Utterance"},
@@ -364,7 +364,7 @@
364
364
  "maxAttempts": 1,
365
365
  "messages": [
366
366
  {
367
- "content": "I'm sorry, I didn't hear that. Can you repeate what you just said?",
367
+ "content": "I'm sorry, I didn't hear that. Can you repeat what you just said?",
368
368
  "contentType": "PlainText"
369
369
  },
370
370
  {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.438'
2
+ VERSION = '2.11.439'
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.438
4
+ version: 2.11.439
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-02-05 00:00:00.000000000 Z
11
+ date: 2020-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath