aws-sdk-core 2.11.525 → 2.11.530

Sign up to get free protection for your applications and to get access to all the features.
@@ -1781,7 +1781,8 @@
1781
1781
  "Tags":{"shape":"Tags"},
1782
1782
  "VPCEndpoint":{"shape":"string"},
1783
1783
  "CloudWatchLogGroupARN":{"shape":"CloudWatchLogGroupARN"},
1784
- "HostEnvironment":{"shape":"HostEnvironment"}
1784
+ "HostEnvironment":{"shape":"HostEnvironment"},
1785
+ "EndpointType":{"shape":"EndpointType"}
1785
1786
  }
1786
1787
  },
1787
1788
  "DescribeMaintenanceStartTimeInput":{
@@ -2085,6 +2086,11 @@
2085
2086
  "DoubleObject":{"type":"double"},
2086
2087
  "Ec2InstanceId":{"type":"string"},
2087
2088
  "Ec2InstanceRegion":{"type":"string"},
2089
+ "EndpointType":{
2090
+ "type":"string",
2091
+ "max":8,
2092
+ "min":4
2093
+ },
2088
2094
  "ErrorCode":{
2089
2095
  "type":"string",
2090
2096
  "enum":[
@@ -965,6 +965,20 @@
965
965
  "us-west-2" : { }
966
966
  }
967
967
  },
968
+ "codeartifact" : {
969
+ "endpoints" : {
970
+ "ap-northeast-1" : { },
971
+ "ap-south-1" : { },
972
+ "ap-southeast-1" : { },
973
+ "ap-southeast-2" : { },
974
+ "eu-central-1" : { },
975
+ "eu-north-1" : { },
976
+ "eu-west-1" : { },
977
+ "us-east-1" : { },
978
+ "us-east-2" : { },
979
+ "us-west-2" : { }
980
+ }
981
+ },
968
982
  "codebuild" : {
969
983
  "endpoints" : {
970
984
  "ap-east-1" : { },
@@ -1428,6 +1442,7 @@
1428
1442
  },
1429
1443
  "datasync" : {
1430
1444
  "endpoints" : {
1445
+ "af-south-1" : { },
1431
1446
  "ap-east-1" : { },
1432
1447
  "ap-northeast-1" : { },
1433
1448
  "ap-northeast-2" : { },
@@ -1437,6 +1452,7 @@
1437
1452
  "ca-central-1" : { },
1438
1453
  "eu-central-1" : { },
1439
1454
  "eu-north-1" : { },
1455
+ "eu-south-1" : { },
1440
1456
  "eu-west-1" : { },
1441
1457
  "eu-west-2" : { },
1442
1458
  "eu-west-3" : { },
@@ -2572,6 +2588,7 @@
2572
2588
  "ap-south-1" : { },
2573
2589
  "ap-southeast-1" : { },
2574
2590
  "ap-southeast-2" : { },
2591
+ "ca-central-1" : { },
2575
2592
  "eu-central-1" : { },
2576
2593
  "eu-north-1" : { },
2577
2594
  "eu-west-1" : { },
@@ -3215,6 +3232,7 @@
3215
3232
  },
3216
3233
  "license-manager" : {
3217
3234
  "endpoints" : {
3235
+ "af-south-1" : { },
3218
3236
  "ap-east-1" : { },
3219
3237
  "ap-northeast-1" : { },
3220
3238
  "ap-northeast-2" : { },
@@ -3224,6 +3242,7 @@
3224
3242
  "ca-central-1" : { },
3225
3243
  "eu-central-1" : { },
3226
3244
  "eu-north-1" : { },
3245
+ "eu-south-1" : { },
3227
3246
  "eu-west-1" : { },
3228
3247
  "eu-west-2" : { },
3229
3248
  "eu-west-3" : { },
@@ -6017,6 +6036,18 @@
6017
6036
  "cn-northwest-1" : { }
6018
6037
  }
6019
6038
  },
6039
+ "budgets" : {
6040
+ "endpoints" : {
6041
+ "aws-cn-global" : {
6042
+ "credentialScope" : {
6043
+ "region" : "cn-northwest-1"
6044
+ },
6045
+ "hostname" : "budgets.amazonaws.com.cn"
6046
+ }
6047
+ },
6048
+ "isRegionalized" : false,
6049
+ "partitionEndpoint" : "aws-cn-global"
6050
+ },
6020
6051
  "cloudformation" : {
6021
6052
  "endpoints" : {
6022
6053
  "cn-north-1" : { },
@@ -6281,6 +6312,12 @@
6281
6312
  "cn-northwest-1" : { }
6282
6313
  }
6283
6314
  },
6315
+ "kinesisanalytics" : {
6316
+ "endpoints" : {
6317
+ "cn-north-1" : { },
6318
+ "cn-northwest-1" : { }
6319
+ }
6320
+ },
6284
6321
  "kms" : {
6285
6322
  "endpoints" : {
6286
6323
  "cn-north-1" : { },
@@ -1,4 +1,6 @@
1
1
  Aws.add_service(:IoTDataPlane, {
2
2
  api: "#{Aws::API_DIR}/iot-data/2015-05-28/api-2.json",
3
3
  docs: "#{Aws::API_DIR}/iot-data/2015-05-28/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/iot-data/2015-05-28/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/iot-data/2015-05-28/paginators-1.json",
4
6
  })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.525'
2
+ VERSION = '2.11.530'
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.525
4
+ version: 2.11.530
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-06-10 00:00:00.000000000 Z
11
+ date: 2020-06-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -488,6 +488,9 @@ files:
488
488
  - apis/inspector/2016-02-16/paginators-1.json
489
489
  - apis/inspector/2016-02-16/smoke.json
490
490
  - apis/iot-data/2015-05-28/api-2.json
491
+ - apis/iot-data/2015-05-28/examples-1.json
492
+ - apis/iot-data/2015-05-28/paginators-1.json
493
+ - apis/iot-data/2015-05-28/smoke.json
491
494
  - apis/iot-jobs-data/2017-09-29/api-2.json
492
495
  - apis/iot-jobs-data/2017-09-29/examples-1.json
493
496
  - apis/iot-jobs-data/2017-09-29/paginators-1.json