aws-sdk-core 2.11.124 → 2.11.125

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c2d174fc75635b421b927eb6132ca001097a9fd1
4
- data.tar.gz: f031e1a0a3b010c4912abace105934337203fd54
3
+ metadata.gz: f2c87518b11baed994692d88dc0b603291b0eb04
4
+ data.tar.gz: d70fb10451817d7fdf67958524d1a3e4dd3a50a5
5
5
  SHA512:
6
- metadata.gz: c6ac0ef219a991a53d8c5649c889ecea2822c974424e68dfeed969d97cc50370a4262d0545d28723f101a535cc29b8ce6ba7225e4b14e0c77403213423d5be39
7
- data.tar.gz: c4a7cc97b4779ac0c4818b2e276aa11b8bbd79e1026b43acb657c913c2d78b494aa48f848235d050b01c1ef00630acd4df7880ce2254f2c511a062a514d590e3
6
+ metadata.gz: 3f34bba07180300b1b2baec9ae711db935bc539e280228574d45187267d67d26e617ad3549ade668eaf58ba29d42966428d46852404ecf764722c888c8efe74b
7
+ data.tar.gz: df0e81dfd2a0479ec6776d2f09f1f075439d4aa16143511ad4d97fa984898a762ae20f3eb6c26c1d556f0855157a13f09852ba32ca15cec4bb566d644cc49c18
@@ -2148,7 +2148,8 @@
2148
2148
  "cacheClusterEnabled":{"shape":"NullableBoolean"},
2149
2149
  "cacheClusterSize":{"shape":"CacheClusterSize"},
2150
2150
  "variables":{"shape":"MapOfStringToString"},
2151
- "canarySettings":{"shape":"DeploymentCanarySettings"}
2151
+ "canarySettings":{"shape":"DeploymentCanarySettings"},
2152
+ "tracingEnabled":{"shape":"NullableBoolean"}
2152
2153
  }
2153
2154
  },
2154
2155
  "CreateDocumentationPartRequest":{
@@ -2290,6 +2291,7 @@
2290
2291
  "variables":{"shape":"MapOfStringToString"},
2291
2292
  "documentationVersion":{"shape":"String"},
2292
2293
  "canarySettings":{"shape":"CanarySettings"},
2294
+ "tracingEnabled":{"shape":"Boolean"},
2293
2295
  "tags":{"shape":"MapOfStringToString"}
2294
2296
  }
2295
2297
  },
@@ -4665,6 +4667,7 @@
4665
4667
  "documentationVersion":{"shape":"String"},
4666
4668
  "accessLogSettings":{"shape":"AccessLogSettings"},
4667
4669
  "canarySettings":{"shape":"CanarySettings"},
4670
+ "tracingEnabled":{"shape":"Boolean"},
4668
4671
  "tags":{"shape":"MapOfStringToString"},
4669
4672
  "createdDate":{"shape":"Timestamp"},
4670
4673
  "lastUpdatedDate":{"shape":"Timestamp"}
@@ -2035,6 +2035,15 @@
2035
2035
  },
2036
2036
  "exception":true
2037
2037
  },
2038
+ "PullRequestCreatedEventMetadata":{
2039
+ "type":"structure",
2040
+ "members":{
2041
+ "repositoryName":{"shape":"RepositoryName"},
2042
+ "sourceCommitId":{"shape":"CommitId"},
2043
+ "destinationCommitId":{"shape":"CommitId"},
2044
+ "mergeBase":{"shape":"CommitId"}
2045
+ }
2046
+ },
2038
2047
  "PullRequestDoesNotExistException":{
2039
2048
  "type":"structure",
2040
2049
  "members":{
@@ -2048,6 +2057,7 @@
2048
2057
  "eventDate":{"shape":"EventDate"},
2049
2058
  "pullRequestEventType":{"shape":"PullRequestEventType"},
2050
2059
  "actorArn":{"shape":"Arn"},
2060
+ "pullRequestCreatedEventMetadata":{"shape":"PullRequestCreatedEventMetadata"},
2051
2061
  "pullRequestStatusChangedEventMetadata":{"shape":"PullRequestStatusChangedEventMetadata"},
2052
2062
  "pullRequestSourceReferenceUpdatedEventMetadata":{"shape":"PullRequestSourceReferenceUpdatedEventMetadata"},
2053
2063
  "pullRequestMergedStateChangedEventMetadata":{"shape":"PullRequestMergedStateChangedEventMetadata"}
@@ -2090,7 +2100,8 @@
2090
2100
  "members":{
2091
2101
  "repositoryName":{"shape":"RepositoryName"},
2092
2102
  "beforeCommitId":{"shape":"CommitId"},
2093
- "afterCommitId":{"shape":"CommitId"}
2103
+ "afterCommitId":{"shape":"CommitId"},
2104
+ "mergeBase":{"shape":"CommitId"}
2094
2105
  }
2095
2106
  },
2096
2107
  "PullRequestStatusChangedEventMetadata":{
@@ -2119,6 +2130,7 @@
2119
2130
  "sourceReference":{"shape":"ReferenceName"},
2120
2131
  "destinationReference":{"shape":"ReferenceName"},
2121
2132
  "destinationCommit":{"shape":"CommitId"},
2133
+ "mergeBase":{"shape":"CommitId"},
2122
2134
  "sourceCommit":{"shape":"CommitId"},
2123
2135
  "mergeMetadata":{"shape":"MergeMetadata"}
2124
2136
  }
@@ -0,0 +1,18 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-west-2",
4
+ "testCases": [
5
+ {
6
+ "operationName": "ListRepositories",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ },
10
+ {
11
+ "operationName": "ListBranches",
12
+ "input": {
13
+ "repositoryName": "fake-repo"
14
+ },
15
+ "errorExpectedFromService": true
16
+ }
17
+ ]
18
+ }
@@ -661,8 +661,8 @@
661
661
  "UntagResource": {
662
662
  "name": "UntagResource",
663
663
  "http": {
664
- "method": "DELETE",
665
- "requestUri": "/2017-08-29/tags",
664
+ "method": "PUT",
665
+ "requestUri": "/2017-08-29/tags/{arn}",
666
666
  "responseCode": 200
667
667
  },
668
668
  "input": {
@@ -1265,6 +1265,14 @@
1265
1265
  "httpStatusCode": 400
1266
1266
  }
1267
1267
  },
