aws-sdk-core 2.11.327 → 2.11.328

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8a3b65334b2ddaf72f4a47f271c6c68b0c41d7b1
4
- data.tar.gz: 7462341fedd123a12d2b5ea6d8df1cf8fd2db1eb
3
+ metadata.gz: c003e000d1ef2f52cedc01b1b892699acb16b42c
4
+ data.tar.gz: 1bbb2a88ae32fa18ac36da3ae59c0b2755a28948
5
5
  SHA512:
6
- metadata.gz: 98150387b6e3b4d5e5ef71ebe2c4887a7b610024ffc4e83d1b25044ac95ce2521d30e92ba1f7973347e6b46557d439e1e17a5ea787d29da5c59075aeb2fa07fe
7
- data.tar.gz: f3c12deabc63ecb38d3c2d52e72de700c4146fbe75cae7a97ebdaca4c90b7060612fea8954c341161b85f585327b0d8f1b83b57ac8466c3b28d119631369c4ef
6
+ metadata.gz: b27ebcd3e5908125dffb6fa1dbc33488d861289337c5d7ad784a7ce0a1a379468d1f4e2f0e050904c87041d2ad19d21e7392167399316a6e2041b3f7f4182df1
7
+ data.tar.gz: b19fee23d0797f54f20b4141f3d007d51a27c12c9c5cf5d52727c3633656b258bb380403fdf683ca439dea1f798b923d1be8553e62a293fbd4c241393ce69daf
@@ -212,6 +212,20 @@
212
212
  {"shape":"InternalServerException"}
213
213
  ]
214
214
  },
215
+ "UpdateApplication":{
216
+ "name":"UpdateApplication",
217
+ "http":{
218
+ "method":"POST",
219
+ "requestUri":"/"
220
+ },
221
+ "input":{"shape":"UpdateApplicationRequest"},
222
+ "output":{"shape":"UpdateApplicationResponse"},
223
+ "errors":[
224
+ {"shape":"InternalServerException"},
225
+ {"shape":"ResourceNotFoundException"},
226
+ {"shape":"ValidationException"}
227
+ ]
228
+ },
215
229
  "UpdateComponent":{
216
230
  "name":"UpdateComponent",
217
231
  "http":{
@@ -262,6 +276,8 @@
262
276
  "members":{
263
277
  "ResourceGroupName":{"shape":"ResourceGroupName"},
264
278
  "LifeCycle":{"shape":"LifeCycle"},
279
+ "OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
280
+ "OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
265
281
  "Remarks":{"shape":"Remarks"}
266
282
  }
267
283
  },
@@ -282,7 +298,9 @@
282
298
  "type":"structure",
283
299
  "required":["ResourceGroupName"],
284
300
  "members":{
285
- "ResourceGroupName":{"shape":"ResourceGroupName"}
301
+ "ResourceGroupName":{"shape":"ResourceGroupName"},
302
+ "OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
303
+ "OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"}
286
304
  }
287
305
  },
288
306
  "CreateApplicationResponse":{
@@ -564,6 +582,8 @@
564
582
  "type":"list",
565
583
  "member":{"shape":"Observation"}
566
584
  },
585
+ "OpsCenterEnabled":{"type":"boolean"},
586
+ "OpsItemSNSTopicArn":{"type":"string"},
567
587
  "PaginationToken":{"type":"string"},
568
588
  "Problem":{
569
589
  "type":"structure",
@@ -592,6 +612,7 @@
592
612
  }
593
613
  },
594
614
  "Remarks":{"type":"string"},
615
+ "RemoveSNSTopic":{"type":"boolean"},
595
616
  "ResourceARN":{"type":"string"},
596
617
  "ResourceGroupName":{"type":"string"},
597
618
  "ResourceInUseException":{
@@ -635,6 +656,22 @@
635
656
  "Tier":{"type":"string"},
636
657
  "Title":{"type":"string"},
637
658
  "Unit":{"type":"string"},
659
+ "UpdateApplicationRequest":{
660
+ "type":"structure",
661
+ "required":["ResourceGroupName"],
662
+ "members":{
663
+ "ResourceGroupName":{"shape":"ResourceGroupName"},
664
+ "OpsCenterEnabled":{"shape":"OpsCenterEnabled"},
665
+ "OpsItemSNSTopicArn":{"shape":"OpsItemSNSTopicArn"},
666
+ "RemoveSNSTopic":{"shape":"RemoveSNSTopic"}
667
+ }
668
+ },
669
+ "UpdateApplicationResponse":{
670
+ "type":"structure",
671
+ "members":{
672
+ "ApplicationInfo":{"shape":"ApplicationInfo"}
673
+ }
674
+ },
638
675
  "UpdateComponentConfigurationRequest":{
639
676
  "type":"structure",
640
677
  "required":[
@@ -978,6 +978,30 @@
978
978
  "ap-southeast-2" : { },
979
979
  "eu-central-1" : { },
980
980
  "eu-west-1" : { },
981
+ "fips-us-east-1" : {
982
+ "credentialScope" : {
983
+ "region" : "us-east-1"
984
+ },
985
+ "hostname" : "datasync-fips.us-east-1.amazonaws.com"
986
+ },
987
+ "fips-us-east-2" : {
988
+ "credentialScope" : {
989
+ "region" : "us-east-2"
990
+ },
991
+ "hostname" : "datasync-fips.us-east-2.amazonaws.com"
992
+ },
993
+ "fips-us-west-1" : {
994
+ "credentialScope" : {
995
+ "region" : "us-west-1"
996
+ },
997
+ "hostname" : "datasync-fips.us-west-1.amazonaws.com"
998
+ },
999
+ "fips-us-west-2" : {
1000
+ "credentialScope" : {
1001
+ "region" : "us-west-2"
1002
+ },
1003
+ "hostname" : "datasync-fips.us-west-2.amazonaws.com"
1004
+ },
981
1005
  "us-east-1" : { },
982
1006
  "us-east-2" : { },
983
1007
  "us-west-1" : { },
@@ -3413,6 +3437,7 @@
3413
3437
  "eu-west-1" : { },
3414
3438
  "eu-west-2" : { },
3415
3439
  "eu-west-3" : { },
3440
+ "me-south-1" : { },
3416
3441
  "sa-east-1" : { },
3417
3442
  "us-east-1" : { },
3418
3443
  "us-east-2" : { },
@@ -4036,6 +4061,12 @@
4036
4061
  },
4037
4062
  "datasync" : {
4038
4063
  "endpoints" : {
4064
+ "fips-us-gov-west-1" : {
4065
+ "credentialScope" : {
4066
+ "region" : "us-gov-west-1"
4067
+ },
4068
+ "hostname" : "datasync-fips.us-gov-west-1.amazonaws.com"
4069
+ },
4039
4070
  "us-gov-west-1" : { }
4040
4071
  }
4041
4072
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.327'
2
+ VERSION = '2.11.328'
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.327
4
+ version: 2.11.328
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: 2019-08-06 00:00:00.000000000 Z
11
+ date: 2019-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -1206,7 +1206,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
1206
1206
  version: '0'
1207
1207
  requirements: []
1208
1208
  rubyforge_project:
1209
- rubygems_version: 2.5.2
1209
+ rubygems_version: 2.5.2.3
1210
1210
  signing_key:
1211
1211
  specification_version: 4
1212
1212
  summary: AWS SDK for Ruby - Core