aws-sdk-core 2.11.593 → 2.11.594

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
  SHA256:
3
- metadata.gz: 6cfe94824f3574430ce40ae1b9b005c4fa52927592047b027247ab819b153c78
4
- data.tar.gz: c1b04fe1096daf42b53a6705407f547769103847153907dd374874f555a12fed
3
+ metadata.gz: 6d48c883299db1cef51c5fef5f60e82511883479c276ede6cc7f7bd107f1711a
4
+ data.tar.gz: 3be3b5b5afd2cf99b96296d956ea3772b2eac90dfb80922d125cb2b08b870ad2
5
5
  SHA512:
6
- metadata.gz: ec6fc2fe45fe3a9ab71f26609a668da7469fdfee4c972caa5515d180655de5ae942a5284cba2fd7210218f2edc6116d327c54edad71d361d9d60b51d5b176aea
7
- data.tar.gz: d97a5e3443cb58483969700b51a82a8f5e8c564630508a22d578fb305c28608028c0f05f75c8dd2e1cb89eebb483920a6e08b7be9981266c5dd47399cfb83fb4
6
+ metadata.gz: 52b39ef2fe623dbfb7795021c32a172ca6a8aef7a21ac18d613c1d49fec56de138c6ffcf5ec9d98af0ae2ac30ee9d3f3580b39f0e360c59ec60577841ead387f
7
+ data.tar.gz: 3e2247805f98bf9f6f65674d941aa7399d8d04e5e74fbc8950dddf53aafa5bb5120636f4f71fa86d5a9379f69645bc4c434b7b61d35656a606efb41a4cbfef03
@@ -427,6 +427,7 @@
427
427
  "memory":{"shape":"Integer"},
428
428
  "command":{"shape":"StringList"},
429
429
  "jobRoleArn":{"shape":"String"},
430
+ "executionRoleArn":{"shape":"String"},
430
431
  "volumes":{"shape":"Volumes"},
431
432
  "environment":{"shape":"EnvironmentVariables"},
432
433
  "mountPoints":{"shape":"MountPoints"},
@@ -442,7 +443,9 @@
442
443
  "instanceType":{"shape":"String"},
443
444
  "networkInterfaces":{"shape":"NetworkInterfaceList"},
444
445
  "resourceRequirements":{"shape":"ResourceRequirements"},
445
- "linuxParameters":{"shape":"LinuxParameters"}
446
+ "linuxParameters":{"shape":"LinuxParameters"},
447
+ "logConfiguration":{"shape":"LogConfiguration"},
448
+ "secrets":{"shape":"SecretList"}
446
449
  }
447
450
  },
448
451
  "ContainerOverrides":{
@@ -464,6 +467,7 @@
464
467
  "memory":{"shape":"Integer"},
465
468
  "command":{"shape":"StringList"},
466
469
  "jobRoleArn":{"shape":"String"},
470
+ "executionRoleArn":{"shape":"String"},
467
471
  "volumes":{"shape":"Volumes"},
468
472
  "environment":{"shape":"EnvironmentVariables"},
469
473
  "mountPoints":{"shape":"MountPoints"},
@@ -473,7 +477,9 @@
473
477
  "user":{"shape":"String"},
474
478
  "instanceType":{"shape":"String"},
475
479
  "resourceRequirements":{"shape":"ResourceRequirements"},
476
- "linuxParameters":{"shape":"LinuxParameters"}
480
+ "linuxParameters":{"shape":"LinuxParameters"},
481
+ "logConfiguration":{"shape":"LogConfiguration"},
482
+ "secrets":{"shape":"SecretList"}
477
483
  }
478
484
  },
479
485
  "ContainerSummary":{
@@ -840,7 +846,12 @@
840
846
  "LinuxParameters":{
841
847
  "type":"structure",
842
848
  "members":{
843
- "devices":{"shape":"DevicesList"}
849
+ "devices":{"shape":"DevicesList"},
850
+ "initProcessEnabled":{"shape":"Boolean"},
851
+ "sharedMemorySize":{"shape":"Integer"},
852
+ "tmpfs":{"shape":"TmpfsList"},
853
+ "maxSwap":{"shape":"Integer"},
854
+ "swappiness":{"shape":"Integer"}
844
855
  }
845
856
  },
846
857
  "ListJobsRequest":{
@@ -862,6 +873,32 @@
862
873
  "nextToken":{"shape":"String"}
863
874
  }
864
875
  },
876
+ "LogConfiguration":{
877
+ "type":"structure",
878
+ "required":["logDriver"],
879
+ "members":{
880
+ "logDriver":{"shape":"LogDriver"},
881
+ "options":{"shape":"LogConfigurationOptionsMap"},
882
+ "secretOptions":{"shape":"SecretList"}
883
+ }
884
+ },
885
+ "LogConfigurationOptionsMap":{
886
+ "type":"map",
887
+ "key":{"shape":"String"},
888
+ "value":{"shape":"String"}
889
+ },
890
+ "LogDriver":{
891
+ "type":"string",
892
+ "enum":[
893
+ "json-file",
894
+ "syslog",
895
+ "journald",
896
+ "gelf",
897
+ "fluentd",
898
+ "awslogs",
899
+ "splunk"
900
+ ]
901
+ },
865
902
  "Long":{"type":"long"},
