aws-sdk-core 2.11.523 → 2.11.528

Sign up to get free protection for your applications and to get access to all the features.
@@ -917,7 +917,8 @@
917
917
  "lastUpdatedDate":{"shape":"Timestamp"},
918
918
  "createdDate":{"shape":"Timestamp"},
919
919
  "version":{"shape":"Version"},
920
- "checksum":{"shape":"String"}
920
+ "checksum":{"shape":"String"},
921
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
921
922
  }
922
923
  },
923
924
  "CreateSlotTypeVersionRequest":{
@@ -1598,7 +1599,8 @@
1598
1599
  "lastUpdatedDate":{"shape":"Timestamp"},
1599
1600
  "createdDate":{"shape":"Timestamp"},
1600
1601
  "version":{"shape":"Version"},
1601
- "checksum":{"shape":"String"}
1602
+ "checksum":{"shape":"String"},
1603
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
1602
1604
  }
1603
1605
  },
1604
1606
  "GetIntentVersionsRequest":{
@@ -1787,7 +1789,7 @@
1787
1789
  "type":"string",
1788
1790
  "max":2048,
1789
1791
  "min":20,
1790
- "pattern":"^arn:[\\w\\-]+:iam::[\\d]{12}:role\\/[\\w+=,\\.@\\-]{1,64}$"
1792
+ "pattern":"^arn:[\\w\\-]+:iam::[\\d]{12}:role/.+$"
1791
1793
  },
1792
1794
  "ImportStatus":{
1793
1795
  "type":"string",
@@ -1847,6 +1849,24 @@
1847
1849
  "exception":true,
1848
1850
  "fault":true
1849
1851
  },
1852
+ "KendraConfiguration":{
1853
+ "type":"structure",
1854
+ "required":[
1855
+ "kendraIndex",
1856
+ "role"
1857
+ ],
1858
+ "members":{
1859
+ "kendraIndex":{"shape":"KendraIndexArn"},
1860
+ "queryFilterString":{"shape":"QueryFilterString"},
1861
+ "role":{"shape":"roleArn"}
1862
+ }
1863
+ },
1864
+ "KendraIndexArn":{
1865
+ "type":"string",
1866
+ "max":2048,
1867
+ "min":20,
1868
+ "pattern":"arn:aws:kendra:[a-z]+-[a-z]+-[0-9]:[0-9]{12}:index\\/[a-zA-Z0-9][a-zA-Z0-9_-]*"
1869
+ },
1850
1870
  "KmsKeyArn":{
1851
1871
  "type":"string",
1852
1872
  "max":2048,
@@ -2159,7 +2179,8 @@
2159
2179
  "fulfillmentActivity":{"shape":"FulfillmentActivity"},
2160
2180
  "parentIntentSignature":{"shape":"BuiltinIntentSignature"},
2161
2181
  "checksum":{"shape":"String"},
2162
- "createVersion":{"shape":"Boolean"}
2182
+ "createVersion":{"shape":"Boolean"},
2183
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
2163
2184
  }
2164
2185
  },
2165
2186
  "PutIntentResponse":{
@@ -2180,7 +2201,8 @@
2180
2201
  "createdDate":{"shape":"Timestamp"},
2181
2202
  "version":{"shape":"Version"},
2182
2203
  "checksum":{"shape":"String"},
2183
- "createVersion":{"shape":"Boolean"}
2204
+ "createVersion":{"shape":"Boolean"},
2205
+ "kendraConfiguration":{"shape":"KendraConfiguration"}
2184
2206
  }
2185
2207
  },
2186
2208
  "PutSlotTypeRequest":{
@@ -2217,6 +2239,10 @@
2217
2239
  "slotTypeConfigurations":{"shape":"SlotTypeConfigurations"}
2218
2240
  }
2219
2241
  },
2242
+ "QueryFilterString":{
2243
+ "type":"string",
2244
+ "min":0
2245
+ },
2220
2246
  "ReferenceType":{
2221
2247
  "type":"string",
2222
2248
  "enum":[
@@ -2545,6 +2571,12 @@
2545
2571
  "max":64,
2546
2572
  "min":1,
2547
2573
  "pattern":"\\$LATEST|[0-9]+"
2574
+ },
2575
+ "roleArn":{
2576
+ "type":"string",
2577
+ "max":2048,
2578
+ "min":20,
2579
+ "pattern":"arn:aws:iam::[0-9]{12}:role/.*"
2548
2580
  }
2549
2581
  }
2550
2582
  }
@@ -48,43 +48,6 @@
48
48
  }
49
49
  ]
50
50
  },
