aws-sdk-core 2.11.174 → 2.11.175

Sign up to get free protection for your applications and to get access to all the features.
@@ -23,6 +23,19 @@
23
23
  {"shape":"ThrottledException"}
24
24
  ]
25
25
  },
26
+ "CreateGroup":{
27
+ "name":"CreateGroup",
28
+ "http":{
29
+ "method":"POST",
30
+ "requestUri":"/CreateGroup"
31
+ },
32
+ "input":{"shape":"CreateGroupRequest"},
33
+ "output":{"shape":"CreateGroupResult"},
34
+ "errors":[
35
+ {"shape":"InvalidRequestException"},
36
+ {"shape":"ThrottledException"}
37
+ ]
38
+ },
26
39
  "CreateSamplingRule":{
27
40
  "name":"CreateSamplingRule",
28
41
  "http":{
@@ -37,6 +50,19 @@
37
50
  {"shape":"RuleLimitExceededException"}
38
51
  ]
39
52
  },
53
+ "DeleteGroup":{
54
+ "name":"DeleteGroup",
55
+ "http":{
56
+ "method":"POST",
57
+ "requestUri":"/DeleteGroup"
58
+ },
59
+ "input":{"shape":"DeleteGroupRequest"},
60
+ "output":{"shape":"DeleteGroupResult"},
61
+ "errors":[
62
+ {"shape":"InvalidRequestException"},
63
+ {"shape":"ThrottledException"}
64
+ ]
65
+ },
40
66
  "DeleteSamplingRule":{
41
67
  "name":"DeleteSamplingRule",
42
68
  "http":{
@@ -63,6 +89,32 @@
63
89
  {"shape":"ThrottledException"}
64
90
  ]
65
91
  },
92
+ "GetGroup":{
93
+ "name":"GetGroup",
94
+ "http":{
95
+ "method":"POST",
96
+ "requestUri":"/GetGroup"
97
+ },
98
+ "input":{"shape":"GetGroupRequest"},
99
+ "output":{"shape":"GetGroupResult"},
100
+ "errors":[
101
+ {"shape":"InvalidRequestException"},
102
+ {"shape":"ThrottledException"}
103
+ ]
104
+ },
105
+ "GetGroups":{
106
+ "name":"GetGroups",
107
+ "http":{
108
+ "method":"POST",
109
+ "requestUri":"/Groups"
110
+ },
111
+ "input":{"shape":"GetGroupsRequest"},
112
+ "output":{"shape":"GetGroupsResult"},
113
+ "errors":[
114
+ {"shape":"InvalidRequestException"},
115
+ {"shape":"ThrottledException"}
116
+ ]
117
+ },
66
118
  "GetSamplingRules":{
67
119
  "name":"GetSamplingRules",
68
120
  "http":{
@@ -180,6 +232,19 @@
180
232
  {"shape":"ThrottledException"}
181
233
  ]
182
234
  },
235
+ "UpdateGroup":{
236
+ "name":"UpdateGroup",
237
+ "http":{
238
+ "method":"POST",
239
+ "requestUri":"/UpdateGroup"
240
+ },
241
+ "input":{"shape":"UpdateGroupRequest"},
242
+ "output":{"shape":"UpdateGroupResult"},
243
+ "errors":[
244
+ {"shape":"InvalidRequestException"},
245
+ {"shape":"ThrottledException"}
246
+ ]
247
+ },
183
248
  "UpdateSamplingRule":{
184
249
  "name":"UpdateSamplingRule",
185
250
  "http":{
@@ -268,6 +333,7 @@
268
333
  "NextToken":{"shape":"String"}
269
334
  }
270
335
  },
336
+ "Boolean":{"type":"boolean"},
271
337
  "BorrowCount":{
272
338
  "type":"integer",
273
339
  "min":0
@@ -277,6 +343,20 @@
277
343
  "max":24,
278
344
  "min":24
279
345
  },
346
+ "CreateGroupRequest":{
347
+ "type":"structure",
348
+ "required":["GroupName"],
349
+ "members":{
350
+ "GroupName":{"shape":"GroupName"},
351
+ "FilterExpression":{"shape":"FilterExpression"}
352
+ }
353
+ },
354
+ "CreateGroupResult":{
355
+ "type":"structure",
356
+ "members":{
357
+ "Group":{"shape":"Group"}
358
+ }
359
+ },
280
360
  "CreateSamplingRuleRequest":{
281
361
  "type":"structure",
282
362
  "required":["SamplingRule"],
@@ -290,6 +370,18 @@
290
370
  "SamplingRuleRecord":{"shape":"SamplingRuleRecord"}
291
371
  }
292
372
  },
373
+ "DeleteGroupRequest":{
374
+ "type":"structure",
375
+ "members":{
376
+ "GroupName":{"shape":"GroupName"},
377
+ "GroupARN":{"shape":"GroupARN"}
378
+ }
379
+ },
380
+ "DeleteGroupResult":{
381
+ "type":"structure",
382
+ "members":{
383
+ }
384
+ },
293
385
  "DeleteSamplingRuleRequest":{
294
386
  "type":"structure",
295
387
  "members":{
@@ -397,6 +489,37 @@
397
489
  "EncryptionConfig":{"shape":"EncryptionConfig"}
398
490
  }
399
491
  },
492
+ "GetGroupRequest":{
493
+ "type":"structure",
494
+ "members":{
495
+ "GroupName":{"shape":"GroupName"},
496
+ "GroupARN":{"shape":"GroupARN"}
497
+ }
498
+ },
499
+ "GetGroupResult":{
500
+ "type":"structure",
501
+ "members":{
502
+ "Group":{"shape":"Group"}
503
+ }
504
+ },
505
+ "GetGroupsNextToken":{
506
+ "type":"string",
507
+ "max":100,
508
+ "min":1
509
+ },
510
+ "GetGroupsRequest":{
511
+ "type":"structure",
512
+ "members":{
513
+ "NextToken":{"shape":"GetGroupsNextToken"}
514
+ }
515
+ },
516
+ "GetGroupsResult":{
517
+ "type":"structure",
518
+ "members":{
519
+ "Groups":{"shape":"GroupSummaryList"},
520
+ "NextToken":{"shape":"String"}
521
+ }
522
+ },
400
523
  "GetSamplingRulesRequest":{
401
524
  "type":"structure",
402
525
  "members":{
@@ -447,6 +570,8 @@
447
570
  "members":{
448
571
  "StartTime":{"shape":"Timestamp"},
449
572
  "EndTime":{"shape":"Timestamp"},
573
+ "GroupName":{"shape":"GroupName"},
574
+ "GroupARN":{"shape":"GroupARN"},
450
575
  "NextToken":{"shape":"String"}
451
576
  }
452
577
  },
@@ -456,6 +581,7 @@
456
581
  "StartTime":{"shape":"Timestamp"},
457
582
  "EndTime":{"shape":"Timestamp"},
458
583
  "Services":{"shape":"ServiceList"},
584
+ "ContainsOldGroupVersions":{"shape":"Boolean"},
459
585
  "NextToken":{"shape":"String"}
460
586
  }
461
587
  },
@@ -497,6 +623,36 @@
497
623
  "NextToken":{"shape":"String"}
498
624
  }
499
625
  },
626
+ "Group":{
627
+ "type":"structure",
628
+ "members":{
629
+ "GroupName":{"shape":"String"},
630
+ "GroupARN":{"shape":"String"},
631
+ "FilterExpression":{"shape":"String"}
632
+ }
633
+ },
634
+ "GroupARN":{
635
+ "type":"string",
636
+ "max":400,
637
+ "min":1
638
+ },
639
+ "GroupName":{
640
+ "type":"string",
641
+ "max":32,
642
+ "min":1
643
+ },
644
+ "GroupSummary":{
645
+ "type":"structure",
646
+ "members":{
647
+ "GroupName":{"shape":"String"},
648
+ "GroupARN":{"shape":"String"},
649
+ "FilterExpression":{"shape":"String"}
650
+ }
651
+ },
652
+ "GroupSummaryList":{
653
+ "type":"list",
654
+ "member":{"shape":"GroupSummary"}
655
+ },
500
656
  "HTTPMethod":{
501
657
  "type":"string",
502
658
  "max":10
@@ -915,6 +1071,20 @@
915
1071
  "type":"list",
916
1072
  "member":{"shape":"UnprocessedTraceSegment"}
917
1073
  },
1074
+ "UpdateGroupRequest":{
1075
+ "type":"structure",
1076
+ "members":{
1077
+ "GroupName":{"shape":"GroupName"},
1078
+ "GroupARN":{"shape":"GroupARN"},
1079
+ "FilterExpression":{"shape":"FilterExpression"}
1080
+ }
1081
+ },
1082
+ "UpdateGroupResult":{
1083
+ "type":"structure",
1084
+ "members":{
1085
+ "Group":{"shape":"Group"}
1086
+ }
1087
+ },
918
1088
  "UpdateSamplingRuleRequest":{
919
1089
  "type":"structure",
920
1090
  "required":["SamplingRuleUpdate"],
@@ -136,8 +136,10 @@ module Aws
136
136
  PinpointSMSVoice
137
137
  Polly
138
138
  Pricing
139
+ QuickSight
139
140
  RAM
140
141
  RDS
142
+ RDSDataService
141
143
  Redshift
142
144
  Rekognition
143
145
  ResourceGroups
@@ -1,9 +1,9 @@
1
1
  Aws.add_service(:CloudFront, {
2
- api: "#{Aws::API_DIR}/cloudfront/2018-06-18/api-2.json",
3
- docs: "#{Aws::API_DIR}/cloudfront/2018-06-18/docs-2.json",
4
- examples: "#{Aws::API_DIR}/cloudfront/2018-06-18/examples-1.json",
5
- paginators: "#{Aws::API_DIR}/cloudfront/2018-06-18/paginators-1.json",
6
- waiters: "#{Aws::API_DIR}/cloudfront/2018-06-18/waiters-2.json",
2
+ api: "#{Aws::API_DIR}/cloudfront/2018-11-05/api-2.json",
3
+ docs: "#{Aws::API_DIR}/cloudfront/2018-11-05/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/cloudfront/2018-11-05/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/cloudfront/2018-11-05/paginators-1.json",
6
+ waiters: "#{Aws::API_DIR}/cloudfront/2018-11-05/waiters-2.json",
7
7
  })
8
8
 
9
9
  module Aws
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:QuickSight, {
2
+ api: "#{Aws::API_DIR}/quicksight/2018-04-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/quicksight/2018-04-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/quicksight/2018-04-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/quicksight/2018-04-01/paginators-1.json",
6
+ })
@@ -0,0 +1,6 @@
1
+ Aws.add_service(:RDSDataService, {
2
+ api: "#{Aws::API_DIR}/rds-data/2018-08-01/api-2.json",
3
+ docs: "#{Aws::API_DIR}/rds-data/2018-08-01/docs-2.json",
4
+ examples: "#{Aws::API_DIR}/rds-data/2018-08-01/examples-1.json",
5
+ paginators: "#{Aws::API_DIR}/rds-data/2018-08-01/paginators-1.json",
6
+ })
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.174'
2
+ VERSION = '2.11.175'
3
3
  end
@@ -68,7 +68,7 @@
68
68
  "endpoint": "cloudformation"
69
69
  },
70
70
  "CloudFront": {
71
- "models": "cloudfront/2018-06-18",
71
+ "models": "cloudfront/2018-11-05",
72
72
  "endpoint": "cloudfront"
73
73
  },
74
74
  "CloudHSM": {
@@ -450,6 +450,10 @@
450
450
  "models": "pricing/2017-10-15",
451
451
  "endpoint": "api.pricing"
452
452
  },
453
+ "QuickSight": {
454
+ "models": "quicksight/2018-04-01",
455
+ "endpoint": "quicksight"
456
+ },
453
457
  "RAM": {
454
458
  "models": "ram/2018-01-04",
455
459
  "endpoint": "ram"
@@ -458,6 +462,10 @@
458
462
  "models": "rds/2014-10-31",
459
463
  "endpoint": "rds"
460
464
  },
465
+ "RDSDataService": {
466
+ "models": "rds-data/2018-08-01",
467
+ "endpoint": "rds-data"
468
+ },
461
469
  "Redshift": {
462
470
  "models": "redshift/2012-12-01",
463
471
  "endpoint": "redshift"
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.174
4
+ version: 2.11.175
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: 2018-11-19 00:00:00.000000000 Z
11
+ date: 2018-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -154,6 +154,11 @@ files:
154
154
  - apis/cloudfront/2018-06-18/paginators-1.json
155
155
  - apis/cloudfront/2018-06-18/smoke.json
156
156
  - apis/cloudfront/2018-06-18/waiters-2.json
157
+ - apis/cloudfront/2018-11-05/api-2.json
158
+ - apis/cloudfront/2018-11-05/examples-1.json
159
+ - apis/cloudfront/2018-11-05/paginators-1.json
160
+ - apis/cloudfront/2018-11-05/smoke.json
161
+ - apis/cloudfront/2018-11-05/waiters-2.json
157
162
  - apis/cloudhsm/2014-05-30/api-2.json
158
163
  - apis/cloudhsm/2014-05-30/examples-1.json
159
164
  - apis/cloudhsm/2014-05-30/paginators-1.json
@@ -494,9 +499,15 @@ files:
494
499
  - apis/pricing/2017-10-15/api-2.json
495
500
  - apis/pricing/2017-10-15/examples-1.json
496
501
  - apis/pricing/2017-10-15/paginators-1.json
502
+ - apis/quicksight/2018-04-01/api-2.json
503
+ - apis/quicksight/2018-04-01/examples-1.json
504
+ - apis/quicksight/2018-04-01/paginators-1.json
497
505
  - apis/ram/2018-01-04/api-2.json
498
506
  - apis/ram/2018-01-04/examples-1.json
499
507
  - apis/ram/2018-01-04/paginators-1.json
508
+ - apis/rds-data/2018-08-01/api-2.json
509
+ - apis/rds-data/2018-08-01/examples-1.json
510
+ - apis/rds-data/2018-08-01/paginators-1.json
500
511
  - apis/rds/2013-01-10/api-2.json
501
512
  - apis/rds/2013-01-10/examples-1.json
502
513
  - apis/rds/2013-01-10/paginators-1.json
@@ -889,9 +900,11 @@ files:
889
900
  - lib/aws-sdk-core/query/param.rb
890
901
  - lib/aws-sdk-core/query/param_builder.rb
891
902
  - lib/aws-sdk-core/query/param_list.rb
903
+ - lib/aws-sdk-core/quicksight.rb
892
904
  - lib/aws-sdk-core/ram.rb
893
905
  - lib/aws-sdk-core/rds.rb
894
906
  - lib/aws-sdk-core/rds/auth_token_generator.rb
907
+ - lib/aws-sdk-core/rdsdataservice.rb
895
908
  - lib/aws-sdk-core/redshift.rb
896
909
  - lib/aws-sdk-core/refreshing_credentials.rb
897
910
  - lib/aws-sdk-core/rekognition.rb