aws-sdk-core 2.11.511 → 2.11.516
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 +4 -4
- data/apis/appmesh/2019-01-25/api-2.json +64 -1
- data/apis/backup/2018-11-15/api-2.json +48 -0
- data/apis/chime/2018-05-01/api-2.json +102 -0
- data/apis/codebuild/2016-10-06/api-2.json +7 -4
- data/apis/codedeploy/2014-10-06/api-2.json +68 -11
- data/apis/dlm/2018-01-12/api-2.json +8 -5
- data/apis/ec2/2016-11-15/api-2.json +64 -1
- data/apis/elasticache/2015-02-02/api-2.json +14 -7
- data/apis/elasticloadbalancingv2/2015-12-01/api-2.json +26 -5
- data/apis/iotsitewise/2019-12-02/api-2.json +28 -11
- data/apis/macie/2017-12-19/examples-1.json +2 -2
- data/apis/macie/2017-12-19/paginators-1.json +9 -9
- data/apis/medialive/2017-10-14/api-2.json +605 -29
- data/apis/medialive/2017-10-14/paginators-1.json +6 -0
- data/apis/medialive/2017-10-14/waiters-2.json +81 -0
- data/apis/quicksight/2018-04-01/api-2.json +9 -0
- data/apis/s3/2006-03-01/api-2.json +76 -20
- data/apis/s3/2006-03-01/examples-1.json +94 -94
- data/apis/securityhub/2018-10-26/api-2.json +16 -2
- data/apis/ssm/2014-11-06/api-2.json +0 -1
- data/apis/synthetics/2017-10-11/api-2.json +9 -2
- data/apis/transcribe-streaming/2017-10-26/api-2.json +38 -3
- data/endpoints.json +131 -4
- data/lib/aws-sdk-core/version.rb +1 -1
- metadata +2 -2
@@ -92,7 +92,8 @@
|
|
92
92
|
"StartTime":{"shape":"Double"},
|
93
93
|
"EndTime":{"shape":"Double"},
|
94
94
|
"Type":{"shape":"ItemType"},
|
95
|
-
"Content":{"shape":"String"}
|
95
|
+
"Content":{"shape":"String"},
|
96
|
+
"VocabularyFilterMatch":{"shape":"Boolean"}
|
96
97
|
}
|
97
98
|
},
|
98
99
|
"ItemList":{
|
@@ -195,7 +196,17 @@
|
|
195
196
|
"location":"header",
|
196
197
|
"locationName":"x-amzn-transcribe-session-id"
|
197
198
|
},
|
198
|
-
"AudioStream":{"shape":"AudioStream"}
|
199
|
+
"AudioStream":{"shape":"AudioStream"},
|
200
|
+
"VocabularyFilterName":{
|
201
|
+
"shape":"VocabularyFilterName",
|
202
|
+
"location":"header",
|
203
|
+
"locationName":"x-amzn-transcribe-vocabulary-filter-name"
|
204
|
+
},
|
205
|
+
"VocabularyFilterMethod":{
|
206
|
+
"shape":"VocabularyFilterMethod",
|
207
|
+
"location":"header",
|
208
|
+
"locationName":"x-amzn-transcribe-vocabulary-filter-method"
|
209
|
+
}
|
199
210
|
},
|
200
211
|
"payload":"AudioStream"
|
201
212
|
},
|
@@ -232,7 +243,17 @@
|
|
232
243
|
"location":"header",
|
233
244
|
"locationName":"x-amzn-transcribe-session-id"
|
234
245
|
},
|
235
|
-
"TranscriptResultStream":{"shape":"TranscriptResultStream"}
|
246
|
+
"TranscriptResultStream":{"shape":"TranscriptResultStream"},
|
247
|
+
"VocabularyFilterName":{
|
248
|
+
"shape":"VocabularyFilterName",
|
249
|
+
"location":"header",
|
250
|
+
"locationName":"x-amzn-transcribe-vocabulary-filter-name"
|
251
|
+
},
|
252
|
+
"VocabularyFilterMethod":{
|
253
|
+
"shape":"VocabularyFilterMethod",
|
254
|
+
"location":"header",
|
255
|
+
"locationName":"x-amzn-transcribe-vocabulary-filter-method"
|
256
|
+
}
|
236
257
|
},
|
237
258
|
"payload":"TranscriptResultStream"
|
238
259
|
},
|
@@ -262,6 +283,20 @@
|
|
262
283
|
},
|
263
284
|
"eventstream":true
|
264
285
|
},
|
286
|
+
"VocabularyFilterMethod":{
|
287
|
+
"type":"string",
|
288
|
+
"enum":[
|
289
|
+
"remove",
|
290
|
+
"mask",
|
291
|
+
"tag"
|
292
|
+
]
|
293
|
+
},
|
294
|
+
"VocabularyFilterName":{
|
295
|
+
"type":"string",
|
296
|
+
"max":200,
|
297
|
+
"min":1,
|
298
|
+
"pattern":"^[0-9a-zA-Z._-]+"
|
299
|
+
},
|
265
300
|
"VocabularyName":{
|
266
301
|
"type":"string",
|
267
302
|
"max":200,
|
data/endpoints.json
CHANGED
@@ -210,6 +210,29 @@
|
|
210
210
|
"us-west-2" : { }
|
211
211
|
}
|
212
212
|
},
|
213
|
+
"api.detective" : {
|
214
|
+
"defaults" : {
|
215
|
+
"protocols" : [ "https" ]
|
216
|
+
},
|
217
|
+
"endpoints" : {
|
218
|
+
"ap-northeast-1" : { },
|
219
|
+
"ap-northeast-2" : { },
|
220
|
+
"ap-south-1" : { },
|
221
|
+
"ap-southeast-1" : { },
|
222
|
+
"ap-southeast-2" : { },
|
223
|
+
"ca-central-1" : { },
|
224
|
+
"eu-central-1" : { },
|
225
|
+
"eu-north-1" : { },
|
226
|
+
"eu-west-1" : { },
|
227
|
+
"eu-west-2" : { },
|
228
|
+
"eu-west-3" : { },
|
229
|
+
"sa-east-1" : { },
|
230
|
+
"us-east-1" : { },
|
231
|
+
"us-east-2" : { },
|
232
|
+
"us-west-1" : { },
|
233
|
+
"us-west-2" : { }
|
234
|
+
}
|
235
|
+
},
|
213
236
|
"api.ecr" : {
|
214
237
|
"endpoints" : {
|
215
238
|
"af-south-1" : {
|
@@ -1999,6 +2022,7 @@
|
|
1999
2022
|
"ca-central-1" : { },
|
2000
2023
|
"eu-central-1" : { },
|
2001
2024
|
"eu-north-1" : { },
|
2025
|
+
"eu-south-1" : { },
|
2002
2026
|
"eu-west-1" : { },
|
2003
2027
|
"eu-west-2" : { },
|
2004
2028
|
"eu-west-3" : { },
|
@@ -2062,6 +2086,12 @@
|
|
2062
2086
|
},
|
2063
2087
|
"hostname" : "elasticfilesystem-fips.eu-north-1.amazonaws.com"
|
2064
2088
|
},
|
2089
|
+
"fips-eu-south-1" : {
|
2090
|
+
"credentialScope" : {
|
2091
|
+
"region" : "eu-south-1"
|
2092
|
+
},
|
2093
|
+
"hostname" : "elasticfilesystem-fips.eu-south-1.amazonaws.com"
|
2094
|
+
},
|
2065
2095
|
"fips-eu-west-1" : {
|
2066
2096
|
"credentialScope" : {
|
2067
2097
|
"region" : "eu-west-1"
|
@@ -3123,8 +3153,10 @@
|
|
3123
3153
|
"ap-southeast-2" : { },
|
3124
3154
|
"ca-central-1" : { },
|
3125
3155
|
"eu-central-1" : { },
|
3156
|
+
"eu-north-1" : { },
|
3126
3157
|
"eu-west-1" : { },
|
3127
3158
|
"eu-west-2" : { },
|
3159
|
+
"eu-west-3" : { },
|
3128
3160
|
"sa-east-1" : { },
|
3129
3161
|
"us-east-1" : { },
|
3130
3162
|
"us-east-2" : { },
|
@@ -3334,9 +3366,40 @@
|
|
3334
3366
|
"ap-southeast-2" : { },
|
3335
3367
|
"ca-central-1" : { },
|
3336
3368
|
"eu-central-1" : { },
|
3369
|
+
"eu-north-1" : { },
|
3337
3370
|
"eu-west-1" : { },
|
3338
3371
|
"eu-west-2" : { },
|
3339
3372
|
"eu-west-3" : { },
|
3373
|
+
"fips-ca-central-1" : {
|
3374
|
+
"credentialScope" : {
|
3375
|
+
"region" : "ca-central-1"
|
3376
|
+
},
|
3377
|
+
"hostname" : "mediaconvert-fips.ca-central-1.amazonaws.com"
|
3378
|
+
},
|
3379
|
+
"fips-us-east-1" : {
|
3380
|
+
"credentialScope" : {
|
3381
|
+
"region" : "us-east-1"
|
3382
|
+
},
|
3383
|
+
"hostname" : "mediaconvert-fips.us-east-1.amazonaws.com"
|
3384
|
+
},
|
3385
|
+
"fips-us-east-2" : {
|
3386
|
+
"credentialScope" : {
|
3387
|
+
"region" : "us-east-2"
|
3388
|
+
},
|
3389
|
+
"hostname" : "mediaconvert-fips.us-east-2.amazonaws.com"
|
3390
|
+
},
|
3391
|
+
"fips-us-west-1" : {
|
3392
|
+
"credentialScope" : {
|
3393
|
+
"region" : "us-west-1"
|
3394
|
+
},
|
3395
|
+
"hostname" : "mediaconvert-fips.us-west-1.amazonaws.com"
|
3396
|
+
},
|
3397
|
+
"fips-us-west-2" : {
|
3398
|
+
"credentialScope" : {
|
3399
|
+
"region" : "us-west-2"
|
3400
|
+
},
|
3401
|
+
"hostname" : "mediaconvert-fips.us-west-2.amazonaws.com"
|
3402
|
+
},
|
3340
3403
|
"sa-east-1" : { },
|
3341
3404
|
"us-east-1" : { },
|
3342
3405
|
"us-east-2" : { },
|
@@ -6958,6 +7021,18 @@
|
|
6958
7021
|
},
|
6959
7022
|
"elasticloadbalancing" : {
|
6960
7023
|
"endpoints" : {
|
7024
|
+
"fips-us-gov-east-1" : {
|
7025
|
+
"credentialScope" : {
|
7026
|
+
"region" : "us-gov-east-1"
|
7027
|
+
},
|
7028
|
+
"hostname" : "elasticloadbalancing-fips.us-gov-east-1.amazonaws.com"
|
7029
|
+
},
|
7030
|
+
"fips-us-gov-west-1" : {
|
7031
|
+
"credentialScope" : {
|
7032
|
+
"region" : "us-gov-west-1"
|
7033
|
+
},
|
7034
|
+
"hostname" : "elasticloadbalancing-fips.us-gov-west-1.amazonaws.com"
|
7035
|
+
},
|
6961
7036
|
"us-gov-east-1" : { },
|
6962
7037
|
"us-gov-west-1" : {
|
6963
7038
|
"protocols" : [ "http", "https" ]
|
@@ -7095,7 +7170,13 @@
|
|
7095
7170
|
"protocols" : [ "https" ]
|
7096
7171
|
},
|
7097
7172
|
"endpoints" : {
|
7098
|
-
"us-gov-west-1" : { }
|
7173
|
+
"us-gov-west-1" : { },
|
7174
|
+
"us-gov-west-1-fips" : {
|
7175
|
+
"credentialScope" : {
|
7176
|
+
"region" : "us-gov-west-1"
|
7177
|
+
},
|
7178
|
+
"hostname" : "guardduty.us-gov-west-1.amazonaws.com"
|
7179
|
+
}
|
7099
7180
|
},
|
7100
7181
|
"isRegionalized" : true
|
7101
7182
|
},
|
@@ -7217,7 +7298,12 @@
|
|
7217
7298
|
},
|
7218
7299
|
"mediaconvert" : {
|
7219
7300
|
"endpoints" : {
|
7220
|
-
"us-gov-west-1" : {
|
7301
|
+
"us-gov-west-1" : {
|
7302
|
+
"credentialScope" : {
|
7303
|
+
"region" : "us-gov-west-1"
|
7304
|
+
},
|
7305
|
+
"hostname" : "mediaconvert.us-gov-west-1.amazonaws.com"
|
7306
|
+
}
|
7221
7307
|
}
|
7222
7308
|
},
|
7223
7309
|
"metering.marketplace" : {
|
@@ -7272,6 +7358,12 @@
|
|
7272
7358
|
"region" : "us-gov-west-1"
|
7273
7359
|
},
|
7274
7360
|
"hostname" : "organizations.us-gov-west-1.amazonaws.com"
|
7361
|
+
},
|
7362
|
+
"fips-aws-us-gov-global" : {
|
7363
|
+
"credentialScope" : {
|
7364
|
+
"region" : "us-gov-west-1"
|
7365
|
+
},
|
7366
|
+
"hostname" : "organizations.us-gov-west-1.amazonaws.com"
|
7275
7367
|
}
|
7276
7368
|
},
|
7277
7369
|
"isRegionalized" : false,
|
@@ -7487,9 +7579,17 @@
|
|
7487
7579
|
},
|
7488
7580
|
"endpoints" : {
|
7489
7581
|
"us-gov-east-1" : {
|
7582
|
+
"credentialScope" : {
|
7583
|
+
"region" : "us-gov-east-1"
|
7584
|
+
},
|
7585
|
+
"hostname" : "serverlessrepo.us-gov-east-1.amazonaws.com",
|
7490
7586
|
"protocols" : [ "https" ]
|
7491
7587
|
},
|
7492
7588
|
"us-gov-west-1" : {
|
7589
|
+
"credentialScope" : {
|
7590
|
+
"region" : "us-gov-west-1"
|
7591
|
+
},
|
7592
|
+
"hostname" : "serverlessrepo.us-gov-west-1.amazonaws.com",
|
7493
7593
|
"protocols" : [ "https" ]
|
7494
7594
|
}
|
7495
7595
|
}
|
@@ -7550,8 +7650,17 @@
|
|
7550
7650
|
},
|
7551
7651
|
"sns" : {
|
7552
7652
|
"endpoints" : {
|
7553
|
-
"us-gov-east-1" : {
|
7653
|
+
"us-gov-east-1" : {
|
7654
|
+
"credentialScope" : {
|
7655
|
+
"region" : "us-gov-east-1"
|
7656
|
+
},
|
7657
|
+
"hostname" : "sns.us-gov-east-1.amazonaws.com"
|
7658
|
+
},
|
7554
7659
|
"us-gov-west-1" : {
|
7660
|
+
"credentialScope" : {
|
7661
|
+
"region" : "us-gov-west-1"
|
7662
|
+
},
|
7663
|
+
"hostname" : "sns.us-gov-west-1.amazonaws.com",
|
7555
7664
|
"protocols" : [ "http", "https" ]
|
7556
7665
|
}
|
7557
7666
|
}
|
@@ -7654,7 +7763,19 @@
|
|
7654
7763
|
"sts" : {
|
7655
7764
|
"endpoints" : {
|
7656
7765
|
"us-gov-east-1" : { },
|
7657
|
-
"us-gov-
|
7766
|
+
"us-gov-east-1-fips" : {
|
7767
|
+
"credentialScope" : {
|
7768
|
+
"region" : "us-gov-east-1"
|
7769
|
+
},
|
7770
|
+
"hostname" : "sts.us-gov-east-1.amazonaws.com"
|
7771
|
+
},
|
7772
|
+
"us-gov-west-1" : { },
|
7773
|
+
"us-gov-west-1-fips" : {
|
7774
|
+
"credentialScope" : {
|
7775
|
+
"region" : "us-gov-west-1"
|
7776
|
+
},
|
7777
|
+
"hostname" : "sts.us-gov-west-1.amazonaws.com"
|
7778
|
+
}
|
7658
7779
|
}
|
7659
7780
|
},
|
7660
7781
|
"support" : {
|
@@ -7664,6 +7785,12 @@
|
|
7664
7785
|
"region" : "us-gov-west-1"
|
7665
7786
|
},
|
7666
7787
|
"hostname" : "support.us-gov-west-1.amazonaws.com"
|
7788
|
+
},
|
7789
|
+
"fips-us-gov-west-1" : {
|
7790
|
+
"credentialScope" : {
|
7791
|
+
"region" : "us-gov-west-1"
|
7792
|
+
},
|
7793
|
+
"hostname" : "support.us-gov-west-1.amazonaws.com"
|
7667
7794
|
}
|
7668
7795
|
},
|
7669
7796
|
"partitionEndpoint" : "aws-us-gov-global"
|
data/lib/aws-sdk-core/version.rb
CHANGED
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.516
|
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-05-
|
11
|
+
date: 2020-05-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jmespath
|