aws-sdk-core 2.11.237 → 2.11.238

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: 91f71aa97d44e640af32ef887d1ceffe2abd2323
4
- data.tar.gz: e690a70019f275a7dfdc4871db825ee82136dd67
3
+ metadata.gz: b47b4a216e30fdceac10e685fd3b08696781c16f
4
+ data.tar.gz: 62104f51a00860e5aa2b63899b729392c453b5f2
5
5
  SHA512:
6
- metadata.gz: d01960db036b585bcb4da4f7736b555790c8a2225e6ca0814a636584dd25341b15ddb6ef645fb8115c2a0b0db70eeb80416695569828fd22a041c3b7cb53df60
7
- data.tar.gz: cc39024c8872aa627f68f91e2943eb0f9eb7ed27c8037944f66a7e8ff6a84736577c6afef50ddb200c9ce64fbb80257f155668251f06fb691ad683db0d00c53c
6
+ metadata.gz: 479a87b4365f35c3b43fd7bae74c3766144e78e0773f8422913e54dc702e8d5b590be25388fa88d0aa4d7bba339f371345c0eaed5cd33e6264c836613c0afbb6
7
+ data.tar.gz: 1605ac228a3277ac822cc4907f9adc9e7440ebf8f18b6fe56ba90f94159050d03420fd4f5c0694da8f2f3286b21c76dcb3b4318ed80e918986e64191aaf8c0ad
@@ -332,6 +332,7 @@
332
332
  "GenericString":{"type":"string"},
333
333
  "GetCostAndUsageRequest":{
334
334
  "type":"structure",
335
+ "required":["TimePeriod"],
335
336
  "members":{
336
337
  "TimePeriod":{"shape":"DateInterval"},
337
338
  "Granularity":{"shape":"Granularity"},
@@ -1005,7 +1005,8 @@
1005
1005
  "members":{
1006
1006
  "ApplicationName":{"shape":"ApplicationName"},
1007
1007
  "Description":{"shape":"Description"},
1008
- "ResourceLifecycleConfig":{"shape":"ApplicationResourceLifecycleConfig"}
1008
+ "ResourceLifecycleConfig":{"shape":"ApplicationResourceLifecycleConfig"},
1009
+ "Tags":{"shape":"Tags"}
1009
1010
  }
1010
1011
  },
1011
1012
  "CreateApplicationVersionMessage":{
@@ -1022,7 +1023,8 @@
1022
1023
  "SourceBundle":{"shape":"S3Location"},
1023
1024
  "BuildConfiguration":{"shape":"BuildConfiguration"},
1024
1025
  "AutoCreateApplication":{"shape":"AutoCreateApplication"},
1025
- "Process":{"shape":"ApplicationVersionProccess"}
1026
+ "Process":{"shape":"ApplicationVersionProccess"},
1027
+ "Tags":{"shape":"Tags"}
1026
1028
  }
1027
1029
  },
1028
1030
  "CreateConfigurationTemplateMessage":{
@@ -1039,7 +1041,8 @@
1039
1041
  "SourceConfiguration":{"shape":"SourceConfiguration"},
1040
1042
  "EnvironmentId":{"shape":"EnvironmentId"},
1041
1043
  "Description":{"shape":"Description"},
1042
- "OptionSettings":{"shape":"ConfigurationOptionSettingsList"}
1044
+ "OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
1045
+ "Tags":{"shape":"Tags"}
1043
1046
  }
1044
1047
  },
1045
1048
  "CreateEnvironmentMessage":{
@@ -1073,7 +1076,8 @@
1073
1076
  "PlatformVersion":{"shape":"PlatformVersion"},
1074
1077
  "PlatformDefinitionBundle":{"shape":"S3Location"},
1075
1078
  "EnvironmentName":{"shape":"EnvironmentName"},
1076
- "OptionSettings":{"shape":"ConfigurationOptionSettingsList"}
1079
+ "OptionSettings":{"shape":"ConfigurationOptionSettingsList"},
1080
+ "Tags":{"shape":"Tags"}
1077
1081
  }
1078
1082
  },
1079
1083
  "CreatePlatformVersionResult":{
@@ -2220,7 +2220,8 @@
2220
2220
  "ExtraPythonLibsS3Path":{"shape":"GenericString"},
2221
2221
  "ExtraJarsS3Path":{"shape":"GenericString"},
2222
2222
  "SecurityConfiguration":{"shape":"NameString"},
2223
- "Tags":{"shape":"TagsMap"}
2223
+ "Tags":{"shape":"TagsMap"},
2224
+ "Arguments":{"shape":"MapValue"}
2224
2225
  }
2225
2226
  },
2226
2227
  "CreateDevEndpointResponse":{
@@ -2240,7 +2241,8 @@
2240
2241
  "ExtraJarsS3Path":{"shape":"GenericString"},
2241
2242
  "FailureReason":{"shape":"GenericString"},
2242
2243
  "SecurityConfiguration":{"shape":"NameString"},
2243
- "CreatedTimestamp":{"shape":"TimestampValue"}
2244
+ "CreatedTimestamp":{"shape":"TimestampValue"},
2245
+ "Arguments":{"shape":"MapValue"}
2244
2246
  }
2245
2247
  },
2246
2248
  "CreateGrokClassifierRequest":{
@@ -2705,7 +2707,8 @@
2705
2707
  "LastModifiedTimestamp":{"shape":"TimestampValue"},
2706
2708
  "PublicKey":{"shape":"GenericString"},
2707
2709
  "PublicKeys":{"shape":"PublicKeysList"},
2708
- "SecurityConfiguration":{"shape":"NameString"}
2710
+ "SecurityConfiguration":{"shape":"NameString"},
2711
+ "Arguments":{"shape":"MapValue"}
2709
2712
  }
2710
2713
  },
2711
2714
  "DevEndpointCustomLibraries":{
@@ -3737,6 +3740,13 @@
3737
3740
  "type":"string",
3738
3741
  "enum":["EQUALS"]
3739
3742
  },
3743
+ "MapValue":{
3744
+ "type":"map",
3745
+ "key":{"shape":"GenericString"},
3746
+ "value":{"shape":"GenericString"},
3747
+ "max":100,
3748
+ "min":0
3749
+ },
3740
3750
  "MappingEntry":{
3741
3751
  "type":"structure",
3742
3752
  "members":{
@@ -4576,7 +4586,9 @@
4576
4586
  "AddPublicKeys":{"shape":"PublicKeysList"},
4577
4587
  "DeletePublicKeys":{"shape":"PublicKeysList"},
4578
4588
  "CustomLibraries":{"shape":"DevEndpointCustomLibraries"},
4579
- "UpdateEtlLibraries":{"shape":"BooleanValue"}
4589
+ "UpdateEtlLibraries":{"shape":"BooleanValue"},
4590
+ "DeleteArguments":{"shape":"StringList"},
4591
+ "AddArguments":{"shape":"MapValue"}
4580
4592
  }
4581
4593
  },
4582
4594
  "UpdateDevEndpointResponse":{
@@ -102,6 +102,23 @@
102
102
  {"shape":"ResourceUnavailableException"}
103
103
  ]
104
104
  },
105
+ "DeleteUserByPrincipalId":{
106
+ "name":"DeleteUserByPrincipalId",
107
+ "http":{
108
+ "method":"DELETE",
109
+ "requestUri":"/accounts/{AwsAccountId}/namespaces/{Namespace}/user-principals/{PrincipalId}"
110
+ },
111
+ "input":{"shape":"DeleteUserByPrincipalIdRequest"},
112
+ "output":{"shape":"DeleteUserByPrincipalIdResponse"},
113
+ "errors":[
114
+ {"shape":"AccessDeniedException"},
115
+ {"shape":"InvalidParameterValueException"},
116
+ {"shape":"ResourceNotFoundException"},
117
+ {"shape":"ThrottlingException"},
118
+ {"shape":"InternalFailureException"},
119
+ {"shape":"ResourceUnavailableException"}
120
+ ]
121
+ },
105
122
  "DescribeGroup":{
106
123
  "name":"DescribeGroup",
107
124
  "http":{
@@ -459,6 +476,41 @@
459
476
  }
460
477
  }
461
478
  },
479
+ "DeleteUserByPrincipalIdRequest":{
480
+ "type":"structure",
481
+ "required":[
482
+ "PrincipalId",
483
+ "AwsAccountId",
484
+ "Namespace"
485
+ ],
486
+ "members":{
487
+ "PrincipalId":{
488
+ "shape":"String",
489
+ "location":"uri",
490
+ "locationName":"PrincipalId"
491
+ },
492
+ "AwsAccountId":{
493
+ "shape":"AwsAccountId",
494
+ "location":"uri",
495
+ "locationName":"AwsAccountId"
496
+ },
497
+ "Namespace":{
498
+ "shape":"Namespace",
499
+ "location":"uri",
500
+ "locationName":"Namespace"
501
+ }
502
+ }
503
+ },
504
+ "DeleteUserByPrincipalIdResponse":{
505
+ "type":"structure",
506
+ "members":{
507
+ "RequestId":{"shape":"String"},
508
+ "Status":{
509
+ "shape":"StatusCode",
510
+ "location":"statusCode"
511
+ }
512
+ }
513
+ },
462
514
  "DeleteUserRequest":{
463
515
  "type":"structure",
464
516
  "required":[
@@ -647,7 +699,8 @@
647
699
  "members":{
648
700
  "Arn":{"shape":"Arn"},
649
701
  "GroupName":{"shape":"GroupName"},
650
- "Description":{"shape":"GroupDescription"}
702
+ "Description":{"shape":"GroupDescription"},
703
+ "PrincipalId":{"shape":"String"}
651
704
  }
652
705
  },
653
706
  "GroupDescription":{
@@ -956,7 +1009,7 @@
956
1009
  "Email":{"shape":"String"},
957
1010
  "UserRole":{"shape":"UserRole"},
958
1011
  "IamArn":{"shape":"String"},
959
- "SessionName":{"shape":"String"},
1012
+ "SessionName":{"shape":"RoleSessionName"},
960
1013
  "AwsAccountId":{
961
1014
  "shape":"AwsAccountId",
962
1015
  "location":"uri",
@@ -1012,6 +1065,12 @@
1012
1065
  "error":{"httpStatusCode":503},
1013
1066
  "exception":true
1014
1067
  },
1068
+ "RoleSessionName":{
1069
+ "type":"string",
1070
+ "max":64,
1071
+ "min":2,
1072
+ "pattern":"[\\w+=.@-]*"
1073
+ },
1015
1074
  "SessionLifetimeInMinutes":{
1016
1075
  "type":"long",
1017
1076
  "max":600,
@@ -1131,7 +1190,8 @@
1131
1190
  "Email":{"shape":"String"},
1132
1191
  "Role":{"shape":"UserRole"},
1133
1192
  "IdentityType":{"shape":"IdentityType"},
1134
- "Active":{"shape":"Boolean"}
1193
+ "Active":{"shape":"Boolean"},
1194
+ "PrincipalId":{"shape":"String"}
1135
1195
  }
1136
1196
  },
1137
1197
  "UserList":{
@@ -338,6 +338,7 @@
338
338
  "ap-southeast-2" : { },
339
339
  "eu-central-1" : { },
340
340
  "eu-west-1" : { },
341
+ "eu-west-2" : { },
341
342
  "us-east-1" : { },
342
343
  "us-east-2" : { },
343
344
  "us-west-2" : { }
@@ -1494,6 +1495,7 @@
1494
1495
  "kinesisvideo" : {
1495
1496
  "endpoints" : {
1496
1497
  "ap-northeast-1" : { },
1498
+ "ap-southeast-2" : { },
1497
1499
  "eu-central-1" : { },
1498
1500
  "eu-west-1" : { },
1499
1501
  "us-east-1" : { },
@@ -1620,6 +1622,7 @@
1620
1622
  "eu-central-1" : { },
1621
1623
  "eu-west-1" : { },
1622
1624
  "eu-west-2" : { },
1625
+ "eu-west-3" : { },
1623
1626
  "sa-east-1" : { },
1624
1627
  "us-east-1" : { },
1625
1628
  "us-east-2" : { },
@@ -1746,6 +1749,7 @@
1746
1749
  "ap-southeast-2" : { },
1747
1750
  "eu-central-1" : { },
1748
1751
  "eu-west-1" : { },
1752
+ "eu-west-2" : { },
1749
1753
  "us-east-1" : { },
1750
1754
  "us-east-2" : { },
1751
1755
  "us-west-1" : { },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.237'
2
+ VERSION = '2.11.238'
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.237
4
+ version: 2.11.238
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-03-08 00:00:00.000000000 Z
11
+ date: 2019-03-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath