aws-sdk-core 2.11.228 → 2.11.229

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
  SHA1:
3
- metadata.gz: 04f9b0feb8286fa561cb7360396b01e944f4d4ec
4
- data.tar.gz: b3ae8358544ec4d6ad77592e24d1c9649d8209ce
3
+ metadata.gz: c9185d86acf28a5b6f2ead273e8006502ff5810b
4
+ data.tar.gz: '085b10971c5d77be47cfc1d6379e211deb67b237'
5
5
  SHA512:
6
- metadata.gz: 274dfe9fe4beb6cf484017d7f1ff1eeea9fd712c10d5282d3a3aa5412bf4bd3ef3a9e92cab119620f228fb58d487fbe9037c7537502c9c8a7f12c4ee07610700
7
- data.tar.gz: bd131f0073c8bcaa9ac3b9b9a3bd7bb3410e04ccc5b03f4eafdbab3090ad9ed2d712ec1ba1a7b0ea8c7fecdfc1782bfb275810bd42d642d039c7a128305e7aa2
6
+ metadata.gz: 436ed5c9ff55d25ae0856e6c36e0ad7836320bf39ca67a13401d1fe8875198d92c00038274d3a0b9f590efd04e658337836dc2cde39b49341738aa909a3aa41a
7
+ data.tar.gz: 257a656fb7e51ffc9085eb0363a76ec80028e71ade69f8f6dc5f206158624057004325da8ec4d192b4b766c72605c437795d404003218854e66394a4e649d73a
@@ -6,6 +6,7 @@
6
6
  "jsonVersion":"1.1",
7
7
  "protocol":"json",
8
8
  "serviceFullName":"AWS Cost and Usage Report Service",
9
+ "serviceId":"Cost and Usage Report Service",
9
10
  "signatureVersion":"v4",
10
11
  "signingName":"cur",
11
12
  "targetPrefix":"AWSOrigamiServiceGatewayService",
@@ -64,14 +65,17 @@
64
65
  "eu-west-1",
65
66
  "ap-southeast-1",
66
67
  "ap-southeast-2",
67
- "ap-northeast-1"
68
+ "ap-northeast-1",
69
+ "eu-north-1",
70
+ "ap-northeast-3"
68
71
  ]
69
72
  },
70
73
  "AdditionalArtifact":{
71
74
  "type":"string",
72
75
  "enum":[
73
76
  "REDSHIFT",
74
- "QUICKSIGHT"
77
+ "QUICKSIGHT",
78
+ "ATHENA"
75
79
  ]
76
80
  },
77
81
  "AdditionalArtifactList":{
@@ -82,7 +86,8 @@
82
86
  "type":"string",
83
87
  "enum":[
84
88
  "ZIP",
85
- "GZIP"
89
+ "GZIP",
90
+ "Parquet"
86
91
  ]
87
92
  },
88
93
  "DeleteReportDefinitionRequest":{
@@ -147,6 +152,10 @@
147
152
  "members":{
148
153
  }
149
154
  },
155
+ "RefreshClosedReports":{
156
+ "type":"boolean",
157
+ "box":true
158
+ },
150
159
  "ReportDefinition":{
151
160
  "type":"structure",
152
161
  "required":[
@@ -168,7 +177,9 @@
168
177
  "S3Bucket":{"shape":"S3Bucket"},
169
178
  "S3Prefix":{"shape":"S3Prefix"},
170
179
  "S3Region":{"shape":"AWSRegion"},
171
- "AdditionalArtifacts":{"shape":"AdditionalArtifactList"}
180
+ "AdditionalArtifacts":{"shape":"AdditionalArtifactList"},
181
+ "RefreshClosedReports":{"shape":"RefreshClosedReports"},
182
+ "ReportVersioning":{"shape":"ReportVersioning"}
172
183
  }
173
184
  },
174
185
  "ReportDefinitionList":{
@@ -177,7 +188,10 @@
177
188
  },
178
189
  "ReportFormat":{
179
190
  "type":"string",
180
- "enum":["textORcsv"]
191
+ "enum":[
192
+ "textORcsv",
193
+ "Parquet"
194
+ ]
181
195
  },
182
196
  "ReportLimitReachedException":{
183
197
  "type":"structure",
@@ -191,6 +205,13 @@
191
205
  "max":256,
192
206
  "pattern":"[0-9A-Za-z!\\-_.*\\'()]+"
193
207
  },
208
+ "ReportVersioning":{
209
+ "type":"string",
210
+ "enum":[
211
+ "CREATE_NEW_REPORT",
212
+ "OVERWRITE_REPORT"
213
+ ]
214
+ },
194
215
  "S3Bucket":{
195
216
  "type":"string",
196
217
  "max":256
@@ -1,5 +1,102 @@
1
1
  {
2
2
  "version": "1.0",
3
3
  "examples": {
4
+ "DeleteReportDefinition": [
5
+ {
6
+ "input": {
7
+ "ReportName": "ExampleReport"
8
+ },
9
+ "comments": {
10
+ "input": {
11
+ },
12
+ "output": {
13
+ }
14
+ },
15
+ "description": "The following example deletes the AWS Cost and Usage report named ExampleReport.",
16
+ "id": "to-delete-a-report",
17
+ "title": "To delete the AWS Cost and Usage report named ExampleReport."
18
+ }
19
+ ],
20
+ "DescribeReportDefinitions": [
21
+ {
22
+ "input": {
23
+ "MaxResults": 5
24
+ },
25
+ "output": {
26
+ "ReportDefinitions": [
27
+ {
28
+ "AdditionalArtifacts": [
29
+ "QUICKSIGHT"
30
+ ],
31
+ "AdditionalSchemaElements": [
32
+ "RESOURCES"
33
+ ],
34
+ "Compression": "GZIP",
35
+ "Format": "textORcsv",
36
+ "ReportName": "ExampleReport",
37
+ "S3Bucket": "example-s3-bucket",
38
+ "S3Prefix": "exampleprefix",
39
+ "S3Region": "us-east-1",
40
+ "TimeUnit": "HOURLY"
41
+ },
42
+ {
43
+ "AdditionalArtifacts": [
44
+ "QUICKSIGHT"
45
+ ],
46
+ "AdditionalSchemaElements": [
47
+ "RESOURCES"
48
+ ],
49
+ "Compression": "GZIP",
50
+ "Format": "textORcsv",
51
+ "ReportName": "ExampleReport2",
52
+ "S3Bucket": "example-s3-bucket",
53
+ "S3Prefix": "exampleprefix",
54
+ "S3Region": "us-east-1",
55
+ "TimeUnit": "HOURLY"
56
+ }
57
+ ]
58
+ },
59
+ "comments": {
60
+ "input": {
61
+ },
62
+ "output": {
63
+ }
64
+ },
65
+ "description": "The following example lists the AWS Cost and Usage reports for the account.",
66
+ "id": "to-retrieve-report-definitions",
67
+ "title": "To list the AWS Cost and Usage reports for the account."
68
+ }
69
+ ],
70
+ "PutReportDefinition": [
71
+ {
72
+ "input": {
73
+ "ReportDefinition": {
74
+ "AdditionalArtifacts": [
75
+ "REDSHIFT",
76
+ "QUICKSIGHT"
77
+ ],
78
+ "AdditionalSchemaElements": [
79
+ "RESOURCES"
80
+ ],
81
+ "Compression": "ZIP",
82
+ "Format": "textORcsv",
83
+ "ReportName": "ExampleReport",
84
+ "S3Bucket": "example-s3-bucket",
85
+ "S3Prefix": "exampleprefix",
86
+ "S3Region": "us-east-1",
87
+ "TimeUnit": "DAILY"
88
+ }
89
+ },
90
+ "comments": {
91
+ "input": {
92
+ },
93
+ "output": {
94
+ }
95
+ },
96
+ "description": "The following example creates a AWS Cost and Usage report named ExampleReport.",
97
+ "id": "to-create-a-report-definitions",
98
+ "title": "To create a report named ExampleReport."
99
+ }
100
+ ]
4
101
  }
5
102
  }
@@ -0,0 +1,11 @@
1
+ {
2
+ "version": 1,
3
+ "defaultRegion": "us-east-1",
4
+ "testCases": [
5
+ {
6
+ "operationName": "DescribeReportDefinitions",
7
+ "input": {},
8
+ "errorExpectedFromService": false
9
+ }
10
+ ]
11
+ }
@@ -2014,6 +2014,10 @@
2014
2014
  "shape": "JobSettings",
2015
2015
  "locationName": "settings"
2016
2016
  },
2017
+ "StatusUpdateIntervalInSecs": {
2018
+ "shape": "__integerMin10Max600",
2019
+ "locationName": "statusUpdateIntervalInSecs"
2020
+ },
2017
2021
  "UserMetadata": {
2018
2022
  "shape": "__mapOf__string",
2019
2023
  "locationName": "userMetadata"
@@ -2060,6 +2064,10 @@
2060
2064
  "shape": "JobTemplateSettings",
2061
2065
  "locationName": "settings"
2062
2066
  },
2067
+ "StatusUpdateIntervalInSecs": {
2068
+ "shape": "__integerMin10Max600",
2069
+ "locationName": "statusUpdateIntervalInSecs"
2070
+ },
2063
2071
  "Tags": {
2064
2072
  "shape": "__mapOf__string",
2065
2073
  "locationName": "tags"
@@ -2815,6 +2823,41 @@
2815
2823
  }
2816
2824
  }
2817
2825
  },
2826
+ "EsamManifestConfirmConditionNotification": {
2827
+ "type": "structure",
2828
+ "members": {
2829
+ "MccXml": {
2830
+ "shape": "__stringPatternSNManifestConfirmConditionNotificationNS",
2831
+ "locationName": "mccXml"
2832
+ }
2833
+ }
2834
+ },
2835
+ "EsamSettings": {
2836
+ "type": "structure",
2837
+ "members": {
2838
+ "ManifestConfirmConditionNotification": {
2839
+ "shape": "EsamManifestConfirmConditionNotification",
2840
+ "locationName": "manifestConfirmConditionNotification"
2841
+ },
2842
+ "ResponseSignalPreroll": {
2843
+ "shape": "__integerMin0Max30000",
2844
+ "locationName": "responseSignalPreroll"
2845
+ },
2846
+ "SignalProcessingNotification": {
2847
+ "shape": "EsamSignalProcessingNotification",
2848
+ "locationName": "signalProcessingNotification"
2849
+ }
2850
+ }
2851
+ },
2852
+ "EsamSignalProcessingNotification": {
2853
+ "type": "structure",
2854
+ "members": {
2855
+ "SccXml": {
2856
+ "shape": "__stringPatternSNSignalProcessingNotificationNS",
2857
+ "locationName": "sccXml"
2858
+ }
2859
+ }
2860
+ },
2818
2861
  "ExceptionBody": {
2819
2862
  "type": "structure",
2820
2863
  "members": {
@@ -3872,6 +3915,10 @@
3872
3915
  "shape": "HlsInitializationVectorInManifest",
3873
3916
  "locationName": "initializationVectorInManifest"
3874
3917
  },
3918
+ "OfflineEncrypted": {
3919
+ "shape": "HlsOfflineEncrypted",
3920
+ "locationName": "offlineEncrypted"
3921
+ },
3875
3922
  "SpekeKeyProvider": {
3876
3923
  "shape": "SpekeKeyProvider",
3877
3924
  "locationName": "spekeKeyProvider"
@@ -4025,6 +4072,13 @@
4025
4072
  "INTEGER"
4026
4073
  ]
4027
4074
  },
4075
+ "HlsOfflineEncrypted": {
4076
+ "type": "string",
4077
+ "enum": [
4078
+ "ENABLED",
4079
+ "DISABLED"
4080
+ ]
4081
+ },
4028
4082
  "HlsOutputSelection": {
4029
4083
  "type": "string",
4030
4084
  "enum": [
@@ -4240,6 +4294,16 @@
4240
4294
  "USE_PSI"
4241
4295
  ]
4242
4296
  },
4297
+ "InputRotate": {
4298
+ "type": "string",
4299
+ "enum": [
4300
+ "DEGREE_0",
4301
+ "DEGREES_90",
4302
+ "DEGREES_180",
4303
+ "DEGREES_270",
4304
+ "AUTO"
4305
+ ]
4306
+ },
4243
4307
  "InputTemplate": {
4244
4308
  "type": "structure",
4245
4309
  "members": {
@@ -4422,6 +4486,10 @@
4422
4486
  "shape": "JobStatus",
4423
4487
  "locationName": "status"
4424
4488
  },
4489
+ "StatusUpdateIntervalInSecs": {
4490
+ "shape": "__integerMin10Max600",
4491
+ "locationName": "statusUpdateIntervalInSecs"
4492
+ },
4425
4493
  "Timing": {
4426
4494
  "shape": "Timing",
4427
4495
  "locationName": "timing"
@@ -4447,6 +4515,10 @@
4447
4515
  "shape": "AvailBlanking",
4448
4516
  "locationName": "availBlanking"
4449
4517
  },
4518
+ "Esam": {
4519
+ "shape": "EsamSettings",
4520
+ "locationName": "esam"
4521
+ },
4450
4522
  "Inputs": {
4451
4523
  "shape": "__listOfInput",
4452
4524
  "locationName": "inputs"
@@ -4522,6 +4594,10 @@
4522
4594
  "shape": "JobTemplateSettings",
4523
4595
  "locationName": "settings"
4524
4596
  },
4597
+ "StatusUpdateIntervalInSecs": {
4598
+ "shape": "__integerMin10Max600",
4599
+ "locationName": "statusUpdateIntervalInSecs"
4600
+ },
4525
4601
  "Type": {
4526
4602
  "shape": "Type",
4527
4603
  "locationName": "type"
@@ -4551,6 +4627,10 @@
4551
4627
  "shape": "AvailBlanking",
4552
4628
  "locationName": "availBlanking"
4553
4629
  },
4630
+ "Esam": {
4631
+ "shape": "EsamSettings",
4632
+ "locationName": "esam"
4633
+ },
4554
4634
  "Inputs": {
4555
4635
  "shape": "__listOfInputTemplate",
4556
4636
  "locationName": "inputs"
@@ -5025,6 +5105,15 @@
5025
5105
  "CBR"
5026
5106
  ]
5027
5107
  },
5108
+ "M2tsScte35Esam": {
5109
+ "type": "structure",
5110
+ "members": {
5111
+ "Scte35EsamPid": {
5112
+ "shape": "__integerMin32Max8182",
5113
+ "locationName": "scte35EsamPid"
5114
+ }
5115
+ }
5116
+ },
5028
5117
  "M2tsScte35Source": {
5029
5118
  "type": "string",
5030
5119
  "enum": [
@@ -5161,6 +5250,10 @@
5161
5250
  "shape": "M2tsRateMode",
5162
5251
  "locationName": "rateMode"
5163
5252
  },
5253
+ "Scte35Esam": {
5254
+ "shape": "M2tsScte35Esam",
5255
+ "locationName": "scte35Esam"
5256
+ },
5164
5257
  "Scte35Pid": {
5165
5258
  "shape": "__integerMin32Max8182",
5166
5259
  "locationName": "scte35Pid"
@@ -6686,6 +6779,10 @@
6686
6779
  "Settings": {
6687
6780
  "shape": "JobTemplateSettings",
6688
6781
  "locationName": "settings"
6782
+ },
6783
+ "StatusUpdateIntervalInSecs": {
6784
+ "shape": "__integerMin10Max600",
6785
+ "locationName": "statusUpdateIntervalInSecs"
6689
6786
  }
6690
6787
  },
6691
6788
  "required": [
@@ -6933,6 +7030,10 @@
6933
7030
  "ProgramNumber": {
6934
7031
  "shape": "__integerMinNegative2147483648Max2147483647",
6935
7032
  "locationName": "programNumber"
7033
+ },
7034
+ "Rotate": {
7035
+ "shape": "InputRotate",
7036
+ "locationName": "rotate"
6936
7037
  }
6937
7038
  }
6938
7039
  },
@@ -7060,6 +7161,11 @@
7060
7161
  "min": 0,
7061
7162
  "max": 30
7062
7163
  },
7164
+ "__integerMin0Max30000": {
7165
+ "type": "integer",
7166
+ "min": 0,
7167
+ "max": 30000
7168
+ },
7063
7169
  "__integerMin0Max3600": {
7064
7170
  "type": "integer",
7065
7171
  "min": 0,
@@ -7140,6 +7246,11 @@
7140
7246
  "min": 10,
7141
7247
  "max": 48
7142
7248
  },
7249
+ "__integerMin10Max600": {
7250
+ "type": "long",
7251
+ "min": 10,
7252
+ "max": 600
7253
+ },
7143
7254
  "__integerMin16Max24": {
7144
7255
  "type": "integer",
7145
7256
  "min": 16,
@@ -7675,6 +7786,14 @@
7675
7786
  "type": "string",
7676
7787
  "pattern": "^(s3:\\/\\/)([^\\/]+\\/)+([^\\/\\.]+|(([^\\/]*)\\.([mM]2[vV]|[mM][pP][eE][gG]|[aA][vV][iI]|[mM][pP]4|[fF][lL][vV]|[mM][pP][tT]|[mM][pP][gG]|[mM]4[vV]|[tT][rR][pP]|[fF]4[vV]|[mM]2[tT][sS]|[tT][sS]|264|[hH]264|[mM][kK][vV]|[mM][oO][vV]|[mM][tT][sS]|[mM]2[tT]|[wW][mM][vV]|[aA][sS][fF]|[vV][oO][bB]|3[gG][pP]|3[gG][pP][pP]|[mM][xX][fF]|[dD][iI][vV][xX]|[xX][vV][iI][dD]|[rR][aA][wW]|[dD][vV]|[gG][xX][fF]|[mM]1[vV]|3[gG]2|[vV][mM][fF]|[mM]3[uU]8|[lL][cC][hH]|[gG][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF]_[mM][pP][eE][gG]2|[mM][xX][fF][hH][dD]|[wW][aA][vV]|[yY]4[mM]|[xX][mM][lL])))$"
7677
7788
  },
7789
+ "__stringPatternSNManifestConfirmConditionNotificationNS": {
7790
+ "type": "string",
7791
+ "pattern": "^\\s*<(.|\\n)*ManifestConfirmConditionNotification(.|\\n)*>\\s*$"
7792
+ },
7793
+ "__stringPatternSNSignalProcessingNotificationNS": {
7794
+ "type": "string",
7795
+ "pattern": "^\\s*<(.|\\n)*SignalProcessingNotification(.|\\n)*>\\s*$"
7796
+ },
7678
7797
  "__stringPatternWS": {
7679
7798
  "type": "string",
7680
7799
  "pattern": "^[\\w\\s]*$"
@@ -1442,6 +1442,21 @@
1442
1442
  "shape" : "TooManyRequestsException"
1443
1443
  } ]
1444
1444
  },
1445
+ "ListTagsForResource" : {
1446
+ "name" : "ListTagsForResource",
1447
+ "http" : {
1448
+ "method" : "GET",
1449
+ "requestUri" : "/v1/tags/{resource-arn}",
1450
+ "responseCode" : 200
1451
+ },
1452
+ "input" : {
1453
+ "shape" : "ListTagsForResourceRequest"
1454
+ },
1455
+ "output" : {
1456
+ "shape" : "ListTagsForResourceResponse"
1457
+ },
1458
+ "errors" : [ ]
1459
+ },
1445
1460
  "PhoneNumberValidate" : {
1446
1461
  "name" : "PhoneNumberValidate",
1447
1462
  "http" : {
@@ -1604,6 +1619,30 @@
1604
1619
  "shape" : "TooManyRequestsException"
1605
1620
  } ]
1606
1621
  },
1622
+ "TagResource" : {
1623
+ "name" : "TagResource",
1624
+ "http" : {
1625
+ "method" : "POST",
1626
+ "requestUri" : "/v1/tags/{resource-arn}",
1627
+ "responseCode" : 204
1628
+ },
1629
+ "input" : {
1630
+ "shape" : "TagResourceRequest"
1631
+ },
1632
+ "errors" : [ ]
1633
+ },
1634
+ "UntagResource" : {
1635
+ "name" : "UntagResource",
1636
+ "http" : {
1637
+ "method" : "DELETE",
1638
+ "requestUri" : "/v1/tags/{resource-arn}",
1639
+ "responseCode" : 204
1640
+ },
1641
+ "input" : {
1642
+ "shape" : "UntagResourceRequest"
1643
+ },
1644
+ "errors" : [ ]
1645
+ },
1607
1646
  "UpdateAdmChannel" : {
1608
1647
  "name" : "UpdateAdmChannel",
1609
1648
  "http" : {
@@ -2546,11 +2585,18 @@
2546
2585
  "ApplicationResponse" : {
2547
2586
  "type" : "structure",
2548
2587
  "members" : {
2588
+ "Arn" : {
2589
+ "shape" : "__string"
2590
+ },
2549
2591
  "Id" : {
2550
2592
  "shape" : "__string"
2551
2593
  },
2552
2594
  "Name" : {
2553
2595
  "shape" : "__string"
2596
+ },
2597
+ "tags": {
2598
+ "shape" : "MapOf__string",
2599
+ "locationName" : "tags"
2554
2600
  }
2555
2601
  },
2556
2602
  "required" : [ ]
@@ -2804,6 +2850,9 @@
2804
2850
  "ApplicationId" : {
2805
2851
  "shape" : "__string"
2806
2852
  },
2853
+ "Arn" : {
2854
+ "shape" : "__string"
2855
+ },
2807
2856
  "CreationDate" : {
2808
2857
  "shape" : "__string"
2809
2858
  },
@@ -2849,6 +2898,10 @@
2849
2898
  "State" : {
2850
2899
  "shape" : "CampaignState"
2851
2900
  },
2901
+ "tags": {
2902
+ "shape" : "MapOf__string",
2903
+ "locationName" : "tags"
2904
+ },
2852
2905
  "TreatmentDescription" : {
2853
2906
  "shape" : "__string"
2854
2907
  },
@@ -2969,6 +3022,10 @@
2969
3022
  "members" : {
2970
3023
  "Name" : {
2971
3024
  "shape" : "__string"
3025
+ },
3026
+ "tags": {
3027
+ "shape" : "MapOf__string",
3028
+ "locationName" : "tags"
2972
3029
  }
2973
3030
  },
2974
3031
  "required" : [ ]
@@ -5231,6 +5288,27 @@
5231
5288
  "type" : "string",
5232
5289
  "enum" : [ "CREATED", "INITIALIZING", "PROCESSING", "COMPLETING", "COMPLETED", "FAILING", "FAILED" ]
5233
5290
  },
5291
+ "ListTagsForResourceRequest" : {
5292
+ "type" : "structure",
5293
+ "members" : {
5294
+ "ResourceArn" : {
5295
+ "shape" : "__string",
5296
+ "location" : "uri",
5297
+ "locationName" : "resource-arn"
5298
+ }
5299
+ },
5300
+ "required" : [ "ResourceArn" ]
5301
+ },
5302
+ "ListTagsForResourceResponse" : {
5303
+ "type" : "structure",
5304
+ "members" : {
5305
+ "TagsModel" : {
5306
+ "shape" : "TagsModel"
5307
+ }
5308
+ },
5309
+ "required" : [ "TagsModel" ],
5310
+ "payload" : "TagsModel"
5311
+ },
5234
5312
  "Message" : {
5235
5313
  "type" : "structure",
5236
5314
  "members" : {
@@ -5904,6 +5982,9 @@
5904
5982
  "ApplicationId" : {
5905
5983
  "shape" : "__string"
5906
5984
  },
5985
+ "Arn" : {
5986
+ "shape" : "__string"
5987
+ },
5907
5988
  "CreationDate" : {
5908
5989
  "shape" : "__string"
5909
5990
  },
@@ -5928,6 +6009,10 @@
5928
6009
  "SegmentType" : {
5929
6010
  "shape" : "SegmentType"
5930
6011
  },
6012
+ "tags": {
6013
+ "shape" : "MapOf__string",
6014
+ "locationName" : "tags"
6015
+ },
5931
6016
  "Version" : {
5932
6017
  "shape" : "__integer"
5933
6018
  }
@@ -6092,6 +6177,31 @@
6092
6177
  "type" : "string",
6093
6178
  "enum" : [ "ALL", "ANY", "NONE" ]
6094
6179
  },
6180
+ "TagResourceRequest" : {
6181
+ "type" : "structure",
6182
+ "members" : {
6183
+ "ResourceArn" : {
6184
+ "shape" : "__string",
6185
+ "location" : "uri",
6186
+ "locationName" : "resource-arn"
6187
+ },
6188
+ "TagsModel" : {
6189
+ "shape" : "TagsModel"
6190
+ }
6191
+ },
6192
+ "required" : [ "ResourceArn", "TagsModel" ],
6193
+ "payload" : "TagsModel"
6194
+ },
6195
+ "TagsModel" : {
6196
+ "type" : "structure",
6197
+ "members" : {
6198
+ "tags": {
6199
+ "shape" : "MapOf__string",
6200
+ "locationName" : "tags"
6201
+ }
6202
+ },
6203
+ "required" : [ "tags" ]
6204
+ },
6095
6205
  "TooManyRequestsException" : {
6096
6206
  "type" : "structure",
6097
6207
  "members" : {
@@ -6138,6 +6248,22 @@
6138
6248
  "type" : "string",
6139
6249
  "enum" : [ "ALL", "ANY", "NONE" ]
6140
6250
  },
6251
+ "UntagResourceRequest" : {
6252
+ "type" : "structure",
6253
+ "members" : {
6254
+ "ResourceArn" : {
6255
+ "shape" : "__string",
6256
+ "location" : "uri",
6257
+ "locationName" : "resource-arn"
6258
+ },
6259
+ "TagKeys" : {
6260
+ "shape" : "ListOf__string",
6261
+ "location" : "querystring",
6262
+ "locationName" : "tagKeys"
6263
+ }
6264
+ },
6265
+ "required" : [ "TagKeys", "ResourceArn" ]
6266
+ },
6141
6267
  "UpdateAdmChannelRequest" : {
6142
6268
  "type" : "structure",
6143
6269
  "members" : {
@@ -6654,6 +6780,10 @@
6654
6780
  "SegmentVersion" : {
6655
6781
  "shape" : "__integer"
6656
6782
  },
6783
+ "tags": {
6784
+ "shape" : "MapOf__string",
6785
+ "locationName" : "tags"
6786
+ },
6657
6787
  "TreatmentDescription" : {
6658
6788
  "shape" : "__string"
6659
6789
  },
@@ -6685,6 +6815,10 @@
6685
6815
  },
6686
6816
  "SegmentGroups" : {
6687
6817
  "shape" : "SegmentGroupList"
6818
+ },
6819
+ "tags": {
6820
+ "shape" : "MapOf__string",
6821
+ "locationName" : "tags"
6688
6822
  }
6689
6823
  },
6690
6824
  "required" : [ ]
@@ -877,6 +877,7 @@
877
877
  "ap-south-1" : { },
878
878
  "ap-southeast-1" : { },
879
879
  "ap-southeast-2" : { },
880
+ "eu-central-1" : { },
880
881
  "eu-west-1" : { },
881
882
  "sa-east-1" : { },
882
883
  "us-east-1" : { },
@@ -1991,11 +1992,18 @@
1991
1992
  },
1992
1993
  "endpoints" : {
1993
1994
  "ap-northeast-1" : { },
1995
+ "ap-northeast-2" : { },
1996
+ "ap-south-1" : { },
1994
1997
  "ap-southeast-1" : { },
1995
1998
  "ap-southeast-2" : { },
1999
+ "ca-central-1" : { },
2000
+ "eu-central-1" : { },
1996
2001
  "eu-west-1" : { },
2002
+ "eu-west-2" : { },
2003
+ "eu-west-3" : { },
1997
2004
  "us-east-1" : { },
1998
2005
  "us-east-2" : { },
2006
+ "us-west-1" : { },
1999
2007
  "us-west-2" : { }
2000
2008
  }
2001
2009
  },
@@ -1,3 +1,3 @@
1
1
  module Aws
2
- VERSION = '2.11.228'
2
+ VERSION = '2.11.229'
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.228
4
+ version: 2.11.229
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-02-25 00:00:00.000000000 Z
11
+ date: 2019-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jmespath
@@ -233,6 +233,7 @@ files:
233
233
  - apis/cur/2017-01-06/api-2.json
234
234
  - apis/cur/2017-01-06/examples-1.json
235
235
  - apis/cur/2017-01-06/paginators-1.json
236
+ - apis/cur/2017-01-06/smoke.json
236
237
  - apis/datapipeline/2012-10-29/api-2.json
237
238
  - apis/datapipeline/2012-10-29/paginators-1.json
238
239
  - apis/datasync/2018-11-09/api-2.json