aws-sdk-core 2.11.510 → 2.11.511

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: 8d97e67b87ebb4dc84bc4fe340ff740d2d2d073b313d78b9a9be15ceac00e24d
4
- data.tar.gz: 0edecf2fb99d3fdd4ecbae81e543e3670d70081efdd69939f2c84fe9ed935373
3
+ metadata.gz: f4ef24f00248d6b96c721d5d05c174050f9eb691332683c5831647a513ea2cc5
4
+ data.tar.gz: eaf3e6bda6aee16908c60604d0764644464c46b4112dc231d5efeb6a2a1543f1
5
5
  SHA512:
6
- metadata.gz: '042836256a57eb1f8e6b568a9d7363dffe6c2d0190299a93e7508c77dccc26827d5bca5aef106363a3191e4683e633732f294489500195d91c1d77fdfdf5a5ce'
7
- data.tar.gz: 4d21ee9dc64063363de8a9da7bfa4bdc7f88942ef8be628ed3ad4fc60de3631210edea36f40d5f70a79065bf2b820e6a2aff19467591384ab8a4f2a3fce3e83a
6
+ metadata.gz: 99b38bbb172bd9ee117b634fddc2d0a64871a43fb031dd1366ab6173fd65feac63355a965e9d27cdd5f446103f245abc8bb904b0b943ddb0d62fdf36321b2e9a
7
+ data.tar.gz: 51ed4696046639bc91f479f59ac36624ce54c6c32bb83cd52ceda938e5faa16bdb02c7c37c498fb487439f9704219a0798ce6b85c0c2e18c6bdbcc0b6ea282e0
@@ -4264,6 +4264,14 @@
4264
4264
  "error":{"httpStatusCode":404},
4265
4265
  "exception":true
4266
4266
  },
4267
+ "NotificationTarget":{
4268
+ "type":"string",
4269
+ "enum":[
4270
+ "EventBridge",
4271
+ "SNS",
4272
+ "SQS"
4273
+ ]
4274
+ },
4267
4275
  "NullableBoolean":{"type":"boolean"},
4268
4276
  "NumberSelectionBehavior":{
4269
4277
  "type":"string",
@@ -4947,9 +4955,23 @@
4947
4955
  "required":["DataRetentionInHours"],
4948
4956
  "members":{
4949
4957
  "DataRetentionInHours":{"shape":"DataRetentionInHours"},
4950
- "Disabled":{"shape":"Boolean"}
4958
+ "Disabled":{"shape":"Boolean"},
4959
+ "StreamingNotificationTargets":{"shape":"StreamingNotificationTargetList"}
4960
+ }
4961
+ },
4962
+ "StreamingNotificationTarget":{
4963
+ "type":"structure",
4964
+ "required":["NotificationTarget"],
4965
+ "members":{
4966
+ "NotificationTarget":{"shape":"NotificationTarget"}
4951
4967
  }
4952
4968
  },
4969
+ "StreamingNotificationTargetList":{
4970
+ "type":"list",
4971
+ "member":{"shape":"StreamingNotificationTarget"},
4972
+ "max":3,
4973
+ "min":1
4974
+ },
4953
4975
  "String":{"type":"string"},
4954
4976
  "String128":{
4955
4977
  "type":"string",
@@ -5639,6 +5639,10 @@
5639
5639
  "MutualAuthentication":{
5640
5640
  "shape":"CertificateAuthentication",
5641
5641
  "locationName":"mutualAuthentication"
5642
+ },
5643
+ "FederatedAuthentication":{
5644
+ "shape":"FederatedAuthentication",
5645
+ "locationName":"federatedAuthentication"
5642
5646
  }
5643
5647
  }
5644
5648
  },
@@ -5654,7 +5658,8 @@
5654
5658
  "members":{
5655
5659
  "Type":{"shape":"ClientVpnAuthenticationType"},
5656
5660
  "ActiveDirectory":{"shape":"DirectoryServiceAuthenticationRequest"},
5657
- "MutualAuthentication":{"shape":"CertificateAuthenticationRequest"}
5661
+ "MutualAuthentication":{"shape":"CertificateAuthenticationRequest"},
5662
+ "FederatedAuthentication":{"shape":"FederatedAuthenticationRequest"}
5658
5663
  }
5659
5664
  },
5660
5665
  "ClientVpnAuthenticationRequestList":{
@@ -5665,7 +5670,8 @@
5665
5670
  "type":"string",
5666
5671
  "enum":[
5667
5672
  "certificate-authentication",
5668
- "directory-service-authentication"
5673
+ "directory-service-authentication",
5674
+ "federated-authentication"
5669
5675
  ]
5670
5676
  },
5671
5677
  "ClientVpnAuthorizationRuleStatus":{
@@ -14409,6 +14415,21 @@
14409
14415
  "disabled"
14410
14416
  ]
14411
14417
  },
