tencentcloud-sdk-apigateway 1.0.215 → 1.0.219
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/lib/VERSION +1 -1
- data/lib/v20180808/models.rb +20 -4
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f040bb3289dac1386f1855344cd70eb15a634b9e
|
4
|
+
data.tar.gz: 70917cb19fc388965950ef54615f1f319d583e07
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e84be23331ddde0ce796133cd74d9603810c243cf9bd358af079753dbba52c8e0bc9252d92b6d2d48646aad7ae90bbea5ee48ff8c374f64c0a2592ebf2adc666
|
7
|
+
data.tar.gz: f19992d4390b2f5473b6ca0445b550f6443be7ae2efc0ab233d7f1f09abd5fe6b111206cd73d096c071d4a06a7b624c575bf27924be4962e103c7c6c6994c21e
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.0.
|
1
|
+
1.0.219
|
data/lib/v20180808/models.rb
CHANGED
@@ -1810,10 +1810,18 @@ module TencentCloud
|
|
1810
1810
|
# @type IsBase64Encoded: Boolean
|
1811
1811
|
# @param ServiceScfFunctionType: scf函数类型。当后端类型是SCF时生效。支持事件触发(EVENT),http直通云函数(HTTP)。
|
1812
1812
|
# @type ServiceScfFunctionType: String
|
1813
|
-
|
1814
|
-
|
1815
|
-
|
1816
|
-
|
1813
|
+
# @param EIAMAppType: EIAM应用类型。
|
1814
|
+
# @type EIAMAppType: String
|
1815
|
+
# @param EIAMAuthType: EIAM应用认证类型,支持仅认证(AuthenticationOnly)、认证和鉴权(Authorization)。
|
1816
|
+
# @type EIAMAuthType: String
|
1817
|
+
# @param TokenTimeout: EIAM应用Token 有效时间,单位为秒,默认为7200秒。
|
1818
|
+
# @type TokenTimeout: Integer
|
1819
|
+
# @param EIAMAppId: EIAM应用ID。
|
1820
|
+
# @type EIAMAppId: String
|
1821
|
+
|
1822
|
+
attr_accessor :ServiceId, :ServiceType, :ServiceTimeout, :Protocol, :RequestConfig, :ApiName, :ApiDesc, :ApiType, :AuthType, :EnableCORS, :ConstantParameters, :RequestParameters, :ApiBusinessType, :ServiceMockReturnMessage, :MicroServices, :ServiceTsfLoadBalanceConf, :ServiceTsfHealthCheckConf, :TargetServices, :TargetServicesLoadBalanceConf, :TargetServicesHealthCheckConf, :ServiceScfFunctionName, :ServiceWebsocketRegisterFunctionName, :ServiceWebsocketCleanupFunctionName, :ServiceWebsocketTransportFunctionName, :ServiceScfFunctionNamespace, :ServiceScfFunctionQualifier, :ServiceWebsocketRegisterFunctionNamespace, :ServiceWebsocketRegisterFunctionQualifier, :ServiceWebsocketTransportFunctionNamespace, :ServiceWebsocketTransportFunctionQualifier, :ServiceWebsocketCleanupFunctionNamespace, :ServiceWebsocketCleanupFunctionQualifier, :ServiceScfIsIntegratedResponse, :IsDebugAfterCharge, :IsDeleteResponseErrorCodes, :ResponseType, :ResponseSuccessExample, :ResponseFailExample, :ServiceConfig, :AuthRelationApiId, :ServiceParameters, :OauthConfig, :ResponseErrorCodes, :TargetNamespaceId, :UserType, :IsBase64Encoded, :ServiceScfFunctionType, :EIAMAppType, :EIAMAuthType, :TokenTimeout, :EIAMAppId
|
1823
|
+
|
1824
|
+
def initialize(serviceid=nil, servicetype=nil, servicetimeout=nil, protocol=nil, requestconfig=nil, apiname=nil, apidesc=nil, apitype=nil, authtype=nil, enablecors=nil, constantparameters=nil, requestparameters=nil, apibusinesstype=nil, servicemockreturnmessage=nil, microservices=nil, servicetsfloadbalanceconf=nil, servicetsfhealthcheckconf=nil, targetservices=nil, targetservicesloadbalanceconf=nil, targetserviceshealthcheckconf=nil, servicescffunctionname=nil, servicewebsocketregisterfunctionname=nil, servicewebsocketcleanupfunctionname=nil, servicewebsockettransportfunctionname=nil, servicescffunctionnamespace=nil, servicescffunctionqualifier=nil, servicewebsocketregisterfunctionnamespace=nil, servicewebsocketregisterfunctionqualifier=nil, servicewebsockettransportfunctionnamespace=nil, servicewebsockettransportfunctionqualifier=nil, servicewebsocketcleanupfunctionnamespace=nil, servicewebsocketcleanupfunctionqualifier=nil, servicescfisintegratedresponse=nil, isdebugaftercharge=nil, isdeleteresponseerrorcodes=nil, responsetype=nil, responsesuccessexample=nil, responsefailexample=nil, serviceconfig=nil, authrelationapiid=nil, serviceparameters=nil, oauthconfig=nil, responseerrorcodes=nil, targetnamespaceid=nil, usertype=nil, isbase64encoded=nil, servicescffunctiontype=nil, eiamapptype=nil, eiamauthtype=nil, tokentimeout=nil, eiamappid=nil)
|
1817
1825
|
@ServiceId = serviceid
|
1818
1826
|
@ServiceType = servicetype
|
1819
1827
|
@ServiceTimeout = servicetimeout
|
@@ -1861,6 +1869,10 @@ module TencentCloud
|
|
1861
1869
|
@UserType = usertype
|
1862
1870
|
@IsBase64Encoded = isbase64encoded
|
1863
1871
|
@ServiceScfFunctionType = servicescffunctiontype
|
1872
|
+
@EIAMAppType = eiamapptype
|
1873
|
+
@EIAMAuthType = eiamauthtype
|
1874
|
+
@TokenTimeout = tokentimeout
|
1875
|
+
@EIAMAppId = eiamappid
|
1864
1876
|
end
|
1865
1877
|
|
1866
1878
|
def deserialize(params)
|
@@ -1971,6 +1983,10 @@ module TencentCloud
|
|
1971
1983
|
@UserType = params['UserType']
|
1972
1984
|
@IsBase64Encoded = params['IsBase64Encoded']
|
1973
1985
|
@ServiceScfFunctionType = params['ServiceScfFunctionType']
|
1986
|
+
@EIAMAppType = params['EIAMAppType']
|
1987
|
+
@EIAMAuthType = params['EIAMAuthType']
|
1988
|
+
@TokenTimeout = params['TokenTimeout']
|
1989
|
+
@EIAMAppId = params['EIAMAppId']
|
1974
1990
|
end
|
1975
1991
|
end
|
1976
1992
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-apigateway
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.219
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-12-
|
11
|
+
date: 2021-12-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|