aws-sdk-core 2.11.375 → 2.11.376

Sign up to get free protection for your applications and to get access to all the features.
@@ -69,6 +69,8 @@
69
69
  "disbursed_amount_by_customer_geo",
70
70
  "disbursed_amount_by_age_of_uncollected_funds",
71
71
  "disbursed_amount_by_age_of_disbursed_funds",
72
+ "disbursed_amount_by_age_of_past_due_funds",
73
+ "disbursed_amount_by_uncollected_funds_breakdown",
72
74
  "customer_profile_by_industry",
73
75
  "customer_profile_by_revenue",
74
76
  "customer_profile_by_geography",
@@ -1228,7 +1228,8 @@
1228
1228
  "EnvironmentVariableValue":{
1229
1229
  "type":"string",
1230
1230
  "max":1024,
1231
- "min":1
1231
+ "min":1,
1232
+ "pattern":".*"
1232
1233
  },
1233
1234
  "FailureBehavior":{
1234
1235
  "type":"string",
@@ -1284,7 +1285,8 @@
1284
1285
  "Id":{
1285
1286
  "type":"string",
1286
1287
  "max":1224,
1287
- "min":1
1288
+ "min":1,
1289
+ "pattern":".*"
1288
1290
  },
1289
1291
  "IdempotentParameterMismatchException":{
1290
1292
  "type":"structure",
@@ -1491,7 +1493,8 @@
1491
1493
  "Path":{
1492
1494
  "type":"string",
1493
1495
  "max":1024,
1494
- "min":1
1496
+ "min":1,
1497
+ "pattern":".*"
1495
1498
  },
1496
1499
  "PercentDone":{
1497
1500
  "type":"float",
@@ -1696,13 +1699,17 @@
1696
1699
  },
1697
1700
  "RobotSoftwareSuiteType":{
1698
1701
  "type":"string",
1699
- "enum":["ROS"]
1702
+ "enum":[
1703
+ "ROS",
1704
+ "ROS2"
1705
+ ]
1700
1706
  },
1701
1707
  "RobotSoftwareSuiteVersionType":{
1702
1708
  "type":"string",
1703
1709
  "enum":[
1704
1710
  "Kinetic",
1705
- "Melodic"
1711
+ "Melodic",
1712
+ "Dashing"
1706
1713
  ]
1707
1714
  },
1708
1715
  "RobotStatus":{
@@ -1912,7 +1919,7 @@
1912
1919
  },
1913
1920
  "SimulationSoftwareSuiteVersionType":{
1914
1921
  "type":"string",
1915
- "pattern":"7|9|Kinetic|Melodic"
1922
+ "pattern":"7|9|Kinetic|Melodic|Dashing"
1916
1923
  },
1917
1924
  "SimulationTimeMillis":{"type":"long"},
1918
1925
  "Source":{
@@ -1121,6 +1121,12 @@
1121
1121
  },
1122
1122
  "hostname" : "rds.ap-northeast-2.amazonaws.com"
1123
1123
  },
1124
+ "ap-southeast-1" : {
1125
+ "credentialScope" : {
1126
+ "region" : "ap-southeast-1"
1127
+ },
1128
+ "hostname" : "rds.ap-southeast-1.amazonaws.com"
1129
+ },
1124
1130
  "ap-southeast-2" : {
1125
1131
  "credentialScope" : {
1126
1132
  "region" : "ap-southeast-2"
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.375'
2
+ VERSION = '2.11.376'
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.375
4
+ version: 2.11.376
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: 2019-10-15 00:00:00.000000000 Z
11
+ date: 2019-10-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath