aws-sdk-codepipeline 1.54.0 → 1.56.0

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: e65f67053745d4df7407e72d97ec9838a0039b3e78917a504b8b005f12ff04fe
4
- data.tar.gz: 6adf10968b060d3441fb053f78bfc11dad6de1a7e14f9e477f03b728f30b970f
3
+ metadata.gz: 1e6487e36c919af2fda536ec963475c2577827364324fd132c6af89721058162
4
+ data.tar.gz: 491e03c45b9c3822e14b4c7081ddbb6f1923c256fcd5a10aefbb0a51cbe245ec
5
5
  SHA512:
6
- metadata.gz: c800b7096a1f6cc30fc2c27e28ec993644f92e04b42197bfdefcab8d208d954ee1cc9190438332b3c52adb33183189c3cc12c1c6f41a0369acb51faa68f52c38
7
- data.tar.gz: bc1eda7f338f455964b9587884eaf0b5b3e732892f8d401a7123a4d948f3e520d2e74ac70b28206b3ace0e64562546eb22578db8fd6f0e6e740bbe72ebddf2ec
6
+ metadata.gz: 2549c9d94fdfdc283775f0509e531e4cdc9a8f2dfc2e0c39d9ff431550c7140584b53b4f55afcaa9bc1d528a038d2f00bd8d24f013aa1bd838eb8f6c45a63638
7
+ data.tar.gz: 96c3262e2f6d9f16316bc8cc3599d643da817da56c01cf026297def3f3f787158659169793ba67116ca42f77c1c50738d044d56cee14a54a5c9f08940f89172f
data/CHANGELOG.md CHANGED
@@ -1,6 +1,18 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.56.0 (2023-05-25)
5
+ ------------------
6
+
7
+ * Feature - Add PollingDisabledAt time information in PipelineMetadata object of GetPipeline API.
8
+
9
+ 1.55.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.54.0 (2022-10-25)
5
17
  ------------------
6
18
 
@@ -345,4 +357,4 @@ Unreleased Changes
345
357
  1.0.0.rc1 (2016-12-05)
346
358
  ------------------
347
359
 
348
- * Feature - Initial preview release of the `aws-sdk-codepipeline` gem.
360
+ * Feature - Initial preview release of the `aws-sdk-codepipeline` gem.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.54.0
1
+ 1.56.0
@@ -386,10 +386,9 @@ module Aws::CodePipeline
386
386
  # confirm receipt.
387
387
  #
388
388
  # @option params [required, String] :nonce
389
- # A system-generated random number that AWS CodePipeline uses to ensure
390
- # that the job is being worked on by only one job worker. Get this
391
- # number from the response of the PollForJobs request that returned this
392
- # job.
389
+ # A system-generated random number that CodePipeline uses to ensure that
390
+ # the job is being worked on by only one job worker. Get this number
391
+ # from the response of the PollForJobs request that returned this job.
393
392
  #
394
393
  # @return [Types::AcknowledgeJobOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
395
394
  #
@@ -422,9 +421,9 @@ module Aws::CodePipeline
422
421
  # The unique system-generated ID of the job.
423
422
  #
424
423
  # @option params [required, String] :nonce
425
- # A system-generated random number that AWS CodePipeline uses to ensure
426
- # that the job is being worked on by only one job worker. Get this
427
- # number from the response to a GetThirdPartyJobDetails request.
424
+ # A system-generated random number that CodePipeline uses to ensure that
425
+ # the job is being worked on by only one job worker. Get this number
426
+ # from the response to a GetThirdPartyJobDetails request.
428
427
  #
429
428
  # @option params [required, String] :client_token
430
429
  # The clientToken portion of the clientId and clientToken pair used to
@@ -457,14 +456,15 @@ module Aws::CodePipeline
457
456
  end
458
457
 
459
458
  # Creates a new custom action that can be used in all pipelines
460
- # associated with the AWS account. Only used for custom actions.
459
+ # associated with the Amazon Web Services account. Only used for custom
460
+ # actions.
461
461
  #
462
462
  # @option params [required, String] :category
463
463
  # The category of the custom action, such as a build action or a test
464
464
  # action.
465
465
  #
466
466
  # @option params [required, String] :provider
467
- # The provider of the service used in the custom action, such as AWS
467
+ # The provider of the service used in the custom action, such as
468
468
  # CodeDeploy.
469
469
  #
470
470
  # @option params [required, String] :version
@@ -735,7 +735,7 @@ module Aws::CodePipeline
735
735
  # source or deploy.
736
736
  #
737
737
  # @option params [required, String] :provider
738
- # The provider of the service used in the custom action, such as AWS
738
+ # The provider of the service used in the custom action, such as
739
739
  # CodeDeploy.
740
740
  #
741
741
  # @option params [required, String] :version
@@ -783,7 +783,7 @@ module Aws::CodePipeline
783
783
  end
784
784
 
785
785
  # Deletes a previously created webhook by name. Deleting the webhook
786
- # stops AWS CodePipeline from starting a pipeline every time an external
786
+ # stops CodePipeline from starting a pipeline every time an external
787
787
  # event occurs. The API returns successfully when trying to delete a
788
788
  # webhook that is already deleted. If a deleted webhook is re-created by
789
789
  # calling PutWebhook with the same name, it will have a different URL.
@@ -1001,11 +1001,11 @@ module Aws::CodePipeline
1001
1001
 
1002
1002
  # Returns information about a job. Used for custom actions only.
1003
1003
  #
1004
- # When this API is called, AWS CodePipeline returns temporary
1005
- # credentials for the S3 bucket used to store artifacts for the
1006
- # pipeline, if the action requires access to that S3 bucket for input or
1007
- # output artifacts. This API also returns any secret values defined for
1008
- # the action.
1004
+ # When this API is called, CodePipeline returns temporary credentials
1005
+ # for the S3 bucket used to store artifacts for the pipeline, if the
1006
+ # action requires access to that S3 bucket for input or output
1007
+ # artifacts. This API also returns any secret values defined for the
1008
+ # action.
1009
1009
  #
1010
1010
  # @option params [required, String] :job_id
1011
1011
  # The unique system-generated ID for the job.
@@ -1071,7 +1071,7 @@ module Aws::CodePipeline
1071
1071
  #
1072
1072
  # @option params [required, String] :name
1073
1073
  # The name of the pipeline for which you want to get information.
1074
- # Pipeline names must be unique under an AWS user account.
1074
+ # Pipeline names must be unique in an Amazon Web Services account.
1075
1075
  #
1076
1076
  # @option params [Integer] :version
1077
1077
  # The version number of the pipeline. If you do not specify a version,
@@ -1127,6 +1127,7 @@ module Aws::CodePipeline
1127
1127
  # resp.metadata.pipeline_arn #=> String
1128
1128
  # resp.metadata.created #=> Time
1129
1129
  # resp.metadata.updated #=> Time
1130
+ # resp.metadata.polling_disabled_at #=> Time
1130
1131
  #
1131
1132
  # @see http://docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/GetPipeline AWS API Documentation
1132
1133
  #
@@ -1257,11 +1258,11 @@ module Aws::CodePipeline
1257
1258
  # Requests the details of a job for a third party action. Used for
1258
1259
  # partner actions only.
1259
1260
  #
1260
- # When this API is called, AWS CodePipeline returns temporary
1261
- # credentials for the S3 bucket used to store artifacts for the
1262
- # pipeline, if the action requires access to that S3 bucket for input or
1263
- # output artifacts. This API also returns any secret values defined for
1264
- # the action.
1261
+ # When this API is called, CodePipeline returns temporary credentials
1262
+ # for the S3 bucket used to store artifacts for the pipeline, if the
1263
+ # action requires access to that S3 bucket for input or output
1264
+ # artifacts. This API also returns any secret values defined for the
1265
+ # action.
1265
1266
  #
1266
1267
  # @option params [required, String] :job_id
1267
1268
  # The unique system-generated ID used for identifying the job.
@@ -1415,8 +1416,8 @@ module Aws::CodePipeline
1415
1416
  req.send_request(options)
1416
1417
  end
1417
1418
 
1418
- # Gets a summary of all AWS CodePipeline action types associated with
1419
- # your account.
1419
+ # Gets a summary of all CodePipeline action types associated with your
1420
+ # account.
1420
1421
  #
1421
1422
  # @option params [String] :action_owner_filter
1422
1423
  # Filters the list of action types to those created by a specified
@@ -1626,9 +1627,9 @@ module Aws::CodePipeline
1626
1627
  req.send_request(options)
1627
1628
  end
1628
1629
 
1629
- # Gets a listing of all the webhooks in this AWS Region for this
1630
- # account. The output lists all webhooks and includes the webhook URL
1631
- # and ARN and the configuration for each webhook.
1630
+ # Gets a listing of all the webhooks in this Amazon Web Services Region
1631
+ # for this account. The output lists all webhooks and includes the
1632
+ # webhook URL and ARN and the configuration for each webhook.
1632
1633
  #
1633
1634
  # @option params [String] :next_token
1634
1635
  # The token that was returned from the previous ListWebhooks call, which
@@ -1684,16 +1685,16 @@ module Aws::CodePipeline
1684
1685
  req.send_request(options)
1685
1686
  end
1686
1687
 
1687
- # Returns information about any jobs for AWS CodePipeline to act on.
1688
+ # Returns information about any jobs for CodePipeline to act on.
1688
1689
  # `PollForJobs` is valid only for action types with "Custom" in the
1689
- # owner field. If the action type contains "AWS" or "ThirdParty" in
1690
- # the owner field, the `PollForJobs` action returns an error.
1690
+ # owner field. If the action type contains `AWS` or `ThirdParty` in the
1691
+ # owner field, the `PollForJobs` action returns an error.
1691
1692
  #
1692
- # When this API is called, AWS CodePipeline returns temporary
1693
- # credentials for the S3 bucket used to store artifacts for the
1694
- # pipeline, if the action requires access to that S3 bucket for input or
1695
- # output artifacts. This API also returns any secret values defined for
1696
- # the action.
1693
+ # When this API is called, CodePipeline returns temporary credentials
1694
+ # for the S3 bucket used to store artifacts for the pipeline, if the
1695
+ # action requires access to that S3 bucket for input or output
1696
+ # artifacts. This API also returns any secret values defined for the
1697
+ # action.
1697
1698
  #
1698
1699
  # @option params [required, Types::ActionTypeId] :action_type_id
1699
1700
  # Represents information about an action type.
@@ -1776,10 +1777,10 @@ module Aws::CodePipeline
1776
1777
  # Determines whether there are any third party jobs for a job worker to
1777
1778
  # act on. Used for partner actions only.
1778
1779
  #
1779
- # When this API is called, AWS CodePipeline returns temporary
1780
- # credentials for the S3 bucket used to store artifacts for the
1781
- # pipeline, if the action requires access to that S3 bucket for input or
1782
- # output artifacts.
1780
+ # When this API is called, CodePipeline returns temporary credentials
1781
+ # for the S3 bucket used to store artifacts for the pipeline, if the
1782
+ # action requires access to that S3 bucket for input or output
1783
+ # artifacts.
1783
1784
  #
1784
1785
  # @option params [required, Types::ActionTypeId] :action_type_id
1785
1786
  # Represents information about an action type.
@@ -1818,8 +1819,7 @@ module Aws::CodePipeline
1818
1819
  req.send_request(options)
1819
1820
  end
