aws-sdk-codebuild 1.89.0 → 1.91.0
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 +4 -4
- data/CHANGELOG.md +13 -1
- data/VERSION +1 -1
- data/lib/aws-sdk-codebuild/client.rb +35 -30
- data/lib/aws-sdk-codebuild/endpoint_provider.rb +35 -96
- data/lib/aws-sdk-codebuild/types.rb +73 -1288
- data/lib/aws-sdk-codebuild.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f4d508bdc0da2936ae4f16760c958248a6bbc45cec4eea2a25ea08ab23c1cab
|
4
|
+
data.tar.gz: 1cd47040440252fee2e6ea089577a5a03d5da9eb634d646a5b22a50a8f70bf32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55b75c9b61755c4e237669ee66b6445e1250d0e75aaf81e9f1254637e9c0f91ee64e014a4eabf0686b4279cfcaa0422eba9409acc77244df45ced4bdb4649fcf
|
7
|
+
data.tar.gz: 9f8d3f8e8436f027af372f03576ad7af543c5830a0adfc1a1ab241c8117965bf596426b211c24e2028e28cfbad81d3f28c587d4ee1093be204fd37b6d89c7f04
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,18 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.91.0 (2023-05-31)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.90.0 (2023-01-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
* Issue - Replace runtime endpoint resolution approach with generated ruby code.
|
15
|
+
|
4
16
|
1.89.0 (2022-10-25)
|
5
17
|
------------------
|
6
18
|
|
@@ -525,4 +537,4 @@ Unreleased Changes
|
|
525
537
|
1.0.0.rc2 (2016-12-09)
|
526
538
|
------------------
|
527
539
|
|
528
|
-
* Feature - Initial release of `aws-sdk-codebuild`.
|
540
|
+
* Feature - Initial release of `aws-sdk-codebuild`.
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.91.0
|
@@ -275,6 +275,11 @@ module Aws::CodeBuild
|
|
275
275
|
# in the future.
|
276
276
|
#
|
277
277
|
#
|
278
|
+
# @option options [String] :sdk_ua_app_id
|
279
|
+
# A unique and opaque application ID that is appended to the
|
280
|
+
# User-Agent header as app/<sdk_ua_app_id>. It should have a
|
281
|
+
# maximum length of 50.
|
282
|
+
#
|
278
283
|
# @option options [String] :secret_access_key
|
279
284
|
#
|
280
285
|
# @option options [String] :session_token
|
@@ -2109,10 +2114,10 @@ module Aws::CodeBuild
|
|
2109
2114
|
# @option params [String] :sort_order
|
2110
2115
|
# Specifies the sort order of the returned items. Valid values include:
|
2111
2116
|
#
|
2112
|
-
# * `ASCENDING
|
2117
|
+
# * `ASCENDING`: List the batch build identifiers in ascending order by
|
2113
2118
|
# identifier.
|
2114
2119
|
#
|
2115
|
-
# * `DESCENDING
|
2120
|
+
# * `DESCENDING`: List the batch build identifiers in descending order
|
2116
2121
|
# by identifier.
|
2117
2122
|
#
|
2118
2123
|
# @option params [String] :next_token
|
@@ -2167,10 +2172,10 @@ module Aws::CodeBuild
|
|
2167
2172
|
# @option params [String] :sort_order
|
2168
2173
|
# Specifies the sort order of the returned items. Valid values include:
|
2169
2174
|
#
|
2170
|
-
# * `ASCENDING
|
2175
|
+
# * `ASCENDING`: List the batch build identifiers in ascending order by
|
2171
2176
|
# identifier.
|
2172
2177
|
#
|
2173
|
-
# * `DESCENDING
|
2178
|
+
# * `DESCENDING`: List the batch build identifiers in descending order
|
2174
2179
|
# by identifier.
|
2175
2180
|
#
|
2176
2181
|
# @option params [String] :next_token
|
@@ -2218,9 +2223,9 @@ module Aws::CodeBuild
|
|
2218
2223
|
# @option params [String] :sort_order
|
2219
2224
|
# The order to list build IDs. Valid values include:
|
2220
2225
|
#
|
2221
|
-
# * `ASCENDING
|
2226
|
+
# * `ASCENDING`: List the build IDs in ascending order by build ID.
|
2222
2227
|
#
|
2223
|
-
# * `DESCENDING
|
2228
|
+
# * `DESCENDING`: List the build IDs in descending order by build ID.
|
2224
2229
|
#
|
2225
2230
|
# @option params [String] :next_token
|
2226
2231
|
# During a previous call, if there are more than 100 items in the list,
|
@@ -2273,10 +2278,10 @@ module Aws::CodeBuild
|
|
2273
2278
|
#
|
2274
2279
|
# Valid values include:
|
2275
2280
|
#
|
2276
|
-
# * `ASCENDING
|
2277
|
-
#
|
2281
|
+
# * `ASCENDING`: List the build identifiers in ascending order, by build
|
2282
|
+
# number.
|
2278
2283
|
#
|
2279
|
-
# * `DESCENDING
|
2284
|
+
# * `DESCENDING`: List the build identifiers in descending order, by
|
2280
2285
|
# build number.
|
2281
2286
|
#
|
2282
2287
|
# If the project has more than 100 builds, setting the sort order will
|
@@ -2355,12 +2360,12 @@ module Aws::CodeBuild
|
|
2355
2360
|
# The criterion to be used to list build project names. Valid values
|
2356
2361
|
# include:
|
2357
2362
|
#
|
2358
|
-
# * `CREATED_TIME
|
2363
|
+
# * `CREATED_TIME`: List based on when each build project was created.
|
2359
2364
|
#
|
2360
|
-
# * `LAST_MODIFIED_TIME
|
2365
|
+
# * `LAST_MODIFIED_TIME`: List based on when information about each
|
2361
2366
|
# build project was last changed.
|
2362
2367
|
#
|
2363
|
-
# * `NAME
|
2368
|
+
# * `NAME`: List based on each build project's name.
|
2364
2369
|
#
|
2365
2370
|
# Use `sortOrder` to specify in what order to list the build project
|
2366
2371
|
# names based on the preceding criteria.
|
@@ -2368,9 +2373,9 @@ module Aws::CodeBuild
|
|
2368
2373
|
# @option params [String] :sort_order
|
2369
2374
|
# The order in which to list build projects. Valid values include:
|
2370
2375
|
#
|
2371
|
-
# * `ASCENDING
|
2376
|
+
# * `ASCENDING`: List in ascending order.
|
2372
2377
|
#
|
2373
|
-
# * `DESCENDING
|
2378
|
+
# * `DESCENDING`: List in descending order.
|
2374
2379
|
#
|
2375
2380
|
# Use `sortBy` to specify the criterion to be used to list build project
|
2376
2381
|
# names.
|
@@ -2425,12 +2430,12 @@ module Aws::CodeBuild
|
|
2425
2430
|
# The criterion to be used to list build report groups. Valid values
|
2426
2431
|
# include:
|
2427
2432
|
#
|
2428
|
-
# * `CREATED_TIME
|
2433
|
+
# * `CREATED_TIME`: List based on when each report group was created.
|
2429
2434
|
#
|
2430
|
-
# * `LAST_MODIFIED_TIME
|
2435
|
+
# * `LAST_MODIFIED_TIME`: List based on when each report group was last
|
2431
2436
|
# changed.
|
2432
2437
|
#
|
2433
|
-
# * `NAME
|
2438
|
+
# * `NAME`: List based on each report group's name.
|
2434
2439
|
#
|
2435
2440
|
# @option params [String] :next_token
|
2436
2441
|
# During a previous call, the maximum number of items that can be
|
@@ -2484,10 +2489,10 @@ module Aws::CodeBuild
|
|
2484
2489
|
# Specifies the sort order for the list of returned reports. Valid
|
2485
2490
|
# values are:
|
2486
2491
|
#
|
2487
|
-
# * `ASCENDING
|
2492
|
+
# * `ASCENDING`: return reports in chronological order based on their
|
2488
2493
|
# creation date.
|
2489
2494
|
#
|
2490
|
-
# * `DESCENDING
|
2495
|
+
# * `DESCENDING`: return reports in the reverse chronological order
|
2491
2496
|
# based on their creation date.
|
2492
2497
|
#
|
2493
2498
|
# @option params [String] :next_token
|
@@ -2607,18 +2612,18 @@ module Aws::CodeBuild
|
|
2607
2612
|
# The criterion to be used to list build projects shared with the
|
2608
2613
|
# current Amazon Web Services account or user. Valid values include:
|
2609
2614
|
#
|
2610
|
-
# * `ARN
|
2615
|
+
# * `ARN`: List based on the ARN.
|
2611
2616
|
#
|
2612
|
-
# * `MODIFIED_TIME
|
2617
|
+
# * `MODIFIED_TIME`: List based on when information about the shared
|
2613
2618
|
# project was last changed.
|
2614
2619
|
#
|
2615
2620
|
# @option params [String] :sort_order
|
2616
2621
|
# The order in which to list shared build projects. Valid values
|
2617
2622
|
# include:
|
2618
2623
|
#
|
2619
|
-
# * `ASCENDING
|
2624
|
+
# * `ASCENDING`: List in ascending order.
|
2620
2625
|
#
|
2621
|
-
# * `DESCENDING
|
2626
|
+
# * `DESCENDING`: List in descending order.
|
2622
2627
|
#
|
2623
2628
|
# @option params [Integer] :max_results
|
2624
2629
|
# The maximum number of paginated shared build projects returned per
|
@@ -2671,17 +2676,17 @@ module Aws::CodeBuild
|
|
2671
2676
|
# @option params [String] :sort_order
|
2672
2677
|
# The order in which to list shared report groups. Valid values include:
|
2673
2678
|
#
|
2674
|
-
# * `ASCENDING
|
2679
|
+
# * `ASCENDING`: List in ascending order.
|
2675
2680
|
#
|
2676
|
-
# * `DESCENDING
|
2681
|
+
# * `DESCENDING`: List in descending order.
|
2677
2682
|
#
|
2678
2683
|
# @option params [String] :sort_by
|
2679
2684
|
# The criterion to be used to list report groups shared with the current
|
2680
2685
|
# Amazon Web Services account or user. Valid values include:
|
2681
2686
|
#
|
2682
|
-
# * `ARN
|
2687
|
+
# * `ARN`: List based on the ARN.
|
2683
2688
|
#
|
2684
|
-
# * `MODIFIED_TIME
|
2689
|
+
# * `MODIFIED_TIME`: List based on when information about the shared
|
2685
2690
|
# report group was last changed.
|
2686
2691
|
#
|
2687
2692
|
# @option params [String] :next_token
|
@@ -4923,9 +4928,9 @@ module Aws::CodeBuild
|
|
4923
4928
|
# @option params [Types::ReportExportConfig] :export_config
|
4924
4929
|
# Used to specify an updated export type. Valid values are:
|
4925
4930
|
#
|
4926
|
-
# * `S3
|
4931
|
+
# * `S3`: The report results are exported to an S3 bucket.
|
4927
4932
|
#
|
4928
|
-
# * `NO_EXPORT
|
4933
|
+
# * `NO_EXPORT`: The report results are not exported.
|
4929
4934
|
#
|
4930
4935
|
# @option params [Array<Types::Tag>] :tags
|
4931
4936
|
# An updated list of tag key and value pairs associated with this report
|
@@ -5080,7 +5085,7 @@ module Aws::CodeBuild
|
|
5080
5085
|
params: params,
|
5081
5086
|
config: config)
|
5082
5087
|
context[:gem_name] = 'aws-sdk-codebuild'
|
5083
|
-
context[:gem_version] = '1.
|
5088
|
+
context[:gem_version] = '1.91.0'
|
5084
5089
|
Seahorse::Client::Request.new(handlers, context)
|
5085
5090
|
end
|
5086
5091
|
|
@@ -9,104 +9,43 @@
|
|
9
9
|
|
10
10
|
module Aws::CodeBuild
|
11
11
|
class EndpointProvider
|
12
|
-
def
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
12
|
+
def resolve_endpoint(parameters)
|
13
|
+
region = parameters.region
|
14
|
+
use_dual_stack = parameters.use_dual_stack
|
15
|
+
use_fips = parameters.use_fips
|
16
|
+
endpoint = parameters.endpoint
|
17
|
+
if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
|
18
|
+
if Aws::Endpoints::Matchers.set?(endpoint) && (url = Aws::Endpoints::Matchers.parse_url(endpoint))
|
19
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
20
|
+
raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
|
21
|
+
end
|
22
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
23
|
+
raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
|
24
|
+
end
|
25
|
+
return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
|
26
|
+
end
|
27
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
28
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS")) && Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
29
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codebuild-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
30
|
+
end
|
31
|
+
raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
|
32
|
+
end
|
33
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
|
34
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
|
35
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codebuild-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
36
|
+
end
|
37
|
+
raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
|
38
|
+
end
|
39
|
+
if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
|
40
|
+
if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
|
41
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codebuild.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
|
42
|
+
end
|
43
|
+
raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
|
44
|
+
end
|
45
|
+
return Aws::Endpoints::Endpoint.new(url: "https://codebuild.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
|
21
46
|
end
|
22
|
-
|
23
|
-
end
|
47
|
+
raise ArgumentError, 'No endpoint could be resolved'
|
24
48
|
|
25
|
-
def resolve_endpoint(parameters)
|
26
|
-
@provider.resolve_endpoint(parameters)
|
27
49
|
end
|
28
|
-
|
29
|
-
# @api private
|
30
|
-
RULES = <<-JSON
|
31
|
-
eyJ2ZXJzaW9uIjoiMS4wIiwicGFyYW1ldGVycyI6eyJSZWdpb24iOnsiYnVp
|
32
|
-
bHRJbiI6IkFXUzo6UmVnaW9uIiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1bWVu
|
33
|
-
dGF0aW9uIjoiVGhlIEFXUyByZWdpb24gdXNlZCB0byBkaXNwYXRjaCB0aGUg
|
34
|
-
cmVxdWVzdC4iLCJ0eXBlIjoiU3RyaW5nIn0sIlVzZUR1YWxTdGFjayI6eyJi
|
35
|
-
dWlsdEluIjoiQVdTOjpVc2VEdWFsU3RhY2siLCJyZXF1aXJlZCI6dHJ1ZSwi
|
36
|
-
ZGVmYXVsdCI6ZmFsc2UsImRvY3VtZW50YXRpb24iOiJXaGVuIHRydWUsIHVz
|
37
|
-
ZSB0aGUgZHVhbC1zdGFjayBlbmRwb2ludC4gSWYgdGhlIGNvbmZpZ3VyZWQg
|
38
|
-
ZW5kcG9pbnQgZG9lcyBub3Qgc3VwcG9ydCBkdWFsLXN0YWNrLCBkaXNwYXRj
|
39
|
-
aGluZyB0aGUgcmVxdWVzdCBNQVkgcmV0dXJuIGFuIGVycm9yLiIsInR5cGUi
|
40
|
-
OiJCb29sZWFuIn0sIlVzZUZJUFMiOnsiYnVpbHRJbiI6IkFXUzo6VXNlRklQ
|
41
|
-
UyIsInJlcXVpcmVkIjp0cnVlLCJkZWZhdWx0IjpmYWxzZSwiZG9jdW1lbnRh
|
42
|
-
dGlvbiI6IldoZW4gdHJ1ZSwgc2VuZCB0aGlzIHJlcXVlc3QgdG8gdGhlIEZJ
|
43
|
-
UFMtY29tcGxpYW50IHJlZ2lvbmFsIGVuZHBvaW50LiBJZiB0aGUgY29uZmln
|
44
|
-
dXJlZCBlbmRwb2ludCBkb2VzIG5vdCBoYXZlIGEgRklQUyBjb21wbGlhbnQg
|
45
|
-
ZW5kcG9pbnQsIGRpc3BhdGNoaW5nIHRoZSByZXF1ZXN0IHdpbGwgcmV0dXJu
|
46
|
-
IGFuIGVycm9yLiIsInR5cGUiOiJCb29sZWFuIn0sIkVuZHBvaW50Ijp7ImJ1
|
47
|
-
aWx0SW4iOiJTREs6OkVuZHBvaW50IiwicmVxdWlyZWQiOmZhbHNlLCJkb2N1
|
48
|
-
bWVudGF0aW9uIjoiT3ZlcnJpZGUgdGhlIGVuZHBvaW50IHVzZWQgdG8gc2Vu
|
49
|
-
ZCB0aGlzIHJlcXVlc3QiLCJ0eXBlIjoiU3RyaW5nIn19LCJydWxlcyI6W3si
|
50
|
-
Y29uZGl0aW9ucyI6W3siZm4iOiJhd3MucGFydGl0aW9uIiwiYXJndiI6W3si
|
51
|
-
cmVmIjoiUmVnaW9uIn1dLCJhc3NpZ24iOiJQYXJ0aXRpb25SZXN1bHQifV0s
|
52
|
-
InR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOlt7ImZuIjoi
|
53
|
-
aXNTZXQiLCJhcmd2IjpbeyJyZWYiOiJFbmRwb2ludCJ9XX0seyJmbiI6InBh
|
54
|
-
cnNlVVJMIiwiYXJndiI6W3sicmVmIjoiRW5kcG9pbnQifV0sImFzc2lnbiI6
|
55
|
-
InVybCJ9XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3siY29uZGl0aW9ucyI6
|
56
|
-
W3siZm4iOiJib29sZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQ
|
57
|
-
UyJ9LHRydWVdfV0sImVycm9yIjoiSW52YWxpZCBDb25maWd1cmF0aW9uOiBG
|
58
|
-
SVBTIGFuZCBjdXN0b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0
|
59
|
-
eXBlIjoiZXJyb3IifSx7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIs
|
60
|
-
InJ1bGVzIjpbeyJjb25kaXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMi
|
61
|
-
LCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0cnVlXX1dLCJlcnJv
|
62
|
-
ciI6IkludmFsaWQgQ29uZmlndXJhdGlvbjogRHVhbHN0YWNrIGFuZCBjdXN0
|
63
|
-
b20gZW5kcG9pbnQgYXJlIG5vdCBzdXBwb3J0ZWQiLCJ0eXBlIjoiZXJyb3Ii
|
64
|
-
fSx7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2ludCI6eyJ1cmwiOnsicmVmIjoi
|
65
|
-
RW5kcG9pbnQifSwicHJvcGVydGllcyI6e30sImhlYWRlcnMiOnt9fSwidHlw
|
66
|
-
ZSI6ImVuZHBvaW50In1dfV19LHsiY29uZGl0aW9ucyI6W3siZm4iOiJib29s
|
67
|
-
ZWFuRXF1YWxzIiwiYXJndiI6W3sicmVmIjoiVXNlRklQUyJ9LHRydWVdfSx7
|
68
|
-
ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUR1YWxT
|
69
|
-
dGFjayJ9LHRydWVdfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRp
|
70
|
-
dGlvbnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt0cnVlLHsi
|
71
|
-
Zm4iOiJnZXRBdHRyIiwiYXJndiI6W3sicmVmIjoiUGFydGl0aW9uUmVzdWx0
|
72
|
-
In0sInN1cHBvcnRzRklQUyJdfV19LHsiZm4iOiJib29sZWFuRXF1YWxzIiwi
|
73
|
-
YXJndiI6W3RydWUseyJmbiI6ImdldEF0dHIiLCJhcmd2IjpbeyJyZWYiOiJQ
|
74
|
-
YXJ0aXRpb25SZXN1bHQifSwic3VwcG9ydHNEdWFsU3RhY2siXX1dfV0sInR5
|
75
|
-
cGUiOiJ0cmVlIiwicnVsZXMiOlt7ImNvbmRpdGlvbnMiOltdLCJlbmRwb2lu
|
76
|
-
dCI6eyJ1cmwiOiJodHRwczovL2NvZGVidWlsZC1maXBzLntSZWdpb259LntQ
|
77
|
-
YXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRp
|
78
|
-
ZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJj
|
79
|
-
b25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sgYXJl
|
80
|
-
IGVuYWJsZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBwb3J0
|
81
|
-
IG9uZSBvciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlvbnMi
|
82
|
-
Olt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVzZUZJ
|
83
|
-
UFMifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
|
84
|
-
b25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZu
|
85
|
-
IjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9
|
86
|
-
LCJzdXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMiOlt7
|
87
|
-
ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25k
|
88
|
-
aXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9jb2RlYnVp
|
89
|
-
bGQtZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1ZmZpeH0i
|
90
|
-
LCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoiZW5kcG9p
|
91
|
-
bnQifV19XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGlzIGVu
|
92
|
-
YWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBvcnQgRklQ
|
93
|
-
UyIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJmbiI6ImJv
|
94
|
-
b2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3RhY2sifSx0
|
95
|
-
cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRpb25zIjpb
|
96
|
-
eyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZuIjoiZ2V0
|
97
|
-
QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9LCJzdXBw
|
98
|
-
b3J0c0R1YWxTdGFjayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxlcyI6W3si
|
99
|
-
Y29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vY29k
|
100
|
-
ZWJ1aWxkLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5z
|
101
|
-
U3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUi
|
102
|
-
OiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJEdWFs
|
103
|
-
U3RhY2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24gZG9lcyBub3Qg
|
104
|
-
c3VwcG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19LHsiY29uZGl0
|
105
|
-
aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8vY29kZWJ1aWxk
|
106
|
-
LntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3VmZml4fSIsInByb3Bl
|
107
|
-
cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX1d
|
108
|
-
fQ==
|
109
|
-
|
110
|
-
JSON
|
111
50
|
end
|
112
51
|
end
|