tccli 3.0.1392.1__py2.py3-none-any.whl → 3.0.1394.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +4 -4
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2120 -187
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/ccc/v20200210/api.json +88 -10
- tccli/services/cdb/v20170320/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +46 -9
- tccli/services/clb/v20180317/api.json +9 -0
- tccli/services/csip/v20221121/api.json +1 -1
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +80 -842
- tccli/services/cvm/v20170312/examples.json +24 -56
- tccli/services/dbbrain/dbbrain_client.py +136 -30
- tccli/services/dbbrain/v20210527/api.json +243 -0
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/eb/v20210416/api.json +28 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +182 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +201 -0
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/v20240906/api.json +70 -0
- tccli/services/iai/v20180301/api.json +33 -24
- tccli/services/iai/v20180301/examples.json +4 -4
- tccli/services/lcic/v20220817/api.json +49 -3
- tccli/services/lke/lke_client.py +53 -0
- tccli/services/lke/v20231130/api.json +452 -15
- tccli/services/lke/v20231130/examples.json +8 -0
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mna/v20210119/api.json +10 -1
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mps/v20190612/api.json +19 -0
- tccli/services/oceanus/oceanus_client.py +212 -0
- tccli/services/oceanus/v20190422/api.json +294 -0
- tccli/services/oceanus/v20190422/examples.json +32 -0
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/redis/v20180412/api.json +63 -33
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/sms/v20190711/api.json +1 -1
- tccli/services/sms/v20210111/api.json +1 -1
- tccli/services/sqlserver/v20180328/api.json +15 -5
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tat/v20201028/api.json +12 -2
- tccli/services/tcss/v20201101/api.json +6 -6
- tccli/services/tcss/v20201101/examples.json +1 -1
- tccli/services/tione/v20211111/api.json +2 -2
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +3 -3
- tccli/services/vtc/v20240223/api.json +1 -1
- tccli/services/waf/v20180125/api.json +8 -8
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20250806/api.json +13645 -0
- tccli/services/wedata/v20250806/examples.json +621 -0
- tccli/services/wedata/wedata_client.py +5031 -1157
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/RECORD +69 -67
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1392.1.dist-info → tccli-3.0.1394.1.dist-info}/license_files/LICENSE +0 -0
tccli/services/cvm/cvm_client.py
CHANGED
@@ -693,58 +693,6 @@ def doResetInstancesType(args, parsed_globals):
|
|
693
693
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
694
694
|
|
695
695
|
|
696
|
-
def doDescribeReservedInstancesConfigInfos(args, parsed_globals):
|
697
|
-
g_param = parse_global_arg(parsed_globals)
|
698
|
-
|
699
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
700
|
-
cred = credential.CVMRoleCredential()
|
701
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
702
|
-
cred = credential.STSAssumeRoleCredential(
|
703
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
704
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
705
|
-
)
|
706
|
-
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
707
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
708
|
-
else:
|
709
|
-
cred = credential.Credential(
|
710
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
711
|
-
)
|
712
|
-
http_profile = HttpProfile(
|
713
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
714
|
-
reqMethod="POST",
|
715
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
716
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
717
|
-
)
|
718
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
719
|
-
if g_param[OptionsDefine.Language]:
|
720
|
-
profile.language = g_param[OptionsDefine.Language]
|
721
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
722
|
-
client = mod.CvmClient(cred, g_param[OptionsDefine.Region], profile)
|
723
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
724
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
725
|
-
model = models.DescribeReservedInstancesConfigInfosRequest()
|
726
|
-
model.from_json_string(json.dumps(args))
|
727
|
-
start_time = time.time()
|
728
|
-
while True:
|
729
|
-
rsp = client.DescribeReservedInstancesConfigInfos(model)
|
730
|
-
result = rsp.to_json_string()
|
731
|
-
try:
|
732
|
-
json_obj = json.loads(result)
|
733
|
-
except TypeError as e:
|
734
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
735
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
736
|
-
break
|
737
|
-
cur_time = time.time()
|
738
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
739
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
740
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
741
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
742
|
-
else:
|
743
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
744
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
745
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
746
|
-
|
747
|
-
|
748
696
|
def doDescribeInstanceVncUrl(args, parsed_globals):
|
749
697
|
g_param = parse_global_arg(parsed_globals)
|
750
698
|
|
@@ -797,58 +745,6 @@ def doDescribeInstanceVncUrl(args, parsed_globals):
|
|
797
745
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
798
746
|
|
799
747
|
|
800
|
-
def doInquirePricePurchaseReservedInstancesOffering(args, parsed_globals):
|
801
|
-
g_param = parse_global_arg(parsed_globals)
|
802
|
-
|
803
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
804
|
-
cred = credential.CVMRoleCredential()
|
805
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
806
|
-
cred = credential.STSAssumeRoleCredential(
|
807
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
808
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
809
|
-
)
|
810
|
-
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
811
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
812
|
-
else:
|
813
|
-
cred = credential.Credential(
|
814
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
815
|
-
)
|
816
|
-
http_profile = HttpProfile(
|
817
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
818
|
-
reqMethod="POST",
|
819
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
820
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
821
|
-
)
|
822
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
823
|
-
if g_param[OptionsDefine.Language]:
|
824
|
-
profile.language = g_param[OptionsDefine.Language]
|
825
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
826
|
-
client = mod.CvmClient(cred, g_param[OptionsDefine.Region], profile)
|
827
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
828
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
829
|
-
model = models.InquirePricePurchaseReservedInstancesOfferingRequest()
|
830
|
-
model.from_json_string(json.dumps(args))
|
831
|
-
start_time = time.time()
|
832
|
-
while True:
|
833
|
-
rsp = client.InquirePricePurchaseReservedInstancesOffering(model)
|
834
|
-
result = rsp.to_json_string()
|
835
|
-
try:
|
836
|
-
json_obj = json.loads(result)
|
837
|
-
except TypeError as e:
|
838
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
839
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
840
|
-
break
|
841
|
-
cur_time = time.time()
|
842
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
843
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
844
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
845
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
846
|
-
else:
|
847
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
848
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
849
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
850
|
-
|
851
|
-
|
852
748
|
def doSyncImages(args, parsed_globals):
|
853
749
|
g_param = parse_global_arg(parsed_globals)
|
854
750
|
|
@@ -2877,58 +2773,6 @@ def doInquiryPriceResetInstance(args, parsed_globals):
|
|
2877
2773
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2878
2774
|
|
2879
2775
|
|
2880
|
-
def doPurchaseReservedInstancesOffering(args, parsed_globals):
|
2881
|
-
g_param = parse_global_arg(parsed_globals)
|
2882
|
-
|
2883
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
2884
|
-
cred = credential.CVMRoleCredential()
|
2885
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
2886
|
-
cred = credential.STSAssumeRoleCredential(
|
2887
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
2888
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
2889
|
-
)
|
2890
|
-
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
2891
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
2892
|
-
else:
|
2893
|
-
cred = credential.Credential(
|
2894
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
2895
|
-
)
|
2896
|
-
http_profile = HttpProfile(
|
2897
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
2898
|
-
reqMethod="POST",
|
2899
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
2900
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
2901
|
-
)
|
2902
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
2903
|
-
if g_param[OptionsDefine.Language]:
|
2904
|
-
profile.language = g_param[OptionsDefine.Language]
|
2905
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
2906
|
-
client = mod.CvmClient(cred, g_param[OptionsDefine.Region], profile)
|
2907
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
2908
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
2909
|
-
model = models.PurchaseReservedInstancesOfferingRequest()
|
2910
|
-
model.from_json_string(json.dumps(args))
|
2911
|
-
start_time = time.time()
|
2912
|
-
while True:
|
2913
|
-
rsp = client.PurchaseReservedInstancesOffering(model)
|
2914
|
-
result = rsp.to_json_string()
|
2915
|
-
try:
|
2916
|
-
json_obj = json.loads(result)
|
2917
|
-
except TypeError as e:
|
2918
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
2919
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
2920
|
-
break
|
2921
|
-
cur_time = time.time()
|
2922
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
2923
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
2924
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
2925
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
2926
|
-
else:
|
2927
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
2928
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
2929
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2930
|
-
|
2931
|
-
|
2932
2776
|
def doModifyInstancesRenewFlag(args, parsed_globals):
|
2933
2777
|
g_param = parse_global_arg(parsed_globals)
|
2934
2778
|
|
@@ -3605,58 +3449,6 @@ def doDescribeKeyPairs(args, parsed_globals):
|
|
3605
3449
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3606
3450
|
|
3607
3451
|
|
3608
|
-
def doDescribeReservedInstancesOfferings(args, parsed_globals):
|
3609
|
-
g_param = parse_global_arg(parsed_globals)
|
3610
|
-
|
3611
|
-
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
3612
|
-
cred = credential.CVMRoleCredential()
|
3613
|
-
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
3614
|
-
cred = credential.STSAssumeRoleCredential(
|
3615
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
3616
|
-
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
3617
|
-
)
|
3618
|
-
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
3619
|
-
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
3620
|
-
else:
|
3621
|
-
cred = credential.Credential(
|
3622
|
-
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
3623
|
-
)
|
3624
|
-
http_profile = HttpProfile(
|
3625
|
-
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
3626
|
-
reqMethod="POST",
|
3627
|
-
endpoint=g_param[OptionsDefine.Endpoint],
|
3628
|
-
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
3629
|
-
)
|
3630
|
-
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
3631
|
-
if g_param[OptionsDefine.Language]:
|
3632
|
-
profile.language = g_param[OptionsDefine.Language]
|
3633
|
-
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
3634
|
-
client = mod.CvmClient(cred, g_param[OptionsDefine.Region], profile)
|
3635
|
-
client._sdkVersion += ("_CLI_" + __version__)
|
3636
|
-
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3637
|
-
model = models.DescribeReservedInstancesOfferingsRequest()
|
3638
|
-
model.from_json_string(json.dumps(args))
|
3639
|
-
start_time = time.time()
|
3640
|
-
while True:
|
3641
|
-
rsp = client.DescribeReservedInstancesOfferings(model)
|
3642
|
-
result = rsp.to_json_string()
|
3643
|
-
try:
|
3644
|
-
json_obj = json.loads(result)
|
3645
|
-
except TypeError as e:
|
3646
|
-
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
3647
|
-
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
3648
|
-
break
|
3649
|
-
cur_time = time.time()
|
3650
|
-
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
3651
|
-
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
3652
|
-
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
3653
|
-
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
3654
|
-
else:
|
3655
|
-
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
3656
|
-
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
3657
|
-
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3658
|
-
|
3659
|
-
|
3660
3452
|
def doInquiryPriceModifyInstancesChargeType(args, parsed_globals):
|
3661
3453
|
g_param = parse_global_arg(parsed_globals)
|
3662
3454
|
|
@@ -5345,9 +5137,7 @@ ACTION_MAP = {
|
|
5345
5137
|
"CreateImage": doCreateImage,
|
5346
5138
|
"ConfigureChcAssistVpc": doConfigureChcAssistVpc,
|
5347
5139
|
"ResetInstancesType": doResetInstancesType,
|
5348
|
-
"DescribeReservedInstancesConfigInfos": doDescribeReservedInstancesConfigInfos,
|
5349
5140
|
"DescribeInstanceVncUrl": doDescribeInstanceVncUrl,
|
5350
|
-
"InquirePricePurchaseReservedInstancesOffering": doInquirePricePurchaseReservedInstancesOffering,
|
5351
5141
|
"SyncImages": doSyncImages,
|
5352
5142
|
"ImportImage": doImportImage,
|
5353
5143
|
"DescribeZoneInstanceConfigInfos": doDescribeZoneInstanceConfigInfos,
|
@@ -5387,7 +5177,6 @@ ACTION_MAP = {
|
|
5387
5177
|
"DescribeInstancesActionTimer": doDescribeInstancesActionTimer,
|
5388
5178
|
"InquiryPriceResizeInstanceDisks": doInquiryPriceResizeInstanceDisks,
|
5389
5179
|
"InquiryPriceResetInstance": doInquiryPriceResetInstance,
|
5390
|
-
"PurchaseReservedInstancesOffering": doPurchaseReservedInstancesOffering,
|
5391
5180
|
"ModifyInstancesRenewFlag": doModifyInstancesRenewFlag,
|
5392
5181
|
"ResetInstance": doResetInstance,
|
5393
5182
|
"StartInstances": doStartInstances,
|
@@ -5401,7 +5190,6 @@ ACTION_MAP = {
|
|
5401
5190
|
"DescribeInstanceFamilyConfigs": doDescribeInstanceFamilyConfigs,
|
5402
5191
|
"ModifyInstancesProject": doModifyInstancesProject,
|
5403
5192
|
"DescribeKeyPairs": doDescribeKeyPairs,
|
5404
|
-
"DescribeReservedInstancesOfferings": doDescribeReservedInstancesOfferings,
|
5405
5193
|
"InquiryPriceModifyInstancesChargeType": doInquiryPriceModifyInstancesChargeType,
|
5406
5194
|
"DescribeInternetChargeTypeConfigs": doDescribeInternetChargeTypeConfigs,
|
5407
5195
|
"RebootInstances": doRebootInstances,
|