aws-sdk-core 2.11.524 → 2.11.525

Sign up to get free protection for your applications and to get access to all the features.
@@ -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",
@@ -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,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.524'
2
+ VERSION = '2.11.525'
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.524
4
+ version: 2.11.525
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-09 00:00:00.000000000 Z
11
+ date: 2020-06-10 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
@@ -966,6 +969,7 @@ files:
966
969
  - lib/aws-sdk-core/cloudwatch.rb
967
970
  - lib/aws-sdk-core/cloudwatchevents.rb
968
971
  - lib/aws-sdk-core/cloudwatchlogs.rb
972
+ - lib/aws-sdk-core/codeartifact.rb
969
973
  - lib/aws-sdk-core/codebuild.rb
970
974
  - lib/aws-sdk-core/codecommit.rb
971
975
  - lib/aws-sdk-core/codedeploy.rb