866
903
  "MountPoint":{
867
904
  "type":"structure",
@@ -1005,6 +1042,21 @@
1005
1042
  "attempts":{"shape":"Integer"}
1006
1043
  }
1007
1044
  },
1045
+ "Secret":{
1046
+ "type":"structure",
1047
+ "required":[
1048
+ "name",
1049
+ "valueFrom"
1050
+ ],
1051
+ "members":{
1052
+ "name":{"shape":"String"},
1053
+ "valueFrom":{"shape":"String"}
1054
+ }
1055
+ },
1056
+ "SecretList":{
1057
+ "type":"list",
1058
+ "member":{"shape":"Secret"}
1059
+ },
1008
1060
  "ServerException":{
1009
1061
  "type":"structure",
1010
1062
  "members":{
@@ -1071,6 +1123,22 @@
1071
1123
  "members":{
1072
1124
  }
1073
1125
  },
1126
+ "Tmpfs":{
1127
+ "type":"structure",
1128
+ "required":[
1129
+ "containerPath",
1130
+ "size"
1131
+ ],
1132
+ "members":{
1133
+ "containerPath":{"shape":"String"},
1134
+ "size":{"shape":"Integer"},
1135
+ "mountOptions":{"shape":"StringList"}
1136
+ }
1137
+ },
1138
+ "TmpfsList":{
1139
+ "type":"list",
1140
+ "member":{"shape":"Tmpfs"}
1141
+ },
1074
1142
  "Ulimit":{
1075
1143
  "type":"structure",
1076
1144
  "required":[
@@ -1681,8 +1681,7 @@
1681
1681
  "required":[
1682
1682
  "ConformancePackName",
1683
1683
  "ConformancePackArn",
1684
- "ConformancePackId",
1685
- "DeliveryS3Bucket"
1684
+ "ConformancePackId"
1686
1685
  ],
1687
1686
  "members":{
1688
1687
  "ConformancePackName":{"shape":"ConformancePackName"},
@@ -2017,12 +2016,12 @@
2017
2016
  "DeliveryS3Bucket":{
2018
2017
  "type":"string",
2019
2018
  "max":63,
2020
- "min":3
2019
+ "min":0
2021
2020
  },
2022
2021
  "DeliveryS3KeyPrefix":{
2023
2022
  "type":"string",
2024
2023
  "max":1024,
2025
- "min":1
2024
+ "min":0
2026
2025
  },
2027
2026
  "DeliveryStatus":{
2028
2027
  "type":"string",
@@ -3246,7 +3245,6 @@
3246
3245
  "required":[
3247
3246
  "OrganizationConformancePackName",
3248
3247
  "OrganizationConformancePackArn",
3249
- "DeliveryS3Bucket",
3250
3248
  "LastUpdateTime"
3251
3249
  ],
3252
3250
  "members":{
@@ -3496,10 +3494,7 @@
3496
3494
  },
3497
3495
  "PutConformancePackRequest":{
3498
3496
  "type":"structure",
3499
- "required":[
3500
- "ConformancePackName",
3501
- "DeliveryS3Bucket"
3502
- ],
3497
+ "required":["ConformancePackName"],
3503
3498
  "members":{
3504
3499
  "ConformancePackName":{"shape":"ConformancePackName"},
3505
3500
  "TemplateS3Uri":{"shape":"TemplateS3Uri"},
@@ -3555,10 +3550,7 @@
3555
3550
  },
3556
3551
  "PutOrganizationConformancePackRequest":{
3557
3552
  "type":"structure",
3558
- "required":[
3559
- "OrganizationConformancePackName",
3560
- "DeliveryS3Bucket"
3561
- ],
3553
+ "required":["OrganizationConformancePackName"],
3562
3554
  "members":{
3563
3555
  "OrganizationConformancePackName":{"shape":"OrganizationConformancePackName"},
3564
3556
  "TemplateS3Uri":{"shape":"TemplateS3Uri"},
@@ -20349,6 +20349,14 @@
20349
20349
  "LocalGatewayRouteTableId":{
20350
20350
  "shape":"LocalGatewayRoutetableId",
20351
20351
  "locationName":"localGatewayRouteTableId"
20352
+ },
20353
+ "LocalGatewayRouteTableArn":{
20354
+ "shape":"ResourceArn",
20355
+ "locationName":"localGatewayRouteTableArn"
20356
+ },
20357
+ "OwnerId":{
20358
+ "shape":"String",
20359
+ "locationName":"ownerId"
20352
20360
  }
20353
20361
  }
20354
20362
  },
@@ -20376,6 +20384,10 @@
20376
20384
  "shape":"String",
20377
20385
  "locationName":"localGatewayRouteTableId"
20378
20386
  },
20387
+ "LocalGatewayRouteTableArn":{
20388
+ "shape":"ResourceArn",
20389
+ "locationName":"localGatewayRouteTableArn"
20390
+ },
20379
20391
  "LocalGatewayId":{
20380
20392
  "shape":"LocalGatewayId",
20381
20393
  "locationName":"localGatewayId"
@@ -20384,6 +20396,10 @@
20384
20396
  "shape":"String",
20385
20397
  "locationName":"outpostArn"
20386
20398
  },
20399
+ "OwnerId":{
20400
+ "shape":"String",
20401
+ "locationName":"ownerId"
20402
+ },
20387
20403
  "State":{
20388
20404
  "shape":"String",
20389
20405
  "locationName":"state"
@@ -20427,6 +20443,14 @@
20427
20443
  "shape":"LocalGatewayId",
20428
20444
  "locationName":"localGatewayRouteTableId"
20429
20445
  },
20446
+ "LocalGatewayRouteTableArn":{
20447
+ "shape":"ResourceArn",
20448
+ "locationName":"localGatewayRouteTableArn"
20449
+ },
20450
+ "OwnerId":{
20451
+ "shape":"String",
20452
+ "locationName":"ownerId"
20453
+ },
20430
20454
  "State":{
20431
20455
  "shape":"String",
20432
20456
  "locationName":"state"
@@ -20463,6 +20487,10 @@
20463
20487
  "shape":"String",
20464
20488
  "locationName":"localGatewayRouteTableId"
20465
20489
  },
20490
+ "LocalGatewayRouteTableArn":{
20491
+ "shape":"ResourceArn",
20492
+ "locationName":"localGatewayRouteTableArn"
20493
+ },
20466
20494
  "LocalGatewayId":{
20467
20495
  "shape":"String",
20468
20496
  "locationName":"localGatewayId"
@@ -20471,6 +20499,10 @@
20471
20499
  "shape":"String",
20472
20500
  "locationName":"vpcId"
20473
20501
  },
20502
+ "OwnerId":{
20503
+ "shape":"String",
20504
+ "locationName":"ownerId"
20505
+ },
20474
20506
  "State":{
20475
20507
  "shape":"String",
20476
20508
  "locationName":"state"
@@ -1398,9 +1398,9 @@
1398
1398
  },
1399
1399
  "KmsEncryptionKeyArn":{
1400
1400
  "type":"string",
1401
- "max":80,
1401
+ "max":90,
1402
1402
  "min":7,
1403
- "pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key:[a-zA-Z0-9-_]+|[a-zA-Z0-9-_]\\S+"
1403
+ "pattern":"^\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}|DEFAULT|arn:[a-zA-Z0-9-]+:kms:[a-zA-Z0-9-]+:\\d{12}:key\\/\\w{8}-\\w{4}-\\w{4}-\\w{4}-\\w{12}$"
1404
1404
  },
1405
1405
  "Label":{
1406
1406
  "type":"structure",
@@ -2266,7 +2266,7 @@
2266
2266
  },
2267
2267
  "variableValue":{
2268
2268
  "type":"string",
2269
- "max":256,
2269
+ "max":1024,
2270
2270
  "min":1,
2271
2271
  "sensitive":true
2272
2272
  },
@@ -27,7 +27,8 @@
27
27
  "errors":[
28
28
  {"shape":"MalformedPolicyDocumentException"},
29
29
  {"shape":"PackedPolicyTooLargeException"},
30
- {"shape":"RegionDisabledException"}
30
+ {"shape":"RegionDisabledException"},
31
+ {"shape":"ExpiredTokenException"}
31
32
  ]
32
33
  },
33
34
  "AssumeRoleWithSAML":{
@@ -445,8 +446,7 @@
445
446
  "SAMLAssertionType":{
446
447
  "type":"string",
447
448
  "max":100000,
448
- "min":4,
449
- "sensitive":true
449
+ "min":4
450
450
  },
451
451
  "Subject":{"type":"string"},
452
452
  "SubjectType":{"type":"string"},
@@ -484,8 +484,7 @@
484
484
  "clientTokenType":{
485
485
  "type":"string",
486
486
  "max":2048,
487
- "min":4,
488
- "sensitive":true
487
+ "min":4
489
488
  },
490
489
  "dateType":{"type":"timestamp"},
491
490
  "decodedMessageType":{"type":"string"},
@@ -1081,6 +1081,7 @@
1081
1081
  "ca-central-1" : { },
1082
1082
  "eu-central-1" : { },
1083
1083
  "eu-north-1" : { },
1084
+ "eu-south-1" : { },
1084
1085
  "eu-west-1" : { },
1085
1086
  "eu-west-2" : { },
1086
1087
  "eu-west-3" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.593'
2
+ VERSION = '2.11.594'
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.593
4
+ version: 2.11.594
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-24 00:00:00.000000000 Z
11
+ date: 2020-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath