aws-sdk-core 2.11.534 → 2.11.539

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/apis/amplify/2017-07-25/api-2.json +37 -6
  3. data/apis/autoscaling/2011-01-01/examples-1.json +129 -29
  4. data/apis/backup/2018-11-15/api-2.json +43 -3
  5. data/apis/cloudformation/2010-05-15/api-2.json +41 -0
  6. data/apis/codecommit/2015-04-13/api-2.json +139 -5
  7. data/apis/codecommit/2015-04-13/paginators-1.json +5 -0
  8. data/apis/codeguru-reviewer/2019-09-19/api-2.json +4 -2
  9. data/apis/codeguruprofiler/2019-07-18/api-2.json +691 -0
  10. data/apis/codeguruprofiler/2019-07-18/paginators-1.json +10 -0
  11. data/apis/codestar-connections/2019-12-01/api-2.json +207 -8
  12. data/apis/codestar-connections/2019-12-01/paginators-1.json +5 -0
  13. data/apis/cognito-idp/2016-04-18/api-2.json +4 -2
  14. data/apis/comprehendmedical/2018-10-30/api-2.json +2 -1
  15. data/apis/ec2/2016-11-15/api-2.json +438 -3
  16. data/apis/ec2/2016-11-15/paginators-1.json +18 -0
  17. data/apis/ecr/2015-09-21/api-2.json +11 -2
  18. data/apis/elasticmapreduce/2009-03-31/api-2.json +19 -3
  19. data/apis/fsx/2018-03-01/api-2.json +39 -12
  20. data/apis/glue/2017-03-31/api-2.json +418 -0
  21. data/apis/honeycode/2020-03-01/api-2.json +321 -0
  22. data/apis/honeycode/2020-03-01/examples-1.json +5 -0
  23. data/apis/honeycode/2020-03-01/paginators-1.json +4 -0
  24. data/apis/organizations/2016-11-28/api-2.json +32 -7
  25. data/apis/quicksight/2018-04-01/api-2.json +17 -2
  26. data/apis/sagemaker/2017-07-24/api-2.json +19 -0
  27. data/endpoints.json +50 -0
  28. data/lib/aws-sdk-core.rb +1 -0
  29. data/lib/aws-sdk-core/honeycode.rb +6 -0
  30. data/lib/aws-sdk-core/version.rb +1 -1
  31. data/service-models.json +4 -0
  32. metadata +6 -2
@@ -1444,6 +1444,10 @@
1444
1444
  "error":{"httpStatusCode":409},
1445
1445
  "exception":true
1446
1446
  },
1447
+ "CopySourceArn":{
1448
+ "type":"string",
1449
+ "pattern":"^arn:[-a-z0-9]*:quicksight:[-a-z0-9]*:[0-9]{12}:datasource/.+"
1450
+ },
1447
1451
  "CreateColumnsOperation":{
1448
1452
  "type":"structure",
1449
1453
  "required":["Columns"],
@@ -1809,7 +1813,8 @@
1809
1813
  ],
1810
1814
  "members":{
1811
1815
  "Username":{"shape":"Username"},
1812
- "Password":{"shape":"Password"}
1816
+ "Password":{"shape":"Password"},
1817
+ "AlternateDataSourceParameters":{"shape":"DataSourceParametersList"}
1813
1818
  }
1814
1819
  },
1815
1820
  "CustomSql":{
@@ -2075,6 +2080,7 @@
2075
2080
  "CreatedTime":{"shape":"Timestamp"},
2076
2081
  "LastUpdatedTime":{"shape":"Timestamp"},
2077
2082
  "DataSourceParameters":{"shape":"DataSourceParameters"},
2083
+ "AlternateDataSourceParameters":{"shape":"DataSourceParametersList"},
2078
2084
  "VpcConnectionProperties":{"shape":"VpcConnectionProperties"},
2079
2085
  "SslProperties":{"shape":"SslProperties"},
2080
2086
  "ErrorInfo":{"shape":"DataSourceErrorInfo"}
@@ -2083,7 +2089,8 @@
2083
2089
  "DataSourceCredentials":{
2084
2090
  "type":"structure",
2085
2091
  "members":{
2086
- "CredentialPair":{"shape":"CredentialPair"}
2092
+ "CredentialPair":{"shape":"CredentialPair"},
2093
+ "CopySourceArn":{"shape":"CopySourceArn"}
2087
2094
  },
2088
2095
  "sensitive":true
2089
2096
  },
@@ -2097,6 +2104,8 @@
2097
2104
  "DataSourceErrorInfoType":{
2098
2105
  "type":"string",
2099
2106
  "enum":[
2107
+ "ACCESS_DENIED",
2108
+ "COPY_SOURCE_NOT_FOUND",
2100
2109
  "TIMEOUT",
2101
2110
  "ENGINE_VERSION_NOT_SUPPORTED",
2102
2111
  "UNKNOWN_HOST",
@@ -2133,6 +2142,12 @@
2133
2142
  "TwitterParameters":{"shape":"TwitterParameters"}
2134
2143
  }
2135
2144
  },
2145
+ "DataSourceParametersList":{
2146
+ "type":"list",
2147
+ "member":{"shape":"DataSourceParameters"},
2148
+ "max":50,
2149
+ "min":1
2150
+ },
2136
2151
  "DataSourceType":{
2137
2152
  "type":"string",
2138
2153
  "enum":[
@@ -2994,6 +2994,7 @@
2994
2994
  "TransformJobName":{"shape":"TransformJobName"},
2995
2995
  "ModelName":{"shape":"ModelName"},
2996
2996
  "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
2997
+ "ModelClientConfig":{"shape":"ModelClientConfig"},
2997
2998
  "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
2998
2999
  "BatchStrategy":{"shape":"BatchStrategy"},
2999
3000
  "Environment":{"shape":"TransformEnvironmentMap"},
@@ -4071,6 +4072,7 @@
4071
4072
  "FailureReason":{"shape":"FailureReason"},
4072
4073
  "ModelName":{"shape":"ModelName"},
4073
4074
  "MaxConcurrentTransforms":{"shape":"MaxConcurrentTransforms"},
4075
+ "ModelClientConfig":{"shape":"ModelClientConfig"},
4074
4076
  "MaxPayloadInMB":{"shape":"MaxPayloadInMB"},
4075
4077
  "BatchStrategy":{"shape":"BatchStrategy"},
4076
4078
  "Environment":{"shape":"TransformEnvironmentMap"},
@@ -5231,6 +5233,16 @@
5231
5233
  "max":20,
5232
5234
  "min":0
5233
5235
  },
5236
+ "InvocationsMaxRetries":{
5237
+ "type":"integer",
5238
+ "max":3,
5239
+ "min":0
5240
+ },
5241
+ "InvocationsTimeoutInSeconds":{
5242
+ "type":"integer",
5243
+ "max":3600,
5244
+ "min":1
5245
+ },
5234
5246
  "JobReferenceCode":{
5235
5247
  "type":"string",
5236
5248
  "min":1,
@@ -6282,6 +6294,13 @@
6282
6294
  "S3ModelArtifacts":{"shape":"S3Uri"}
6283
6295
  }
6284
6296
  },
6297
+ "ModelClientConfig":{
6298
+ "type":"structure",
6299
+ "members":{
6300
+ "InvocationsTimeoutInSeconds":{"shape":"InvocationsTimeoutInSeconds"},
6301
+ "InvocationsMaxRetries":{"shape":"InvocationsMaxRetries"}
6302
+ }
6303
+ },
6285
6304
  "ModelName":{
6286
6305
  "type":"string",
6287
6306
  "max":63,
@@ -2804,6 +2804,11 @@
2804
2804
  "us-east-1" : { }
2805
2805
  }
2806
2806
  },
2807
+ "honeycode" : {
2808
+ "endpoints" : {
2809
+ "us-west-2" : { }
2810
+ }
2811
+ },
2807
2812
  "iam" : {
2808
2813
  "endpoints" : {
2809
2814
  "aws-global" : {
@@ -3550,6 +3555,7 @@
3550
3555
  }
3551
3556
  },
3552
3557
  "endpoints" : {
3558
+ "ap-northeast-1" : { },
3553
3559
  "ap-southeast-1" : { },
3554
3560
  "ap-southeast-2" : { },
3555
3561
  "eu-central-1" : { },
@@ -3869,9 +3875,11 @@
3869
3875
  },
3870
3876
  "outposts" : {
3871
3877
  "endpoints" : {
3878
+ "af-south-1" : { },
3872
3879
  "ap-east-1" : { },
3873
3880
  "ap-northeast-1" : { },
3874
3881
  "ap-northeast-2" : { },
3882
+ "ap-south-1" : { },
3875
3883
  "ap-southeast-1" : { },
3876
3884
  "ap-southeast-2" : { },
3877
3885
  "ca-central-1" : { },
@@ -3911,6 +3919,7 @@
3911
3919
  "hostname" : "outposts-fips.us-west-2.amazonaws.com"
3912
3920
  },
3913
3921
  "me-south-1" : { },
3922
+ "sa-east-1" : { },
3914
3923
  "us-east-1" : { },
3915
3924
  "us-east-2" : { },
3916
3925
  "us-west-1" : { },
@@ -4338,6 +4347,7 @@
4338
4347
  }
4339
4348
  },