1820
1821
 
1821
- # Provides information to AWS CodePipeline about new revisions to a
1822
- # source.
1822
+ # Provides information to CodePipeline about new revisions to a source.
1823
1823
  #
1824
1824
  # @option params [required, String] :pipeline_name
1825
1825
  # The name of the pipeline that starts processing the revision to the
@@ -1867,8 +1867,8 @@ module Aws::CodePipeline
1867
1867
  req.send_request(options)
1868
1868
  end
1869
1869
 
1870
- # Provides the response to a manual approval request to AWS
1871
- # CodePipeline. Valid responses include Approved and Rejected.
1870
+ # Provides the response to a manual approval request to CodePipeline.
1871
+ # Valid responses include Approved and Rejected.
1872
1872
  #
1873
1873
  # @option params [required, String] :pipeline_name
1874
1874
  # The name of the pipeline that contains the action.
@@ -1962,12 +1962,12 @@ module Aws::CodePipeline
1962
1962
  # by the job.
1963
1963
  #
1964
1964
  # @option params [String] :continuation_token
1965
- # A token generated by a job worker, such as an AWS CodeDeploy
1966
- # deployment ID, that a successful job provides to identify a custom
1967
- # action in progress. Future jobs use this token to identify the running
1968
- # instance of the action. It can be reused to return more information
1969
- # about the progress of the custom action. When the action is complete,
1970
- # no continuation token should be supplied.
1965
+ # A token generated by a job worker, such as a CodeDeploy deployment ID,
1966
+ # that a successful job provides to identify a custom action in
1967
+ # progress. Future jobs use this token to identify the running instance
1968
+ # of the action. It can be reused to return more information about the
1969
+ # progress of the custom action. When the action is complete, no
1970
+ # continuation token should be supplied.
1971
1971
  #
1972
1972
  # @option params [Types::ExecutionDetails] :execution_details
1973
1973
  # The execution details of the successful job, such as the actions taken
@@ -2064,12 +2064,12 @@ module Aws::CodePipeline
2064
2064
  # Represents information about a current revision.
2065
2065
  #
2066
2066
  # @option params [String] :continuation_token
2067
- # A token generated by a job worker, such as an AWS CodeDeploy
2068
- # deployment ID, that a successful job provides to identify a partner
2069
- # action in progress. Future jobs use this token to identify the running
2070
- # instance of the action. It can be reused to return more information
2071
- # about the progress of the partner action. When the action is complete,
2072
- # no continuation token should be supplied.
2067
+ # A token generated by a job worker, such as a CodeDeploy deployment ID,
2068
+ # that a successful job provides to identify a partner action in
2069
+ # progress. Future jobs use this token to identify the running instance
2070
+ # of the action. It can be reused to return more information about the
2071
+ # progress of the partner action. When the action is complete, no
2072
+ # continuation token should be supplied.
2073
2073
  #
2074
2074
  # @option params [Types::ExecutionDetails] :execution_details
2075
2075
  # The details of the actions taken and results produced on an artifact
@@ -2379,7 +2379,7 @@ module Aws::CodePipeline
2379
2379
  req.send_request(options)
2380
2380
  end
2381
2381
 
2382
- # Removes tags from an AWS resource.
2382
+ # Removes tags from an Amazon Web Services resource.
2383
2383
  #
2384
2384
  # @option params [required, String] :resource_arn
2385
2385
  # The Amazon Resource Name (ARN) of the resource to remove tags from.
@@ -2616,7 +2616,7 @@ module Aws::CodePipeline
2616
2616
  params: params,
2617
2617
  config: config)
2618
2618
  context[:gem_name] = 'aws-sdk-codepipeline'
2619
- context[:gem_version] = '1.54.0'
2619
+ context[:gem_version] = '1.56.0'
2620
2620
  Seahorse::Client::Request.new(handlers, context)
2621
2621
  end
2622
2622
 
@@ -895,6 +895,7 @@ module Aws::CodePipeline
895
895
  PipelineMetadata.add_member(:pipeline_arn, Shapes::ShapeRef.new(shape: PipelineArn, location_name: "pipelineArn"))
896
896
  PipelineMetadata.add_member(:created, Shapes::ShapeRef.new(shape: Timestamp, location_name: "created"))
897
897
  PipelineMetadata.add_member(:updated, Shapes::ShapeRef.new(shape: Timestamp, location_name: "updated"))
898
+ PipelineMetadata.add_member(:polling_disabled_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "pollingDisabledAt"))
898
899
  PipelineMetadata.struct_class = Types::PipelineMetadata
899
900
 
900
901
  PipelineNameInUseException.struct_class = Types::PipelineNameInUseException
@@ -9,104 +9,46 @@
9
9
 
10
10
  module Aws::CodePipeline
11
11
  class EndpointProvider
12
- def initialize(rule_set = nil)
13
- @@rule_set ||= begin
14
- endpoint_rules = Aws::Json.load(Base64.decode64(RULES))
15
- Aws::Endpoints::RuleSet.new(
16
- version: endpoint_rules['version'],
17
- service_id: endpoint_rules['serviceId'],
18
- parameters: endpoint_rules['parameters'],
19
- rules: endpoint_rules['rules']
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 Aws::Endpoints::Matchers.set?(endpoint)
18
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
19
+ raise ArgumentError, "Invalid Configuration: FIPS and custom endpoint are not supported"
20
+ end
21
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
22
+ raise ArgumentError, "Invalid Configuration: Dualstack and custom endpoint are not supported"
23
+ end
24
+ return Aws::Endpoints::Endpoint.new(url: endpoint, headers: {}, properties: {})
21
25
  end
22
- @provider = Aws::Endpoints::RulesProvider.new(rule_set || @@rule_set)
23
- end
26
+ if Aws::Endpoints::Matchers.set?(region)
27
+ if (partition_result = Aws::Endpoints::Matchers.aws_partition(region))
28
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true) && Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
29
+ 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"))
30
+ return Aws::Endpoints::Endpoint.new(url: "https://codepipeline-fips.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
31
+ end
32
+ raise ArgumentError, "FIPS and DualStack are enabled, but this partition does not support one or both"
33
+ end
34
+ if Aws::Endpoints::Matchers.boolean_equals?(use_fips, true)
35
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsFIPS"))
36
+ return Aws::Endpoints::Endpoint.new(url: "https://codepipeline-fips.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
37
+ end
38
+ raise ArgumentError, "FIPS is enabled but this partition does not support FIPS"
39
+ end
40
+ if Aws::Endpoints::Matchers.boolean_equals?(use_dual_stack, true)
41
+ if Aws::Endpoints::Matchers.boolean_equals?(true, Aws::Endpoints::Matchers.attr(partition_result, "supportsDualStack"))
42
+ return Aws::Endpoints::Endpoint.new(url: "https://codepipeline.#{region}.#{partition_result['dualStackDnsSuffix']}", headers: {}, properties: {})
43
+ end
44
+ raise ArgumentError, "DualStack is enabled but this partition does not support DualStack"
45
+ end
46
+ return Aws::Endpoints::Endpoint.new(url: "https://codepipeline.#{region}.#{partition_result['dnsSuffix']}", headers: {}, properties: {})
47
+ end
48
+ end
49
+ raise ArgumentError, "Invalid Configuration: Missing Region"
50
+ raise ArgumentError, 'No endpoint could be resolved'
24
51
 
25
- def resolve_endpoint(parameters)
26
- @provider.resolve_endpoint(parameters)
27
52
  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
- dCI6eyJ1cmwiOiJodHRwczovL2NvZGVwaXBlbGluZS1maXBzLntSZWdpb259
77
- LntQYXJ0aXRpb25SZXN1bHQjZHVhbFN0YWNrRG5zU3VmZml4fSIsInByb3Bl
78
- cnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0s
79
- eyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBTIGFuZCBEdWFsU3RhY2sg
80
- YXJlIGVuYWJsZWQsIGJ1dCB0aGlzIHBhcnRpdGlvbiBkb2VzIG5vdCBzdXBw
81
- b3J0IG9uZSBvciBib3RoIiwidHlwZSI6ImVycm9yIn1dfSx7ImNvbmRpdGlv
82
- bnMiOlt7ImZuIjoiYm9vbGVhbkVxdWFscyIsImFyZ3YiOlt7InJlZiI6IlVz
83
- ZUZJUFMifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25k
84
- aXRpb25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7
85
- ImZuIjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3Vs
86
- dCJ9LCJzdXBwb3J0c0ZJUFMiXX1dfV0sInR5cGUiOiJ0cmVlIiwicnVsZXMi
87
- Olt7ImNvbmRpdGlvbnMiOltdLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJj
88
- b25kaXRpb25zIjpbXSwiZW5kcG9pbnQiOnsidXJsIjoiaHR0cHM6Ly9jb2Rl
89
- cGlwZWxpbmUtZmlwcy57UmVnaW9ufS57UGFydGl0aW9uUmVzdWx0I2Ruc1N1
90
- ZmZpeH0iLCJwcm9wZXJ0aWVzIjp7fSwiaGVhZGVycyI6e319LCJ0eXBlIjoi
91
- ZW5kcG9pbnQifV19XX0seyJjb25kaXRpb25zIjpbXSwiZXJyb3IiOiJGSVBT
92
- IGlzIGVuYWJsZWQgYnV0IHRoaXMgcGFydGl0aW9uIGRvZXMgbm90IHN1cHBv
93
- cnQgRklQUyIsInR5cGUiOiJlcnJvciJ9XX0seyJjb25kaXRpb25zIjpbeyJm
94
- biI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbeyJyZWYiOiJVc2VEdWFsU3Rh
95
- Y2sifSx0cnVlXX1dLCJ0eXBlIjoidHJlZSIsInJ1bGVzIjpbeyJjb25kaXRp
96
- b25zIjpbeyJmbiI6ImJvb2xlYW5FcXVhbHMiLCJhcmd2IjpbdHJ1ZSx7ImZu
97
- IjoiZ2V0QXR0ciIsImFyZ3YiOlt7InJlZiI6IlBhcnRpdGlvblJlc3VsdCJ9
98
- LCJzdXBwb3J0c0R1YWxTdGFjayJdfV19XSwidHlwZSI6InRyZWUiLCJydWxl
99
- cyI6W3siY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBz
100
- Oi8vY29kZXBpcGVsaW5lLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZHVh
101
- bFN0YWNrRG5zU3VmZml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7
102
- fX0sInR5cGUiOiJlbmRwb2ludCJ9XX0seyJjb25kaXRpb25zIjpbXSwiZXJy
103
- b3IiOiJEdWFsU3RhY2sgaXMgZW5hYmxlZCBidXQgdGhpcyBwYXJ0aXRpb24g
104
- ZG9lcyBub3Qgc3VwcG9ydCBEdWFsU3RhY2siLCJ0eXBlIjoiZXJyb3IifV19
105
- LHsiY29uZGl0aW9ucyI6W10sImVuZHBvaW50Ijp7InVybCI6Imh0dHBzOi8v
106
- Y29kZXBpcGVsaW5lLntSZWdpb259LntQYXJ0aXRpb25SZXN1bHQjZG5zU3Vm
107
- Zml4fSIsInByb3BlcnRpZXMiOnt9LCJoZWFkZXJzIjp7fX0sInR5cGUiOiJl
108
- bmRwb2ludCJ9XX1dfQ==
109
-
110
- JSON
111
53
  end
112
54
  end