51
- "ArchiveFindings": {
52
- "name": "ArchiveFindings",
53
- "http": {
54
- "method": "POST",
55
- "requestUri": "/findings/archive",
56
- "responseCode": 200
57
- },
58
- "input": {
59
- "shape": "ArchiveFindingsRequest"
60
- },
61
- "output": {
62
- "shape": "ArchiveFindingsResponse"
63
- },
64
- "errors": [
65
- {
66
- "shape": "ValidationException"
67
- },
68
- {
69
- "shape": "InternalServerException"
70
- },
71
- {
72
- "shape": "ServiceQuotaExceededException"
73
- },
74
- {
75
- "shape": "AccessDeniedException"
76
- },
77
- {
78
- "shape": "ResourceNotFoundException"
79
- },
80
- {
81
- "shape": "ThrottlingException"
82
- },
83
- {
84
- "shape": "ConflictException"
85
- }
86
- ]
87
- },
88
51
  "BatchGetCustomDataIdentifiers": {
89
52
  "name": "BatchGetCustomDataIdentifiers",
90
53
  "http": {
@@ -1669,43 +1632,6 @@
1669
1632
  }
1670
1633
  ]
1671
1634
  },
1672
- "UnarchiveFindings": {
1673
- "name": "UnarchiveFindings",
1674
- "http": {
1675
- "method": "POST",
1676
- "requestUri": "/findings/unarchive",
1677
- "responseCode": 200
1678
- },
1679
- "input": {
1680
- "shape": "UnarchiveFindingsRequest"
1681
- },
1682
- "output": {
1683
- "shape": "UnarchiveFindingsResponse"
1684
- },
1685
- "errors": [
1686
- {
1687
- "shape": "ValidationException"
1688
- },
1689
- {
1690
- "shape": "InternalServerException"
1691
- },
1692
- {
1693
- "shape": "ServiceQuotaExceededException"
1694
- },
1695
- {
1696
- "shape": "AccessDeniedException"
1697
- },
1698
- {
1699
- "shape": "ResourceNotFoundException"
1700
- },
1701
- {
1702
- "shape": "ThrottlingException"
1703
- },
1704
- {
1705
- "shape": "ConflictException"
1706
- }
1707
- ]
1708
- },
1709
1635
  "UntagResource": {
1710
1636
  "name": "UntagResource",
1711
1637
  "http": {
@@ -2022,22 +1948,6 @@
2022
1948
  }
2023
1949
  }
2024
1950
  },
2025
- "ArchiveFindingsRequest": {
2026
- "type": "structure",
2027
- "members": {
2028
- "findingIds": {
2029
- "shape": "__listOf__string",
2030
- "locationName": "findingIds"
2031
- }
2032
- },
2033
- "required": [
2034
- "findingIds"
2035
- ]
2036
- },
2037
- "ArchiveFindingsResponse": {
2038
- "type": "structure",
2039
- "members": {}
2040
- },
2041
1951
  "AssumedRole": {
2042
1952
  "type": "structure",
2043
1953
  "members": {
@@ -3185,7 +3095,8 @@
3185
3095
  "enum": [
3186
3096
  "NONE",
3187
3097
  "AES256",
3188
- "aws:kms"
3098
+ "aws:kms",
3099
+ "UNKNOWN"
3189
3100
  ]
3190
3101
  },
3191
3102
  "ErrorCode": {
@@ -5050,22 +4961,6 @@
5050
4961
  "httpStatusCode": 429
5051
4962
  }
5052
4963
  },
5053
- "UnarchiveFindingsRequest": {
5054
- "type": "structure",
5055
- "members": {
5056
- "findingIds": {
5057
- "shape": "__listOf__string",
5058
- "locationName": "findingIds"
5059
- }
5060
- },
5061
- "required": [
5062
- "findingIds"
5063
- ]
5064
- },
5065
- "UnarchiveFindingsResponse": {
5066
- "type": "structure",
5067
- "members": {}
5068
- },
5069
4964
  "Unit": {
5070
4965
  "type": "string",
5071
4966
  "enum": [
@@ -884,9 +884,9 @@
884
884
  },
885
885
  "PhoneNumber":{
886
886
  "type":"string",
887
- "max":40,
887
+ "max":16,
888
888
  "min":1,
889
- "pattern":"^.*$"
889
+ "pattern":"^\\+[1-9]\\d{1,14}$"
890
890
  },
891
891
  "ProactiveEngagementStatus":{
892
892
  "type":"string",
@@ -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":[
@@ -779,6 +779,11 @@
779
779
  "fault":true,
780
780
  "synthetic":true
781
781
  },
782
+ "SourceIp":{
783
+ "type":"string",
784
+ "max":32,
785
+ "pattern":"^\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}\\.\\d{1,3}$"
786
+ },
782
787
  "SshPublicKey":{
783
788
  "type":"structure",
784
789
  "required":[
@@ -890,9 +895,10 @@
890
895
  ],
891
896
  "members":{
892
897
  "ServerId":{"shape":"ServerId"},
898
+ "ServerProtocol":{"shape":"Protocol"},
899
+ "SourceIp":{"shape":"SourceIp"},
893
900
  "UserName":{"shape":"UserName"},
894
- "UserPassword":{"shape":"UserPassword"},
895
- "ServerProtocol":{"shape":"Protocol"}
901
+ "UserPassword":{"shape":"UserPassword"}
896
902
  }
897
903
  },
898
904
  "TestIdentityProviderResponse":{
@@ -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" : { },
@@ -2572,6 +2586,7 @@
2572
2586
  "ap-south-1" : { },
2573
2587
  "ap-southeast-1" : { },
2574
2588
  "ap-southeast-2" : { },
2589
+ "ca-central-1" : { },
2575
2590
  "eu-central-1" : { },
2576
2591
  "eu-north-1" : { },
2577
2592
  "eu-west-1" : { },
@@ -6281,6 +6296,12 @@
6281
6296
  "cn-northwest-1" : { }
6282
6297
  }
6283
6298
  },
6299
+ "kinesisanalytics" : {
6300
+ "endpoints" : {
6301
+ "cn-north-1" : { },
6302
+ "cn-northwest-1" : { }
6303
+ }
6304
+ },
6284
6305
  "kms" : {
6285
6306
  "endpoints" : {
6286
6307
  "cn-north-1" : { },
@@ -6628,7 +6649,19 @@
6628
6649
  },
6629
6650
  "api.sagemaker" : {
6630
6651
  "endpoints" : {
6631
- "us-gov-west-1" : { }
6652
+ "us-gov-west-1" : { },
6653
+ "us-gov-west-1-fips" : {
6654
+ "credentialScope" : {
6655
+ "region" : "us-gov-west-1"
6656
+ },
6657
+ "hostname" : "api-fips.sagemaker.us-gov-west-1.amazonaws.com"
6658
+ },
6659
+ "us-gov-west-1-fips-secondary" : {
6660
+ "credentialScope" : {
6661
+ "region" : "us-gov-west-1"
6662
+ },
6663
+ "hostname" : "api.sagemaker.us-gov-west-1.amazonaws.com"
6664
+ }
6632
6665
  }
6633
6666
  },
6634
6667
  "apigateway" : {
@@ -58,6 +58,7 @@ module Aws
58
58
  CloudWatch
59
59
  CloudWatchEvents
60
60
  CloudWatchLogs
61
+ CodeArtifact
61
62
  CodeBuild
62
63
  CodeCommit
63
64
  CodeDeploy
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:CodeArtifact, {
2
+ api: "#{Aws::API_DIR}/codeartifact/2018-09-22/api-2.json",
3
+ docs: "#{Aws::API_DIR}/codeartifact/2018-09-22/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/codeartifact/2018-09-22/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/codeartifact/2018-09-22/paginators-1.json",
6
+ })
@@ -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.523'
2
+ VERSION = '2.11.528'
3
3
  end
@@ -138,6 +138,10 @@
138
138
  "models": "logs/2014-03-28",
139
139
  "endpoint": "logs"
140
140
  },
141
+ "CodeArtifact": {
142
+ "models": "codeartifact/2018-09-22",
143
+ "endpoint": "codeartifact"
144
+ },
141
145
  "CodeBuild": {
142
146
  "models": "codebuild/2016-10-06",
143
147
  "endpoint": "codebuild"
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.523
4
+ version: 2.11.528
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-08 00:00:00.000000000 Z
11
+ date: 2020-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -208,6 +208,9 @@ files:
208
208
  - apis/cloudtrail/2013-11-01/examples-1.json
209
209
  - apis/cloudtrail/2013-11-01/paginators-1.json
210
210
  - apis/cloudtrail/2013-11-01/smoke.json
211
+ - apis/codeartifact/2018-09-22/api-2.json
212
+ - apis/codeartifact/2018-09-22/examples-1.json
213
+ - apis/codeartifact/2018-09-22/paginators-1.json
211
214
  - apis/codebuild/2016-10-06/api-2.json
212
215
  - apis/codebuild/2016-10-06/examples-1.json
213
216
  - apis/codebuild/2016-10-06/paginators-1.json
@@ -485,6 +488,9 @@ files:
485
488
  - apis/inspector/2016-02-16/paginators-1.json
486
489
  - apis/inspector/2016-02-16/smoke.json
487
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
488
494
  - apis/iot-jobs-data/2017-09-29/api-2.json
489
495
  - apis/iot-jobs-data/2017-09-29/examples-1.json
490
496
  - apis/iot-jobs-data/2017-09-29/paginators-1.json
@@ -966,6 +972,7 @@ files:
966
972
  - lib/aws-sdk-core/cloudwatch.rb
967
973
  - lib/aws-sdk-core/cloudwatchevents.rb
968
974
  - lib/aws-sdk-core/cloudwatchlogs.rb
975
+ - lib/aws-sdk-core/codeartifact.rb
969
976
  - lib/aws-sdk-core/codebuild.rb
970
977
  - lib/aws-sdk-core/codecommit.rb
971
978
  - lib/aws-sdk-core/codedeploy.rb