1268
+ "BillingTagsSource": {
1269
+ "type": "string",
1270
+ "enum": [
1271
+ "QUEUE",
1272
+ "PRESET",
1273
+ "JOB_TEMPLATE"
1274
+ ]
1275
+ },
1268
1276
  "BurninDestinationSettings": {
1269
1277
  "type": "structure",
1270
1278
  "members": {
@@ -1849,6 +1857,10 @@
1849
1857
  "CreateJobRequest": {
1850
1858
  "type": "structure",
1851
1859
  "members": {
1860
+ "BillingTagsSource": {
1861
+ "shape": "BillingTagsSource",
1862
+ "locationName": "billingTagsSource"
1863
+ },
1852
1864
  "ClientRequestToken": {
1853
1865
  "shape": "__string",
1854
1866
  "locationName": "clientRequestToken",
@@ -2164,6 +2176,13 @@
2164
2176
  "members": {
2165
2177
  }
2166
2178
  },
2179
+ "DescribeEndpointsMode": {
2180
+ "type": "string",
2181
+ "enum": [
2182
+ "DEFAULT",
2183
+ "GET_ONLY"
2184
+ ]
2185
+ },
2167
2186
  "DescribeEndpointsRequest": {
2168
2187
  "type": "structure",
2169
2188
  "members": {
@@ -2171,6 +2190,10 @@
2171
2190
  "shape": "__integer",
2172
2191
  "locationName": "maxResults"
2173
2192
  },
2193
+ "Mode": {
2194
+ "shape": "DescribeEndpointsMode",
2195
+ "locationName": "mode"
2196
+ },
2174
2197
  "NextToken": {
2175
2198
  "shape": "__string",
2176
2199
  "locationName": "nextToken"
@@ -4124,6 +4147,10 @@
4124
4147
  "shape": "__string",
4125
4148
  "locationName": "arn"
4126
4149
  },
4150
+ "BillingTagsSource": {
4151
+ "shape": "BillingTagsSource",
4152
+ "locationName": "billingTagsSource"
4153
+ },
4127
4154
  "CreatedAt": {
4128
4155
  "shape": "__timestampUnix",
4129
4156
  "locationName": "createdAt"
@@ -6199,13 +6226,17 @@
6199
6226
  "members": {
6200
6227
  "Arn": {
6201
6228
  "shape": "__string",
6202
- "locationName": "arn"
6229
+ "locationName": "arn",
6230
+ "location": "uri"
6203
6231
  },
6204
6232
  "TagKeys": {
6205
6233
  "shape": "__listOf__string",
6206
6234
  "locationName": "tagKeys"
6207
6235
  }
6208
- }
6236
+ },
6237
+ "required": [
6238
+ "Arn"
6239
+ ]
6209
6240
  },
6210
6241
  "UntagResourceResponse": {
6211
6242
  "type": "structure",
@@ -1721,9 +1721,33 @@
1721
1721
  "eu-west-2" : { },
1722
1722
  "sa-east-1" : { },
1723
1723
  "us-east-1" : { },
1724
+ "us-east-1-fips" : {
1725
+ "credentialScope" : {
1726
+ "region" : "us-east-1"
1727
+ },
1728
+ "hostname" : "secretsmanager-fips.us-east-1.amazonaws.com"
1729
+ },
1724
1730
  "us-east-2" : { },
1731
+ "us-east-2-fips" : {
1732
+ "credentialScope" : {
1733
+ "region" : "us-east-2"
1734
+ },
1735
+ "hostname" : "secretsmanager-fips.us-east-2.amazonaws.com"
1736
+ },
1725
1737
  "us-west-1" : { },
1726
- "us-west-2" : { }
1738
+ "us-west-1-fips" : {
1739
+ "credentialScope" : {
1740
+ "region" : "us-west-1"
1741
+ },
1742
+ "hostname" : "secretsmanager-fips.us-west-1.amazonaws.com"
1743
+ },
1744
+ "us-west-2" : { },
1745
+ "us-west-2-fips" : {
1746
+ "credentialScope" : {
1747
+ "region" : "us-west-2"
1748
+ },
1749
+ "hostname" : "secretsmanager-fips.us-west-2.amazonaws.com"
1750
+ }
1727
1751
  }
1728
1752
  },
1729
1753
  "serverlessrepo" : {
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.124'
2
+ VERSION = '2.11.125'
3
3
  end
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.124
4
+ version: 2.11.125
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: 2018-09-05 00:00:00.000000000 Z
11
+ date: 2018-09-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -170,6 +170,7 @@ files:
170
170
  - apis/codecommit/2015-04-13/api-2.json
171
171
  - apis/codecommit/2015-04-13/examples-1.json
172
172
  - apis/codecommit/2015-04-13/paginators-1.json
173
+ - apis/codecommit/2015-04-13/smoke.json
173
174
  - apis/codedeploy/2014-10-06/api-2.json
174
175
  - apis/codedeploy/2014-10-06/examples-1.json
175
176
  - apis/codedeploy/2014-10-06/paginators-1.json