aws-sdk-core 2.11.402 → 2.11.403

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.
@@ -2849,6 +2849,7 @@
2849
2849
  "InputRecordTables":{"shape":"GlueTables"},
2850
2850
  "Parameters":{"shape":"TransformParameters"},
2851
2851
  "Role":{"shape":"RoleString"},
2852
+ "GlueVersion":{"shape":"GlueVersionString"},
2852
2853
  "MaxCapacity":{"shape":"NullableDouble"},
2853
2854
  "WorkerType":{"shape":"WorkerType"},
2854
2855
  "NumberOfWorkers":{"shape":"NullableInteger"},
@@ -3868,6 +3869,7 @@
3868
3869
  "LabelCount":{"shape":"LabelCount"},
3869
3870
  "Schema":{"shape":"TransformSchema"},
3870
3871
  "Role":{"shape":"RoleString"},
3872
+ "GlueVersion":{"shape":"GlueVersionString"},
3871
3873
  "MaxCapacity":{"shape":"NullableDouble"},
3872
3874
  "WorkerType":{"shape":"WorkerType"},
3873
3875
  "NumberOfWorkers":{"shape":"NullableInteger"},
@@ -4710,6 +4712,7 @@
4710
4712
  "LabelCount":{"shape":"LabelCount"},
4711
4713
  "Schema":{"shape":"TransformSchema"},
4712
4714
  "Role":{"shape":"RoleString"},
4715
+ "GlueVersion":{"shape":"GlueVersionString"},
4713
4716
  "MaxCapacity":{"shape":"NullableDouble"},
4714
4717
  "WorkerType":{"shape":"WorkerType"},
4715
4718
  "NumberOfWorkers":{"shape":"NullableInteger"},
@@ -5722,6 +5725,7 @@
5722
5725
  "Name":{"shape":"NameString"},
5723
5726
  "TransformType":{"shape":"TransformType"},
5724
5727
  "Status":{"shape":"TransformStatusType"},
5728
+ "GlueVersion":{"shape":"GlueVersionString"},
5725
5729
  "CreatedBefore":{"shape":"Timestamp"},
5726
5730
  "CreatedAfter":{"shape":"Timestamp"},
5727
5731
  "LastModifiedBefore":{"shape":"Timestamp"},
@@ -6026,6 +6030,7 @@
6026
6030
  "Description":{"shape":"DescriptionString"},
6027
6031
  "Parameters":{"shape":"TransformParameters"},
6028
6032
  "Role":{"shape":"RoleString"},
6033
+ "GlueVersion":{"shape":"GlueVersionString"},
6029
6034
  "MaxCapacity":{"shape":"NullableDouble"},
6030
6035
  "WorkerType":{"shape":"WorkerType"},
6031
6036
  "NumberOfWorkers":{"shape":"NullableInteger"},
@@ -810,7 +810,8 @@
810
810
  "checksum":{"shape":"String"},
811
811
  "version":{"shape":"Version"},
812
812
  "locale":{"shape":"Locale"},
813
- "childDirected":{"shape":"Boolean"}
813
+ "childDirected":{"shape":"Boolean"},
814
+ "detectSentiment":{"shape":"Boolean"}
814
815
  }
815
816
  },
816
817
  "CreateIntentVersionRequest":{
@@ -1269,7 +1270,8 @@
1269
1270
  "checksum":{"shape":"String"},
1270
1271
  "version":{"shape":"Version"},
1271
1272
  "locale":{"shape":"Locale"},
1272
- "childDirected":{"shape":"Boolean"}
1273
+ "childDirected":{"shape":"Boolean"},
1274
+ "detectSentiment":{"shape":"Boolean"}
1273
1275
  }
1274
1276
  },
1275
1277
  "GetBotVersionsRequest":{
@@ -1944,6 +1946,7 @@
1944
1946
  "processBehavior":{"shape":"ProcessBehavior"},
1945
1947
  "locale":{"shape":"Locale"},
1946
1948
  "childDirected":{"shape":"Boolean"},
1949
+ "detectSentiment":{"shape":"Boolean"},
1947
1950
  "createVersion":{"shape":"Boolean"}
1948
1951
  }
1949
1952
  },
@@ -1965,7 +1968,8 @@
1965
1968
  "version":{"shape":"Version"},
1966
1969
  "locale":{"shape":"Locale"},
1967
1970
  "childDirected":{"shape":"Boolean"},
1968
- "createVersion":{"shape":"Boolean"}
1971
+ "createVersion":{"shape":"Boolean"},
1972
+ "detectSentiment":{"shape":"Boolean"}
1969
1973
  }
1970
1974
  },
1971
1975
  "PutIntentRequest":{
@@ -466,6 +466,11 @@
466
466
  "location":"header",
467
467
  "locationName":"x-amz-lex-session-attributes"
468
468
  },
469
+ "sentimentResponse":{
470
+ "shape":"String",
471
+ "location":"header",
472
+ "locationName":"x-amz-lex-sentiment"
473
+ },
469
474
  "message":{
470
475
  "shape":"Text",
471
476
  "location":"header",
@@ -531,6 +536,7 @@
531
536
  "slots":{"shape":"StringMap"},
532
537
  "sessionAttributes":{"shape":"StringMap"},
533
538
  "message":{"shape":"Text"},
539
+ "sentimentResponse":{"shape":"SentimentResponse"},
534
540
  "messageFormat":{"shape":"MessageFormatType"},
535
541
  "dialogState":{"shape":"DialogState"},
536
542
  "slotToElicit":{"shape":"String"},
@@ -640,6 +646,15 @@
640
646
  "genericAttachments":{"shape":"genericAttachmentList"}
641
647
  }
642
648
  },
649
+ "SentimentLabel":{"type":"string"},
650
+ "SentimentResponse":{
651
+ "type":"structure",
652
+ "members":{
653
+ "sentimentLabel":{"shape":"SentimentLabel"},
654
+ "sentimentScore":{"shape":"SentimentScore"}
655
+ }
656
+ },
657
+ "SentimentScore":{"type":"string"},
643
658
  "String":{"type":"string"},
644
659
  "StringMap":{
645
660
  "type":"map",
@@ -1754,6 +1754,21 @@
1754
1754
  {"shape":"InternalServerError"}
1755
1755
  ]
1756
1756
  },
1757
+ "UpdateResourceDataSync":{
1758
+ "name":"UpdateResourceDataSync",
1759
+ "http":{
1760
+ "method":"POST",
1761
+ "requestUri":"/"
1762
+ },
1763
+ "input":{"shape":"UpdateResourceDataSyncRequest"},
1764
+ "output":{"shape":"UpdateResourceDataSyncResult"},
1765
+ "errors":[
1766
+ {"shape":"ResourceDataSyncNotFoundException"},
1767
+ {"shape":"ResourceDataSyncInvalidConfigurationException"},
1768
+ {"shape":"ResourceDataSyncConflictException"},
1769
+ {"shape":"InternalServerError"}
1770
+ ]
1771
+ },
1757
1772
  "UpdateServiceSetting":{
1758
1773
  "name":"UpdateServiceSetting",
1759
1774
  "http":{
@@ -7794,6 +7809,13 @@
7794
7809
  "OrganizationalUnits":{"shape":"ResourceDataSyncOrganizationalUnitList"}
7795
7810
  }
7796
7811
  },
7812
+ "ResourceDataSyncConflictException":{
7813
+ "type":"structure",
7814
+ "members":{
7815
+ "Message":{"shape":"String"}
7816
+ },
7817
+ "exception":true
7818
+ },
7797
7819
  "ResourceDataSyncCountExceededException":{
7798
7820
  "type":"structure",
7799
7821
  "members":{
@@ -9018,6 +9040,24 @@
9018
9040
  "Sources":{"shape":"PatchSourceList"}
9019
9041
  }
9020
9042
  },
9043
+ "UpdateResourceDataSyncRequest":{
9044
+ "type":"structure",
9045
+ "required":[
9046
+ "SyncName",
9047
+ "SyncType",
9048
+ "SyncSource"
9049
+ ],
9050
+ "members":{
9051
+ "SyncName":{"shape":"ResourceDataSyncName"},
9052
+ "SyncType":{"shape":"ResourceDataSyncType"},
9053
+ "SyncSource":{"shape":"ResourceDataSyncSource"}
9054
+ }
9055
+ },
9056
+ "UpdateResourceDataSyncResult":{
9057
+ "type":"structure",
9058
+ "members":{
9059
+ }
9060
+ },
9021
9061
  "UpdateServiceSettingRequest":{
9022
9062
  "type":"structure",
9023
9063
  "required":[
@@ -271,7 +271,14 @@
271
271
  "en-IE",
272
272
  "en-AB",
273
273
  "en-WL",
274
- "pt-PT"
274
+ "pt-PT",
275
+ "te-IN",
276
+ "tr-TR",
277
+ "de-CH",
278
+ "he-IL",
279
+ "ms-MY",
280
+ "ja-JP",
281
+ "ar-AE"
275
282
  ]
276
283
  },
277
284
  "LimitExceededException":{
@@ -1028,12 +1028,15 @@
1028
1028
  },
1029
1029
  "datasync" : {
1030
1030
  "endpoints" : {
1031
+ "ap-east-1" : { },
1031
1032
  "ap-northeast-1" : { },
1032
1033
  "ap-northeast-2" : { },
1034
+ "ap-south-1" : { },
1033
1035
  "ap-southeast-1" : { },
1034
1036
  "ap-southeast-2" : { },
1035
1037
  "ca-central-1" : { },
1036
1038
  "eu-central-1" : { },
1039
+ "eu-north-1" : { },
1037
1040
  "eu-west-1" : { },
1038
1041
  "eu-west-2" : { },
1039
1042
  "eu-west-3" : { },
@@ -1062,6 +1065,7 @@
1062
1065
  "hostname" : "datasync-fips.us-west-2.amazonaws.com"
1063
1066
  },
1064
1067
  "me-south-1" : { },
1068
+ "sa-east-1" : { },
1065
1069
  "us-east-1" : { },
1066
1070
  "us-east-2" : { },
1067
1071
  "us-west-1" : { },
@@ -1114,6 +1118,7 @@
1114
1118
  },
1115
1119
  "discovery" : {
1116
1120
  "endpoints" : {
1121
+ "eu-central-1" : { },
1117
1122
  "us-west-2" : { }
1118
1123
  }
1119
1124
  },
@@ -1396,6 +1401,7 @@
1396
1401
  },
1397
1402
  "elasticfilesystem" : {
1398
1403
  "endpoints" : {
1404
+ "ap-east-1" : { },
1399
1405
  "ap-northeast-1" : { },
1400
1406
  "ap-northeast-2" : { },
1401
1407
  "ap-south-1" : { },
@@ -1403,9 +1409,12 @@
1403
1409
  "ap-southeast-2" : { },
1404
1410
  "ca-central-1" : { },
1405
1411
  "eu-central-1" : { },
1412
+ "eu-north-1" : { },
1406
1413
  "eu-west-1" : { },
1407
1414
  "eu-west-2" : { },
1408
1415
  "eu-west-3" : { },
1416
+ "me-south-1" : { },
1417
+ "sa-east-1" : { },
1409
1418
  "us-east-1" : { },
1410
1419
  "us-east-2" : { },
1411
1420
  "us-west-1" : { },
@@ -2041,12 +2050,17 @@
2041
2050
  "lakeformation" : {
2042
2051
  "endpoints" : {
2043
2052
  "ap-northeast-1" : { },
2053
+ "ap-northeast-2" : { },
2044
2054
  "ap-south-1" : { },
2045
2055
  "ap-southeast-1" : { },
2046
2056
  "ap-southeast-2" : { },
2057
+ "ca-central-1" : { },
2058
+ "eu-central-1" : { },
2047
2059
  "eu-west-1" : { },
2060
+ "eu-west-2" : { },
2048
2061
  "us-east-1" : { },
2049
2062
  "us-east-2" : { },
2063
+ "us-west-1" : { },
2050
2064
  "us-west-2" : { }
2051
2065
  }
2052
2066
  },
@@ -2258,6 +2272,7 @@
2258
2272
  },
2259
2273
  "mgh" : {
2260
2274
  "endpoints" : {
2275
+ "eu-central-1" : { },
2261
2276
  "us-west-2" : { }
2262
2277
  }
2263
2278
  },
@@ -4564,6 +4579,7 @@
4564
4579
  },
4565
4580
  "hostname" : "datasync-fips.us-gov-west-1.amazonaws.com"
4566
4581
  },
4582
+ "us-gov-east-1" : { },
4567
4583
  "us-gov-west-1" : { }
4568
4584
  }
4569
4585
  },
@@ -68,6 +68,7 @@ module Aws
68
68
  ComprehendMedical
69
69
  ConfigService
70
70
  Connect
71
+ ConnectParticipant
71
72
  CostExplorer
72
73
  CostandUsageReportService
73
74
  DAX
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:ConnectParticipant, {
2
+ api: "#{Aws::API_DIR}/connectparticipant/2018-09-07/api-2.json",
3
+ docs: "#{Aws::API_DIR}/connectparticipant/2018-09-07/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/connectparticipant/2018-09-07/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/connectparticipant/2018-09-07/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.402'
2
+ VERSION = '2.11.403'
3
3
  end
@@ -178,6 +178,10 @@
178
178
  "models": "connect/2017-08-08",
179
179
  "endpoint": "connect"
180
180
  },
181
+ "ConnectParticipant": {
182
+ "models": "connectparticipant/2018-09-07",
183
+ "endpoint": "participant.connect"
184
+ },
181
185
  "CostExplorer": {
182
186
  "models": "ce/2017-10-25",
183
187
  "endpoint": "ce"
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.402
4
+ version: 2.11.403
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-11-20 00:00:00.000000000 Z
11
+ date: 2019-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -247,6 +247,9 @@ files:
247
247
  - apis/connect/2017-08-08/api-2.json
248
248
  - apis/connect/2017-08-08/examples-1.json
249
249
  - apis/connect/2017-08-08/paginators-1.json
250
+ - apis/connectparticipant/2018-09-07/api-2.json
251
+ - apis/connectparticipant/2018-09-07/examples-1.json
252
+ - apis/connectparticipant/2018-09-07/paginators-1.json
250
253
  - apis/cur/2017-01-06/api-2.json
251
254
  - apis/cur/2017-01-06/examples-1.json
252
255
  - apis/cur/2017-01-06/paginators-1.json
@@ -908,6 +911,7 @@ files:
908
911
  - lib/aws-sdk-core/comprehendmedical.rb
909
912
  - lib/aws-sdk-core/configservice.rb
910
913
  - lib/aws-sdk-core/connect.rb
914
+ - lib/aws-sdk-core/connectparticipant.rb
911
915
  - lib/aws-sdk-core/costandusagereportservice.rb
912
916
  - lib/aws-sdk-core/costexplorer.rb
913
917
  - lib/aws-sdk-core/credential_provider.rb