14418
+ "FederatedAuthentication":{
14419
+ "type":"structure",
14420
+ "members":{
14421
+ "SamlProviderArn":{
14422
+ "shape":"String",
14423
+ "locationName":"samlProviderArn"
14424
+ }
14425
+ }
14426
+ },
14427
+ "FederatedAuthenticationRequest":{
14428
+ "type":"structure",
14429
+ "members":{
14430
+ "SAMLProviderArn":{"shape":"String"}
14431
+ }
14432
+ },
14412
14433
  "Filter":{
14413
14434
  "type":"structure",
14414
14435
  "members":{
@@ -218,6 +218,7 @@
218
218
  "type":"structure",
219
219
  "members":{
220
220
  "affectedAccounts":{"shape":"affectedAccountsList"},
221
+ "eventScopeCode":{"shape":"eventScopeCode"},
221
222
  "nextToken":{"shape":"nextToken"}
222
223
  }
223
224
  },
@@ -428,15 +429,13 @@
428
429
  "startTime":{"shape":"timestamp"},
429
430
  "endTime":{"shape":"timestamp"},
430
431
  "lastUpdatedTime":{"shape":"timestamp"},
431
- "statusCode":{"shape":"eventStatusCode"}
432
+ "statusCode":{"shape":"eventStatusCode"},
433
+ "eventScopeCode":{"shape":"eventScopeCode"}
432
434
  }
433
435
  },
434
436
  "EventAccountFilter":{
435
437
  "type":"structure",
436
- "required":[
437
- "eventArn",
438
- "awsAccountId"
439
- ],
438
+ "required":["eventArn"],
440
439
  "members":{
441
440
  "eventArn":{"shape":"eventArn"},
442
441
  "awsAccountId":{"shape":"accountId"}
@@ -564,6 +563,7 @@
564
563
  "service":{"shape":"service"},
565
564
  "eventTypeCode":{"shape":"eventTypeCode"},
566
565
  "eventTypeCategory":{"shape":"eventTypeCategory"},
566
+ "eventScopeCode":{"shape":"eventScopeCode"},
567
567
  "region":{"shape":"region"},
568
568
  "startTime":{"shape":"timestamp"},
569
569
  "endTime":{"shape":"timestamp"},
@@ -683,8 +683,8 @@
683
683
  "entityUrl":{"type":"string"},
684
684
  "entityValue":{
685
685
  "type":"string",
686
- "max":256,
687
- "pattern":".{0,256}"
686
+ "max":1224,
687
+ "pattern":".{0,1224}"
688
688
  },
689
689
  "entityValueList":{
690
690
  "type":"list",
@@ -713,6 +713,14 @@
713
713
  "key":{"shape":"metadataKey"},
714
714
  "value":{"shape":"metadataValue"}
715
715
  },
716
+ "eventScopeCode":{
717
+ "type":"string",
718
+ "enum":[
719
+ "PUBLIC",
720
+ "ACCOUNT_SPECIFIC",
721
+ "NONE"
722
+ ]
723
+ },
716
724
  "eventStatusCode":{
717
725
  "type":"string",
718
726
  "enum":[
@@ -774,10 +782,13 @@
774
782
  "max":100,
775
783
  "min":10
776
784
  },
777
- "metadataKey":{"type":"string"},
785
+ "metadataKey":{
786
+ "type":"string",
787
+ "max":32766
788
+ },
778
789
  "metadataValue":{
779
790
  "type":"string",
780
- "max":10240
791
+ "max":32766
781
792
  },
782
793
  "nextToken":{
783
794
  "type":"string",
@@ -3,6 +3,9 @@
3
3
  "DescribeAffectedAccountsForOrganization": {
4
4
  "input_token": "nextToken",
5
5
  "limit_key": "maxResults",
6
+ "non_aggregate_keys": [
7
+ "eventScopeCode"
8
+ ],
6
9
  "output_token": "nextToken",
7
10
  "result_key": "affectedAccounts"
8
11
  },
@@ -4516,10 +4516,22 @@
4516
4516
  },
4517
4517
  "schemas" : {
4518
4518
  "endpoints" : {
4519
+ "ap-east-1" : { },
4519
4520
  "ap-northeast-1" : { },
4521
+ "ap-northeast-2" : { },
4522
+ "ap-south-1" : { },
4523
+ "ap-southeast-1" : { },
4524
+ "ap-southeast-2" : { },
4525
+ "ca-central-1" : { },
4526
+ "eu-central-1" : { },
4527
+ "eu-north-1" : { },
4520
4528
  "eu-west-1" : { },
4529
+ "eu-west-2" : { },
4530
+ "eu-west-3" : { },
4531
+ "sa-east-1" : { },
4521
4532
  "us-east-1" : { },
4522
4533
  "us-east-2" : { },
4534
+ "us-west-1" : { },
4523
4535
  "us-west-2" : { }
4524
4536
  }
4525
4537
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.510'
2
+ VERSION = '2.11.511'
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.510
4
+ version: 2.11.511
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-18 00:00:00.000000000 Z
11
+ date: 2020-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath