aws-sdk-core 2.11.579 → 2.11.580

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
  SHA256:
3
- metadata.gz: 760bc3990e966b31e94d51a50379977a29175d62f642005f3afb885535d9346c
4
- data.tar.gz: ccc7471fb0ab97159194466f7ce8ced9b520bef9727c263e5feec476f19ac29d
3
+ metadata.gz: 0302e62eb6094778d8647e026a973984335f43e12320dc9ebe052fb9120b7635
4
+ data.tar.gz: 78eb9cb340cfe753afbb0a994c7bd2ee29f10808e8f9d030452910424d9bf9fb
5
5
  SHA512:
6
- metadata.gz: 448064d17a43dca96f8b7a169fc8ceb156bc787f5552e9854668d71170ca6c7efa573b34663644f423318d1c15976a182f1824190f5c22b02d616daa224ccc46
7
- data.tar.gz: e79b09222ed3b9bf9bf12bb574d5b1034441fc523d6fa200b69fb04ae68e02eb85cf47326591a8c0c140910529e9fa559ded0f1f2f650243cb9d1f625d4f042b
6
+ metadata.gz: 6ad90c3c65fe6206b07ca5743dfcf9345f21d89c9dd058bb903df64bf968c5d8c373850c17ebb0184ee9501232520ac5757f9e6045816f38267e9e57e1ce52ba
7
+ data.tar.gz: 128d28c7ed0c32bf908338fabf6ba4ff86da2bc6236f1ce8d87c065719f0760d3ead149579f5890004f0423d17725b8589d0e08d1f3b5720c78f531957632226
@@ -643,6 +643,19 @@
643
643
  "member":{"shape":"AccountModification"}
644
644
  },
645
645
  "Alias":{"type":"string"},
646
+ "Application":{
647
+ "type":"string",
648
+ "enum":[
649
+ "Microsoft_Office_2016",
650
+ "Microsoft_Office_2019"
651
+ ]
652
+ },
653
+ "ApplicationList":{
654
+ "type":"list",
655
+ "member":{"shape":"Application"},
656
+ "max":5,
657
+ "min":1
658
+ },
646
659
  "AssociateIpGroupsRequest":{
647
660
  "type":"structure",
648
661
  "required":[
@@ -1186,7 +1199,8 @@
1186
1199
  "IngestionProcess":{"shape":"WorkspaceImageIngestionProcess"},
1187
1200
  "ImageName":{"shape":"WorkspaceImageName"},
1188
1201
  "ImageDescription":{"shape":"WorkspaceImageDescription"},
1189
- "Tags":{"shape":"TagList"}
1202
+ "Tags":{"shape":"TagList"},
1203
+ "Applications":{"shape":"ApplicationList"}
1190
1204
  }
1191
1205
  },
1192
1206
  "ImportWorkspaceImageResult":{
@@ -416,6 +416,7 @@
416
416
  "members":{
417
417
  "GroupName":{"shape":"GroupName"},
418
418
  "FilterExpression":{"shape":"FilterExpression"},
419
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"},
419
420
  "Tags":{"shape":"TagList"}
420
421
  }
421
422
  },
@@ -800,7 +801,8 @@
800
801
  "members":{
801
802
  "GroupName":{"shape":"String"},
802
803
  "GroupARN":{"shape":"String"},
803
- "FilterExpression":{"shape":"String"}
804
+ "FilterExpression":{"shape":"String"},
805
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
804
806
  }
805
807
  },
806
808
  "GroupARN":{
@@ -818,7 +820,8 @@
818
820
  "members":{
819
821
  "GroupName":{"shape":"String"},
820
822
  "GroupARN":{"shape":"String"},
821
- "FilterExpression":{"shape":"String"}
823
+ "FilterExpression":{"shape":"String"},
824
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
822
825
  }
823
826
  },
824
827
  "GroupSummaryList":{
@@ -858,6 +861,12 @@
858
861
  "ClientIp":{"shape":"String"}
859
862
  }
860
863
  },
864
+ "InsightsConfiguration":{
865
+ "type":"structure",
866
+ "members":{
867
+ "InsightsEnabled":{"shape":"NullableBoolean"}
868
+ }
869
+ },
861
870
  "InstanceIdDetail":{
862
871
  "type":"structure",
863
872
  "members":{
@@ -1462,7 +1471,8 @@
1462
1471
  "members":{
1463
1472
  "GroupName":{"shape":"GroupName"},
1464
1473
  "GroupARN":{"shape":"GroupARN"},
1465
- "FilterExpression":{"shape":"FilterExpression"}
1474
+ "FilterExpression":{"shape":"FilterExpression"},
1475
+ "InsightsConfiguration":{"shape":"InsightsConfiguration"}
1466
1476
  }
1467
1477
  },
1468
1478
  "UpdateGroupResult":{
@@ -247,6 +247,7 @@
247
247
  "protocols" : [ "https" ]
248
248
  },
249
249
  "endpoints" : {
250
+ "ap-east-1" : { },
250
251
  "ap-northeast-1" : { },
251
252
  "ap-northeast-2" : { },
252
253
  "ap-south-1" : { },
@@ -258,6 +259,7 @@
258
259
  "eu-west-1" : { },
259
260
  "eu-west-2" : { },
260
261
  "eu-west-3" : { },
262
+ "me-south-1" : { },
261
263
  "sa-east-1" : { },
262
264
  "us-east-1" : { },
263
265
  "us-east-2" : { },
@@ -3551,6 +3553,7 @@
3551
3553
  "ap-northeast-2" : { },
3552
3554
  "ap-southeast-1" : { },
3553
3555
  "eu-west-1" : { },
3556
+ "eu-west-2" : { },
3554
3557
  "us-east-1" : { }
3555
3558
  }
3556
3559
  },
@@ -4151,6 +4154,7 @@
4151
4154
  }
4152
4155
  },
4153
4156
  "endpoints" : {
4157
+ "ap-northeast-1" : { },
4154
4158
  "ap-northeast-2" : { },
4155
4159
  "ap-south-1" : { },
4156
4160
  "ap-southeast-2" : { },
@@ -5256,6 +5260,7 @@
5256
5260
  },
5257
5261
  "snowball" : {
5258
5262
  "endpoints" : {
5263
+ "ap-east-1" : { },
5259
5264
  "ap-northeast-1" : { },
5260
5265
  "ap-northeast-2" : { },
5261
5266
  "ap-south-1" : { },
@@ -5263,6 +5268,7 @@
5263
5268
  "ap-southeast-2" : { },
5264
5269
  "ca-central-1" : { },
5265
5270
  "eu-central-1" : { },
5271
+ "eu-north-1" : { },
5266
5272
  "eu-west-1" : { },
5267
5273
  "eu-west-2" : { },
5268
5274
  "eu-west-3" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.579'
2
+ VERSION = '2.11.580'
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.579
4
+ version: 2.11.580
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-09-03 00:00:00.000000000 Z
11
+ date: 2020-09-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath