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.
- checksums.yaml +4 -4
- data/apis/appconfig/2019-10-09/api-2.json +17 -8
- data/apis/codeartifact/2018-09-22/api-2.json +2281 -0
- data/apis/codeartifact/2018-09-22/examples-1.json +5 -0
- data/apis/codeartifact/2018-09-22/paginators-1.json +40 -0
- data/apis/compute-optimizer/2019-11-01/api-2.json +286 -0
- data/apis/dlm/2018-01-12/api-2.json +1 -1
- data/apis/ec2/2016-11-15/api-2.json +18 -0
- data/apis/macie2/2020-01-01/api-2.json +2 -107
- data/apis/shield/2016-06-02/api-2.json +2 -2
- data/lib/aws-sdk-core.rb +1 -0
- data/lib/aws-sdk-core/codeartifact.rb +6 -0
- data/lib/aws-sdk-core/version.rb +1 -1
- data/service-models.json +4 -0
- metadata +6 -2
data/lib/aws-sdk-core.rb
CHANGED
@@ -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
|
+
})
|
data/lib/aws-sdk-core/version.rb
CHANGED
data/service-models.json
CHANGED
@@ -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.
|
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-
|
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
|