4340
4349
  "endpoints" : {
4350
+ "ap-northeast-1" : { },
4341
4351
  "ap-southeast-1" : { },
4342
4352
  "ap-southeast-2" : { },
4343
4353
  "eu-central-1" : { },
@@ -6397,6 +6407,24 @@
6397
6407
  }
6398
6408
  }
6399
6409
  },
6410
+ "organizations" : {
6411
+ "endpoints" : {
6412
+ "aws-cn-global" : {
6413
+ "credentialScope" : {
6414
+ "region" : "cn-northwest-1"
6415
+ },
6416
+ "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
6417
+ },
6418
+ "fips-aws-cn-global" : {
6419
+ "credentialScope" : {
6420
+ "region" : "cn-northwest-1"
6421
+ },
6422
+ "hostname" : "organizations.cn-northwest-1.amazonaws.com.cn"
6423
+ }
6424
+ },
6425
+ "isRegionalized" : false,
6426
+ "partitionEndpoint" : "aws-cn-global"
6427
+ },
6400
6428
  "polly" : {
6401
6429
  "endpoints" : {
6402
6430
  "cn-northwest-1" : { }
@@ -6775,6 +6803,12 @@
6775
6803
  "us-gov-west-1" : { }
6776
6804
  }
6777
6805
  },
6806
+ "backup" : {
6807
+ "endpoints" : {
6808
+ "us-gov-east-1" : { },
6809
+ "us-gov-west-1" : { }
6810
+ }
6811
+ },
6778
6812
  "batch" : {
6779
6813
  "endpoints" : {
6780
6814
  "fips-us-gov-east-1" : {
@@ -7003,6 +7037,16 @@
7003
7037
  "us-gov-west-1" : { }
7004
7038
  }
7005
7039
  },
7040
+ "docdb" : {
7041
+ "endpoints" : {
7042
+ "us-gov-west-1" : {
7043
+ "credentialScope" : {
7044
+ "region" : "us-gov-west-1"
7045
+ },
7046
+ "hostname" : "rds.us-gov-west-1.amazonaws.com"
7047
+ }
7048
+ }
7049
+ },
7006
7050
  "ds" : {
7007
7051
  "endpoints" : {
7008
7052
  "fips-us-gov-east-1" : {
@@ -7369,6 +7413,12 @@
7369
7413
  "us-gov-west-1" : { }
7370
7414
  }
7371
7415
  },
7416
+ "kinesisanalytics" : {
7417
+ "endpoints" : {
7418
+ "us-gov-east-1" : { },
7419
+ "us-gov-west-1" : { }
7420
+ }
7421
+ },
7372
7422
  "kms" : {
7373
7423
  "endpoints" : {
7374
7424
  "ProdFips" : {
@@ -122,6 +122,7 @@ module Aws
122
122
  GroundStation
123
123
  GuardDuty
124
124
  Health
125
+ Honeycode
125
126
  IAM
126
127
  Imagebuilder
127
128
  ImportExport
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:Honeycode, {
2
+ api: "#{Aws::API_DIR}/honeycode/2020-03-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/honeycode/2020-03-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/honeycode/2020-03-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/honeycode/2020-03-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.534'
2
+ VERSION = '2.11.539'
3
3
  end
@@ -394,6 +394,10 @@
394
394
  "models": "health/2016-08-04",
395
395
  "endpoint": "health"
396
396
  },
397
+ "Honeycode": {
398
+ "models": "honeycode/2020-03-01",
399
+ "endpoint": "honeycode"
400
+ },
397
401
  "IAM": {
398
402
  "models": "iam/2010-05-08",
399
403
  "endpoint": "iam"
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.534
4
+ version: 2.11.539
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-23 00:00:00.000000000 Z
11
+ date: 2020-06-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -473,6 +473,9 @@ files:
473
473
  - apis/health/2016-08-04/examples-1.json
474
474
  - apis/health/2016-08-04/paginators-1.json
475
475
  - apis/health/2016-08-04/smoke.json
476
+ - apis/honeycode/2020-03-01/api-2.json
477
+ - apis/honeycode/2020-03-01/examples-1.json
478
+ - apis/honeycode/2020-03-01/paginators-1.json
476
479
  - apis/iam/2010-05-08/api-2.json
477
480
  - apis/iam/2010-05-08/examples-1.json
478
481
  - apis/iam/2010-05-08/paginators-1.json
@@ -1048,6 +1051,7 @@ files:
1048
1051
  - lib/aws-sdk-core/groundstation.rb
1049
1052
  - lib/aws-sdk-core/guardduty.rb
1050
1053
  - lib/aws-sdk-core/health.rb
1054
+ - lib/aws-sdk-core/honeycode.rb
1051
1055
  - lib/aws-sdk-core/iam.rb
1052
1056
  - lib/aws-sdk-core/imagebuilder.rb
1053
1057
  - lib/aws-sdk-core/importexport.rb